.main_box {
    width: 100%;
}

/* 轮播图样式 */
.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
}

/* .paginglb{
    width: 500px;
    position: relative;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);

}
.swiper-pagination-bullet{
    width: 38px;
    height: 5px;
    border-radius:0;
    margin-left: 10px;
}
.swiper-pagination-bullet-active{
    background-color: #d71a21;
} */

/* 内容部分  关于正朗*/
.about_shop {
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    overflow: hidden;
}

.about_title {
    font-size: 40px;
    margin-top: 70px;
    position: relative;
    font-weight: 600;
    text-align: center;
}

.about_title text:nth-child(2) {
    width: 40px;
    height: 3px;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translatex(-50%);
    background-color: #d71a21;

}

.about_summary {
    width: 100%;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.about_summary_txt {
    width: 48%;
    text-align: left;
    color: #333333;
}

.about_summary_txt>p {
    font-size: 18px;
    line-height: 34px;
}

.about_summary_txt> .textarea {
    width: 100%;
    height:320px;
    font-size: 16px;
    text-align: left;
    resize: none;
    text-indent: 2;
    line-height: 34px;
    overflow-y:auto;
    overflow:auto;
}
/* 滚动条框设置 */
.about_summary_txt> .textarea::-webkit-scrollbar {
    width: 3px;
    background-color: rgb(220, 223, 224);
}
.about_summary_txt> .textarea::-moz-scrollbar {
    width: 3px;
    background-color: rgb(220, 223, 224);
}

/* 滚动条的设置 */
.about_summary_txt> .textarea::-webkit-scrollbar-thumb {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: rgb(252, 38, 0);
}
.about_summary_txt> .textarea::-moz-scrollbar-thumb {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: rgb(252, 38, 0);
}


.about_summary_txtbtm {
    margin-top: 30px;
}

.about_summary_txtbtm ul {
    display: flex;
    justify-content: space-between;
}

.about_summary_txtbtm ul li {
    position: relative;
    padding-right: 50px;
    border-right: 1px solid #f0f0f0;

}
.about_summary_txtbtm ul li:nth-child(4) {
    border-right:none;
}

.about_summary_txtbtm ul li>text:nth-child(1) {
    font-size: 14px;
    color: #333333;
}
.about_summary_txtbtm ul li> .hp{
    width: 70px;
    position: relative;
}
.about_summary_txtbtm ul li  .hp>.texts {
    font-size: 28px;
    color: #d71a21;
    font-family: 'DINCondensed';
    font-weight: 900;
}

.about_summary_txtbtm ul li .hp>span {
    position: absolute;
    top: 5px;
    left: 40px;
    color: #d71a21;
    font-weight: 550;
    font-size: 16px;
}

.about_summary_img {
    width: 50%;
}

.about_summary_img img {
    width: 100%;
}


/* 走进正朗 */
.enter_shop {
    width: 100%;
    background-color: #faf5f5;
    padding: 5px 0 160px 0;
    margin-top: 50px;
}

/* .about_title {
    margin-top: 50px;
    text-align: center;
} */

.enter_shoptxt {
    width: 80%;
    background-color: rgb(255, 255, 255);
    position: relative;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);

}

.enter_shoptxt_le {
    width: 100%;
    display: flex;
}

.enter_shoptxt_leimg {
    width: 50%;
    overflow: hidden;
}
.enter_shoptxt_leimg >img{
    width:100%;
    height: 450px;
}

.enter_shoptxt_txt {
    width: 50%;
    padding: 45px;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.enter_shoptxt_ri {
    width: 100%;
    display: flex;
}

/* 企业文化 */
.enterprise {
    width: 100%;
    /* background-image: url("../image/guanyu1bj.png"); */
    background-image: url("../image/guanyu01bj.png");
    text-align: center;
    background-size: 100% 100%;
    padding-bottom: 150px;
}

.enterprise_tit {
    color: #d71a21;
    font-size: 32px;
    margin-top: 60px;
}

.enterprise_txt {
    width: 70%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
    margin-top: 30px;
}

.enterprise_box {
    width: 80%;
    height: 480px;
    /* background-color: #faf5f5; */
    position: relative;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.enterprise_boxle {
    width: 20%;
    height: 100%;
    background-color: #9f9493;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.enterprise_boxle>ul li {
    height: 100%;
    color: #ffffff;
    text-align: center;
    padding: 50px 0;
    font-size: 30px;
    border-top: 1px solid #928f8f;
    /* background-color: #d71a21; */
    cursor: pointer;
}

.reds {

    background-color: #d71a21;
}

.enterprise_boxri {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.enterprise_boxri img {
    width: 100%;
    height: 100%;
}

.enterprise_boxri_txt {
    color: #fff;
    position: absolute;
    bottom: 50px;
    left: 25%;
    text-align: left;
    font-size: 22px;
}




.enterprise_btm {
    font-size: 30px;
    width: 70%;
    padding: 50px 0;
    position: relative;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}



/* 底部荣誉轮播 */

.honor {
    width: 100%;
    padding-bottom: 150px;
}

.honor_box {
    width: 50%;
    /* height: 300px; */
    position: relative;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    padding: 10px 0;
}

.honor_box img{
    width: 100%;
}
/* .honor_mongc{
    width: 300px;
    height: 200px;
    background-color: #000000;
    color:#000000 ;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 66;
}
.honor_mongcc{
    width: 300px;
    height: 200px;
    background-color: #000000;
    color:#000000 ;
    opacity: 0.5;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    z-index:66;
} */

/* .swiper-container {
    width: 100%;
    height: 100%;
} */

/* .swiper-slides {
    text-align: center;
    font-size: 18px;
    background: #fff; */

    /* Center slide text vertically */
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 700ms;
    transform: scale(0.6);
} */

/* .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    box-shadow: 0 0 10px #b8b5b5;
} */

/* .swiper-button-white {
    width: 50px;
    height: 50px;
    background-color: #d71a21;
    border-radius: 50%;
    background-size: 12px;
    z-index: 99;
} */