@charset "utf-8";
/* CSS Document */

/*===========================header=============================*/


.s_news {
    width: 100%;
    background: #f3f4f4;
}

.s_news .m {
  /*  max-width: 1420px;*/ max-width: 1920px;
}

.s_news .bd {
    display: grid;
    grid-template-columns: 29.375rem 1fr;
    column-gap: 2.5rem;
    position: relative;
}

.s_news .left {
    box-shadow: 0px 8px 20px rgba(217, 223, 226, 0.8);
    background: #fff;
    height: 34.5rem;
    border-radius: .625rem;
}

.s_news .right {
    box-shadow: 0px 8px 20px rgba(217, 223, 226, 0.8);
    background: #fff;
    height: 34.5rem;
    border-radius: .625rem;
    padding: 2.25rem 20px 2.25rem 2.875rem;
}

.s_news .bd:before {
    content: "";
    display: none;
    width: 1px;
    height: 30rem;
    background: #e9e9e9;
    position: absolute;
    right: 22px;
    bottom: 2.25rem;
}

.news01 {}

.news01 .box {
    display: block;
    border-radius: .625rem;
    overflow: hidden;
}

.news01 .box .img {
    height: 18.125rem;
}

.news01 .box .img img {
    object-fit: cover;
}

.news01 .box .txt {
    height: 16.25rem;
    background: #fff;
    padding: 1.875rem 2.875rem;
}

.news01 .box .txt h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    max-height: 3.75rem;
    overflow: hidden;
    color: #000000;
}

.news01 .box .txt p {
    font-size: .875rem;
    color: #868686;
    line-height: 1.4375rem;
    height: 4.3125rem;
    overflow: hidden;
    margin-top: .75rem;
    margin-bottom: 1.375rem;
}

.news01 .box .txt span {
    font-size: .875rem;
    color: #e1332c;
}

.news01 .box .txt h4:hover {
    color: #e1332c;
}

.news01 .swiper-pagination {
    bottom: 17.5rem !important;
}

.news01 .swiper-pagination .swiper-pagination-bullet {
    width: .625rem;
    height: .625rem;
    margin: 0 6px !important;
    border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.news01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #e1332c;
    background: #e1332c;
}

.news02 {}

.news02 .scrollbox {
    height: 30rem;
    overflow-y: auto;
    padding-right: 1.5rem;
    position: relative;
}

.news02 .scrollbox::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f9f9f9;
}

.news02 .scrollbox::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: transparent;
}

.news02 .scrollbox::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #e9e9e9;
}

.news02 ul {}

.news02 ul li a {
    display: block;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ededed;
}

.news02 ul li .txt {}

.news02 ul li .txt div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .75rem;
    overflow: hidden;
}

.news02 ul li .txt h5 {
    font-size: 1.125rem;
    color: #202020;
}

.news02 ul li .txt span {
    display: flex;
    white-space: nowrap;
    margin-left: 4rem;
    flex-shrink: 0;
    font-size: .75rem;
    color: #e1332c;
    width: 90px;
    height: 22px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
}

.news02 ul li .txt p {
    font-size: .8125rem;
    color: #868686;
    line-height: 1.3125rem;
    max-height: 2.625rem;
    overflow: hidden;
}

.news02 ul li:hover .txt h5 {
    color: #e1332c;
}

/******************************************************/


#foot {
    background: #272727;
    width: 100%;
    overflow: hidden;
    padding-top: 5rem;
}

#foot .box1 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #525252;
    margin-bottom: 1.75rem;
}

#foot .box1 .left {
    margin-right: 11.4375rem;
}

#foot .box1 .right {
    flex-grow: 1;
}

#foot .box2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}

.foot_tel {}

.foot_tel dl {
    margin-bottom: 1.5rem;
}

.foot_tel dt {
    font-size: .875rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .5rem;
}

.foot_tel dd {
    font-size: .875rem;
    color: #7f8181;
    line-height: 1.5;
}

.foot_tel dd b {
    font-size: 1.75rem;
    color: #e1332c;
    font-family: DINPRO-REGULAR;
    /* font-weight: normal; */
}

.foot_ewm {
    display: flex;
}

.foot_ewm .ewm {
    margin-right: 1.75rem;
}

.foot_ewm .ewm .pic {
    position: relative;
    width: 7.125rem;
    height: 7.125rem;
    border: 1px solid #525252;
    padding: 7px;
}

.foot_ewm .ewm .pic img {}

.foot_ewm .ewm p {
    font-size: .8125rem;
    color: rgba(255, 255, 255, .3);
    text-align: center;
    padding-top: .9375rem;
}

.foot_nav {
    display: flex;
    justify-content: space-between;
}

.foot_nav dl {}

.foot_nav dl dt {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    padding-bottom: 1.375rem;
    position: relative;
    margin-bottom: .875rem;
}

.foot_nav dl dt:before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(0deg, rgb(175, 30, 40) 0%, rgba(175, 30, 40, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(175, 30, 40) 0%, rgba(175, 30, 40, 0) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(175, 30, 40) 0%, rgba(175, 30, 40, 0) 100%);
}

.foot_nav dl dd {
    font-size: .75rem;
    color: #a3a6a7;
    line-height: 1.9375rem;
}

.foot_nav dl dd:hover {
    color: #fff;
}

.foot_lianxi {
    flex-grow: 1;
}

.foot_lianxi .title {
    display: block;
    text-align: center;
    line-height: 24px;
    width: 80px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #e1332c;
    border-radius: 12px;
    font-size: 12px;
    margin-bottom: 7px;

}

.foot_lianxi dl {
    font-size: .875rem;
    line-height: 3.5rem;
    color: #bec0c1;
    margin-right: 3.5rem;
}

.foot_lianxi dl dd {}

.copyright {
    font-size: .875rem;
    flex-shrink: 0;
    color: #6a6a6a;
    line-height: 1.5rem;
    margin-top: .3rem;
}

.copyright p {
    font-size: .8125rem;
}

.copyright a:hover {
    color: #fff;
}

.copyright .flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.copyright>.flex p {
    margin-right: 1rem;
}

.copyright .ico {
    width: 1.125rem;
    margin-left: 1.125rem;
    height: 1.125rem;
}

.copyright .ico:hover path {
    fill: #e1332c;
}

.qr-scanner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.qr-scanner .box {
    height: 100%;
    width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    /* border: 0.1rem solid rgba(0, 255, 51, 0.2); */
}

.qr-scanner .line {
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 255, 51, 0) 43%, #e1332c 211%);
    border-bottom: 1px solid #e1332c;
    transform: translateY(-100%);
    animation: radar-beam 2s infinite;
    animation-timing-function: cubic-bezier(0.53, 0, 0.43, 0.99);
    animation-delay: 1.4s;
}

@keyframes radar-beam {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}



.links {
    display: flex;
    flex-grow: 1;
}

.links .tt {
    flex-shrink: 0;
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    width: 3.5rem;
    height: 1.875rem;
}

.links .tt svg {
    width: 1.875rem;
    height: 1.875rem;
}

.links .con {
    flex-grow: 1;
}

.links .con a {
    font-size: .875rem;
    color: #a7a7a7;
    margin-right: 1.25rem;
    display: inline-block;
    line-height: 1.875rem;
    transition: .2s;
}

.links .con a:hover {
    color: rgba(255, 255, 255, 0.8);
}
