

.navbar-right :nth-child(1) a{
    color: #307FEE!important;
}
a{
    text-decoration: none!important;
    color: #666666;
}

.futu-icon {
    padding: 25px;
    display: flex;
    justify-content: space-between;
}
.futu-icon img{
    height: 50px;
    object-fit: cover;
}
.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;
}
.s-i-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 35%;
    padding: 10px 20px;
}
.s-i-right .s-i-r-title {
    display: flex;
    align-items: center;
}
.s-i-r-title img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.s-i-right span {
    font-size: 2rem;
    font-weight: 700;
    margin-left: 20px;
}
.s-i-left {
    cursor: pointer;
}
.s-i-left img:hover {
    opacity: 0.4;
}
.s-i-r-desc {
    font-size: 1.5rem;
    color: #475B64;
    font-weight: 500;
    margin: 40px 0 40px;
    align-self: flex-start;
    padding: 0 20px;
    line-height: 3rem;
}
.s-i-r-cg {
    align-self: flex-start;
    padding: 0 20px;
}
.s-i-r-cg .cg-title {
    color: #251D1D;
    font-size: 1.6rem;
    font-weight: 400;
}
.s-i-r-cg ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.s-i-r-cg ul li {
    font-size: 1.6rem;
    color: #666666;
    width: 50%;
    padding: 20px 0;
}
.service-collect ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.service-collect ul li:nth-child(1) a .s-c-bgc {
    background: url("../images/tongchegnxinxiyuanxing01.png") no-repeat;
    background-size: 370px 280px;
}
.service-collect ul li:nth-child(2) a .s-c-bgc {
    background: url("../images/tuanshanyunxing01.png") no-repeat;
    background-size: 370px 280px;
}
.service-collect ul li:nth-child(3) a .s-c-bgc {
    background: url("../images/shequyuanxing01.png") no-repeat;
    background-size: 370px 280px;
}
.service-collect ul li:nth-child(4) a .s-c-bgc {
    background: url("../images/shejiaoyuanxing01.jpeg") no-repeat;
    background-size: 370px 280px;
}
.service-collect ul li:nth-child(5) a .s-c-bgc {
    background: url("../images/shangchengyuanxing01.jpeg") no-repeat;
    background-size: 370px 280px;
}
.service-collect ul li:nth-child(6) a .s-c-bgc {
    background: url("../images/zhiboyuanxing01.jpeg") no-repeat;
    background-size: 370px 280px;
}
.service-collect .s-c-bgc {
    cursor: pointer;
    width: 370px;
    height: 280px;
    border-radius: 10px;
}
.service-collect .s-c-bgc:hover {
    opacity: 0.5;
}
.service-collect li h1 {
    margin-top: 20px;
    font-size: 1.7rem;
    text-align: center;
}
.service-collect li {
    margin-bottom: 20px;
    padding: 0 10px;
}
.cg-btn {
    border-radius: 100px;
    color: #ffffff;
    padding: 15px 20px;
    border: none;
}
.cg-btn:hover {
    opacity: 0.5;
    color: #ffffff;;
}
.team {
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.team .team-img {
    width: 55%;
    height: 360px;
    background: url("../images/teambgc01.jpg") no-repeat;
    background-size: cover;
    position: relative;
}
.team .team-img:after {
    background-color: #0A0D12;
    background: linear-gradient(180deg , #08415c 0%, #1c110a 100%);
    opacity: 0.6;
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.team-desc {
    padding-left: 20px;
    width: 45%;
    background-color: #FAFAFA;
    opacity: 0.8;
    border-radius: 20px;
}
.team-desc li {
    display: flex;
    align-items: center;
}
.team-desc li .team-d-left {
    margin-right: 30px;
}
.team-desc ul {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.team-desc li .team-d-right h3 {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}
.team-desc li .team-d-right span {
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.team-d-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.team-desc li .team-d-left span {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #398DED;
    opacity: 0.8;
    color: #FFFFFF;
    font-size: 2rem;
}
.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;
}
.process {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.process li {
    flex: 1;
    padding: 10px 20px;
    min-width: 300px;
    margin-top: 20px;
}
.process-top span {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #398DED;
    opacity: 0.8;
    color: #FFFFFF;
    font-size: 2rem;
    box-shadow: 5px 5px 7px #398DED;
}
.process-bottom h3 {
    margin: 20px 0 30px;
    font-size: 18px;
}
.process-bottom span {
    font-size: 18px;
    color: #666666;
}
.cg-btn-02 {
    border-radius: 100px;
    color: #ffffff!important;
    padding: 15px 35px;
    border: none;
}
.cg-btn-02:hover {
    opacity: 0.6;
}
.more {
    cursor: pointer;
}
@media screen and (max-width:768px) {
    .service-item {
        width: 90%;
        margin-left: 5%;
    }
    .service-item-con {
        justify-content: space-around;
    }
    .s-i-left {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .s-i-left img {
        width: 300px;
    }

    .s-i-right {
        max-width: 100%;
        justify-content: center;
    }
    .s-i-r-desc, .s-i-r-cg {
        align-self:center;
    }
    .team {
        flex-direction: column;
        justify-content: center;

    }
    .team-desc li {
        padding: 10px 0;
    }
    .team .team-img {
        width: 90%;
        margin-left: 5%;
    }
    .team .team-desc {
        width: 100%;
    }
    .service-collect ul {
        justify-content: center;
    }
}
@media screen and (min-width:768px) {
    .carousel-caption {
        bottom:15%

    }
    .cg-banner-h2 {
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .cg-banner-title {
        font-size: 35px;
        font-weight: 700;
    }
    .cg-banner-btn {
        margin-top: 30px;
        padding: 20px 50px;
        font-weight: 700;
    }
    .service-item-con {
        justify-content: space-around;
    }
    .s-i-left {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .s-i-right {
        max-width: 100%;
        justify-content: center;
    }
    .s-i-r-desc, .s-i-r-cg {
        align-self:center;
    }
    .team {
        flex-direction: column;
        justify-content: center;
    }
    .team-desc li {
        padding: 10px 0;
    }
    .team .team-img {
        width: 90%;
        margin-left: 5%;
    }
    .team .team-desc {
        width: 100%;
    }

}
@media screen and (min-width:992px) {
    .team .team-img {
        width: 55%;
    }
    .team .team-desc {
        width: 45%;
    }
    .team {
        flex-direction: row!important;
        justify-content: space-between!important;
        flex-wrap: nowrap!important;
    }
    .banner-item {
        height: 780px!important;
        object-fit: cover;
    }
    .carousel-caption {
        bottom:22%
    }
    .cg-banner-h2 {
        font-size: 38px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .cg-banner-title {
        font-size: 45px;
        font-weight: 700;
    }
    .cg-banner-btn {
        margin-top: 50px;
        padding: 20px 50px;
        font-weight: 700;
    }

    .futu-icon {
        padding: 25px;
        display: flex;
        justify-content: space-between;
    }
    .futu-icon li {
        font-size: 20px;
        color: #A7A7A7;
        font-weight: 700;
        line-height: 50px;
        list-style: none;
    }
    .futu-icon li span {
        padding: 0 10px;
    }

    .service-item-con {
        display: flex;
        justify-content: space-around;
    }
    .s-i-left, .s-i-left img{
        width: 500px;
        height: auto;
    }


}

