 table {
    width: 100%;
    border-collapse: collapse; /* ¹é²¢±ß¿ò£¬£¬£¬£¬£¬£¬¹Ø¼ü */
    text-align: center;
  }
  th {
    background-color: #2b3c8c; /* Í¼¶þµÄÉîÀ¶É«±íÍ· */
    color: #fff;
    padding: 12px;
    font-weight: normal;
    text-align: center;
    height: 50px;
  }
  td {
    border: 1px solid #e0e0e0;
    padding: 12px;
    vertical-align: middle; /* ´¹Ö±¾ÓÖÐ£¬£¬£¬£¬£¬£¬¹Ø¼ü */
    color: #333;
  }
  /* °ßÂíÎÆ³ÉÐ§£¨¿ÉÑ¡£¡£¡£¡£¡£¡£¡£¡£© */
  tbody tr:nth-child(even) {
    background-color: #f2f6fb;
  }
.intro{
    line-height: 2;
}
.common-tit{
    display: flex;
    align-items: flex-end;
}
.common-tit h2{
    /*color: #1B379B;*/
    font-weight: bold;
}
.common-tit div{
    margin-left: 10px;
    color: #957b54;
}
.sw-point{
    display: flex;
    justify-content: center;
}
.sw-point span{
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #1B379B;
}
.path .list{
    background: #ffffff;
    border: 1px solid #eceeef;
    border-radius:8px;
    padding: 36px 42px;
}
.path .item:nth-child(n+2){
    margin-top: 28px;
}
.path .item-top{
    padding-left: 20px;
    position: relative;
    line-height: 1;
    color: #1B379B;
    font-weight: bold;
    
}
.path .item-top:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 4px;
    height: 100%;
    background:#957b54;
    border-radius: 2px;
}
.path .item-btm{
    padding-left: 20px;
    color: #666666;
    margin-top: 12px;
    line-height: 2;
}
.emission .summary{
    line-height: 2;
    margin-top: 10px;
    color: #666666;
}
.emission .tit{
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.emission .swiper-slide{
    cursor: pointer;
}
.factory .summary{
    line-height: 2;
    margin-top: 10px;
    color: #666666;
}
.factory .list-top{
    display: flex;
    align-items: center;
    background: #1B379B;
    height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.factory .list-top div:nth-child(1){
    width: 90px;
}
.factory .list-top div:nth-child(2){
    flex: 1;
}
.factory .list-top div:nth-child(3){
    width: 270px;
}
.factory .list-top div:nth-child(4){
    width: 120px;
}
.factory .list-top div:nth-child(5){
    width: 120px;
}
.factory .item-btm{
    display: flex;
    border: 1px solid #eceeef;
    border-top: none;
}
.factory .item-btm:nth-child(2n){
    background: #f2f6fb;
}
.factory .item-btm div{
    text-align: center;
    padding: 12px;
}
.factory .item-btm div:nth-child(1){
    width: 90px;
}
.factory .item-btm div:nth-child(2){
    flex: 1;
}
.factory .item-btm div:nth-child(3){
    width: 270px;
}
.factory .item-btm div:nth-child(4){
    width: 120px;
}
.factory .item-btm div:nth-child(5){
    width: 120px;
}
.factory .factory-card{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px;
}
.factory .item-card{
    transition: all 0.5s;
    overflow: inherit;
    border-radius: 8px;
}
.factory .item-card:hover{
    box-shadow:  0 6px 24px rgba(11, 36, 105, .08);
    transform: translateY(-4px);
}
.factory .item-card:nth-child(-n+3) { grid-column: span 4; }
.factory .item-card:nth-child(n+4) { grid-column: span 6; }
.factory .img{
    position: relative;
            height: 200px;
            overflow: hidden;
            display:block;
            transition: 0.5s;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
}
.factory .img img{
    position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                transition: all 0.5s;
                object-fit: cover;
}
.factory .txt{
    padding: 20px;
    border: 1px solid #eceeef;
    border-top: none;
    height: 110px;
    border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
}
.factory .tit{
    font-weight: bold;
    color: #1B379B;
}
.factory .des{
    color: #666666;
    margin-top: 10px;
}
.factory .w1440{
    overflow: inherit;
}
.factory-sw{
    overflow: hidden;
}
.factory-sw .swiper-slide{
    cursor: pointer;
}
.news .list{
     display: grid;
  grid-template-columns: 1fr 1fr;
  gap:0 40px;
}
.news .item{
    border-bottom: 1px dashed #eceeef;
    height: 75px;
    display: flex;
    align-items: center;
    padding-right: 40px;
    position: relative;
}
.news .item:after{
    content: '';
            position: absolute;
            right: 0px;
            top: 0px;
            bottom: 0px;
            margin: auto 0;
            display: block;
            width: 8px;
            height: 8px;
            background-color: transparent;
            border-right: 2px solid rgba(0,0,0,0.2);
            border-top: 2px solid rgba(0,0,0,0.2);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transition:all 0.5s;
}
.news .time{
    color: #999999;
    width: 120px;
}
.news .tit{
    flex: 1;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.news .tit a:hover{
    color: #1B379B;
}
.pop-up{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    color: #fff;
    display: none;
}
.pop-up .box{
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.6);
    max-height: 70vh;
    overflow: hidden;
    width: 100%;
}
.pop-up .w1440{
    display: flex;
    flex-direction: column;
    align-items: center;
        justify-content: center;
    height: 100vh;
}
.pop-up .pop-close{
    cursor: pointer;
    margin-top: 30px;
}
.pop-up .img {
    position: relative;
    height: 0;
    padding-bottom: 38%;
    overflow: hidden;
    display: block;
    transition: 0.5s;
}
.pop-up .img img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
    object-fit: cover;
}
.pop-up .txt{
    padding: 20px;
    text-align: center;
}
@media (max-width: 768px) {
     .pop-up .box{
        width: 96%;
    }
    .news .time{
        width: 100px;
    }
    .factory .list{
        overflow: auto;
    }
    .factory .list-top{
        width: 1000px;
    }
    .factory .list-btm{
        width: 1000px;
    }
    .path .list{
        padding: 25px;
    }
    .factory .factory-card{
            grid-template-columns: 1fr;
    }
    .factory .item-card:nth-child(-n+3) {
    grid-column: span 6;
}
.news .list{
        grid-template-columns: 1fr;
}
}
<!--ºÄÊ±1789487154.7383Ãë-->