@font-face {
    font-family: 'STXingkaiSC';
    src: url('/template/1/pc/other/STXingKai-SC.ttf') format('truetype');
}
.header-wrap .logo {
    width: 87px;
    height: 26px;
    display: block;
    background: url(../images/logo.png);
    background-size: 100% 100%;
    margin-right: 11px;
}
.list-type.active {
    background-color: #fff;
}
.list-type.active > a {
    color: #155fa0;
    font-weight: 600;
}
.header-wrap div.left-ctr {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.header-wrap div.left-ctr span {
    font-size: 15px;
    color: #fff;
}
.header-wrap div.right-ctr {
    padding-right: 15px;
}

.header-wrap div.right-ctr .menu-btn {
    width: 16px;
    height: 14px;
    background: url(../images/header_menu_btn.png) no-repeat;
    background-size: 100% 100%;
}

.footer-wrap {
    padding-bottom: 6px;
}

.footer-wrap .footer-item {
    padding: 20px 15px;
    background-color: #606162;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.18);
}

.footer-wrap .footer-item p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}
.footer-wrap .footer-item > p {
    margin-bottom: 8px;
}

.footer-wrap .footer-item div {
    overflow: hidden;
}
.footer-wrap .footer-item div p {
    float: left;
    width: 50%;
}

.footer-wrap .tel-btn {
    margin: 6px 15px 0;
    width: calc(100% - 30px);
    border-radius: 7px;
    background-color: #006ad5;
    display: block;
    height: 41px;
    color: #fff;
    font-size: 16px;
    line-height: 41px;
    text-align: center;
    vertical-align: middle;
}
.footer-wrap .tel-btn img {
    display: inline-block;
    margin-right: 10px;
    width: 16px;
}
.footer-wrap .tel-btn span {
    display: inline-block;
}

.banner-wrap {
    position: relative;
    width: 100%;
    height: 263px;
    overflow: hidden;
}

.banner-wrap .swiper {
    width: 100%;
    height: 100%;
}

.banner-wrap .swiper .link-banner {
    height: 100%;
    display: block;
    background: url(../images/banner.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner-wrap .swiper-pagination {
    position: absolute;
    width: 50px;
    height: 22px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 11px;
    font-size: 14px;
    right: 15px;
    bottom: 14px;
    left: inherit;
}

.banner-wrap .banner-ctr {
    color: #fff;
    font-size: 15px;
    position: absolute;
    left: 15px;
    bottom: 14px;
    width: 260px;
    word-break: break-all;

    text-overflow: ellipsis;

    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/

    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/

    -webkit-line-clamp: 2; /** 显示的行数 **/

    overflow: hidden; /** 隐藏超出的内容 **/
}
.mian-fenlei {
    font-size: 0;
    padding: 30px 15px;
    overflow: hidden;
}
.mian-fenlei .fenlei-item {
    display: block;
    width: calc(50% - 10px);
    height: 43px;
    background-color: #f0f0f0;
    float: left;
    display: flex;
    align-items: center;
    border-radius: 3px;
    overflow: hidden;
}
.mian-fenlei .fenlei-item img {
    width: 43px;
}

.mian-fenlei .fenlei-item:nth-child(2n + 1) {
    margin-right: 20px;
}
.mian-fenlei .fenlei-item:nth-child(1),
.mian-fenlei .fenlei-item:nth-child(2) {
    margin-bottom: 16px;
}

.mian-fenlei .fenlei-item div {
    padding-left: 15px;
    font-size: 14px;
    color: #333333;
    display: inline-block;
}

.mian-jianxun-center .title {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding-bottom: 22px;
}
.mian-jianxun-center .title span {
    color: #006ad5;
}

.mian-jianxun-center .jianxun-tabs {
    width: calc(100% - 30px);
    overflow-x: auto;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 15px;
    white-space: nowrap;
    font-size: 0;
}

.mian-jianxun-center .jianxun-tabs .tab-item {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-right: 28px;
    padding-bottom: 7px;
    position: relative;
    display: inline-block;
}
.mian-jianxun-center .jianxun-tabs .tab-item.active {
    color: #006ad5;
    font-size: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #006ad5;
}

.mian-jianxun-center .swiper-container .swiper-slide ul {
    margin: 0 15px;
    width: clac(100% - 30px);
    padding-top: 7px;
    padding-bottom: 5px;
}

.mian-jianxun-center .swiper-container .swiper-slide ul li {
    padding: 10px 0;
    border-bottom: 0.5px solid #e0e0e0;
}

.mian-jianxun-center .swiper-container .swiper-slide ul li a {
    display: block;
}

.mian-jianxun-center .swiper-container .swiper-slide ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
}
.mian-jianxun-center .swiper-container .swiper-slide ul li span {
    font-size: 12px;
    color: #999;
}
.mian-jianxun-center .swiper-container .swiper-slide ul li:last-child {
    border: 0;
}

.mian-jianxun-center .swiper-container .swiper-slide .more-link {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    background: url(../images/right_arrow.png) no-repeat center right;
    background-size: 16px;
    padding-right: 14px;
    width: 70px;
    box-sizing: border-box;
}
.cz-wrap {
    padding: 30px 15px 22px;
    overflow: hidden;
}
.cz-wrap .cz-item {
    width: calc((100% - 16px) / 3);
    float: left;
    border-radius: 4px;
    overflow: hidden;
    height: 85px;
    margin-bottom: 8px;
    margin-right: 8px;
}
.cz-wrap .cz-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.cz-wrap .cz-item a img {
    width: 30px;
    margin-bottom: 8px;
}
.cz-wrap .cz-item a p {
    font-size: 13px;
}

.cz-wrap .cz-item:nth-child(3n) {
    margin-right: 0;
}

.cz-wrap .cz-item:nth-child(1) {
    background-color: #d8e8f3;
}

.cz-wrap .cz-item:nth-child(1) p {
    color: #4e84a8;
}

.cz-wrap .cz-item:nth-child(2) {
    background-color: #c4e8de;
}

.cz-wrap .cz-item:nth-child(2) p {
    color: #45907a;
}
.cz-wrap .cz-item:nth-child(3) {
    background-color: #e7d4bd;
}

.cz-wrap .cz-item:nth-child(3) p {
    color: #a67f54;
}
.cz-wrap .cz-item:nth-child(4) {
    background-color: #dee0f7;
}

.cz-wrap .cz-item:nth-child(4) p {
    color: #5c6290;
}
.cz-wrap .cz-item:nth-child(5) {
    background-color: #eee6d1;
}

.cz-wrap .cz-item:nth-child(5) p {
    color: #7d6834;
}
.cz-wrap .cz-item:nth-child(6) {
    background-color: #c6d6eb;
}

.cz-wrap .cz-item:nth-child(6) p {
    color: #6383a8;
}
.cz-wrap .cz-item:nth-child(7) {
    background-color: #dff3d8;
}

.cz-wrap .cz-item:nth-child(7) p {
    color: #719b64;
}
.cz-wrap .cz-item:nth-child(8) {
    background-color: #dddcdc;
}

.cz-wrap .cz-item:nth-child(8) p {
    color: #807a7a;
}
.cz-wrap .cz-item:nth-child(9) {
    background-color: #bee2e8;
}

.cz-wrap .cz-item:nth-child(9) p {
    color: #39737c;
}

.gaikuang-banner {
    margin-bottom: 20px;
}

.gaikuang-banner img {
    width: 100%;
    display: block;
}

.gaikuang-wrap {
    overflow: hidden;
}

.gaikuang-wrap .qiye-gaikuang-ctr {
    padding: 15px 15px 0;
}

.gaikuang-wrap .qiye-gaikuang-ctr img {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.gaikuang-wrap .qiye-gaikuang-ctr section {
    font-size: 12px;
    color: #333333;
    line-height: 24px;
}

.cantact-us-banner img {
    width: 100%;
}
.cantact-us {
    margin: 30px 0;
}

.cantact-us-ctr {
    padding: 16px 15px 0;
}
.cantact-us-ctr .name {
    color: #333333;
    font-size: 15px;
}

.cantact-us-ctr .qiye-info p {
    padding-left: 22px;
    color: #666666;
    font-size: 13px;
}

.cantact-us-ctr .qiye-info p:nth-child(2n + 1) {
    color: #333333;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 3px;
}

.cantact-us-ctr .qiye-info p:nth-child(1) {
    background: url(../images/cantact_icon1.png) no-repeat left center;
    background-size: 16px;
}

.cantact-us-ctr .qiye-info p:nth-child(3) {
    background: url(../images/cantact_icon2.png) no-repeat left center;
    background-size: 16px;
}

.cantact-us-ctr .qiye-info p:nth-child(5) {
    background: url(../images/cantact_icon3.png) no-repeat left center;
    background-size: 16px;
}

.cantact-us-ctr .company-map {
    margin-top: 20px;
    height: 280px;
}

.cantact-us-ctr .company-map iframe {
    width: 100%;
    height: 100%;
}

.news-banner img {
    display: block;
    width: 100%;
}

.news-wrap {
    padding-bottom: 20px;
    padding-top: 20px;
}

.news-detail-wrap .news-detail-title-wrap {
    padding: 10px 0 12px;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 24px;
}

.news-detail-wrap .news-detail-title-wrap h2 {
    font-size: 18px;
}

.news-detail-wrap .news-detail-title-wrap .desc {
    font-size: 12px;
    color: #8f8f8f;
    letter-spacing: 0;
    line-height: 23px;
    margin-top: 12px;
}

.news-detail-wrap section {
    text-indent: 2em;
    margin-bottom: 24px;
    color: #474747;
    font-size: 15px;
    line-height: 23px;
    padding: 0 24px;
}
.news-detail-content {
    width: 100%;
    overflow: hidden;
    font-family: arial;
    line-height: 40px;
}

.channel_arccontent {
    overflow: hidden;
    font-family: arial;
}
.column-view {
    display: flex;
    justify-content: space-between;
    background: #f1f3f4;
}
.column-view.sticky {
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    width: 100%;
    transition: top 0.3s; /* Add transition effect */
    top: 0; /* When the user scrolls down, change the "top" property of the navbar to 0 (show it) */
    z-index: 10;
}
.column-view-left {
    margin-left: 18rem;
}
.column-view-right {
    margin-right: 290px;
    /* line-height: 70px; */
}
.column-list-type {
    padding: 12px 36px;
}
.column-list-type > a {
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}
.column-active {
    background: #93c954;
}
.column-active > a {
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
}
.column-active_red {
    background: #fde3e3;
}
.column-active_red > a {
    font-family: SourceHanSansSC, SourceHanSansSC;
    font-weight: 500;
    font-size: 18px;
    color: #ce0009;
}
