/* 下载搜索页面 */
.search-banner {
    position: relative;
    margin-top: 60px;
}

.search-banner .ba-img {
    width: 100%;
    height: 5rem;
    position: relative;
}

.search-banner .ba-img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}

.search-banner .ba-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-banner .ba-img img:nth-child(2) {
    display: none;
}

.search-banner .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.search-banner .content .prompt {
    font-size: 22px;
    color: #dddddd;
    margin-bottom: 0.2rem;
}


.search-banner .content .text {
    font-size: 0.6rem;
    line-height: 1.2;
}

.search-banner form {
    display: flex;
    align-items: flex-start;
    margin: 0.6rem auto 0;
    max-width: 720px;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.search-banner form input {
    width: 100%;
    height: 100%;
    line-height: 68px;
    padding: 0 0.3rem;
    border: 0;
    background: #fff;
    font-size: 16px;
}


.search-banner form button {
    width: 104px;
    height: 100%;
    border: 0;
    background: #fff url(../images/c-ss.png) no-repeat center / 24px auto;
    cursor: pointer;
}

/* 导航条 */

.navigation {
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navigation .cont {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}



.navigation .cont .left {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navigation .cont .left a,
.navigation .cont .left span {
    font-size: 14px;
    color: #999999;
}

.navigation .cont .left .index-a {
    border-left: 6px solid #00a0e9;
    padding-left: 10px;
}

.navigation .cont .left span {
    display: block;
    margin: 0 12px;
}

.navigation .cont .left a:last-child {
    display: block;
    color: #00a0e9;
    max-width: 2.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.navigation .cont .right {
    height: 100%;
}

.navigation .cont .right .f_nav {
    height: 100%;
    display: flex;
    align-items: center;
}


.navigation .cont .right .f_nav .item {
    display: flex;
    align-items: center;
    margin-left: 0.56rem;
    color: #666666b8;
    font-size: 17px;
    height: 100%;
    position: relative;
    font-weight: bold;
}


.navigation .cont .right .f_nav .item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
}

.navigation .cont .right .f_nav .on {
    color: #00a0e9;
}

.navigation .cont .right .f_nav .on:after {
    background-color: #00a0e9;
}

.navigation .cont .right .basemenubut {
    display: none;
}

.navigation .cont .right .basemenubut span {
    background-color: #666;
}



@media (max-width: 1440px) {
    .navigation .cont {
        height: 60px;
    }

    .navigation .cont .left span {
        margin: 0 6px;
    }

    .navigation .cont .right .f_nav .item:after {
        height: 3px;
    }

    .navigation .cont .right .f_nav .item {
        font-size: 16px;
        border-width: 2px;
    }

    .navigation .cont .left a,
    .navigation .cont .left span {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .navigation .cont .right .f_nav .item {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .navigation .cont .right .f_nav .item:after {
        display: none;
    }

    .navigation .cont .right .basemenubut {
        display: flex;
    }

    .navigation .cont .right .f_nav .item {
        margin-left: 0;
    }

    .navigation .cont .left a:last-child {
        max-width: 6rem;
    }

    .navigation .cont .left {
        align-content: center;
        line-height: 1.4;
    }

    .navigation .cont .right .f_nav {
        display: none;
        position: absolute;
        top: 100%;
        height: auto;
        left: 0;
        width: 100%;
        z-index: 2;
        background-color: #fff;
        line-height: 40px;
        padding: 24px 20px;
        border-top: 1px solid #e9e9e9;
    }
}

@media (max-width: 576px) {
    .navigation .cont .left a:last-child {
        max-width: 5rem;
    }
}

@media (max-width: 376px) {

    .navigation .cont .left a,
    .navigation .cont .left span {
        font-size: 10px;
    }
}

/* 导航条end */
/* 主要内容 */
.download-list .download-list-hed {
    width: 100%;
    background-color: #f6f7f9;
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 22px;
    display: flex;
    border-radius: 5px;
}

.download-list .download-list-hed .hed-name {
    width: 124px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #0290d7;
    padding-left: 24px;
}

.download-list .download-list-hed .hed-right-list a {
    color: #999;
    margin-right: 32px;
    font-size: 17px;
}
.download-list .download-list-hed .hed-right-list a.on {
    color: #00a0e9;
}
.download-list .download-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.download-list .download-list .list {
    position: relative;
    padding-bottom: 0.4rem;
    width: 33.333333%;
    margin-right: -1px;
}

.download-list .download-list .list a {
    display: block;
    position: relative;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    padding: 0.6rem 0.8rem;
    transition: all 0.5s;
}

.download-list .download-list .list .text1 {
    color: #333;
    position: relative;
    padding-left: 15px;
}

.download-list .download-list .list .text1::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #333;
    border-radius: 50%;
}

.download-list .download-list .list .text2 {
    font-size: 0.24rem;
    line-height: 0.34rem;
    font-weight: bold;
    margin: 0.1rem 0 0.35rem;
    transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}

.download-list .download-list .list .img-box {
    width: 100%;
    overflow: hidden;
    background: #bfbfbf;
}

.download-list .download-list .list .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.download-list .download-list .list .download-btn {
    display: inline-flex;
    align-items: center;
    color: #666;
    margin-top: 0.35rem;
    transition: all 0.3s;
}

.download-list .download-list .list .download-btn .icon {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background: url(../images/c-xz1.png) no-repeat center / 100%;
}

.download-list .download-list .list:hover .text2,
.download-list .download-list .list:hover .download-btn {
    color: #00a0e9;
}

.download-list .download-list .list:hover .img-box img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.download-list .download-list .list:hover .download-btn .icon {
    background-image: url(../images/c-xz2.png);
}

.download-list .download-list .list:hover a {
    border-color: #fff;
    box-shadow: 0 3px 0.7rem rgba(118, 113, 150, 0.15);
}

.download-list .download-list .list:hover a::before {
    width: 100%;
}

.download-list .download-list .list a::before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 2px solid #00a0e9;
    transition: all 0.5s;
}

.page-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
}

/* 响应式 */
@media (max-width: 1440px) {
    .search-banner .content .prompt {
        font-size: 18px;
    }

    .search-banner form input {
        line-height: 58px;
        font-size: 14px;
    }

    .search-banner form {
        height: 60px;
    }

    .download-list .download-list .list .text1 {
        font-size: 14px;
        line-height: 24px
    }
}

@media (max-width: 1366px) {
    .download-list .download-list .list .text2 {
        font-size: 20px;
        line-height: 30px;

    }
}

@media (max-width: 1199px) {
    .search-banner .ba-img {
        height: 6rem;
    }
}

@media (max-width: 991px) {
    .download-list .download-list .list .text2 {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .search-banner .ba-img {
        height: 14rem;
    }

    .search-banner .ba-img img:nth-child(1) {
        display: none;
    }

    .search-banner .ba-img img:nth-child(2) {
        display: block;
    }

    .search-banner .content .text {
        font-size: 1.2rem;
    }

    .search-banner form input {
        padding: 0 1rem;
        line-height: 48px;
    }

    .search-banner form {
        margin-top: 1rem;
        height: 50px;
    }

    .download-list .download-list-hed {
        line-height: 30px;
    }

    .download-list .download-list-hed .hed-name {
        height: 30px;
        line-height: 30px;
        padding-left: 14px;
        font-size: 13px;
    }

    .download-list .download-list-hed .hed-right-list a {
        margin-right: 20px;
        font-size: 13px;
    }

    .download-list .download-list-hed .hed-right-list {
        display: flex;
        flex-wrap: wrap;
    }

    .download-list .download-list .list {
        width: 100%;
    }

    .download-list .download-list .list a {
        padding: 1rem;
    }

    .download-list .download-list .list .text2 {
        margin: 0.5rem 0 1rem;
    }

    .download-list .download-list .list .download-btn {
        margin-top: 1rem;
    }

    .download-list .download-list .list .img-box img {
        border: 0.2px solid #eaeaea;
    }
}

@media (max-width: 576px) {
    .search-banner .contentent .text {
        line-height: 1.3;
        font-size: 1.4rem;
    }
}

/* end */
/* 关于我们 */
/* banner */
.banner {
    position: relative;
        margin-top: 60px;
}

.banner .img-box {
    width: 100%;
    height: 5rem;
    position: relative;
}
@media (max-width: 1199px) {
    .banner .img-box {
        height: 6rem;
    }
}

@media (max-width: 767px) {
    .banner .img-box {
        height: 14rem;
    }
}

.porbanner .img-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.banner .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .img-box img:nth-child(2) {
    display: none;
}

@media (max-width: 767px) {
    .banner .img-box img:nth-child(1) {
        display: none;
    }

    .banner .img-box img:nth-child(2) {
        display: block;
    }
}

/* .banner .img-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-color: #00091a;
} */

.banner .text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-align: center;
}

.banner .text-box .text {
    font-size: 18px;
    color: #dddddd;
    margin-bottom: 0.2rem;
}

@media (max-width: 1440px) {
    .banner .text-box .text {
        font-size: 18px;
    }
}

.banner .text-box .tit {
    font-size: 0.6rem;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .banner .text-box .tit {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .banner .text-box .tit {
        line-height: 1.3;
        font-size: 1.4rem;
    }
}

/* 公共头部 */
.aboutUs-hed {
    font-size: 0.44rem;
    line-height: 0.54rem;
    text-align: center;
    margin-bottom: 0.45rem;
}

@media (max-width: 1366px) {
    .aboutUs-hed {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (max-width: 767px) {
    .aboutUs-hed {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0.6rem;
    }
}

@media (max-width: 576px) {
    .aboutUs-hed {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 1.4rem;
    }
}

/* 公共头部end */
.introduce .aboutUs-cent {
    display: flex;
    align-items: start;
}

.introduce .aboutUs-cent .left {
    width: 50%;
    padding-right: 20px;
}


.introduce .aboutUs-cent .left .left-num-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.introduce .aboutUs-cent .left .left-num-box .item .num-top {
    line-height: 0.42rem;
    color: #00a0e9;
}

.introduce .aboutUs-cent .left .left-num-box .item .num-top {
    display: flex;
    align-items: center;
}

.introduce .aboutUs-cent .left .left-num-box .item .num-top .text {
    font-size: 0.2rem;
    margin-left: 10px;
}

.introduce .aboutUs-cent .left .left-num-box .item .num-top .num {
    display: flex;
    align-items: flex-start;
    font-size: 0.28rem;
    line-height: 1;
}

.introduce .aboutUs-cent .left .left-num-box .item .num-top .num .icon {
    font-size: 20px;
    line-height: 1;
    margin-left: 5px;
    margin-top: -6px;
}

.introduce .aboutUs-cent .left .left-num-box .item .num-btn {
    margin-top: 0.1rem;
    color: #333333;
}

.introduce .aboutUs-cent .left .left-num-text {
    max-width: 1154px;
    margin: 0 auto;
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    
    text-indent: 2em;
}

.introduce .aboutUs-cent .right {
    width: 50%;
    padding-left: 20px;
}

.introduce .aboutUs-cent .right img {
    width: 100%;
    height: auto;
}

.honor {
    text-align: center;
}

.honor-hed2 {
    font-size: 30px;
    color: #0740b0;
    margin-top: 10px;
}

.honor {
    overflow: hidden;
}

.honor .cont-box {
    display: flex;
    margin-top: 100px;
    text-align: center;
}

.honor .cont-box .img-box {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.honor .cont-box .right-img {
    text-align: center;

}

.honor .cont-box .text-box {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;

}

.honor .cont-box .text-box .text-box-title {
    font-size: 32px;
    color: #3e3a39;
    margin-bottom: 22px;
    font-weight: bold;
}

.honor .cont-box .text-box .text-box-cont li {
    margin-bottom: 5px;
}

.honor .cont-box .text-box .text-box-cont li .title {
    color: #3e3a39;
    font-size: 22px;
}

.honor .cont-box .text-box .text-box-cont li .desc {
    color: #b5b5b6;
    font-size: 14px;
}

.honor .left-move {
    left: -300px;
}

.honor .right-move {
    right: -600px;
}

.develop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.develop .item {
    width: 25%;
    width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}

.develop {
    max-width: 1100px;
    margin: 0 auto;
}

.develop .item img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.develop .item:hover img:nth-child(2) {
    display: block;
}

.develop .item:hover img:nth-child(1) {
    display: none;
}

.develop .item:hover .year {
    color: #1989fa;
}

.develop .item img:nth-child(2) {
    display: none;

}

.develop .item .text-box {}

.develop .item .text-box .year {
    font-size: 45px;
    color: #3e3a39;
    font-weight: bold;
    text-align: center;
}

.develop .item .text-box .name {
    font-size: 20px;
    color: #3e3a39;
    text-align: center;

}

.develop-swp {
    background-color: #f6f7f9;
    overflow: hidden;
    margin-top: 50px;
}

.develop-swp .f_nav {
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .develop-swp .f_nav {
        padding-bottom: 1rem;
    }
}

.develop-swp .f_nav:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.develop-swp .f_nav .container {
    position: relative;
    z-index: 2;
}

.develop-swp .f_nav .container .f_tit {
    text-align: center;
    color: #fff;
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .develop-swp .f_nav .container .f_tit {
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 576px) {
    .develop-swp .f_nav .container .f_tit {
        margin-bottom: 1.6rem;
    }
}

.develop-swp .f_nav .container .abt3_nav {
    width: 100%;
}

.develop-swp .f_nav .container .abt3_nav .item {
    display: block;
    text-align: center;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-bottom: 40px;
}

@media (max-width: 1440px) {
    .develop-swp .f_nav .container .abt3_nav .item {
        font-size: 16px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .develop-swp .f_nav .container .abt3_nav .item {
        font-size: 14px;
        padding-bottom: 24px;
    }
}

@media (max-width: 576px) {}

.develop-swp .f_nav .container .abt3_nav .item:after,
.develop-swp .f_nav .container .abt3_nav .item:before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
    width: 50%;
    position: absolute;
    bottom: 9px;
    width: calc(50% - 10px);
}

@media (max-width: 1440px) {

    .develop-swp .f_nav .container .abt3_nav .item:after,
    .develop-swp .f_nav .container .abt3_nav .item:before {
        bottom: 7px;
        width: calc(50% - 8px);
    }
}

@media (max-width: 767px) {

    .develop-swp .f_nav .container .abt3_nav .item:after,
    .develop-swp .f_nav .container .abt3_nav .item:before {
        bottom: 4px;
        width: calc(50% - 5px);
    }
}

.develop-swp .f_nav .container .abt3_nav .item:after {
    right: 0;
}

.develop-swp .f_nav .container .abt3_nav .item:before {
    left: 0;
}

.develop-swp .f_nav .container .abt3_nav .item .dain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1440px) {
    .develop-swp .f_nav .container .abt3_nav .item .dain {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 767px) {
    .develop-swp .f_nav .container .abt3_nav .item .dain {
        width: 10px;
        height: 10px;
    }
}

.develop-swp .f_nav .container .abt3_nav .item .dain:before {
    content: "";
    display: block;
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
}

.develop-swp .f_nav .container .abt3_nav .swiper-slide:last-child .item:after {
    display: none;
}

.develop-swp .f_nav .container .abt3_nav .swiper-slide:first-child .item:before {
    display: none;
}

.develop-swp .f_nav .container .abt3_nav .on .item .dain:before {
    opacity: 1;
}

.develop-swp .cont {
    padding: 0.5rem 0 0.9rem;
    width: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .develop-swp .cont {
        padding: 1rem 0 3rem;
    }
}

.develop-swp .cont .abt3_cont {
    width: 100%;
    overflow: visible;
}

@media (max-width: 767px) {
    .develop-swp .cont .abt3_cont {
        overflow: hidden;
    }
}

.develop-swp .cont .swiper-slide {
    width: 4.76rem;
    padding-right: 0.3rem;
}

@media (max-width: 1440px) {
    .develop-swp .cont .swiper-slide {
        width: 6rem;
    }
}

@media (max-width: 991px) {
    .develop-swp .cont .swiper-slide {
        width: 7rem;
    }
}

@media (max-width: 767px) {
    .develop-swp .cont .swiper-slide {
        width: 60%;
    }
}

@media (max-width: 576px) {
    .develop-swp .cont .swiper-slide {
        width: 88%;
    }
}

@media (max-width: 376px) {
    .develop-swp .cont .swiper-slide {
        width: 94%;
    }
}

.develop-swp .cont .swiper-slide .item {
    width: 100%;
}

.develop-swp .cont .swiper-slide .item .tit {
    padding-bottom: 0.2rem;
    line-height: 1;
    font-size: 0.3rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.28rem;
}

@media (max-width: 991px) {
    .develop-swp .cont .swiper-slide .item .tit {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .develop-swp .cont .swiper-slide .item .tit {
        font-size: 20px;
        padding-bottom: 0.4rem;
    }
}

.develop-swp .cont .swiper-slide .item .f_text .li {
    display: flex;
    align-items: flex;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}

@media (max-width: 1440px) {
    .develop-swp .cont .swiper-slide .item .f_text .li {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .develop-swp .cont .swiper-slide .item .f_text .li {
        margin-bottom: 6px;
    }
}

@media (max-width: 376px) {
    .develop-swp .cont .swiper-slide .item .f_text .li {
        font-size: 12px;
    }
}

.develop-swp .cont .swiper-slide .item .f_text .li:last-child {
    margin-bottom: 0;
}

.develop-swp .cont .swiper-slide .item .f_text .li>span {
    display: block;
    width: 60px;
    text-align: right;
    color: #666666;
}

@media (max-width: 1440px) {
    .develop-swp .cont .swiper-slide .item .f_text .li>span {
        width: 45px;
    }
}

@media (max-width: 767px) {
    .develop-swp .cont .swiper-slide .item .f_text .li>span {
        width: 35px;
    }
}

.develop-swp .cont .swiper-slide .item .f_text .li .name {
    display: block;
    width: 80%;
    width: calc(100% - 60px);
    padding-left: 32px;
    color: #666666;
}

@media (max-width: 1440px) {
    .develop-swp .cont .swiper-slide .item .f_text .li .name {
        width: calc(100% - 45px);
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .develop-swp .cont .swiper-slide .item .f_text .li .name {
        padding-left: 14px;
        width: calc(100% - 35px);
    }
}

/* 新闻动态和加入我们 */
.newsabout .news {
    width: 50%;
}

.newsabout .container {
    display: flex;
    align-items: center;
}

.newsabout .news a {
    position: relative;
    display: block;
    overflow: hidden;
}

.newsabout .news a .bgimg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: calc(100% - 2px);
    object-fit: cover;

}

.newsabout .news a .text-box {
    position: relative;
    z-index: 5;
    height: 2.58rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.5s;
}

.newsabout .news a .text-box .text {

    font-size: 0.3rem;
}

.newsabout .news a .text-box .icon-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}

@media (min-width: 1200px) {
    .newsabout .news a:hover .text-box {
        color: #fff;
        background: rgba(0, 17, 23, 0.6);
    }

    .newsabout .news a:hover .text-box .icon-box {
        height: 0.38rem;
    }

}

/* 响应式  */
@media (max-width: 1440px) {
    .introduce .aboutUs-cent .left .left-num-box .item .num-top .text {
        font-size: 18px;
    }

    .newsabout .news a .text-box .text {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .introduce .aboutUs-cent .left .left-num-box .item .num-top .text {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .introduce .aboutUs-cent {
        display: block;
    }

    .introduce .aboutUs-cent .left {
        width: 100%;
        padding-right: 0;
    }

    .introduce .aboutUs-cent .left .left-num-box {
        flex-wrap: wrap;
    }

    .introduce .aboutUs-cent .left .left-num-box .item {
        margin: 0;
        width: 50%;
        margin-bottom: 26px;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .introduce .aboutUs-cent .left .left-num-box .item .num-top {
        justify-content: center;
    }

    .introduce .aboutUs-cent .left .left-num-box .item .num-top .num {
        font-size: 1rem;
    }

    .introduce .aboutUs-cent .left .left-num-box .item .num-top .text {
        font-size: 0.8rem;
    }

    .introduce .aboutUs-cent .left .left-num-box .item .num-btn {
        margin-top: 0.2rem;
    }

    .introduce .aboutUs-cent .right {
        width: 100%;
        padding-left: 0;
    }

    .honor .cont-box .text-box .text-box-title {
        font-size: 28px;
    }

    .honor .cont-box .text-box .text-box-cont li .title {
        font-size: 14px;
    }

    .develop .item .text-box .year {
        font-size: 17px;
    }

    .develop .item .text-box .name {
        font-size: 13px;
    }

    .newsabout .container {
        flex-wrap: wrap;
    }

    .newsabout .news {
        width: 100%;
        margin-bottom: 1rem;
    }

    .newsabout .news a .text-box {
        height: 4rem;
    }

    .newsabout .news a .text-box .text {
        font-size: 0.8rem;
    }

    .honor .cont-box .img-box {
        width: 33.3%;
        display: flex;
        align-items: center;
    }

    .honor .cont-box .text-box {
        width: 66.6%;
    }

    .honor .cont-box .img-box img,
    .honor .cont-box .text-box img {
        width: 100%;
    }

    .aboutUs-box .develop {
        flex-wrap: wrap;
    }

    .aboutUs-box .develop .item {
        width: 50%;
        margin-bottom: .8rem;
    }

    .aboutUs-box .develop .item img {
        width: 55%;
        height: auto;
    }
}

@media (max-width: 576px) {
    .introduce .aboutUs-cent .left .left-num-box .item .num-btn {
        margin-top: 0.4rem;
    }

    .newsabout .news a .text-box .text {
        font-size: 1.2rem;
    }
}
/* end */
/* 算法列表 */
.algorithm {
    background-color: #f8f9fc;
}

.algorithm .screening-border {
    padding: 50px 0;
}

.algorithm .screening-border .cont {
    color: #fff;
    min-height: 100px;
    box-shadow: 0px 0px 4px 0px rgba(24, 24, 24, 0.1);
    padding: 18px 24px;
    background-color: #fff;
}

.algorithm .screening-border .cont .item {
    display: flex;
    margin: 8px 0;
}

.algorithm .screening-border .cont .item .dt {
    flex-shrink: 0;
    min-width: 60px;
    padding-right: 15px;
    line-height: 35px;
    color: #181818;
}

.algorithm .screening-border .cont .item .dd {
    position: relative;
}

.algorithm .screening-border .cont .item .dd ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    height: 38px;
    padding-right: 50px;
    transition: height 0.3s;
}

.algorithm .screening-border .cont .item .dd .more {
    height: 74px;


}

.algorithm .screening-border .cont .item .dd ul li {
    padding: 0 7px;

}

.algorithm .screening-border .cont .item .dd ul li:hover a {
    color: #00a0e9;

}

.algorithm .screening-border .cont .item .dd ul .on a {
    border-color: #00a0e9;
    background: #F3F3FA;
    color: #00a0e9;
}
.algorithm .screening-border .cont .item .dd ul .on a b {
    font-weight: unset;
}
.algorithm .screening-border .cont .item .dd ul li a {
    display: block;
    min-width: 60px;
    border: 1px solid transparent;
    line-height: 30px;
    text-align: center;
    padding: 0 0.8em;
    color: #666;
}

.algorithm .screening-border .cont .item .dd .right-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 32px;
    font-size: 10px;
    color: #00a0e9;
}

.algorithm .screening-border .cont .item .dd .right-icon .show {
    display: show;
}

.algorithm .screening-border .cont .item .dd .right-icon .hide {
    display: none;
}


.algorithm .algorithm-list .list {
    display: flex;
    flex-wrap: wrap;
}

.algorithm .algorithm-list .list .item {
    padding: 11px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.algorithm .algorithm-list .list .item:nth-child(1n) {
    padding-left: 0;
}

.algorithm .algorithm-list .list .item:nth-child(4n) {
    padding-right: 0;
}

.algorithm .algorithm-list .list .item .item-box>a {
    display: block;
    height: 170px;
    width: 100%;
    position: relative;
}

.algorithm .algorithm-list .list .item .item-box a img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* .algorithm .algorithm-list .list .item .item-box a::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 342px;
} */

.algorithm .algorithm-list .list .item .item-box .btm-box {
    padding: 24px 24px 20px;
    background-color: #fff;
}

.algorithm .algorithm-list .list .item .item-box .btm-box .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36em;
    color: #181818;

}

.algorithm .algorithm-list .list .item .item-box>a {
    overflow: hidden;
}

.algorithm .algorithm-list .list .item .item-box:hover>a img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}



.algorithm .algorithm-list .list .item .item-box .btm-box .tags-more {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.algorithm .algorithm-list .list .item .item-box .btm-box .tags-more .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.algorithm .algorithm-list .list .item .item-box .btm-box .tags-more .tags .tags-a {
    color: #999;
    font-size: 10px;
}

.algorithm .algorithm-list .list .item .item-box .btm-box .tags-more .tags .tags-a:hover {
    color: #00a0e9;
}

.algorithm .algorithm-list .list .item .item-box .btm-box .tags-more .tags .line {
    margin: 0 0.4em;
    height: 0.8em;
    width: 1px;
    background-color: #999999;
    opacity: 0.2;
}

.algorithm .algorithm-list .list .item .item-box .btm-box .tags-more .icon {
    display: inline-block;
    width: 42px;
    height: 8px;
    background: url(../images/x-ri-jt2.png) no-repeat;
    background-size: contain;
    position: relative;
    right: 0;
    transition: 0.5s all;
    transform: translate(-25%, 0);
    margin-left: 1em;
    flex-shrink: 0;
    opacity: 0;
}

.algorithm .algorithm-list .list .item .item-box:hover .btm-box .tags-more .icon {
    transform: translate(0, 0);
    opacity: 1;
}

.algorithm .page-box {
    padding: 50px 0;
}

@media (max-width: 1200px) {
    .algorithm .algorithm-list .list .item {
        width: 33.3%;
    }

    .algorithm .algorithm-list .list .item:nth-child(4n) {
        padding-right: 11px;
    }

    .algorithm .algorithm-list .list .item:nth-child(3n) {
        padding-right: 0;
    }

    .algorithm .algorithm-list .list .item .item-box .btm-box .tags-more .tags .tags-a {
        font-size: 8;
    }

    .algorithm .algorithm-list .list .item .item-box .btm-box .tags-more .icon {
        width: 30px;
        height: 6px;
    }
}

@media (max-width: 992px) {
    .algorithm .algorithm-list .list .item {
        width: 50%;
    }

    .algorithm .algorithm-list .list .item:nth-child(4n) {
        padding-right: 11px;
    }

    .algorithm .algorithm-list .list .item:nth-child(3n) {
        padding-right: 11px;
    }

    .algorithm .algorithm-list .list .item:nth-child(2n) {
        padding-right: 0;
    }
}

/* 算法列表end */
/* 关于我们-荣誉资质 */
.citation {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.citation .title {
    font-size: 28px;
    font-weight: bold;
    color: rgb(20, 20, 20);
    margin-bottom: 30px;
}

.citation .conte {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 2em
}

.citation .list-box .list-title {
    display: flex;
    height: 30px;
    border-bottom: 1px solid #ebebeb;
    margin: 30px 0;
}

.citation .list-box .list-title .item {
    padding: 0;
    margin-right: 70px;
    color: #a2a2a2;
    cursor: pointer;
    font-weight: 700;
}

.citation .list-box .list-title .active {
    color: #00a0e9;
    border-bottom: 1px solid #00a0e9;
}

.citation .list-box .cg-box .item {
    display: flex;
    flex-wrap: wrap;

}

.citation .list-box .cg-box .item .list {
    width: 20%;
    padding: 0 20px 0 0;
    margin-bottom: 20px;
}


.citation .list-box .cg-box .item .list:nth-child(5n) {
    padding-right: 0;

}

.citation .list-box .cg-box .item .list .xx {
    background: #f6f6f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 0 30px;
}

.citation .list-box .cg-box .item .list img {
    height: 100px;
    width: auto;
}

.citation .list-box .cg-box .item .list p {
    font-size: 14px;
    font-family: Alibaba PuHuiTi Xi;
    font-weight: 500;
    color: #333;
    text-align: center;
    opacity: 1;
    margin-top: 15px;
}

.citation .list-box .cg-box .box {
    display: none;
}

.citation .list-box .cg-box .active {
    display: block;
}

@media (max-width: 992px) {
    .citation .list-box .cg-box .item .list {
        width: 25%;
    }

    .citation .list-box .cg-box .item .list:nth-child(4n) {
        padding-right: 0;

    }

    .citation .list-box .cg-box .item .list:nth-child(5n) {
        padding-right: 20px;

    }
}

@media (max-width: 576px) {
    .citation .list-box .cg-box .item .list {
        width: 50%;
    }

    .citation .list-box .cg-box .item .list:nth-child(4n) {
        padding-right: 0;

    }

    .citation .list-box .cg-box .item .list:nth-child(2n) {
        padding-right: 20px;

    }
}

/* 获奖end */