.navbar-right a {
    /* color: #000 !important; */
    font-weight: normal;
}

.sub-banner {
    background: none;
}

.contact-agileinfo p {
    color: #999;
    padding: 10px 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 3px;
}

.about-agileinfo .sectionTitleEn {
    color: #000000 !important;
    padding: 10px 0 0;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: "Microsoft YaHei";
}

.sectionTitle {
    font-size: 40px;
    font-weight: 600;
    color: #049FFB;
    padding: 15px 0;
    text-align: center;
    letter-spacing: 10px;
}

.about-agileinfo .sectionTitle {
    font-size: 55px;
    font-weight: 300;
    padding: 0px 0px 20px;
}

.blueborder div {
    background: #049FFB;
    width: 100px;
}

.companyItem {
    padding: 10px 80px;
}

.comItem {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 110px 50px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.comImg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.comImg div {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #94D2FB;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comImg img {
    width: 25px;
    height: 25px;
}

.comPhone {
    padding-top: 30px;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.comBorder {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.comBorder div {
    height: 2px;
    background: #049FFB;
    width: 30px;
}

.comPhoneNum {
    padding-top: 30px;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.rode p {
    text-align: left;
}

.rode {
    padding-bottom: 40px;
}

.companyDec h4 {
    font-weight: bold;
    font-size: 30px;
}

.companyDec .content {
    padding: 30px 0;
}

.companyDec p {
    font-size: 22px;
    line-height: 45px;
    font-family: 'Times New Roman';
    /* color: #666; */
}

.companySoft {
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.companySoft-right {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.tab {
    display: flex;
}

.tabItem {
    padding: 10px 20px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    border: 1px solid #cccccc;
}

.tabItem:hover {
    cursor: pointer;
}

.solutionItem {
    padding: 10px 0px;
    border: none;
    display: flex;
}

.solutionItem div {
    padding: 10px 20px;
    border: 1px solid #cccccc;
    color: #666666;
}

.tabContent {
    font-size: 18px;
    line-height: 40px;
    color: #666;
    padding-top: 60px;
}

.tab .active {
    color: #ffffff;
    background-color: rgb(245, 118, 5);
    border: none;
}

.case {
    padding-left: 15px;
}

.case ul li {
    list-style-type: none;
    font-size: 18px;
    padding: 10px 0px;
}

.case ul li a {
    padding: 8px 20px;
    font-size: 16px;
    background: linear-gradient(0deg, #2CA5F8 0%, #61EAFC 100%);
    color: #ffffff;
}

.newsDate {
    display: flex;
    align-items: center;
}

.newsDateDay {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    line-height: 40px;
    text-align: center;
}

.newsDateYear {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    line-height: 25px;
    text-align: center;
}

.newsLabel {
    padding: 50px 0;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.newsTag {
    display: flex;
    padding-top: 15px;
}

.newsTag span {
    color: #E91E63;
    padding-left: 5px;
}

.keyword {
    width: 80%;
    text-align: left;
    font-size: 16px;
}

.viewsFrequency {
    width: 50%;
    text-align: right;
    padding-right: 15px;
    font-size: 16px;
}

.projectItem {
    padding-top: 35px;
    position: relative;
}

.projectTitle {
    font-size: 30px;
    font-family: YouYuan;
    font-weight: 400;
    color: #333333;
    text-align: center;
    padding: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.projectKeyWord {
    text-align: center;
    color: #333333;
    line-height: 30px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 5px;
    min-height: 30px;
}

.projectImg img {
    height: 400px;
}


/* Tooltip 容器 */

.tooltip {
    position: initial;
    opacity: 1;
    /* display: inline-block;
    border-bottom: 1px dotted black; */
    /* 悬停元素上显示点线 */
}


/* Tooltip 文本 */

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 5px;
    border-radius: 6px;
    /* 定位 */
    position: absolute;
    left: 15px;
    bottom: 80px;
    z-index: 1;
    white-space: pre-wrap;
}

.tooltip .tooltipremark {
    bottom: 40px;
}


/* 鼠标移动上去后显示提示框 */

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.aboutLeft img {
    height: 450px;
}

.releaseDateRight {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .about-agileinfo .content {
        padding: 0 !important;
    }
    .companyDec p {
        font-size: 14px;
        line-height: 30px;
    }
    .w3l_team_grid {
        width: 100%;
    }
    .w3l_team_grid img {
        height: 300px !important;
    }
    .sectionTitle {
        font-size: 30px;
        padding: 5px 0;
    }
    .companyItem {
        padding: 10px 20px;
    }
    .comItem {
        /* padding: 80px 50px; */
    }
    .about-agileinfo .sectionTitleEn {
        font-size: 25px;
        letter-spacing: 0;
    }
    aboutLeft img {
        height: 300px !important;
    }
    .about-agileinfo .sectionTitle {
        font-size: 30px;
        padding: 0 0 10px;
    }
    .projectImg img {
        height: 300px;
    }
    .tab {
        justify-content: center;
    }
    .tabContent {
        padding-top: 20px;
        font-size: 14px;
        line-height: 30px;
    }
    .solutionItem {
        justify-content: center;
    }
    .case ul li {
        font-size: 14px;
        text-align: center;
    }
    .releaseDateRight {
        text-align: left;
        padding-top: 5px;
    }
    .newsDetail {
        padding: 20px 0 !important;
    }
    .newsDetailTitle {
        font-size: 20px !important;
        padding: 20px 10px !important;
    }
    ._page_container ._pages {
        margin: 10px auto;
    }
    .blog-image-w3l {
        padding: 0;
    }
    .blog-image-w3l img {
        height: 200px !important;
    }
    .blog1-w3ls {
        display: block !important;
    }
    .blog-text-w3ls h4 {
        padding: 10px 0;
        font-size: 16px;
        -webkit-line-clamp: 2;
        line-height: 25px;
        margin-bottom: 0;
        font-weight: bold;
    }
    .viewsFrequency {
        margin-bottom: 20px;
    }
    .keyword,
    .viewsFrequency {
        text-align: left;
        font-size: 14px;
        padding-left: 5px;
        width: 100%;
    }
    .keyword span {
        color: #E91E63;
    }
    .viewsFrequency span {
        color: #E91E63;
    }
}