html, body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    box-sizing: border-box; }

section, header, footer, nav, span {
    box-sizing: border-box; }

#leehui a {
    color: #666;
    text-decoration: none; }

.flex-center, section.time-line, section.time-line .line-box, section.time-line .line-box .des-box, section.time-line .line-box .des-box .item, section.about-box .about, section.com-status {
    display: flex;
    justify-content: center;
    align-items: center; }

section {
    box-sizing: border-box; }
section.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
    font-size: 16px;
    padding: 0 100px; }
section.header nav {
    width: 700px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
section.header nav a {
    white-space: nowrap;
    margin-left: 60px;
    transition: all .2s; }
section.header nav a:hover {
    color: #e1251b !important; }
section.header nav a.active {
    color: #e1251b !important; }
section.banner {
    min-width: 1200px;
    width:100%;
    overflow:hidden;
}
section.banner .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
    height: auto; }
section.time-line {
    background-color: #41414b;
    /* background: url("https://img.xlwanju.com/upload/a/20240909/5f6b1f612d241d3e73f0ac3a678a6b66.jpg") no-repeat; */
    /* background-size: cover; */
    position: relative;
}
section.time-line .line-box {
    width: 100%;
    padding: 0 100px;
    height: 670px;
    /* background-color: #41414c; */
    flex-direction: column;
    padding-top: 80px;
    box-sizing: border-box;
}
section.time-line .line-box .img-box img {
    display: block;
    width: 100%;
    border-top-left-radius: 20px; }
section.time-line .line-box .des-box {
    flex: 1;
    width: 100%;
    padding: 80px 30px;
    box-sizing: border-box; }
section.time-line .line-box .des-box.swiper-container02 {
    width: 100%;
    overflow: hidden; }
section.time-line .line-box .des-box.swiper-container02 .swiper-slide:nth-child(2n) .foot {
    opacity: 0; }
section.time-line .line-box .des-box.swiper-container02 .swiper-slide:nth-child(2n+1) .top {
    opacity: 0; }
section.time-line .line-box .des-box .item {
    flex-direction: column;
    position: relative;
    margin-left: -16px; }
section.time-line .line-box .des-box .item:before {
    content: '';
    position: absolute;
    top: 152px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ca3e47;
}
section.time-line .line-box .des-box .item .top,
section.time-line .line-box .des-box .item .foot {
    height: 130px;
    background-color: #ca3e47;
    /* background-color: #5b72ef; */
    color: #fff;
    padding: 20px 15px;
    box-sizing: border-box;
    border-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
}
section.time-line .line-box .des-box .item .top > span,
section.time-line .line-box .des-box .item .foot > span {
    display: block;
    font-weight: 700;
    line-height: 1.8; }
section.time-line .line-box .des-box .item .top > span.head,
section.time-line .line-box .des-box .item .foot > span.head {
    font-size: 18px;
    text-align: center; }
section.time-line .line-box .des-box .item .cen {
    margin: 15px 0;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background-color: #ca3e47;
    position: relative;
}
section.time-line .line-box .des-box .item .cen:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 22px;
    height: 22px;
    border-radius: 16px;
    border: 1px solid #ca3e47;
}
section.about-box {
    background: url("https://img.xlwanju.com/upload/a/20240910/0a4c0bfd1cca37f80eaffc4e555fd7e3.jpg") no-repeat;
    background-size: cover;
}
section.about-box .about {
    padding-top: 60px;
    padding-bottom: 50px;
    width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    height: 670px;
}
section.about-box .about header {
    margin-bottom: 10px; }
section.about-box .about header img {
    display: block;
    border-top-left-radius: 20px; }
section.about-box .about footer {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
section.about-box .about footer aside {
    width: 50%;
    padding-left: 20px;
    position: relative; }
section.about-box .about footer aside:before {
    content: '';
    position: absolute;
    left: 0;
    top: 32px;
    width: 2px;
    height: 50px;
    background-color: #cd2324; }
section.about-box .about footer aside h1, section.about-box .about footer aside h2 {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 24px; }
section.about-box .about footer aside h2 {
    color: #8b8b8b;
    font-size: 12px; }
section.about-box .about footer aside p {
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.6; }
section.about-box .about footer aside p > span {
    font-size: 20px;
    color: #a10505; }
section.about-box .about footer .banner {
    width: 540px;
    height: 348px;
    margin-top: 30px;
    border: 1px solid #cd2324; }
section.about-box .about footer .banner .swiper-box {
    margin-left: 25px;
    margin-top: 20px;
    width: 540px;
    height: 348px;
    overflow: hidden; }
section.com-status {
    padding-top: 60px;
    padding-bottom: 50px;
    flex-direction: column;
}
section.com-status header {
    margin-bottom: 10px; }
section.com-status header img {
    display: block;
    border-top-left-radius: 4px; }
section.com-status.cray {
    /*background-color: #313131;*/
    background: url("https://img.xlwanju.com/upload/a/20240910/b9547c422b75c28f9aa9fc436058a8fc.jpg") no-repeat;
    background-size: cover;
}
section.com-status.crays {
    background-color: #444444;
    /*height: 800px;*/
    position: relative;
    /* background: url("https://img.xlwanju.com/upload/a/20240909/34d2e3b04205f5cba8ef296d5088d572.jpg") no-repeat; */
    /* background-size: 100%; */
}
/*section.com-status.crays .bg{*/
/*    height: 400px;*/
/*    width: 100%;*/
/*    !*background: url("https://img.xlwanju.com/upload/a/20240903/1ffc80a581115c8f98b5ea9f8c67615f.jpg") no-repeat;*!*/
/*    background: url("https://img.xlwanju.com/upload/a/20240907/05ddc35949bde62237247d05ad31ce57.jpg") no-repeat;*/
/*    background-size: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.crays-txt{
    padding: 20px 100px;
    text-align: justify;
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}
/*section.com-status.crays footer{*/
/*    background-color: #fff;*/
/*    height: 460px;*/
/*    padding: 60px 0;*/
/*    position: absolute;*/
/*    top: 254px;*/
/*}*/
section.com-status.crays footer header{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
section.com-status footer {
    width: 1200px;
    margin: 10px auto 0; }
section.com-status footer .status-head {
    border: 2px solid #df5561;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box; }
section.com-status footer .status-head > img {
    display: block; }
section.com-status footer .status-head > p {
    text-align: justify;
    margin: 0;
    padding-left: 20px;
    line-height: 1.9;
    font-size: 17px;
    color: #fff;
}
section.com-status footer .status-foot {
    margin-top: 20px;
    display: flex;
    border: 1px solid #df5561; }
section.com-status footer .status-foot img {
    display: block;
    width: 100%; }
section.com-status footer .status-foot .left {
    width: 583px;
    display: flex;
    flex-direction: column; }
section.com-status footer.logistics-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
section.com-status footer.logistics-list .logistics {
    /* border: 2px solid #df5561; */
    border-radius: 10px;
    /* padding-top: 40px; */
    margin-top: 30px;
    width: 280px;
    height: 220px;
    /* box-shadow: 0 2px 10px #ccc; */
    background-color: #fff;
    overflow: hidden;
}
section.com-status footer.logistics-list .logistics .logistics-t1{
    background: url("https://img.xlwanju.com/upload/a/20240903/627abcb60626efeb0403e076d74f7202.jpg") no-repeat;
    background-size: cover;
}
section.com-status footer.logistics-list .logistics .logistics-t2{
    background: url("https://img.xlwanju.com/upload/a/20240903/56a390bc78cfb6a02ae7b4a92a7a8e28.jpg") no-repeat;
    background-size: cover;
}
section.com-status footer.logistics-list .logistics .logistics-t3{
    background: url("https://img.xlwanju.com/upload/a/20240903/2484df4486bf722a96f343cebbed1807.jpg") no-repeat;
    background-size: cover;
}
section.com-status footer.logistics-list .logistics .logistics-t4{
    background: url("https://img.xlwanju.com/upload/a/20240903/1737ffac441d21d8c5147322a1da5b35.jpg") no-repeat;
    background-size: cover;
}

section.com-status footer.logistics-list .logistics h1, section.com-status footer.logistics-list .logistics p {
    margin: 0;
    padding: 0;
    /* color: #fff; */
}
section.com-status footer.logistics-list .logistics h1 {
    text-align: center;
    font-size: 31px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    /* border-bottom: 2px solid #c62326; */
    padding: 20px 0;
}
section.com-status footer.logistics-list .logistics p {
    line-height: 1.8;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box; }
section.com-status footer.supply-list {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 20px;
    position: relative; }
section.com-status footer.supply-list .swiper-container04 {
    width: 100%;
    overflow: hidden; }
section.com-status footer.supply-list .swiper-container04 .swiper-wrapper .swiper-slide {
    display: flex;
    flex-flow: wrap;
    padding: 100px;
    box-sizing: border-box; }
section.com-status footer.supply-list .swiper-container04 .swiper-wrapper .swiper-slide .img-box {
    display: flex;
    width: 166px;
    height: 100px; }
section.com-status footer.supply-list .swiper-container04 .swiper-wrapper .swiper-slide .img-box img {
    display: block;
    width: 100%; }
section.com-status footer.supply-list .swiper-button-prev,
section.com-status footer.supply-list .swiper-button-next {
    z-index: 99999; }
section.safe {
    height: 743px;
    background: url("../images/bj.jpg") no-repeat;
    background-size: cover; }
section.safe header {
    width: 1200px;
    margin: 0px auto;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
section.safe .safe-box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    align-items: center; }
section.safe .safe-box .list-item {
    width: 220px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-right: 20px; }
section.safe .safe-box .list-item:nth-child(5n) {
    margin-right: 0; }
section.safe .safe-box .list-item > img {
    display: block;
    width: 100%; }
section.safe .safe-box .list-item p {
    height: 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    line-height: 40px;
    background-color: #cd2324;
    transition: height .2s;
    margin: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.safe .safe-box .list-item:hover p {
    height: 40px;
}
section.ditu {
    background: url("https://img.xlwanju.com/upload/a/20240910/184822c53c6a5ae029ccd29fe549db0e.jpg") no-repeat;
    background-size: cover;
    height: 600px;
}
section.ditu .ditutu {
    width: 1200px;
    margin: 0 auto;
    padding-top: 150px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
section.ditu .ditutu .left {
    /*color: #fff;*/
    color: #fff;
    width: 545px;
}
section.ditu .ditutu .left h1 {
    font-size: 30px;
    position: relative;
    margin: 0 0 26px 0; }
section.ditu .ditutu .left h1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 4px;
    width: 50px;
    background-color: #a10505; }
section.ditu .ditutu .left h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5; }
section.ditu .ditutu .left .section-num {
    display: flex;
    flex-flow: wrap;
    width: 465px; }
section.ditu .ditutu .left .section-num > div {
    margin-top: 50px;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
section.ditu .ditutu .left .section-num > div .tips {
    font-size: 36px;
    color: #a10505;
    font-weight: 700; }
section.ditu .ditutu .left .section-num > div .tips > span {
    font-size: 14px;
    color: #fff; }
section.ditu .ditutu .left .section-num > div .text {
    margin-top: 10px;
    font-size: 18px; }
section.ditu .ditutu .right {
    flex: 1; }
section.ditu .ditutu .right img {
    display: block;
    width: 100%;
    margin-top: 62px;
}
section.footer {
    background-color: #262626;
    padding: 50px 0 10px; }
section.footer header {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    color: #fff; }
section.footer header .item-list .title {
    font-size: 16px; }
section.footer header .item-list .sub-title {
    color: #666; }
section.footer header .item-list .des {
    display: flex;
    flex-direction: column; }
section.footer header .item-list .des a {
    line-height: 2; }
section.footer header .item-list .des a:hover {
    color: #b5b3b3 !important; }
section.footer footer {
    margin-top: 30px;
    border-top: 1px solid #999; }
section.footer footer p {
    width: 1200px;
    margin: 10px auto;
    color: #666;
    font-size: 12px; }

.wuliu{
    background: url("https://img.xlwanju.com/upload/a/20240910/5cf90796db1106ac2f7eefc404d1ec18.jpg") no-repeat;
    background-size: cover;
    /* background: #313131; */
}

/*# sourceMappingURL=style.css.map */
