.about-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}

.about-tit h1 {
    font-size: 55px;
    font-weight: 600;
    color: #9c0101;
}

.about-tul {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-tul li {
    padding: 10px 0;
    border-bottom: 2px solid #e4e4e4;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.lititshw {
    border-bottom: 2px solid #9c0101 !important;
    color: #9c0101;
}

.about-tul li::after {
    content: "·";
    font-weight: 600;
    position: absolute;
    top: -8px;
    right: -8px;
    color: #9c0101;
    font-size: 20px;
}

.about-box {
    padding: 60px 0 0;
}

.aboutb-tit {
    font-size: 32px;
    font-weight: 600;
}

.aboutb-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.aboutb-cimg {
    width: 30%;
}

.aboutb-cimg img {
    width: 100%;
    height: auto;
}

.aboutb-ctxt {
    width: 60%;
}

.colorp {
    color: #616161;
}

.aboutb-ctxt>p {
    font-size: 15px;
    line-height: 48px;
    margin-bottom: 15px;
}

.aboutb-ctour h5 {
    font-size: 20px;
}

.aboutb-ctour h6 {
    font-size: 15px;
    color: #616161;
}

.aboutb-ctul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.aboutb-ctul li {
    display: flex;
    align-items: center;
}

.aboutb-ctul li img {
    width: 25px;
    height: 25px;
}

.aboutb-ctul li span {
    font-size: 15px;
    margin-left: 5px;
}


.aboutb-btm {
    padding-top: 120px;
    display: flex;
    justify-content: space-between;

}

.aboutb-bmitm::before {
    content: "";
    width: 2px;
    height: 180px;
    position: absolute;
    top: 0;
    right: -30%;
    background-color: #eeeeee;
}

.aboutb-bmitm:last-child::before {
    width: 0px;
    background-color: #ffffff;
}

.aboutb-bmitm {
    width: 21%;
    position: relative;
}

.aboutb-bmitm h1 {
    font-size: 60px;
    padding-bottom: 60px;
    position: relative;
}

.aboutb-bmitm h1::after {
    content: "";
    width: 110px;
    height: 10px;
    border-radius: 10px;
    background-color: #9c0101;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.aboutb-bmitm p {
    line-height: 48px;
    font-size: 22px;
}




/* 公司文化 */
.culture-box {
    padding: 120px 0;
}

.culture-btit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.culture-btit h3 {
    font-size: 32px;
    font-weight: 600;
}

.culture-btit h4 {
    font-size: 28px;
    font-weight: 600;
    color: #9c0101;
}

.culture-bcnt {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 120px;
}

.culture-bcle {
    width: 28%;
    position: relative;
}

.culture-bcle h1 {
    text-align: right;
    font-size: 55px;
    font-weight: 600;
    color: #9c0101;
}

.culture-bcle ul li:last-child {
    padding: 30px 0 0;
}

.culture-bcle ul li {
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
}

.culture-bcle ul li>i {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #9c0101;
    margin-top: 5px;
}

.bcle-ultxt {
    width: 95%;
}

.bcle-ultxt p {
    font-size: 15px;
    margin-bottom: 10px;
}

.bcle-ultxt p span {
    color: #9c0101;
    font-weight: 550;
}

.bcle-start {
    position: absolute;
    top: -80px;
    right: -90px;
    writing-mode: vertical-rl;
    /* transform: rotate(-180deg); */
    font-size: 15px;
    letter-spacing: 3px;
    font-weight: 600;
}

.bcle-start i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #9c0101;
    margin-top: 5px;
}

.culture-bcimg {
    width: 60%;
}

.culture-bcimg img {
    width: 100%;
    border-radius: 10px;
}




.history-box {
    background-image: url("../images/picbj08.png");
    background-size: 100% 100%;
}

.history-btit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.history-btit h3 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.history-bswiper {
    position: relative;
    overflow: hidden;
}

.history-bswiper::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 53px;
}

.bswiper-aitem {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bswiper-aitmle {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aitml-num {
    width: 200px;
    text-align: center;
    font-size: 34px;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding: 10px 0;
    color: #ffffff;
}

.aitml-cnt {
    width: 5px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 30px 0 20px;
}

.aitml-btm p {
    font-size: 15px;
    color: #ffffff;
    padding: 5px 0;
    line-height: 36px;
}

.bswiper-aitmri {
    width: 30%;
}

.bswiper-aitmri img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.mySwiper1 .swiper-slide {
    margin: auto;
}

.history-bswiper .mySwiper2 {
    padding: 20px 0 20px;
}

.history-bswiper .mySwiper2 .swiper-slide {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.history-bswiper .mySwiper2 .swiper-slide-thumb-active i {
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #ffffff !important;
    background-color: #494e54;
}

.history-bswiper .mySwiper2 .swiper-slide i {
    width: 0;
    height: 0;
    border: 4px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
}

.history-bswiper .swiper-button-next,
.history-bswiper .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 42px;
    width: 25px;
    height: 25px;
    margin-top: -22px;
    background-size: 25px 25px;
}

.history-bswiper .swiper-button-next,
.history-bswiper .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/pic141.png");
    right: -2px;
    left: auto;
}

.history-bswiper .swiper-button-prev,
.history-bswiper .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/icon24.png");
    left: -1px;
    right: auto;
}

/* .history-bswiper .swiper-button-prev:hover ,
.history-bswiper .swiper-container-rtl .swiper-button-next:hover {
    background-image: url("../images/pic142.png") !important;
    left: -1px;
    right: auto;
} */
.history-bswiper .swiper-button-next.swiper-button-disabled,
.history-bswiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}


@keyframes arrowleft {
    0% {
        background-position: center;
    }

    50% {
        background-position: left;
    }

    100% {
        background-position: center;
    }
}

@keyframes arrowright {
    0% {
        background-position: center;
    }

    50% {
        background-position: right;
    }

    100% {
        background-position: center;
    }
}

/* 烈龙荣誉 */
.honor-box {
    padding: 120px 0;
}

.honor-swiper {
    position: relative;
    overflow: hidden;
    padding: 0 90px;
    margin-top: 110px;
    visibility: hidden;
}

.honor-swiper .mySwiperHon {
    overflow: hidden;
}

.honor-swiper .swiper-button-next,
.honor-swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-size: 20px 20px;
    background-color: #ededed;
    border-radius: 50%;
}

.honor-swiper .swiper-button-next,
.honor-swiper .swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/icon04.png");
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-container-rtl .swiper-button-next {
    background-image: url("../images/icon03.png");
}

.honor-swiper .swiper-button-prev:hover {
    animation-name: arrowleft;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.honor-swiper .swiper-button-next:hover {
    animation-name: arrowright;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}



/* 人才招聘 */
.talent-box {
    padding: 0 0 120px;
}

.talent-bcnt {
    padding-top: 110px;
    display: flex;
    justify-content: space-between;
}

.talent-bctit {
    font-size: 26px;
    font-weight: 600;
    color: #9c0101;
    position: relative;
    padding-bottom: 20px;
}

.talent-bctit::before {
    content: "";
    width: 80px;
    height: 8px;
    background-color: #e5e5e5;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.contact-box {
    width: 35%;
}

.contact-bul li {
    padding: 43px 0;
    display: flex;
    justify-content: space-between;
}

.contact-bul li img {
    width: 30px;
    height: 30px;
}

.contact-bul li p {
    width: 92%;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
}

.online-box {
    width: 53%;
}

.online-binpt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.online-binpt .binpt-li {
    flex-direction: column;
}

.online-binpt .binpt-li input {
    margin-top: 10px;
}


.sumewid .layui-form-item {
    flex-direction: column;
}

.sumewid .layui-form-label {
    width: 100% !important;
    color: #565656;
}

.sumewid .layui-input-block {
    width: 100% !important;
}

.binpt-li {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px;
    display: flex;
}

.namewid {
    width: 40%;
}

.sumewid {
    width: 57%;
}

.areawid {
    width: 100%;
    margin-top: 20px;
}

.binpt-li p {
    font-size: 15px;
    color: #565656;
    font-weight: 600;
    white-space: nowrap;
    line-height: 30px;
}

.binpt-li input {
    min-width: 50px;
    font-size: 15px;
    flex: 1;
}

.binpt-li textarea {
    min-width: 100px;
    min-height: 200px;
    font-size: 15px;
    flex: 1;
}

.binpt-li>img {
    width: 60px;
    height: 20px;
}

.captcha-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.captchab-btn {
    width: 40%;
    text-align: center;
    border-radius: 50px;
    padding: 15px 0;
    background-color: #9c0101;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: 0;
}


@media only screen and (max-width: 1420px) {
    .about-tit {
        padding: 40px 0;
    }

    .about-tit h1 {
        font-size: 34px;
    }

    .about-tul {
        width: 70%;
    }

    .about-tul li {
        padding: 10px 0;
        font-size: 11px;
    }

    .about-box {
        padding: 30px 0 0;
    }

    .aboutb-tit {
        font-size: 30px;
    }

    .aboutb-cnt {
        margin-top: 30px;
    }

    .aboutb-ctxt>p {
        font-size: 14px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .aboutb-ctour h5 {
        font-size: 18px;
    }

    .aboutb-ctour h6 {
        font-size: 14px;
    }

    .aboutb-ctul {
        margin-top: 20px;
    }

    .aboutb-ctul li img {
        width: 25px;
        height: 25px;
    }

    .aboutb-ctul li span {
        font-size: 14px;
    }

    .aboutb-btm {
        padding-top: 90px;
    }

    .aboutb-bmitm h1 {
        font-size: 55px;
        padding-bottom: 40px;
    }

    .aboutb-bmitm h1::after {
        content: "";
        width: 100px;
        height: 8px;
        bottom: 20px;
    }

    .aboutb-bmitm p {
        line-height: 38px;
        font-size: 18px;
    }

    .culture-box {
        padding: 90px 0;
    }

    .culture-btit h3 {
        font-size: 30px;
    }

    .culture-btit h4 {
        font-size: 26px;
    }

    .culture-bcnt {
        margin-top: 90px;
    }

    .culture-bcle h1 {
        font-size: 46px;
    }

    .culture-bcle ul li>i {
        width: 10px;
        height: 10px;
        margin-top: 5px;
    }

    .bcle-ultxt p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .bcle-start {
        position: absolute;
        top: -40px;
        right: -65px;
        font-size: 14px;
    }

    .history-btit {
        padding: 30px 0;
    }

    .history-btit h3 {
        font-size: 30px;
    }

    .aitml-num {
        width: 180px;
        font-size: 30px;
        padding: 8px 0;
    }

    .aitml-btm p {
        font-size: 14px;
    }

    .history-bswiper .mySwiper2 {
        padding: 20px 0 20px;
    }

    .history-bswiper::after {
        position: absolute;
        left: 0;
        bottom: 52px;
    }

    .history-bswiper .swiper-button-next,
    .history-bswiper .swiper-button-prev {
        bottom: 40px;
    }

    .honor-box {
        padding: 90px 0;
    }

    .honor-swiper {
        padding: 0 70px;
        margin-top: 80px;
    }

    .talent-bcnt {
        padding-top: 80px;
    }

    .talent-bctit {
        font-size: 22px;
        padding-bottom: 20px;
    }

    .contact-bul {
        margin-top: 13px;
    }

    .contact-bul li {
        padding: 33px 0;
    }

    .contact-bul li p {
        width: 90%;
        font-size: 14px;
    }

    .contact-bul li img {
        width: 25px;
        height: 25px;
    }

    .binpt-li p {
        font-size: 14px;
    }

    .binpt-li input {
        font-size: 14px;
    }

    .areawid {
        margin-top: 15px;
    }

    .binpt-li textarea {
        font-size: 14px;
    }

    .captcha-box {
        margin-top: 15px;
    }

    .captchab-btn {
        padding: 10px 0;
        font-size: 14px;
    }

    .talent-box {
        padding: 0 0 90px;
    }


    .aboutb-cimg {
        width: 33%;
    }

    .bswiper-aitmle {
        width: 40%;
    }

}

@media only screen and (max-width: 769px) {
    .about-tit {
        padding: .5rem .1rem;
        flex-direction: column;
    }

    .about-tit h1 {
        font-size: 30px;
        padding-bottom: .2rem;
    }
    .about-tul li::after {
        top: -5px;
        right: -5px;
        font-size: 20px;
    }
    .about-tul {
        width: 100%;
        flex-wrap: wrap;
    }

    .about-tul li {
        width: 48%;
        padding: .2rem 0 .1rem;
        font-size: 10px;
    }

    .about-box {
        padding: .3rem .1rem 0;
    }

    .aboutb-tit {
        font-size: 20px;
    }

    .aboutb-cnt {
        margin-top: .3rem;
        flex-direction: column;
    }

    .aboutb-cimg {
        width: 100%;
    }

    .aboutb-ctxt {
        width: 100%;
        margin-top: .2rem;
    }

    .aboutb-ctxt>p {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: .15rem;
    }

    .aboutb-ctour h5 {
        font-size: 16px;
    }

    .aboutb-ctour h6 {
        font-size: 14px;
    }

    .aboutb-ctul {
        margin-top: .2rem;
        flex-wrap: wrap;
    }

    .aboutb-ctul li {
        width: 48%;
        padding: .1rem 0;
    }

    .aboutb-ctul li span {
        font-size: 14px;
    }

    .aboutb-btm {
        padding-top: .9rem;
        flex-wrap: wrap;
    }

    .aboutb-bmitm {
        width: 48%;
    }

    .aboutb-bmitm h1 {
        font-size: 30px;
        padding-bottom: .4rem;
    }

    .aboutb-bmitm p {
        line-height: 30px;
        font-size: 14px;
    }

    .aboutb-bmitm h1::after {
        content: "";
        width: 50px;
        height: 4px;
        bottom: 20px;
    }

    .aboutb-bmitm::before {
        height: 130px;
        right: -3%;
    }

    .culture-box {
        padding: .9rem .1rem;
    }

    .culture-btit h3 {
        font-size: 20px;
    }

    .culture-btit h4 {
        font-size: 18px;
    }

    .culture-bcnt {
        margin-top: .8rem;
        flex-direction: column;
    }

    .culture-bcle {
        width: 100%;
    }

    .culture-bcimg {
        width: 100%;
        margin-top: .2rem;
    }

    .culture-bcle h1 {
        font-size: 38px;
    }

    .culture-bcle ul li {
        width: 95%;
        padding: .25rem 0;
    }

    .bcle-ultxt p {
        font-size: 14px;
        margin-bottom: .1rem;
    }

    .bcle-start {
        position: absolute;
        top: 65px;
        right: 0px;
        font-size: 14px;
    }

    .history-btit {
        padding: .3rem 0;
    }

    .history-btit h3 {
        font-size: 20px;
    }


    .aitml-num {
        width: 1.8rem;
        font-size: 20px;
        padding: .1rem 0;
    }
    .bswiper-aitem{
        flex-direction: column;
    }
    .bswiper-aitmle {
        width:95%;
    }

    .aitml-cnt {
        width: 3px;
        height: .5rem;
        margin: .2rem 0 .1rem;
    }

    .aitml-btm p {
        font-size: 14px;
        line-height: 30px;
    }

    .bswiper-aitmri {
        width: 98%;
    }

    .history-bswiper .mySwiper2 {
        padding: .2rem 0 .2rem;
    }

    .history-bswiper .mySwiper2 .swiper-slide {
        font-size: 14px;
    }

    .history-bswiper::after {
        position: absolute;
        left: 0;
        bottom: 38px;
    }

    .history-bswiper .swiper-button-next,
    .history-bswiper .swiper-button-prev {
        bottom: 28px;
    }


    .honor-box {
        padding: .9rem 0;
    }

    .honor-swiper {
        padding: 0 .7rem;
        margin-top: .6rem;
        visibility: visible;
    }


    .honor-swiper .swiper-button-next,
    .honor-swiper .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: 35px;
        height: 35px;
        background-size: 15px 15px;
    }



    .talent-bcnt {
        flex-direction: column;
        padding: .8rem .1rem 0;
    }

    .contact-box {
        width: 100%;
    }

    .talent-bctit {
        font-size: 18px;
        padding-bottom: .2rem;
    }

    .talent-bctit::before {
        content: "";
        width: .8rem;
        height: 6px;
    }

    .contact-bul li {
        padding: .3rem 0;
    }

    .contact-bul li p {
        font-size: 14px;
    }

    .contact-bul li img {
        width: 20px;
        height: 20px;
    }

    .online-box {
        width: 100%;
    }

    .online-binpt {
        margin-top: .4rem;
        flex-direction: column;
    }

    .namewid {
        width: 100%;
    }

    .sumewid {
        width: 100%;
        margin-top: .2rem;
    }

    .binpt-li textarea {
        font-size: 14px;
        min-height: 2rem;
    }

    .binpt-li p {
        font-size: 14px;
    }

    .binpt-li input {
        font-size: 14px;
    }

    .captcha-box {
        margin-top: 0;
        flex-direction: column;
    }

    .captchab-btn {
        width: 100%;
        padding: 10px 0;
        font-size: 14px;
        margin-top: .2rem;
    }

}