/*公共头部样式*/
.header-wrap {
    position: relative;
}

.header-nav-wrap {
    padding: 6px 0 6px 4px;
}

.header-nav-wrap .logo-wrap {
    display: flex;
    align-items: center;
}

.header-nav-wrap .logo-wrap .logo-img {
    width: auto;
    height: 45px;
}

.header-nav-wrap .name-wrap {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.header-nav-wrap .name-wrap .name {
    /*color: #ffffff;*/
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 20px;
}

.header-nav-wrap .name-wrap .en-name {
    /*color: #ffffff;*/
    font-size: 9px;
    line-height: 9px;
    margin-top: 6px;
}

.nav-active {
    position: absolute;
    z-index: -1;
    top: -6px;
    left: 0;
    width: 100% !important;
}

#mobileMenu {
    width: 100%;
    height: 100vh;
    padding-bottom: 60px;
    overflow-y: scroll;
    position: absolute;
    z-index: 99999;
}

@media (min-width: 580px) {
    .header-wrap .container {
        max-width: 100%;
    }
}


@media (min-width: 768px) {
    .header-wrap .container {
        max-width: 100%;
    }
}


@media (min-width: 960px) {
    .header-nav-wrap nav {
        display: flex;
    }

    .header-wrap .container {
        max-width: 100%;
    }

    .header-nav-wrap #mobileMenuBtn {
        display: none;
    }
}

@media (min-width: 1100px) {
    .header-nav-wrap {
        padding: 10px 0;
        height: 60px;
    }

    .header-nav-wrap nav {
        display: flex;
        height: 100%;
    }

    .header-nav-wrap nav .nav-dropdown .nav-active {
        top: -14px;
    }

    .header-nav-wrap nav a {
        min-width: 96px;
        height: 100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .header-wrap .container {
        max-width: 1220px;
    }

    .header-nav-wrap .logo-wrap {
        display: none;
    }

    .header-nav-wrap #mobileMenuBtn {
        display: none;
    }
}

/*共用脚部样式*/
.footer-wrap {
    padding-top: 20px;
}

.footer-wrap .footer-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position: center;
    height: 20px;
    margin-top: -15px;
    position: relative;
    z-index: 9;
}

.footer-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px;
}

.footer-container .footer-left {

}

.footer-container .footer-left .footer-logo-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer-logo-wrap .footer-logo {
    width: auto;
    height: 100px;
    margin-right: 10px;
}

.footer-logo-wrap .footer-name-wrap .name {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 18px;
    margin-top: 2px;
}

.footer-logo-wrap .footer-name-wrap .en-name {
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    margin-top: 6px;
}

.footer-call {
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: center;
    margin-top: 10px;
    padding-top: 10px;
    background-image: url("/images/fl.png");
    background-size: 220px 2px;
    background-position: top;
    background-repeat: repeat-x;
    font-size: 16px;
}

.footer-call-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.footer-call-wrap {
    display: flex;
    align-items: center;
}

.footer-center-line {
    display: none;
    width: 5px;
    background-color: #ffffff;
    border-radius: 4px;
}

.footer-right {
    display: flex;
    flex-direction: column;
}

.footer-nav {
    display: none;
}

.footer-right .footer-other {
    margin-top: 15px;
}

.footer-right .footer-other ul {
    font-size: 14px;
    color: #ffffff;
    padding-left: 14px;
}

.footer-right .footer-other ul li {
    margin-top: 5px;
}

.footer-right .footer-other ul li .dot-icon {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f3b00e;
    border-radius: 100px;
    margin-right: 5px;
}

.footer-copyright {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 8px 20px;
    background-color: #676767;
}

@media (min-width: 860px) {
    .footer-right .footer-nav {
        display: flex;
        margin-top: 15px;
    }

    .footer-right .footer-nav ul {
        width: 20%;
        color: #ffffff;
        font-size: 14px;
    }

    .footer-right .footer-nav ul li {
        margin-top: 4px;
    }

    .footer-right .footer-other ul {
        padding-left: 0;
    }
}

@media (min-width: 1100px) {
    .footer-wrap {
        padding-top: 30px;
    }

    .footer-wrap .footer-bg {
        height: 55px;
    }

    .footer-container {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: center;
    }

    .footer-container .footer-left {
        flex-shrink: 0;
    }

    .footer-container .footer-left .footer-logo-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-left .footer-logo-wrap .footer-logo {
        margin-right: 0;
    }

    .footer-left .footer-logo-wrap .footer-name-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .footer-left .footer-call {
        display: flex;
        flex-direction: row;
        margin-top: 10px;
        padding-top: 10px;
        background-size: 100% 2px;
    }

    .footer-left .footer-call-icon {
        width: 40px;
        height: 40px;
    }

    .footer-left .footer-call-wrap {
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .footer-left .footer-phone-label {
        font-size: 14px;
        line-height: 14px;
        width: 100%;
        text-align: left;
    }

    .footer-left .footer-phone-value {
        width: 100%;
        text-align: left;
        font-size: 18px;
        line-height: 18px;
        margin-top: 5px;
    }

    .footer-center-line {
        display: block;
        flex-shrink: 0;
        margin-inline: 20px;
    }

    .footer-right .footer-nav {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 0;
    }

    .footer-right .footer-nav ul {
        font-size: 12px;
        width: 20%;
    }

    .footer-right .footer-other {
        margin-top: 20px;
    }

    .footer-right .footer-other ul {
        font-size: 12px;
        color: #ffffff;
    }

    .footer-right .footer-other ul li {
        margin-top: 5px;
    }

    .footer-right .footer-other ul li .dot-icon {
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: #f3b00e;
        border-radius: 100px;
        margin-right: 5px;
    }
}

/*区块共用样式*/
.index-block-title {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #727272;
    font-size: 30px;
    line-height: normal;
    padding-bottom: 15px;
    background: url("/images/sy_tt.png") bottom center no-repeat;
}

/*页面样式*/
.project-wrap {
    padding-top: 0;
    padding-bottom: 30px;
}

.project-box {
    display: flex;
    align-items: flex-start;
}

.project-wrap .project-nav {
    width: 260px;
    overflow: hidden;
    flex-shrink: 0;
    display: none;
}

.project-wrap .project-nav li {
    background-image: url("/images/lm_on.png");
    background-repeat: no-repeat;
    margin-bottom: 1px;
    background-size: 100% 100%;
}

.project-wrap .project-nav li a {
    display: block;
    font-size: 15px;
    color: #ffffff;
    padding: 13px 0 13px 50px;
}

.project-top-nav {
    background-image: url("/images/lm_t.png");
    background-repeat: no-repeat;
    margin-bottom: 1px;
    height: 130px;
    line-height: 130px;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    overflow: hidden;
}

.project-right-wrap {
    flex: 1;
    margin-top: 20px;
    margin-left: 0;
    padding: 10px 15px;
}

.breadcrumb-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e9ec;
    padding-bottom: 10px;
}

.breadcrumb-nav-left {
    display: flex;
    align-items: center;
    color: #61777d;
    font-size: 16px;
}

.breadcrumb-nav-left img {
    display: inline;
    margin-right: 8px;
}

.breadcrumb-nav-map {
    display: flex;
    align-items: center;
    color: #99a2a5;
    font-size: 12px;
}

.breadcrumb-nav-map img {
    display: inline;
    margin-right: 3px;
}

.breadcrumb-nav-right {
    align-items: center;
    display: none;
}

.breadcrumb-nav-right ul {
    display: flex;
    align-items: center;
    color: #99a2a5;
    font-size: 12px;
}

.breadcrumb-nav-right ul span {
    padding: 0 6px;
}

.breadcrumb-nav-right ul li a:hover {
    color: #fb7069;
}

.breadcrumb-nav-right ul li a:hover span {
    color: #99a2a5;
}

.project-right-wrap .new-list-box {
    width: 100%;
    flex: 1;
}

.project-right-wrap .new-list-box ul {

}

.project-right-wrap .new-list-box ul li {
    padding: 20px 0;
    border-bottom: solid 1px #e5e5e5;
    font-size: 13px;
    line-height: 22px;
}

.project-right-wrap .new-list-box ul li .new-item-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-right-wrap .new-list-box ul li .new-item-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url("/images/ky_jt.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

.project-right-wrap .new-list-box ul li .new-item-title:hover {
    color: #ff0000;
}

.project-right-wrap .new-list-box ul li .new-item-time {
    font-size: 13px;
    color: #595959;
    flex-shrink: 0;
    margin-left: 16px;
}

.project-right-wrap .new-list-box ul li .new-item-desc {
    width: 100%;
    padding: 10px 0 0 15px;
    font-size: 13px;
    color: #595959;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-word;
}

.product-html {
    padding: 20px 0;
    color: #61777d;
    font-size: 14px;
    line-height: 2rem;
}

.paging-box {
    padding-top: 2rem;
}

.paging-box .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*新闻详情页*/
.article-detail {
    color: #61777d;
    padding-bottom: 15px;
}

.article-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.article-title-box .article-title {
    font-size: 21px;
    line-height: normal;
    color: #333333;
    padding: 20px 0 15px 0;
}

.article-title-box .article-time {
    font-size: 14px;
    color: #999;
}

.article-other {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    color: #999999;
    font-size: 14px;
}

.article-other p {
    margin-bottom: 4px;
}

.article-other a {
    font-size: 14px;
    color: #595959;
    padding: 2px 0;
}

@media (min-width: 960px) {
    .article-detail {
        color: #61777d;
        padding-bottom: 20px;
    }

    .article-title-box {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px;
    }

    .article-title-box .article-title {
        font-size: 21px;
        line-height: normal;
        color: #333333;
        padding: 40px 0 25px 0;
    }

    .article-title-box .article-time {
        font-size: 14px;
        color: #999;
    }
}

.paging-box .container .paging-item {
    color: #595959;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-inline: 5px;
}

.paging-box .container .active {
    color: #5c76ff;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 768px) {
    .project-wrap {
        padding-top: 15px;
        padding-bottom: 40px;
    }

    .project-box {
        display: flex;
        align-items: flex-start;
    }

    .project-wrap .project-nav {
        width: 260px;
        overflow: hidden;
        flex-shrink: 0;
        display: none;
    }

    .project-wrap .project-nav li {
        background-image: url("/images/lm_on.png");
        background-repeat: no-repeat;
    }

    .project-wrap .project-nav li a {
        display: block;
        font-size: 15px;
        color: #ffffff;
        padding: 13px 0 13px 50px;
    }


    .project-top-nav {
        background-image: url("/images/lm_t.png");
        background-repeat: no-repeat;
        margin-bottom: 1px;
        height: 130px;
        line-height: 130px;
        color: #ffffff;
        font-size: 26px;
        text-align: center;
    }

    .project-right-wrap {
        margin-top: 20px;
        flex: 1;
        margin-left: 0;
    }

    .breadcrumb-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e4e9ec;
        padding-bottom: 10px;
    }

    .breadcrumb-nav-left {
        display: flex;
        align-items: center;
        color: #61777d;
        font-size: 20px;
    }

    .breadcrumb-nav-left img {
        display: inline;
        margin-right: 8px;
    }

    .breadcrumb-nav-map {
        display: flex;
        align-items: center;
        color: #99a2a5;
        font-size: 14px;
    }

    .breadcrumb-nav-map img {
        display: inline;
        margin-right: 3px;
    }

    .breadcrumb-nav-right {
        display: flex;
        align-items: center;
        margin-left: 0;
    }

    .breadcrumb-nav-right ul {
        display: flex;
        align-items: center;
        color: #99a2a5;
        font-size: 14px;
    }

    .breadcrumb-nav-right ul span {
        padding: 0 6px;
    }

    .breadcrumb-nav-right ul li a:hover {
        color: #fb7069;
    }

    .breadcrumb-nav-right ul li a:hover span {
        color: #99a2a5;
    }

    .product-html {
        padding: 20px 0;
        color: #61777d;
        font-size: 14px;
        line-height: 2rem;
    }
}

@media (min-width: 860px) {
    .project-wrap .container {
        max-width: 100%;
        padding: 0 24px;
    }

    .project-wrap {
        padding-top: 15px;
        padding-bottom: 40px;
    }

    .project-box {
        display: flex;
        align-items: flex-start;
    }

    .project-wrap .project-nav {
        width: 260px;
        overflow: hidden;
        flex-shrink: 0;
        display: block;
    }

    .project-wrap .project-nav li {
        background-image: url("/images/lm_on.png");
        background-repeat: no-repeat;
    }

    .project-wrap .project-nav li a {
        display: block;
        font-size: 15px;
        color: #ffffff;
        padding: 13px 0 13px 50px;
    }

    .project-top-nav {
        background-image: url("/images/lm_t.png");
        background-repeat: no-repeat;
        margin-bottom: 1px;
        height: 130px;
        line-height: 130px;
        color: #ffffff;
        font-size: 26px;
        text-align: center;
    }

    .project-right-wrap {
        margin-top: 20px;
        flex: 1;
        margin-left: 40px;
    }

    .breadcrumb-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e4e9ec;
        padding-bottom: 10px;
    }

    .breadcrumb-nav-left {
        display: flex;
        align-items: center;
        color: #61777d;
        font-size: 20px;
    }

    .breadcrumb-nav-left img {
        display: inline;
        margin-right: 8px;
    }

    .breadcrumb-nav-map {
        display: flex;
        align-items: center;
        color: #99a2a5;
        font-size: 14px;
    }

    .breadcrumb-nav-map img {
        display: inline;
        margin-right: 3px;
    }

    .breadcrumb-nav-right {
        display: flex;
        align-items: center;
    }

    .breadcrumb-nav-right ul {
        display: flex;
        align-items: center;
        color: #99a2a5;
        font-size: 14px;
    }

    .breadcrumb-nav-right ul span {
        padding: 0 6px;
    }

    .breadcrumb-nav-right ul li a:hover {
        color: #fb7069;
    }

    .breadcrumb-nav-right ul li a:hover span {
        color: #99a2a5;
    }

    .product-html {
        padding: 20px 0;
        color: #61777d;
        font-size: 14px;
        line-height: 2rem;
    }
}

@media (min-width: 1220px) {
    .project-wrap .container {
        max-width: 1220px;
    }

    .project-wrap {
        padding-top: 15px;
        padding-bottom: 40px;
    }

    .project-box {
        display: flex;
        align-items: flex-start;
    }

    .project-wrap .project-nav {
        width: 260px;
        overflow: hidden;
        flex-shrink: 0;
        display: block;
    }

    .project-wrap .project-nav li {
        background-image: url("/images/lm_on.png");
        background-repeat: no-repeat;
    }

    .project-wrap .project-nav li a {
        display: block;
        font-size: 15px;
        color: #ffffff;
        padding: 13px 0 13px 50px;
    }

    .project-top-nav {
        background-image: url("/images/lm_t.png");
        background-repeat: no-repeat;
        margin-bottom: 1px;
        height: 130px;
        line-height: 130px;
        color: #ffffff;
        font-size: 26px;
        text-align: center;
    }

    .project-right-wrap {
        margin-top: 20px;
        flex: 1;
        margin-left: 40px;
    }

    .breadcrumb-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e4e9ec;
        padding-bottom: 10px;
    }

    .breadcrumb-nav-left {
        display: flex;
        align-items: center;
        color: #61777d;
        font-size: 20px;
    }

    .breadcrumb-nav-left img {
        display: inline;
        margin-right: 8px;
    }

    .breadcrumb-nav-map {
        display: flex;
        align-items: center;
        color: #99a2a5;
        font-size: 14px;
    }

    .breadcrumb-nav-map img {
        display: inline;
        margin-right: 3px;
    }

    .breadcrumb-nav-right {
        display: flex;
        align-items: center;
    }

    .breadcrumb-nav-right ul {
        display: flex;
        align-items: center;
        color: #99a2a5;
        font-size: 14px;
    }

    .breadcrumb-nav-right ul span {
        padding: 0 6px;
    }

    .breadcrumb-nav-right ul li a:hover {
        color: #fb7069;
    }

    .breadcrumb-nav-right ul li a:hover span {
        color: #99a2a5;
    }

    .product-html {
        padding: 20px 0;
        color: #61777d;
        font-size: 14px;
        line-height: 2rem;
    }

    .paging-box .container .paging-item {
        font-size: 20px;
    }
}

/*团队列表*/
.project-right-wrap .team-list-box ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-right-wrap .team-list-box ul li {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-right-wrap .team-list-box ul li .team-item-cover {
    width: 100%;
    overflow: hidden;
}

.project-right-wrap .team-list-box ul li .team-item-cover img {
    width: 100%;
    height: 100%;
}

.project-right-wrap .team-list-box ul li .new-item-desc {
    width: 100%;
    padding: 5px 0 0 0;
    font-size: 14px;
    color: #595959;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-word;
}

@media (min-width: 600px) {
    .project-right-wrap .team-list-box ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .project-right-wrap .team-list-box ul li {
        width: 450px;
        overflow: hidden;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .project-right-wrap .team-list-box ul li .team-item-cover {
        width: 450px;
        height: 255px;
        overflow: hidden;
    }

    .project-right-wrap .team-list-box ul li .team-item-cover img {
        width: 100%;
        height: 100%;
    }

    .project-right-wrap .team-list-box ul li .new-item-desc {
        width: 100%;
        padding: 5px 0 0 0;
        font-size: 14px;
        color: #595959;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        word-break: break-word;
    }
}

@media (min-width: 760px) {
    .project-right-wrap .team-list-box ul {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .project-right-wrap .team-list-box ul li {
        width: 46%;
        overflow: hidden;
        margin-top: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .project-right-wrap .team-list-box ul li .team-item-cover {
        width: 280px;
        height: 158px;
        overflow: hidden;
    }

    .project-right-wrap .team-list-box ul li .team-item-cover img {
        width: 100%;
        height: 100%;
    }

    .project-right-wrap .team-list-box ul li .new-item-desc {
        width: 100%;
        padding: 5px 0 0 0;
        font-size: 14px;
        color: #595959;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        word-break: break-word;
    }
}


@media (min-width: 960px) {
    .project-right-wrap .team-list-box ul li {
        overflow: hidden;
        margin-top: 15px;
        width: 48%;
    }

    .project-right-wrap .team-list-box ul li .team-item-cover {
        width: 404px;
        height: 226px;
        overflow: hidden;
    }

    .project-right-wrap .team-list-box ul li .team-item-cover img {
        width: 100%;
        height: 100%;
    }

    .project-right-wrap .team-list-box ul li .new-item-desc {
        width: 100%;
        padding: 5px 0 0 0;
        font-size: 14px;
        color: #595959;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .project-right-wrap .team-list-box ul li .new-item-desc:hover {
        color: #ff0000;
    }
}

@media (min-width: 1220px) {
    .team-list-box ul li {
        overflow: hidden;
        margin-top: 15px;
        width: 48%;
    }

    .team-list-box ul li .team-item-cover {
        width: 404px;
        height: 228px;
        overflow: hidden;
    }

    .team-list-box ul li .team-item-cover img {
        width: 100%;
        height: 100%;
    }

    .team-list-box ul li .new-item-desc {
        width: 100%;
        padding: 5px 0 0 0;
        font-size: 14px;
        color: #595959;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        word-break: break-word;
    }

    .team-list-box ul li .new-item-desc:hover {
        color: #ff0000;
    }
}