*{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-family: "Noto Sans SC";
   font-weight: 400;
}
.title{
    width: 100%;
    height: 250px;
    background-image: url(../img/m/title.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}
.quli_margin img{
    width: 70%;
    height: 80%;
    margin-bottom: 10px;
}
.worker_margin img{
        border: 5px solid #CBD7FF;
        margin: 10px;
        width: 90%;
        height: 100%;
}
.title a{
    position: absolute;
    right: 20px;
    top:20px;
    font-size: 20px;
    color: red;
}
.footer a{
    color: #fff;
    text-decoration: none;
    height: 20px;
}
.dh{
    position: fixed;
    right: 0px;
    top:0px;
    bottom:0;
    display: none;
    flex-flow: column;
    width: 30%;
    height: 100%;
    z-index: 11;
    background-color: rgba(89,128,219,0.5);
    border-left: 2px solid #fff;
} 

.dh div{
    text-align: center;
    
    color: #00030C;
    font-size: 20px;
    line-height: 80px;
}
.dh .active{
    color: #fff;
    background-color: #758EE0;
}
.dh_title a:hover{
    background: skyblue;
    padding: 10px;
}

.bged{
    background: #ededed;
}

.des p{
    position: relative;
    width: fit-content;
    padding: 20px 0;
    margin-left: 20px;
    font-size: 34px;
}
.des p::after{
    content: '';
    width: 100%;
    background-color: steelblue;
    height: 4px;
    position: absolute;
    bottom: 5px;
    left: 0px;
    
}
.mySwiper div{
    width: 900px;
    height: 100%;
}
.mySwiper img {
    width: 100%;
    height: 100%
    background-color: #CBD7FF;
    border: 10px solid #CBD7FF
}

.footer{
    width: 100%;
    padding: 10px 0;
    height: 80px;
    font-size: 14px;
    color:#fff;
    line-height: 30px;
    background-image: url(../img/m/footer.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.footer img{
    width: 15px;
    vertical-align: -2px;
}
.close{
    position: absolute;
    font-size: 20px;
    color: #000;
    right: 100%;
} */
.equ{
    margin:25px 10px ;
    text-align: center;
}
.equip{
    
    width: 48%;
}
.middle_margin{
    /* margin:10px 0; */
    padding :10px 20px;
    text-align: justify;
    text-indent:2em
}
.quli_margin{
    margin-top:10px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    text-align: center;
}
.worker_margin{
    margin-top:10px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    text-align: center;
}
.des span{
    font-size: 16px;
    columns: #2b2b2b;
}
.des div{
    color: #2d2d2d;
}

.middle_part{
    width: 100%;
    display: block;
   
}
.des_constriction{
   
    margin: 10px;
   
}
.word_shadow{
    text-align: center;
    position: relative;
    padding-top: 5px;
}
.word_shadow::after{
    content: '';
    width: 25%;
    background-color: #000;
    height: 2px;
    position: absolute;
    bottom: 18px;
    left: 40px;
}
.word_shadow::before{
    content: '';
    width: 25%;
    background-color: #000;
    height: 2px;
    position: absolute;
    bottom: 18px;
    right: 40px;
}
.cn_word{
    font-size: 20px;
}
.eng_word{
    font-size: 12px;
    color: #616161;
}
.con_pic{
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    width: 100%;
}
.con_pic img {
    width: 30%;
    height: 150px;
    margin-top: 10px;
}
.bgblue{
    padding: 10px;
    margin:10px 0 0 0;
    background-color: #CBD7FF;
}
.about_us{
    display: flex;
    flex-flow: nowrap;
    justify-content: space-evenly;
    text-align: center;
    padding: 10px;
    background-color: #E5E5E5;
    width: 100%;
}
.about_us div{
    padding: 5px;
    width: 33.3%;
}
.about_us img {
    width: 45px;
    height: 45px;
}
.about_us p{
    text-align: center;
    word-break:break-all;
}
.open{
    background: rgba(0, 0, 0, 0.5);position: fixed;right: 0;left: 0;top:0;bottom:0;display:none;z-index: 2;
}
.right_pic, .left_pic {
    display: none;
}
.clear{
    clear: both;
}
.middle_margin_pic{
    display: none;
}
.equip img{
    height: 100px;
}
