﻿body {
    font-family: "微软雅黑";
    font-size: 16px;
}

ul, li {
    list-style: none;
}

html, body, ul, li, p, h1, h2, h3, h4, h5, dl, dt, dd {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.fl {
    float: left;
}

.clearfix {
    clear: both;
    height: 0;
}

.w1328 {
    width: 1328px;
    min-height: 600px;
    margin: 0 auto;
    padding: 20px 0 0;
    box-sizing: border-box;
}
/*首页-顶部*/
.w1328 .top {
    width: 100%;
    height: 114px;
}

.w1328 .top .logo_box {
    width: 450px;
    height: 114px;
}

.w1328 .top .logo_box a {
    display: block;
    width: 450px;
    height: 114px;
}

.w1328 .top .logo_box a img {
    width: 100%;
    height: 114px;
}

.w1328 .top .flash_box {
    width: 557px;
    height: 114px;
    margin: 0 30px;
}

.w1328 .top .flash_box img {
    width: 557px;
    height: 114px;
}

.icons-section {
    display: flex;
    gap: 25px;
    height: 114px;
    align-items: center;
    justify-content: center;
}

.icons-section .icon-container {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.icons-section .icon-container:hover {
    transform: translateY(-5px);
}

.icons-section .icon-container .icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.icons-section .icon-container:hover .icon {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
}

.icons-section .icon-container .icon img {
    width: 48px;
    height: 48px;
}

.icons-section .icon-container .qr-code {
    position: absolute;
    top: 65px;
    right: 0;
    width: 180px;
    height: 200px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
    border: 1px solid #e1e1e1;
    z-index: 10;
    text-align:center;
}

.icons-section .icon-container:hover .qr-code {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.icons-section .icon-container .qr-code img {
    width: 175px;
    height: 175px;
    border-radius: 5px;
    object-fit: cover;
}

.icons-section .icon-container .qr-code::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 20px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-right: none;
    border-bottom: none;
    transform: rotate(45deg);
}

.icons-section .icon-container .qr-label {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
}
/*首页-导航栏*/
.w1328 .top-nav {
    width: 100%;
    height: 60px;
    margin: 18px 0 10px;
    background-color: #00a0e9;
}

.w1328 .top-nav ul {
    width: 98%;
    height: 100%;
    margin: 0 auto;
}

.w1328 .top-nav ul li {
    width: 132px;
    height: 100%;
    overflow: hidden;
    float: left;
    margin-left: 3px;
}

.w1328 .top-nav ul li:last-of-type {
    width: 210px;
}

.w1328 .top-nav ul li a {
    display: block;
    width: 100%;
    height: 58px;
    color: #fff;
    font-family: "微软雅黑";
    font-size: 24px;
    line-height: 58px;
    text-align: center;
    letter-spacing: 2px;
}

.w1328 .top-nav ul li a:hover {
    color: #00a0e9;
    background-color: #fff;
    border-bottom: 2px solid #c21b1f;
}

/*横幅标语*/
.w1328 .top-biaoyu {
    width: 100%;
    min-height: 60px;
}

.w1328 .top-biaoyu ul {
    width: 100%;
    height: auto;
}

.w1328 .top-biaoyu ul li {
    width: 100%;
    height: auto;
    margin: 10px 0;
}

.w1328 .top-biaoyu ul li a {
    display: block;
    width: 100%;
    height: auto;
}

/*企业简介*/
.w1328 .floor1, .w1328 .floor2, .w1328 .floor3, .w1328 .floor4 {
    width: 100%;
    height: auto;
    margin: 30px 0;
}

.w1328 .qyjj-box .top-title, .w1328 .news-info .top-title, .w1328 .thfz-box .top-title {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
}

.w1328 .qyjj-box .qyjj-wenzi-content {
    font-family: "微软雅黑";
    font-size: 26px;
    text-indent: 2em;
    letter-spacing: 3px;
    line-height: 60px;
    padding-top: 50px;
}
/*新闻资讯*/
.w1328 .news-info .news-info-items {
    width: 100%;
    height: 454px;
    margin: 50px 0 0;
}

.w1328 .news-info .news-info-items .news-info-left {
    width: 720px;
    height: 100%;
    float: left;
}

.w1328 .news-info .news-info-items .news-info-left .layui-carousel a img {
    width: 100%;
    height: 100%;
}

.w1328 .news-info .news-info-items .news-info-left .layui-carousel a span {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    font-size: 16.5px;
    box-sizing: border-box;
    padding: 0 8px;
}

.layui-carousel-ind {
    top: -70px;
}

.layui-carousel-ind ul li {
    width: 12px;
    height: 12px;
}

.layui-carousel-ind ul li.layui-this {
    background-color: #fc114a;
}

.card-box {
    height: 100%;
}

.card-box .card-header {
    width: 100%;
    height: 38px;
    border-bottom: 1px solid #c41f1f;
}

.card-header strong {
    letter-spacing: 2px;
    font-size: 22px;
    word-spacing: 2px;
    color: #c21b1f;
    font-weight: normal;
}

.card-header a {
    display: block;
    width: 70px;
    height: 38px;
    line-height: 38px;
    color: grey;
    float: right;
    text-align: right;
}

.w1328 .news-info .news-info-items .toutiao {
    width: 576px;
    float: left;
    margin-left: 32px;
}

.card-header a:hover, .w1328 .news-info .news-info-items .toutiao .toutiao-items ul li a:hover, .w1328 .card-box .card-box-item .card-box-item-left a:hover b, .w1328 .card-box .card-box-item .card-box-item-right ul li a:hover, .w1328 .card-box .card-box-list ul li a:hover {
    color: #c41f1f;
}

.w1328 .news-info .news-info-items .toutiao .toutiao-items, .w1328 .news-info .news-info-items .toutiao .toutiao-items ul {
    width: 100%;
    height: 416px;
    overflow: hidden;
}

.w1328 .news-info .news-info-items .toutiao .toutiao-items ul li:first-of-type {
    width: 100%;
    height: 130px;
    margin: 0;
}

.w1328 .news-info .news-info-items .toutiao .toutiao-items ul li:first-of-type a {
    width: 100%;
    height: 80px;
}

.w1328 .news-info .news-info-items .toutiao .toutiao-items ul li:first-of-type a h3 {
    font-size: 26px;
    font-weight: normal;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}

.w1328 .news-info .news-info-items .toutiao .toutiao-items ul li:first-of-type p {
    width: 100%;
    height: 50px;
    overflow: hidden;
    font-size: 16px;
    color: #828080;
    text-indent: 2em;
    word-break:break-all;
}

.w1328 .news-info .news-info-items .toutiao .toutiao-items ul li {
    width: 100%;
    height: 32px;
    margin: 17px 0 0;
}

.w1328 .news-info .news-info-items .toutiao .toutiao-items ul li a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    color: #000;
}

/*企业党建、学习园地*/
.w1328 .qydj, .w1328 .xxyd {
    width: 720px;
    height: 437px;
}

.w1328 .card-box .card-box-item, .w1328 .card-box .card-box-list {
    width: 100%;
    height: 398px;
    padding: 15px 15px 0;
    box-sizing: border-box;
}

.w1328 .card-box .card-box-item .card-box-item-left {
    width: 50%;
    height: 383px;
}

.w1328 .card-box .card-box-item .card-box-item-left a {
    display: block;
    width: 100%;
    height: 252px;
}

.w1328 .card-box .card-box-item .card-box-item-left a img {
    width: 345px;
    height: 220px;
}

.w1328 .card-box .card-box-item .card-box-item-left a b {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    overflow: hidden;
    color: #000;
    font-weight: normal;
}

.w1328 .card-box .card-box-item .card-box-item-left p {
    width: 100%;
    height: 131px;
    overflow: hidden;
    color: #838383;
    text-indent: 2em;
}

.w1328 .card-box .card-box-item .card-box-item-right {
    width: calc(50% - 20px);
    height: 368px;
    padding: 0 0 0 20px;
}

.w1328 .card-box .card-box-item .card-box-item-right ul, .w1328 .card-box .card-box-list ul {
    width: 100%;
    height: auto;
}

.w1328 .card-box .card-box-item .card-box-item-right ul li, .w1328 .card-box .card-box-list ul li {
    width: 100%;
    height: 43px;
}

.w1328 .card-box .card-box-item .card-box-item-right ul li a, .w1328 .card-box .card-box-list ul li a {
    display: inline-block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    color: #000;
}
/*信息公开、安全生产*/
.w1328 .xxgk, .w1328 .aqsc {
    width: 576px;
    height: 437px;
    margin-left: 32px;
}

.w1328 .thfz-box {
    width: 100%;
    min-height: 440px;
    margin: 20px 0;
}

/*图话发展*/
.w1328 .thfz-box .card-picture-box {
    width: 100%;
    height: 360px;
    margin: 30px 0 50px;
}

.w1328 .thfz-box .card-picture-box .picture-box-left {
    width: 524px;
    height: 360px;
}

.w1328 .thfz-box .card-picture-box .picture-box-left a {
    display: block;
    width: 524px;
    height: 360px;
}

.w1328 .thfz-box .card-picture-box .picture-box-left a img {
    width: 100%;
    height: 360px;
}

.w1328 .thfz-box .card-picture-box .picture-box-left a span {
    position: relative;
    bottom: 43px;
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box;
    background-color: rgba(194,27,27,0.7);
}

.w1328 .thfz-box .card-picture-box .picture-box-right, .w1328 .thfz-box .card-picture-box .picture-box-right ul {
    width: 800px;
    height: 360px;
}

.w1328 .thfz-box .card-picture-box .picture-box-right ul li {
    width: 250px;
    height: 170px;
    float: left;
    margin: 0 0 20px 16px;
}

.w1328 .thfz-box .card-picture-box .picture-box-right ul li a, .w1328 .thfz-box .card-picture-box .picture-box-right ul li a img {
    display: block;
    width: 250px;
    height: 170px;
}

.w1328 .thfz-box .card-picture-box .picture-box-right ul li a span {
    display: block;
    position: relative;
    bottom: 43px;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 0 8px;
    box-sizing: border-box;
    background-color: rgba(194,27,27,0.7);
}
/*页面底部*/
.footer {
    width: 100%;
    min-width: 1330px; /*解决在移动端浏览底部通栏背景色显示不全的问题*/
    height: 430px;
    color: #fff;
    background-color: #232323;
}

@media(width:390px) and (width:1024px) {
    .footer {
        width: 1330px;
        height: 430px;
        color: #fff;
        background-color: #232323;
    }
}

.footer .content-box {
    width: 1240px;
    height: 430px;
    margin: 0 auto;
}

.footer .content-box .top-title, .footer .content-box .top-title dl {
    width: 1240px;
    height: 110px;
    font-size: 22px;
}

.footer .content-box .top-title dl dt {
    float: left;
    height: 110px;
    line-height: 110px;
    color: #c21b1f;
    font-weight: bold;
    margin-right: 15px;
}

.footer .content-box .top-title dl dd {
    float: left;
    height: 110px;
    line-height: 110px;
}

.footer .content-box .center {
    width: 1240px;
    height: 236px;
    border: 1px #393939 solid;
    border-left: none;
    border-right: none;
}

.footer .content-box .center .center-left {
    padding-left: 25px;
    box-sizing: border-box;
}

.footer .content-box .center .center-left, .footer .content-box .center .center-right {
    width: 50%;
    height: 100%;
    float: left;
}

.footer .content-box .center .center-left h2 {
    height: 100px;
    display: flex;
    align-items: center;
    font-size: 28px;
}

.footer .content-box .center .center-left p {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.footer .content-box .center .center-right .logo-box {
    width: 390px;
    height: 236px;
    display: flex;
    align-items: center;
    float: left;
}

.footer .content-box .center .center-right .logo-box img {
    width: 390px;
    height: 100px;
}

.footer .content-box .center .center-right .wx-qrcode {
    width: 230px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .content-box .center .center-right .wx-qrcode img {
    width: 180px;
    height: 180px;
}

.footer .content-box .bottom {
    font-size: 15px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*企业简介详情页*/
.w1328 .breadcrumb_box {
    font-family: "微软雅黑";
    height: 38px;
    line-height: 38px;
}

.w1328 .breadcrumb_box span.layui-breadcrumb > * {
    font-size: 15px;
}

.w1328 .breadcrumb_box span.layui-breadcrumb a:hover {
    color: #00a0e9 !important;
}

.w1328 .detail_box {
    font-family: "微软雅黑";
    min-height: 300px;
}

.w1328 .detail_box .detail_header {
    min-height: 110px;
    margin-bottom: 8px;
    border-bottom: 1px solid #5f5f5f;
}

.w1328 .detail_box .detail_header .title {
    height: auto;
    line-height: 45px;
    text-align: center;
    margin: 25px 0;
}

.w1328 .detail_box .detail_header .sub_title {
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 15px;
}

.w1328 .detail_box .detail_header .header_end {
    width: 100%;
    height: 32px;
    line-height: 32px;
}

.w1328 .detail_box .detail_header .header_end_left {
    width: 50%;
    height: 32px;
    line-height: 32px;
    text-align: left;
    float: left;
}

.w1328 .detail_box .detail_header .header_end_right {
    width: 50%;
    height: 32px;
    line-height: 32px;
    text-align: right;
    float: left;
}

.w1328 .detail_box .detail_content {
    font-family: "微软雅黑";
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 15px 20px;
}

.w1328 .detail_box .detail_content .video_box, .w1328 [data-w-e-type='video'] {
    text-align: center;
}

/*列表页*/
.w1328 .list_box {
    width: 1020px;
    min-height: 500px;
    margin: 0 auto 80px;
    padding: 0 15px 15px;
    box-sizing: border-box;
}

.w1328 .list_box .header {
    height: 50px;
    padding-left: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.w1328 .list_box .card_box {
    width: 100%;
    min-height: 200px;
}

.w1328 .list_box .card_box ul li h1 a:link {
    color: #0000ee;
}

.w1328 .list_box .card_box ul li h1 a:visited {
    color: #800080;
}

.w1328 .list_box .card_box ul li h1 a:hover {
    color: #cc0000;
}

.w1328 .list_box .card_box ul li h1 a:active {
    color: #ff0000;
}

.w1328 .list_box .card_box ul li {
    width: 100%;
    height: 143px;
    border-bottom: 1px dashed #ccc;
}

.w1328 .list_box .card_box ul li h1, .w1328 .list_box .card_box ul li h1 a {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    font-size: 20px;
    overflow: hidden;
}

.w1328 .list_box .card_box ul li .publish_info span {
    display: inline-block;
    width: 50%;
    height: 32px;
    line-height: 32px;
    color:#000;
    font-size:15px;
}

.w1328 .list_box .card_box ul li .publish_info span:first-of-type {
    text-align: left;
}

.w1328 .list_box .card_box ul li .publish_info span:last-of-type {
    text-align: right;
}

.w1328 .list_box .card_box ul li .summary {
    color: #666;
    font-size: 15px;
    text-indent: 2em;
    height: 68px;
    line-height: 33px;
    overflow: hidden;
}

.w1328 .list_box .card_box .artical-laypage{
    text-align:center;
    margin-top:20px;
}