.header-img {
    width: 100%;

    background-color: #333;
}

.header-img .bg-wrap {
    width: 100%;
}

.header-img .bg-box {
    position: relative;

    padding-bottom: 30%;
    width: 100%;
    height: 0;
}

.header-img .bg-box .cover {
    position: absolute;
    z-index: 8;

    width: 100%;
    height: 100%;

    background: linear-gradient(to top, #ffffff 5%, #ffffff01 60%);
}

.header-img .bg-box .bg-inner {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: absolute;

    width: 100%;
    height: 100%;

    background-color: #9F9F9F;
}

.header-img .bg-box .txt {
    position: absolute;
    top: 40%;
    box-sizing: border-box;
    padding: 0 5%;
    width: 100%;
}

.header-img .bg-box .title {
    width: 100%;
    font-size: 3rem;
    color: #fff;
}

.header-img .bg-box .slogn {
    margin-top: 2.5%;
    width: 100%;
    font-size: 2rem;
    color: #fff;
}

.layui-laypage a:hover {
    color: #c7000c !important;
}

/*分类导航*/

.nav-bar {
    width: 100%;
}

.nav-bar .lst-wrap {
    display: flex;

    align-items: center;
    justify-content: center;

    padding: 5px 0;
    width: 100%;
}

.nav-bar .lst-box {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    width: 15%;
}

.nav-bar .lst-box .lst-inner {
    display: flex;

    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    font-size: 20px;
    line-height: 2;
}

.nav-bar .lst-box .current a {
    color: #c7000c;
}

.nav-bar .lst-box .lst-inner:after {
    content: "";

    width: 0;
    height: 3px;

    transition: all .3s;
}

.nav-bar .lst-box .lst-inner:hover a {
    color: #c7000c;
}

.nav-bar .lst-box .lst-inner:hover:after {
    width: 100%;

    background-color: #c7000c;
}

.nav-bar .lst-box .current:after {
    width: 100%;

    background-color: #c7000c;
}

/*业务动态*/

.news-business {
    width: 100%;
}

.news-business .lst-wrap {
    margin: 0 auto;
    width: 90%;
}

.news-business .lst-wrap .lst-box-top {
    margin-top: 45px;
    width: 100%;
}

.news-business .lst-wrap .lst-box-top .lst-inner {
    display: flex;

    position: relative;

    align-items: flex-start;
    justify-content: space-between;
}

.news-business .lst-wrap .lst-box-top .info {
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;

    position: absolute;
    top: 0;

    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
    padding: 70px 100px 70px 70px;
    width: 65%;
    height: 100%;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 150% 150%;

    transition: background-size .5s ease-in-out;
}

.news-business .lst-wrap .lst-box-top:hover .info {
    background-image: url("../images/news-bg.jpg");
    background-size: 100% 100%;
}

.news-business .lst-wrap .lst-box-top:nth-child(2) .info {
    right: 0;
}

.news-business .lst-wrap .lst-box-top .info .title {
    display: flex;

    align-items: center;
    justify-content: space-between;

    position: relative;

    width: 100%;
}

.news-business .lst-wrap .lst-box-top .info .title .logo-wrap {
    width: 10%;
}

.news-business .lst-wrap .lst-box-top .info .title .logo-box {
    position: relative;

    padding-bottom: 100%;
    width: 100%;
    height: 0;
}

.news-business .lst-wrap .lst-box-top .info .title .logo-inner {
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;

    width: 64px;
    height: 64px;

    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
}

.news-business .lst-wrap .lst-box-top .info:hover .title .logo-inner {
    animation:run 1s steps(10, start) 1;
}

@keyframes run {
    0% {
        background-position-y: 0;
    }

    100% {
        background-position-y: -1280px;
    }
}

.news-business .lst-wrap .lst-box-top .info .title .logo-inner img {
    width: 100%;
}

.news-business .lst-wrap .lst-box-top .info .title .txt-wrap {
    display: flex;

    flex-direction: column;

    position: absolute;
    top: 0;
    right: 0;

    width: 92%;
    height: 100%;

    font-size: 20px;
}

.news-business .lst-wrap .lst-box-top .info .title .txt-wrap .summary {
    margin-top: 5px;

    font-size: 22px;
}

.news-business .lst-wrap .lst-box-top .info:hover .title .txt-wrap .summary {
    color: #d41911;
}

.news-business .lst-wrap .lst-box-top .info .title .txt-wrap .data {
    margin-top: 20px;

    color: #000 !important;
}

.news-business .lst-wrap .lst-box-top .info .btn-box-1 {
    display: flex;

    align-items: center;
    justify-content: space-between;

    margin-left: 5%;
}

.news-business .lst-wrap .lst-box-top:nth-child(2) .info {
    align-items: flex-end;
}

.news-business .lst-wrap .lst-box-top .info .btn-box-1 a {
    font-size: 16px;

    color: #000;
}

.news-business .lst-wrap .lst-box-top .info .btn-box-1:hover a {
    color: #c7000c;
}

.news-business .lst-wrap .lst-box-top .info .btn-box-1 img {
    margin-left: 5px;
    width: 30px;
    object-fit: contain;

    transition: all .5s;
}

.news-business .lst-wrap .lst-box-top .info .btn-box-1:hover img {
    transform: translateX(5px);
}

.news-business .lst-wrap .lst-box-top .info .btn-box-1 img:nth-child(3) {
    display: none;
}

.news-business .lst-wrap .lst-box-top .info .btn-box-1:hover img:nth-child(3) {
    display: block;
}

.news-business .lst-wrap .lst-box-top .info .btn-box-1:hover img:nth-child(2) {
    display: none;
}

.news-business .lst-wrap .lst-box-top .img-wrap {
    width: 35%;
}

.news-business .lst-wrap .lst-box-top:first-child .img-wrap {
    margin-left: 65%;
}

.news-business .lst-wrap .lst-box-top .img-box {
    position: relative;

    padding-bottom: 55%;
    width: 100%;
    height: 0;
}

.news-business .lst-wrap .lst-box-top .img-box .img-inner {
    overflow: hidden;

    position: absolute;
    top: 0;
    left: 0;

    /*border-bottom: 1px solid #e4e4e4;*/
    width: 100%;
    height: 100%;
}

.news-business .lst-wrap .lst-box-top .img-box img {
    width: 100%;
    height: 100%;


    object-fit: cover;

    transition: all .3s;
}

.news-business .lst-wrap .lst-box-top .img-box:hover img {
    transform: scale(1.1);
}

.news-business .lst-wrap .lst-box-sub {
    margin-top: 20px;
    width: 100%;
}

.news-business .lst-wrap .lst-box-sub .lst-inner {
    display: flex;

    position: relative;

    align-items: flex-start;

    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 90px;
    width: 100%;
}

.news-business .lst-wrap .lst-box-sub .lst-inner .data {
    margin-right: 75px;
}

.news-business .lst-wrap .lst-box-sub .lst-inner .data .day {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    font-family: YouYuan;
}

.news-business .lst-wrap .lst-box-sub .lst-inner .data .year-month {
    margin-bottom: 15px;

    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-family: YouYuan;
}

.news-business .lst-wrap .lst-box-sub .lst-inner .summary {
    margin-top: 20px;

    font-size: 20px;
    line-height: 2;
    text-align: center;

    color: #000;

    transition: all .3s;
}

.news-business .lst-wrap .lst-box-sub .lst-inner:hover .summary {
    color: #d41911;
}

.news-business .lst-wrap .lst-box-sub .lst-inner:hover .day  {
    color: #d41911;
}

.news-business .lst-wrap .lst-box-sub .lst-inner:hover .year-month  {
    color: #444444;
}


/*公司新闻*/
.news_company {
    margin-top: 45px;
    width: 100%;
}

.news_company .lst-wrap {
    display: flex;

    align-items: flex-start;
    flex-wrap: wrap;

    box-sizing: border-box;
    padding: 0 45px;
    width: 100%;
}

.news_company .lst-box {
    box-sizing: border-box;
    padding: 15px;
    width: 33.33%;
}

.news_company .lst-box .lst-inner {
    position: relative;

    padding-bottom: 120%;
    width: 100%;
    height: 0;

    transition: all .3s;
}

.news_company .lst-box .lst-inner:hover {
    box-shadow: 0 0 13px 2px rgba(199, 0, 12, 0.25);
    transform: translateY(-15px);
}

.news_company .lst-box .img-box {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 55%;
}

.news_company .lst-box .img-box img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.news_company .lst-box .lst-item-wrap {
    position: absolute;
    bottom: 0;
    left: 0;

    box-sizing: border-box;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    width: 100%;
    height: 45%;
}

.news_company .lst-box .lst-inner:hover .lst-item-wrap {
    border: 0;
}

.news_company .lst-box .lst-item-box {
    box-sizing: border-box;
    padding: 0 25px;
    width: 100%;
    height: 100%;
}

.news_company .lst-box .lst-item-box .title {
    margin-top: 35px;
    width: 100%;

    font-size: 22px;
    font-weight: 600;
}

.news_company .lst-box:hover .lst-item-box .title {
    color: #d41911;
}

.news_company .lst-box .lst-item-box .summary {
    display: -webkit-box;
    overflow: hidden;

    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    word-break: break-all;
    text-overflow: ellipsis;

    margin-top: 25px;
    width: 100%;

    font-size: 20px;
    line-height: 1.4;

    color: #1c1c1c !important;
}

.news_company .lst-box .lst-item-box .data {
    margin-top: 50px;
    width: 100%;

    font-size: 18px;

    color: #696969;
}


/*行业新闻*/
.news-trade {
    margin-top: 45px;
    width: 100%;
}

.news-trade .lst-wrap {
    display: flex;

    align-items: flex-start;
    flex-wrap: wrap;

    width: 100%;
}

.news-trade .lst-box {
    overflow: hidden;

    width: 50%;
}

.news-trade .lst-box:nth-child(2n + 1) {
    box-sizing: border-box;
    border-right: 1px solid #e2e2e2;
    width: calc(50% - 1px);
}

.news-trade .lst-box .lst-inner {
    position: relative;

    padding-bottom: 33%;
    width: 100%;
    height: 0;
}

.news-trade .lst-box .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;

    width: 100%;
    height: 100%;
}

.news-trade .lst-box img {
    width: 100%;
    height: 100%;

    opacity: 0;

    transition: all .3s ease;

    object-fit: cover;
}

.news-trade .lst-box:hover img {
    transform: scale(1.1);
}

.news-trade .lst-box:nth-child(4n) img {
    opacity: 1;
}

.news-trade .lst-box:nth-child(4n + 1) img {
    opacity: 1;
}

/*.news-trade .lst-box:hover img {*/
/*    opacity: 1;*/
/*    transform: scale(1);*/
/*}*/

.news-trade .lst-box .info {
    display: flex;

    flex-direction: column;
    justify-content: space-between;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;

    box-sizing: border-box;
    padding: 8% 12% 9%;
    width: 100%;
    height: 100%;
}

.news-trade .lst-box .lst-inner .title {
    font-size: 22px;
}

.news-trade .lst-box .lst-inner:hover .title {
    color: #d41911;
}

.news-trade .lst-box .lst-inner .data {
    margin-top: 70px;

    font-size: 18px;
    color: #1c1c1c !important;
}

.news-trade .lst-box .lst-inner .btn-box-1 {
    display: none;

    margin-top: 45px;

    font-size: 18px;
    color: #000 !important;
}

@media screen and (max-width: 1023px){
    .nav-bar .lst-box .lst-inner {
        font-size: 1.6rem;
    }

    .nav-bar .lst-box {
        width: 30%;
    }

    .header-img .bg-box {
        padding-bottom: 70%;
    }

    .header-img .bg-box .title {
        font-size: 2rem;
    }

    .header-img .bg-box .slogn {
        font-size: 1.5rem;
    }

    .news-business .lst-wrap .lst-box-top {
        margin-top: 1.2rem;
    }

    .news-business .lst-wrap .lst-box-top .info .title .txt-wrap .summary {
        flex-shrink: 0;
        margin-top: .4rem;
        font-size: 1.4rem;
        display: -webkit-box;
        overflow: hidden;

        -webkit-box-orient: vertical;

        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        word-break: break-all;
    }

    .news-business .lst-wrap .lst-box-top .info {
        padding: initial;
    }

    .news-business .lst-wrap .lst-box-top .info .title .txt-wrap {
        font-size: 1.3rem;
    }

    .news-business .lst-wrap .lst-box-top .info .btn-box-1 a {
        font-size: 1.2rem;
    }

    .news-business .lst-wrap .lst-box-top .info .btn-box-1 img {
        margin-left: .2rem;
        width: 2rem;
    }

    .news-business .lst-wrap .lst-box-sub {
        margin-top: .4rem;
    }

    .news-business .lst-wrap .lst-box-sub .lst-inner {
        align-items: center;
        padding: initial !important;
    }

    .news-business .lst-wrap .lst-box-sub .lst-inner {
        box-sizing: border-box;
        padding-left: 2% !important;
    }

    .news-business .lst-wrap .lst-box-sub .lst-inner .data .day {
        font-size: 3rem;
    }

    .news-business .lst-wrap .lst-box-sub .lst-inner .data .year-month {
        margin-bottom: 1.5rem;
        font-size: 1.4rem;
        white-space: nowrap;
    }

    .news-business .lst-wrap .lst-box-sub .lst-inner .summary {
        margin-left: 2%;
        margin-top: initial;
        font-size: 1.4rem;
        text-align: left;
        line-height: 1.5;
    }

    .news-business .lst-wrap .lst-box-sub .lst-inner .data {
        margin-right: .5rem;
    }

    .news-business .lst-wrap .lst-box-top .info .btn-box-1 {
        margin-bottom: 2%;
    }

    .news_company {
        margin-top: 1.5rem;
    }

    .news_company .lst-wrap {
        padding: initial;
    }

    .news_company .lst-box {
        padding: .5rem 0;
        width: 100%;
    }

    .news_company .lst-box .lst-item-box .title {
        margin-top: initial !important;
        padding-top: 1.5rem;
        font-size: 1.6rem;
        line-height: 1.2;
    }

    .news_company .lst-box .lst-item-box .summary {
        margin-top: 2rem;
        font-size: 1.3rem;
    }

    .news_company .lst-box .lst-item-box .data {
        margin-top: 2rem;
        font-size: 1.3rem;
    }

    .news-trade {
        margin-top: 1.5rem;
    }

    .news-trade .lst-box {
        width: 100% !important;
    }

    .news-trade .lst-box .lst-inner .title {
        font-size: 1.4rem;
        line-height: 1.2;
    }

    .news-trade .lst-box .lst-inner .data {
        margin-top: initial;
        font-size: 1.3rem;
        color: #5d5d5d !important;
    }

    .news-trade .lst-box .info {
        padding: 5% 3%;
    }

    .news-trade .lst-box img {
        opacity: 1;
    }

    .news-business .lst-wrap .lst-box-top:first-of-type .info .title .txt-wrap {
        left: 0;
    }

    #test1 {
        padding: 20px 0 !important;
    }

    .news-container {
        margin-bottom: initial !important;
    }

    .news-business .lst-wrap {
        width: 95%;
    }

    .news-business .lst-wrap .lst-box-top .img-box {
        padding-bottom: 65%;
    }

    .news-business .lst-wrap .lst-box-top .img-wrap {
        width: 40%;
    }

    .news-business .lst-wrap .lst-box-top:first-child .img-wrap {
        margin-left: 60%;
    }

    .news-business .lst-wrap .lst-box-top .info {
        width: 60%;
    }

    .news_company .lst-box .lst-item-wrap {
        border-right: initial;
        border-bottom: initial;
        border-left: initial;
        background-color: #fbfbfb;
    }

    .news_company .lst-box .lst-item-box {
        padding: 0 3%;
    }

    .header-img .bg-box .txt {
        text-align: center;
    }

    .header-img .bg-box .slogn {
        margin-top: 4%;
    }

    .news-business .lst-wrap .lst-box-top .info .title .txt-wrap .data {
        margin-top: 15px;
    }

    .header-img .bg-box .cover {
        background: linear-gradient(to top, #ffffff 5%, #ffffff01 20%);
    }

    .layui-laypage .layui-laypage-curr em {
        font-size: 1.2rem;
    }

    .layui-laypage a {
        font-size: 1.2rem !important;
    }

    .layui-laypage a, .layui-laypage span {
        height: 2.5rem !important;
        line-height: 2.5rem !important;
    }
}

@media screen and (min-width: 1023px) {
    .news-business .lst-wrap .lst-box-sub .lst-inner .summary:hover {
        transform: translateX(1rem);
    }
}
