.navbar-right :nth-child(2) a{
    color: #307FEE!important;
}
.cg-banner-btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: relative;
    padding: 0!important;
}
.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;
}
.service-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.service-item {
    background: url("../images/servicebg1.png") no-repeat;
    background-size: cover;
    margin-bottom: 50px;
    padding: 30px 0;
    border-radius: 30px;
}
.service-item02 {
    background: url("../images/anlibgc02.png") no-repeat;
    background-size: cover;

}
.service-item03 {
    background: url("../images/anlibgc03.png") no-repeat;
    background-size: cover;
}

.cgtype-con {
    margin-top: 30px;
    margin-bottom: 40px;
}
.cg-type {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cg-type li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 20px;
    background-color: #FAFAFA;
    width: 270px;
    margin: 10px 10px 20px;
    border-radius: 30px;
}
.cg-type li :nth-child(1) {
    width: 230px;
    height: 230px;
    object-fit: scale-down;
    align-self: center;
    border-radius: 20px;
}
.cg-type li :nth-child(2) {
    font-weight: 700;
    font-size: 1.8rem;
    padding: 20px 0 10px;
    flex: 1;

}
.cg-type li :nth-child(3) {
    flex: 1;
    color: #666666;
}
.cg-btn {
    background: linear-gradient(239deg, #34A1FA 0%, #59D0FE 100%);
    border-radius: 100px;
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    margin-top: 20px;
    font-size: 1.8rem;
}
.cg-btn:hover {
    opacity: 0.5;
    color: #ffffff;;
}
.service-min-con {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.service-mid-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 380px;
    max-width: 500px;
}
.service-mid-right {
    width: 400px;
}
.service-mid-right img {
    width: 500px;
    height: auto;
}
.service-mid-left h3 {
    font-size: 1.8rem;
    color: #888888;
}

.service-mid-left h2 {
    font-size: 2.2rem;
    max-width: 500px;
    text-align: center;
    /*color: #888888;*/
}
.service-mid-left ul li img {
    width: 50px;
    height: 50px;
}
.service-mid-left ul {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
}
.service-mid-left ul li {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.service-mid-left ul li .img-con {
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-mid-left ul li title {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    max-width: 400px;
}
.service-process {
    padding: 30px 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.service-process-title {
    font-size: 1.8rem;
    color: #888888;
}
.service-process-desc {
    font-size: 2.2rem;
    font-weight: 700;
    padding: 20px 0;
    max-width: 500px;
}
.service-process-info {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.service-process-info li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 250px;
    padding: 20px 20px;
}
.service-process-info li span {
    font-size: 1.8rem;
    color: #888888;
}
.service-process-info li .process-f {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 4rem;
    color: #000000;
}
.service-process-info li img {
    width: 50px;
    height: 50px;
}
.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;
}
.triangle {
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-right: 19px solid #f2f2f2;
}

.sub-idea-content span {
    padding: 34px;
    width: 320px;
    height: 110px;
    background-color: #f2f2f2;
    border-radius: 20px;
}

@media screen and (max-width:768px) {
    .service-mid-left {
        padding: 0 20px;
    }
    .service-mid-right img {
        width: 350px;
        height: auto;
    }
    .service-min-con {
        justify-content: center;
    }

}
@media screen and (min-width:768px) {
    .service-min-con {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .service-mid-right {
        width: 500px;
    }
}

@media screen and (min-width:992px) {
    .service-min-con {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .service-mid-right {
        width: 500px;
    }
}
