.header{
    position: fixed;
    top: 0;
    left: 0;
    /* padding: 0.18rem 0;
    box-sizing: border-box; */
    width: 100%;
    height: 0.86rem;
    background-color: transparent;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99;
}
.header .logo{
    width: 2.9rem;
}
.header .nav .item{
    position: relative;
    margin-right: 0.27rem;
    height: 0.86rem;
    line-height: 0.86rem;
    font-size: 0.15rem;
    color: #FFFFFF;
    white-space: nowrap;
    cursor: pointer;
}
.header .nav .item.active::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0.22rem;
    height: 0.02rem;
    background-color: #fff;
}
.header .nav .search{
    width: 0.37rem;
    height: 0.26rem;
    border-radius: 0.13rem;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.header .nav .search img{
    width: 0.19rem;
    height: 0.19rem;
}
.header .nav .search .search-box{
    top: 0.13rem;
    right: 0.18rem;
    width: 0;
    height: 0;
    border-radius: 0.15rem;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    z-index: -1;
}
.header .nav .search .search-box.show{
    top: 0.64rem;
    right: 0;
    width: 5rem;
    height: 0.3rem;
    box-shadow:  0 1px 10px 3px rgba(0,0,0,0.16);
    z-index: 999;
}
.header .nav .search .search-box input{
    padding: 0 0.2rem;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 0.14rem;
    color: #333;
    border: none;
}
.header .nav .search .mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;
}


.header.fixed,
.header.temp{
    background-color: #fff;
}
.header.fixed .nav .item,
.header.temp .nav .item{
    color: #666666;
}
.header.fixed .nav .item.active::after,
.header.temp .nav .item.active::after{
    background-color: #666666;
}

.header .nav .sub-nav{
    position: fixed;
    top: 0.86rem;
    left: 0;
    width: 100%;
    height: 0.58rem;
    background-color: #fff;
}
.header .nav .sub-nav .sub-item{
    margin: 0 0.26rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #333333;
}
.header .nav .sub-nav .sub-item.checked,
.header .nav .sub-nav .sub-item:hover{
    color: #004898;
}

/* footer */
.footer {
    position: relative;
    margin-top: 0.9rem;
    padding-bottom: 0.54rem;
    background-color: #3F4852;
}
.footer .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/footer-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.footer .container{
    position: relative;
    z-index: 2;
}
.footer .top{
    padding: 0.3rem 0;
    margin-bottom: 0.7rem;
    border-bottom: 1px solid #666666;
}
.footer .logo{
    width: 2.9rem;
}
.footer .nav .item{
    position: relative;
    margin-right: 0.27rem;
    font-size: 0.15rem;
    color: #FFFFFF;
    white-space: nowrap;
    cursor: pointer;
}

.footer .content .left .row{
    font-size: 0.12rem;
    line-height: 0.25rem;
    color: #999999;
}
.footer .content .right .link{
    color: #FFFFFF;
    font-size: 0.12rem;
    margin-bottom: 0.35rem;
}
/*.footer .content .right .link a{
    margin: 0 0.21rem;
}*/
.footer .content .right .link a:before {
    content: "|";
    margin: 0 0.21rem;
}

.footer .content .right .link a:first-child:before {
    display: none;
}
.footer .content .right .select-btn{
    margin-left: auto;
    margin-right: 0;
    width: 1.67rem;
    height: 0.37rem;
    color: #999999;
    font-size: 0.12rem;
    border: 1px solid #707070;
    cursor: pointer;
}
.footer .content .right .select-btn .btn{
    width: 1.24rem;
    height: 0.2rem;
    border-right: 1px solid #707070;
}
.footer .content .right .select-btn img{
    width: 0.2rem;
    margin-right: 0.1rem;
}
.footer .content .right .select-btn .select-list{
    left: 50%;
    bottom: 0.4rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 2.8rem;
    height: 1.6rem;
    border: 1px solid #707070;
    background-color: #3F4852;
    overflow-y: auto;
    z-index: 999;
}
.footer .content .right .select-btn .select-list .item{
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer .content .right .select-btn .mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 998;
}

/* 首页 */
.index_box .banner .text{
    bottom: 0.45rem;
    right: 0.69rem;
    font-size: 0.42rem;
    text-align: right;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    z-index: 98;
}
.index_box .banner .text p{
    margin-top: 0.34rem;
}
.index_box .banner .text p:nth-of-type(1){
    padding-right: 1.71rem;
}
.index_box .banner .text p:nth-of-type(2){
    padding-right: 1.08rem;
}
.index_box .banner .text p:nth-of-type(3){
    padding-right: 0.63rem;
}
.index_box .banner .swiper-pagination .swiper-pagination-bullet{
    width: 0.12rem;
    height: 0.12rem;
    background-color: #fff;
    opacity: 1
}
.index_box .banner .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #004898;
}

.index_box .main .bars{
    margin-top: 0.2rem;
    margin-bottom: 0.36rem;
    padding-bottom: 0.05rem;
    font-size: 0.16rem;
    color: #666666;
    border-bottom: 0.02rem solid #ccc;
}
.index_box .main .bars .more{
    line-height: 0.18rem;
    font-size: 0.14rem;
    color: #999999;
    cursor: pointer;
}
.index_box .main .bars .more img{
    width: 0.18rem;
    height: 0.18rem;
    margin-left: 0.12rem;
    vertical-align: top;
}
.index_box .main .bars .item{
    position: relative;
    padding: 0.2rem 0;
    margin-right: 0.4rem;
    cursor: pointer;
}
.index_box .main .bars .item.active{
    position: relative;
    margin-right: 0.4rem;
    color: #004898;
}
.index_box .main .bars .item.active::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.07rem;
    width: 100%;
    height: 0.02rem;
    background-color: #004898;
}

.index_box .tab-content-box .tab-content{
    position: relative;
    top: 0;
}

.index_box .tab-content-box .news .left{
    width: 100%;
    margin-right: 0.38rem;
}
.index_box .tab-content-box .news .example{
    padding-bottom: 0.26rem;
    margin-bottom: 0.22rem;
    border-bottom: 1px dashed #666666;
}
.index_box .tab-content-box .news .example .icon{
    flex-shrink: 0;
    width: 1.42rem;
    height: 1.42rem;
    margin-right: 0.5rem;
}
.index_box .tab-content-box .news .example .content{
    width: calc(100% - 1.92rem);
}
.index_box .tab-content-box .news .example .title{
    font-size: 0.16rem;
    font-weight: bold;
    height: 0.52rem;
    line-height: 0.26rem;
    color: #333333;
    margin-bottom: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_box .tab-content-box .news .example .intro{
    font-size: 0.12rem;
    color: #999999;
    height: 0.52rem;
    line-height: 0.26rem;
    margin-bottom: 0.08rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_box .tab-content-box .news .example .toDetails{
    font-size: 0.11rem;
    color: #666666;
    cursor: pointer;
}
.index_box .tab-content-box .news .left .item{
    position: relative;
    padding-left: 0.21rem;
    margin-bottom: 0.16rem;
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: #666666;
    cursor: pointer;
}
.index_box .tab-content-box .news .left .item:last-of-type{
    margin-bottom: 0;
}
.index_box .tab-content-box .news .left .item::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background-color: #DBDBDB;
    border-radius: 50%;
}
.index_box .tab-content-box .news .left .item .title{
    width: calc(100% - 1rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_box .tab-content-box .news .left .item .time{
    font-size: 0.14rem;
    color: #999999;
}
.index_box .tab-content-box .news .left .item.active{
    color: #004898;
}
.index_box .tab-content-box .news .left .item.active::before{
    background-color: #004898;
}
.index_box .tab-content-box .news .left .item.active .time{
    color: #004898;
}


.index_box .tab-content-box .news .right{
    flex-shrink: 0;
    width: 5.12rem;
    height: 3.04rem;
    position: relative;
}
.index_box .tab-content-box .news .news-swiper{
    height: 3.04rem;
}
.index_box .tab-content-box .news .news-swiper .swiper-slide{
    position: relative;
}
.index_box .tab-content-box .news .news-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
}
.index_box .tab-content-box .news .news-swiper .text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.18rem;
    box-sizing: border-box;
    width: 100%;
    height: 0.34rem;
    line-height: 0.34rem;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_box .tab-content-box .news .thumbs-swiper{
    position: absolute;
    top: 0.24rem;
    left: 0.18rem;
    width: 0.65rem;
    height: calc(100% - 0.82rem);
}
.index_box .tab-content-box .news .thumbs-swiper .swiper-slide{
    cursor: pointer;
}
.index_box .tab-content-box .news .news-pagination{
    bottom: auto;
    top: 0rem;
    left: auto;
    right: 0.18rem;
    width: fit-content;
}

.news-bullet{
    background-color: #fff !important;
    opacity: 1 !important;
}
.news-bullet-active{
    background-color: #FFBB00 !important;
    opacity: 1 !important;
}

.index_box .tab-content-box .video .left{
    flex-wrap: wrap;
    width: calc(100% - 5.42rem);
}
.index_box .tab-content-box .video .left .item{
    width: calc(50% - 0.062rem);
    margin-right: 0.12rem;
    cursor: pointer;
}
.index_box .tab-content-box .video .left .item:nth-of-type(2n){
    margin-right: 0;
}
.index_box .tab-content-box .video .left .item:nth-of-type(n+3){
    margin-top: 0.22rem;
}
.index_box .tab-content-box .video .left .item .poster{
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.07rem;
}
.index_box .tab-content-box .video .left .item .content{
    padding: 0.11rem 0.16rem;
    box-sizing: border-box;
    width: 100%;
    color: #333333;
    background-color: #fff;
}
.index_box .tab-content-box .video .left .item:hover .content{
    color: #004898;
    box-shadow: 0px 3px 10px 1px rgba(0,0,0,0.16);
}
.index_box .tab-content-box .video .left .item .content .title{
    height: 0.52rem;
    font-size: 0.14rem;
    line-height: 0.26rem;
    margin-bottom: 0.05rem;
}
.index_box .tab-content-box .video .left .item .content .visitor{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.26rem;
}
.index_box .tab-content-box .video .left .item .content .visitor img{
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.05rem;
}
.index_box .tab-content-box .video .right{
    position: relative;
    width: 5.16rem;
    height: 2.36rem;
    margin-left: 0.26rem;
    background-color: #333;
}
.index_box .tab-content-box .video .right #video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.index_box .tab-content-box .video .right .text{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0.18rem;
    box-sizing: border-box;
    width: 100%;
    height: 0.34rem;
    line-height: 0.34rem;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 2;
}
.index_box .tab-content-box .video .right .video-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    z-index: 3;
}
.index_box .tab-content-box .video .right .video-cover img{
    width: 0.4rem;
    height: 0.4rem;
}

.index_box .tab-content-box .media .left{
    width: calc(100% - 5.4rem);
    margin-right: 0.38;
}
.index_box .tab-content-box .media .example{
    padding-bottom: 0.26rem;
    margin-bottom: 0.22rem;
    border-bottom: 1px dashed #666666;
}
.index_box .tab-content-box .media .example .icon{
    flex-shrink: 0;
    width: 1.42rem;
    height: 1.42rem;
    margin-right: 0.5rem;
}
.index_box .tab-content-box .media .example .content{
    width: calc(100% - 1.92rem);
}
.index_box .tab-content-box .media .example .title{
    font-size: 0.16rem;
    font-weight: bold;
    height: 0.52rem;
    line-height: 0.26rem;
    color: #333333;
    margin-bottom: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_box .tab-content-box .media .example .intro{
    font-size: 0.12rem;
    color: #999999;
    height: 0.52rem;
    line-height: 0.26rem;
    margin-bottom: 0.08rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_box .tab-content-box .media .example .toDetails{
    font-size: 0.11rem;
    color: #666666;
    cursor: pointer;
}
.index_box .tab-content-box .media .left .item{
    position: relative;
    padding-left: 0.21rem;
    margin-bottom: 0.16rem;
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: #666666;
    cursor: pointer;
}
.index_box .tab-content-box .media .left .item::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background-color: #DBDBDB;
    border-radius: 50%;
}
.index_box .tab-content-box .media .left .item .title{
    width: calc(100% - 1rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index_box .tab-content-box .media .left .item .time{
    font-size: 0.14rem;
    color: #999999;
}
.index_box .tab-content-box .media .left .item.active{
    color: #004898;
}
.index_box .tab-content-box .media .left .item.active::before{
    background-color: #004898;
}
.index_box .tab-content-box .media .left .item.active .time{
    color: #004898;
}
.index_box .tab-content-box .media .rgiht{
    flex-shrink: 0;
    width: 5.12rem;
    height: 3.04rem;
}


/* 子页 */
.subpage_index .banner .text{
    font-size: 0.32rem;
    color: #FFFFFF;
}
.subpage_index .banner .text::before{
    content: '';
    position: absolute;
    top: 50%;
    right: calc(100% + 0.2rem);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.8rem;
    border-bottom: 1px solid #FFFFFF;
}
.subpage_index .banner .text::after{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 0.2rem);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.8rem;
    border-bottom: 1px solid #FFFFFF;
}
.subpage_index .banner{
    margin-bottom: 0.42rem;
}
.subpage_index .main .side-nav{
    flex-shrink: 0;
    width: 2.4rem;
    margin-right: 0.4rem;
}
.subpage_index .main .right{
    width: calc(100% - 2.8rem);
}
.subpage_index .main .side-nav .title-img .text{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.44rem 0.18rem 0;
    box-sizing: border-box;
    color: #FFFFFF;
}
.subpage_index .main .side-nav .title-img .title{
    line-height: 0.23rem;
    font-size: 0.23rem;
    font-weight: bold;
}
.subpage_index .main .side-nav .title-img .title-sub{
    margin-top: 0.12rem;
    font-size: 0.18rem;
    line-height: 0.18rem;
}
.subpage_index .main .side-nav .nva-list{
    width: 100%;
    margin-top: 4px;
}
.subpage_index .main .side-nav .nva-list .item{
    width: 100%;
    height: 0.52rem;
    color: #666666;
    background-color: #F4FAFE;
    margin-bottom: 1px;
    cursor: pointer;
}
.subpage_index .main .side-nav .nva-list .item.active{
    color: #FFFFFF;
    background-color: #656D75;
}
.subpage_index .main .side-nav .nva-list .item a{
    padding: 0.18rem 0.15rem;
    padding-left: 0.26rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    line-height: 0.16rem;
}
.subpage_index .main .side-nav .nva-list .item img{
    width: 0.17rem;
}

.subpage_index .main .content-header{
    padding-bottom: 0.12rem;
    border-bottom: 1px solid #666666;
}
.subpage_index .main .content-header .title{
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    padding-left: 0.18rem;
    box-sizing: border-box;
}
.subpage_index .main .content-header .title::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 4px;
    height: 0.23rem;
    background-color: #004898;
}
.subpage_index .main .content-header .path{
    font-size: 0.14rem;
    color: #666666;
}
.subpage_index .main .content-header .path img{
    width: 0.22rem;
    margin-right: 0.07rem;
}
.subpage_index .main .content-header .path img{
    width: 0.22rem;
    margin-right: 0.07rem;
}
/* 公司概况 */
.subpage_index .main .about_content .content{
    margin-top: 0.48rem;
    padding-bottom: 0.34rem;
    border-bottom: 1px solid #999;
}
.subpage_index .main .about_content .content .title{
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
}
.subpage_index .main .about_content .content .column{
    margin-top: 0.34rem;
    padding-bottom: 0.21rem;
}
.subpage_index .main .about_content .content .column::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.24rem;
    width: 100%;
    border-bottom: 1px dashed #999;
}
.subpage_index .main .about_content .content .column .info-item{
    line-height: 0.26rem;
    font-size: 0.14rem;
    color: #666666;
    margin: 0 0.28rem;
}
.subpage_index .main .about_content .content .column .info-item img{
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.05rem;
}
.subpage_index .main .about_content .content .text{
    margin-top: 0.53rem;
}
.subpage_index .main .about_content .content .text p{
    display: inline-block;
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #666666;
    text-indent: 2em;
}
.subpage_index .main .about_content .content-bottom{
    margin-top: 0.5rem;
}
.subpage_index .main .about_content .content-bottom .other{
    width: calc(100% - 1.75rem);
    line-height: 0.14rem;
    font-size: 0.14rem;
    color: #666666;
}
.subpage_index .main .about_content .content-bottom .other .next{
    margin-top: 0.26rem;
}
.subpage_index .main .about_content .content-bottom .back-btn{
    width: 1.72rem;
    height: 0.51rem;
    font-size: 0.14rem;
    color: #FFFFFF;
    background-color: #656D75;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
}
.subpage_index .main .about_content .content-bottom .back-btn img{
    width: 0.27rem;
    margin-right: 0.05rem;
}

/* 荣誉 */
.subpage_index .main .honor_content .content{
    margin-top: 0.28rem;
}
.subpage_index .main .honor_content .list{
    flex-wrap: wrap;
}
.subpage_index .main .honor_content .list .item{
    width: calc(100%/3 - 0.34rem);
    margin-right: 0.5rem;
    margin-bottom: 0.3rem;
    cursor: pointer;
}
.subpage_index .main .honor_content .list .item:nth-of-type(3n){
    margin-right: 0;
}
.subpage_index .main .honor_content .list .item .img_box{
    padding: 0.19rem 0.14rem;
    box-sizing: border-box;
    background-color: #F4FAFE;
    margin-bottom: 0.16rem;
}
.subpage_index .main .honor_content .list .item .text{
    font-size: 0.14rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subpage_index .main .honor_content #mask{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 998;
}
.subpage_index .main .honor_content .preview-pop{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 0.61rem 0.46rem 0.48rem;
    box-sizing: border-box;
    width: 6.2rem;
    min-height: 4.57rem;
    background-color: #fff;
    z-index: 999;
}
.subpage_index .main .honor_content .preview-pop .close{
    position: absolute;
    width: 0.28rem;
    height: 0.28rem;
    top: 0.15rem;
    right: 0.19rem;
    background: url(../img/close.png) no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.subpage_index .main .honor_content .preview-pop img{
    width: 100%;
    margin-bottom: 0.26rem;
}
.subpage_index .main .honor_content .preview-pop .title{
    font-size: 0.18rem;
    color: #333333;
    text-align: center;
}

/* 新闻 */
.subpage_index .news_content .content{
    margin-top: 0.28rem;
}
.subpage_index .news_content .example{
    padding: 0.24rem 0.2rem;
    box-sizing: border-box;
    background-color: #F4FAFE;
}
.subpage_index .news_content .example .icon{
    flex-shrink: 0;
    width: 1.34rem;
    height: 1.34rem;
    margin-right: 0.38rem;
}
.subpage_index .news_content .example .example_content{
    width: calc(100% - 1.72rem);
    min-height: 1.34rem;
}
.subpage_index .news_content .example .title{
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.26rem;
    color: #333333;
    margin-bottom: 0.12rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subpage_index .news_content .example .intro{
    font-size: 0.12rem;
    color: #999999;
    height: 0.52rem;
    line-height: 0.26rem;
    margin-bottom: 0.08rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subpage_index .news_content .example .toDetails{
    font-size: 0.11rem;
    color: #666666;
    cursor: pointer;
}
.subpage_index .news_content .list{
    margin-top: 0.1rem;
}
.subpage_index .news_content .list .item{
    position: relative;
    padding-left: 0.21rem;
    font-size: 0.14rem;
    line-height: 0.58rem;
    color: #666666;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}
.subpage_index .news_content .list .item:last-of-type{
    margin-bottom: 0;
}
.subpage_index .news_content .list .item::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background-color: #DBDBDB;
    border-radius: 50%;
}
.subpage_index .news_content .list .item .title{
    width: calc(100% - 5rem);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subpage_index .news_content .list .item .data .time{
    font-size: 0.14rem;
    color: #999999;
}
.subpage_index .news_content .list .item .data .visitor{
    line-height: 0.26rem;
    font-size: 0.14rem;
    color: #999999;
    margin-left: 0.29rem;
}
.subpage_index .news_content .list .item .data img{
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.05rem;
}
.subpage_index .news_content .list .item.active{
    color: #004898;
}
.subpage_index .news_content .list .item.active::before{
    background-color: #004898;
}
.subpage_index .news_content .pages{
    margin-top: 0.5rem;
}
.subpage_index .news_content .pages .prev,
.subpage_index .news_content .pages .next{
    font-size: 0.12rem;
    color: #666666;
    cursor: pointer;
}
.subpage_index .news_content .pages .btn{
    width: 0.34rem;
    height: 0.34rem;
    margin: 0 0.1rem;
    background-color: #F4FAFE;
    cursor: pointer;
}
.subpage_index .news_content .pages .btn.img img{
    width: 0.18rem;
    height: 0.18rem;
}
.subpage_index .news_content .pages .num{
    font-size: 0.16rem;
    color: #666666;
}
.subpage_index .news_content .pages .num.checked{
    color: #FFFFFF;
    background-color: #004898;
}

/* 企业文化 */
.subpage_index .culture_content .list{
    margin-top: 0.3rem;
}
.subpage_index .culture_content .list .item{
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}
.subpage_index .culture_content .list .item .img_box{
    flex-shrink: 0;
    width: 1.8rem;
    height: 1.32rem;
    margin-right: 0.24rem;
}
.subpage_index .culture_content .list .item .item-content{
    width: calc(100% - 2.04rem);
}
.subpage_index .culture_content .list .item .title{
    font-size: 0.16rem;
    font-weight: bold;
    color: #666666;
    margin-bottom: 0.12rem;
}
.subpage_index .culture_content .list .item .intro{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.26rem;
    margin-bottom: 0.21rem;
}
.subpage_index .culture_content .list .item .tool{
    line-height: 0.26rem;
    font-size: 0.14rem;
    color: #999999;
}
.subpage_index .culture_content .list .item .tool .time{
    margin-right: 0.27rem;
}
.subpage_index .culture_content .list .item .tool .visitor img{
    width: 0.26rem;
    height: 0.27rem;
    margin-right: 0.05rem;
}
.subpage_index .culture_content .list .item:hover .title{
    color: #004898;
}

.subpage_index .culture_content .pages{
    margin-top: 0.5rem;
}
.subpage_index .culture_content .pages .prev,
.subpage_index .culture_content .pages .next{
    font-size: 0.12rem;
    color: #666666;
    cursor: pointer;
}
.subpage_index .culture_content .pages .btn{
    width: 0.34rem;
    height: 0.34rem;
    margin: 0 0.1rem;
    background-color: #F4FAFE;
    cursor: pointer;
}
.subpage_index .culture_content .pages .btn.img img{
    width: 0.18rem;
    height: 0.18rem;
}
.subpage_index .culture_content .pages .num{
    font-size: 0.16rem;
    color: #666666;
}
.subpage_index .culture_content .pages .num.checked{
    color: #FFFFFF;
    background-color: #004898;
}

/* 联系我们 */
.subpage_index .contact_content{
    width: 100%;
}
.subpage_index .contact_content .page-title{
    width: 100%;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    padding-bottom: 0.28rem;
    border-bottom: 1px solid #999;
}
.subpage_index .contact_content .office{
    padding: 0.5rem 0;
    border-bottom: 1px dashed #999999;
}
.subpage_index .contact_content .office .item-title{
    width: 1.1rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    margin-right: 0.44rem;
}
.subpage_index .contact_content .list{
    padding: 0.5rem 0 1.19rem;
}
.subpage_index .contact_content .item .item-title{
    width: 1.9rem;
    height: 1.24rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.43rem;
}
.subpage_index .contact_content .item-title img{
    width: 0.53rem;
    height: 0.53rem;
    margin-bottom: 0.2rem;
}
.subpage_index .contact_content .info{
    font-size: 0.14rem;
    color: #333333;
}
.subpage_index .contact_content .info .row{
    margin-bottom: 0.22rem;
    line-height: 0.14rem;
}
.subpage_index .contact_content .info .row:last-of-type{
    margin-bottom: 0;
}
.subpage_index .contact_content .info .key{
    width: 0.58rem;
    font-size: 0.14rem;
    color: #999999;
    margin-right: 0.2rem;
}

/* 企业文化 */
.subpage_index .culture-main{
    width: 100%;
    overflow: hidden;
}
.subpage_index .culture-main .page-title{
    position: absolute;
    top: 0.7rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 2.46rem;
    height: 0.86rem;
    z-index: 9;
}
.subpage_index .culture-main .page-title .title{
    position: absolute;
    top: -0.06rem;
    left: 0.2rem;
    font-size: 0.41rem;
    line-height: 0.57rem;
    font-family: 'YunFengFeiYunTi';
    color: #004898;
}
.subpage_index .culture-main .page-title .subtitle{
    position: absolute;
    top: 0.36rem;
    left: 0.66rem;
    line-height: 0.14rem;
    font-size: 0.14rem;
    color: #FFFFFF;
}
.subpage_index .culture-main .bg-swiper{
    width: 100%;
}
.subpage_index .culture-main .content-box{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 6.32rem;
    height: 3.03rem;
    z-index: 8;
}
.subpage_index .culture-main .content-box .icon{
    margin: 0 auto 0.37rem;
    width: 1.3rem;
    height: 1.3rem;
}
.subpage_index .culture-main .content-box .icon::after{
    content: '';
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 2.65rem;
    border-bottom: 1px solid #ddd;
}
.subpage_index .culture-main .content-box .content{
    top: 0.11rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 0 1.15rem;
    box-sizing: border-box;
    width: 100%;
}
.subpage_index .culture-main .content-box .list .item{
    line-height: 0.14rem;
    margin-bottom: 0.16rem;
}
.subpage_index .culture-main .content-box .list .item .key{
    font-family: 'LiuhuanKatongShoushu';
    font-size: 0.14rem;
    color: #BF1A20;
}
.subpage_index .culture-main .content-box .list .item .val{
    font-size: 0.12rem;
    color: #666666;
}
.subpage_index .culture-main .rotate-swiper{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 1200px;
    max-width: 100%;
}
.subpage_index .culture-main .rotate-swiper .btn{
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    background: linear-gradient(#FFFFFF 0%, #E3EFF5 100%);
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.subpage_index .culture-main .rotate-swiper .btn .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: 'YunFengFeiYunTi';
    color: #333333;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: nowrap;
    letter-spacing: -0.08rem;
}
.subpage_index .culture-main .rotate-swiper .btn1{
    bottom: 0.6rem;
    left: 0;
    width: 1.66rem;
    height: 1.66rem;
}
.subpage_index .culture-main .rotate-swiper .btn1 .text{
    line-height: 0.3rem;
    font-size: 0.26rem;
}
.subpage_index .culture-main .rotate-swiper .btn2{
    bottom: 2.87rem;
    left: 1.67rem;
    width: 2.2rem;
    height: 2.2rem;
}
.subpage_index .culture-main .rotate-swiper .btn2 .text,
.subpage_index .culture-main .rotate-swiper .btn3 .text{
    line-height: 0.4rem;
    font-size: 0.36rem;
}
.subpage_index .culture-main .rotate-swiper .btn3{
    bottom: 2.87rem;
    right: 1.67rem;
    width: 2.2rem;
    height: 2.2rem;
}
.subpage_index .culture-main .rotate-swiper .btn4{
    bottom: 0.6rem;
    right: 0;
    width: 1.66rem;
    height: 1.66rem;
}
.subpage_index .culture-main .rotate-swiper .btn4 .text{
    line-height: 0.3rem;
    font-size: 0.26rem;
}
.subpage_index .culture-main .rotate-swiper .btn img{
    height: 100%;
}
.subpage_index .culture-main .rotate-swiper .btn-border{
    border: 2px solid #004898;
}
.subpage_index .culture-main .rotate-box{
    z-index: 2;
}
.subpage_index .culture-main .rotate-box .btn{
    width: 2.2rem;
    height: 2.2rem;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    transition: all 0.2s ease-in-out 0s;
}
.subpage_index .culture-main .rotate-box .btn1{
    bottom: 2.1rem;
    left: 1.1rem;
}
.subpage_index .culture-main .rotate-box .btn2{
    bottom: 4.83rem;
    left: 3.48rem;
}
.subpage_index .culture-main .rotate-box .btn3{
    bottom: 4.83rem;
    left: calc(100% - 3.48rem);
}
.subpage_index .culture-main .rotate-box .btn4{
    bottom: 2.1rem;
    left: calc(100% - 0.79rem);
}
.subpage_index .culture-main .rotate-box .btn .text1,
.subpage_index .culture-main .rotate-box .btn .text2{
    font-family: 'YunFengFeiYunTi';
    color: #333333;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: nowrap;
    transition: all 0.2s ease-in-out 0s;
}
.subpage_index .culture-main .rotate-box .btn .text1{
    font-size: 0.28rem;
    letter-spacing: -0.12rem;
}
.subpage_index .culture-main .rotate-box .btn .text2{
    padding-top: 0.51rem;
    font-size: 0.18rem;
    letter-spacing: -0.06rem;
}
.subpage_index .culture-main .rotate-box .btn1 .text2{
    padding-top: 0.28rem;
    letter-spacing: -0.02rem;
}
.subpage_index .culture-main .rotate-box .btn.active{
    width: 2.84rem;
    height: 2.84rem;
    border: 2px solid #004898;
}
.subpage_index .culture-main .rotate-box .btn.active .text1{
    font-size: 0.4rem;
}
.subpage_index .culture-main .rotate-box .btn.active .text2{
    padding-top: 0.42rem;
    font-size: 0.26rem;
}
.subpage_index .culture-main .rotate-box .btn1.active .text2{
    padding-top: 0.24rem;
}