.aboutmain {
    padding-top: 80px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}
.aboutmain .pic {
    width: 750px;
    overflow: hidden;
}
.aboutmain .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutmain .content {
    margin-right: 100px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.aboutmain .content  h2 {
    position: relative;
    font-size: 44px;
    line-height: 48px;
    font-weight: bold;
    padding-bottom: 40px;
}
.aboutmain .content  h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #23438c;
}
.aboutmain .content .cont {
    margin-top: 50px;
    font-size: 18px;
    color: #222222;
    line-height: 34px;
}
/* 微嵌制造 */
.wxzzmain {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 686px;
    background-color: #f7f7f7;
    overflow: hidden;
}   
.wxzzmain .pic {
    width: 50%;
    height: 100%;
}
.wxzzmain .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wxzzmain .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
    padding: 0 90px;
}
.wxzzmain .content h2 {
    position: relative;
    font-size: 44px;
    line-height: 48px;
    font-weight: bold;
    padding-bottom: 40px;
}
.wxzzmain .content h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #23438c;
}
.wxzzmain .content .cont {
    margin-top: 50px;
    font-size: 18px;
    line-height: 34px;
    color: #222222;
}

.wxzzmain .content .numlist {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    height: 70px;
}
.wxzzmain .content .numlist .numitem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-right: 15px;
    margin-top: 15px;
}
.wxzzmain .content .numlist .numitem .numCX {
    font-size: 40px;
    font-weight: bold;
    color: #23438c;
}
.wxzzmain .content .numlist .numitem .unitC {
    font-size: 18px;
    color: #23438c;
}
.wxzzmain .content .numlist .numitem .indc {
    margin-top: 10px;
    color: #222222;
    font-size: 18px;
    line-height: 34px;
}

/* 招聘 */
.wqzpmain {
    padding: 80px 2.6%;
}
.wqzpmain h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    line-height: 48px;
    color: #000;
    font-weight: bold;
}
.wqzpmain h2::after {
    content: '';
    width: 60px;
    height: 3px;
    background-color: #23438c;
    margin-top: 30px;
}
.wqzpmain .zplist {
    margin-top: 50px;
}
.wqzpmain .zplist .zpitem {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    transition: all 2.0s;
}
.wqzpmain .zplist .zpitem .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;   
    background-color: #f7f7f7;
    padding: 0 50px;
    cursor: pointer;
}
.wqzpmain .zplist .zpitem .top h3 {
    font-size: 24px;
    line-height: 48px;
    font-weight: bold;
}
.wqzpmain .zplist .zpitem .top  span {
    font-size: 30px;
    transform: rotate(90deg);
}
.wqzpmain .zplist .zpitem .top .des {
    flex: 1;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.wqzpmain .zplist .zpitem .top .des i {
    padding: 0 45px;
    font-style: normal;
    font-size: 18px; 
    color: #000;
}   
.wqzpmain .zplist .zpitem .top .des .line{
    color: #d0d1d3;
}
.wqzpmain .zplist .zpitem .main {
    display: none;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 4px 14px 0px rgba(13, 13, 13, 0.1);
}
.wqzpmain .zplist .zpitem.active {
    height: auto;
}
.wqzpmain .zplist .zpitem.active .top{
    background-color: #23438c;
}
.wqzpmain .zplist .zpitem.active .top h3 {
    color: #fff;
}
.wqzpmain .zplist .zpitem.active .top .des i {
    color: #fff;
}
.wqzpmain .zplist .zpitem.active .top .des .line{
    color: #677492;
}

.wqzpmain .zplist .zpitem.active .top  span {
    transform: rotate(-90deg);
    color: #fff;
}
.wqzpmain .zplist .zpitem.active .main {
    display: block;
}

.mapwrap {
    padding-top: 80px;
    padding-bottom: 100px;
    background-color: #f7f7f7;
    overflow: hidden;
}
.mapwrap .w {
    background-color: transparent;
}
.mapwrap h2 {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    font-size: 44px;
    line-height: 48px;
    color: #000;
    font-weight: bold;
}
.mapwrap h2::after {
    content: '';
    margin-top: 30px;
    width: 60px;
    height: 3px;
    background-color: #23438c;
}
.mapwrap .mapmain {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
}
.mapwrap .mapmain .left {
    flex: 1;
}
.mapwrap .mapmain .right {
    display: flex;
    flex-direction: column;
    background-color: #23438c;
    width: 550px;
    height: 600px;
    padding: 60px 50px;
}
.mapwrap .mapmain .right  h3 {
    font-size: 28px;
    line-height: 48px;
    color: #fff;
}
.mapwrap .mapmain .right  h3 span {
    font-size: 16px;
}
.mapwrap .mapmain .right dl {
    margin-top: 40px;
}
.mapwrap .mapmain .right dl dt {
    font-size: 16px;
    line-height: 36px;
    color: #93a2c4;
}
.mapwrap .mapmain .right dl dt span {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}
.mapwrap .mapmain .right dl dd {
    margin-left: 34px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
    .aboutmain {
        padding-top: 40px;
        padding-bottom: 50px;    
        flex-direction: column;
    }
    .aboutmain .pic  {
        width: 100%;
        margin-top: 30px;
    }
    .aboutmain .content {
        margin-right: 0;
    }
    .aboutmain .content h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .aboutmain .content .cont {
        margin-top: 25px;
    }
    /* 制造 */
    .wxzzmain {
        flex-direction: column;
        height: auto;
    }
    .wxzzmain .pic {
        width: 100%;
    }
    .wxzzmain .content {
        margin-top: 20px;
        width: 100%;
        padding: 0 15px;
    }
    .wxzzmain .content h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .wxzzmain .content .cont {
        margin-top: 25px;
    }
    .wxzzmain .content .numlist {
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 40px;
        height: auto;
    }
    .wqzpmain {
        padding: 40px 15px;
    }
    .wqzpmain h2 {
        font-size: 25px;
    }
    .wqzpmain h2::after {
        margin-top: 20px;
    }
    .wqzpmain .zplist {
        margin-top: 25px;
    }
    .wqzpmain .zplist .zpitem .top {
        padding: 0 25px;
    }
    .wqzpmain .zplist .zpitem .top .des {
        display: none;
    }
    .wqzpmain .zplist .zpitem .main {
        padding: 25px;
    }

    /* 地图容器 */
    .mapwrap {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .mapwrap h2 {
        font-size: 25px;
    }
    .mapwrap h2::after {
        margin-top: 20px;
    }
    .mapwrap .mapmain {
        margin-top: 20px;
        flex-direction: column;
    }
    .mapwrap .mapmain .right {
        width: 100%;
        height: auto;
        padding: 30px 20px;
    }
    .mapwrap .mapmain .right dl {
        margin-top: 20px;
    }

}

@media only screen and (min-width: 601px) and (max-width: 1199px) {
    .aboutmain {
        padding-top: 40px;
        padding-bottom: 50px;    
        flex-direction: column;
    }
    .aboutmain .pic  {
        width: 100%;
        margin-top: 30px;
    }
    .aboutmain .content {
        margin-right: 0;
    }
    .aboutmain .content h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .aboutmain .content .cont {
        margin-top: 25px;
    }

      /* 制造 */
      .wxzzmain {
        flex-direction: column;
        height: auto;
    }
    .wxzzmain .pic {
        width: 100%;
    }
    .wxzzmain .content {
        margin-top: 20px;
        width: 100%;
        padding: 0 15px;
    }
    .wxzzmain .content h2 {
        font-size: 25px;
        padding-bottom: 20px;
    }
    .wxzzmain .content .cont {
        margin-top: 25px;
    }
    .wxzzmain .content .numlist {
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 40px;
        height: auto;
    }

    /* 招聘 */
    .wqzpmain {
        padding: 40px 15px;
    }
    .wqzpmain h2 {
        font-size: 25px;
    }
    .wqzpmain h2::after {
        margin-top: 20px;
    }
    .wqzpmain .zplist {
        margin-top: 25px;
    }
    .wqzpmain .zplist .zpitem .top {
        padding: 0 25px;
    }
    .wqzpmain .zplist .zpitem .top .des {
        display: none;
    }
    .wqzpmain .zplist .zpitem .main {
        padding: 25px;
    }


}