/*----------------内容区域----------------*/
.wrap {
    max-width: 1920px;
    height: 1635px;
    padding-left: 173px;
    /*overflow-y: scroll;*/
    /*overflow-x: auto;*/
}


/*----------------内容区域----------------*/
.main-box {
    max-width: 1747px;
}

/*----------------banner----------------*/
.banner {
    height: 365px;

    position: relative;
}

/*----------------banner播放视频----------------*/
.banner-bf {
    width: 79px;
    height: 79px;

    position: absolute;
    left: 622px;
    top: 121px;
    cursor: pointer;
}

/*----------------内容区域----------------*/
.content {
    padding-top: 27px;
    width: 1300px;
    margin: 0 auto;
}

.content-main {
    max-width: 1299px;
}

/*----------------公司简介----------------*/
.jj {
    margin-top: 45px;
}

.jj-title {
    height: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;

    border-left: 7px solid #FFA205;
    padding-left: 13px;
}

.jj-desc {
    margin-top: 46px;

    width: 1299px;
    height: 64px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
}
/*----------------办公展示----------------*/
.cj {
    margin-top: 53px;
}

.cj-title {
    height: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;

    border-left: 7px solid #FFA205;
    padding-left: 13px;
}

.title-divider {
    margin-top: 22px;

    width: 1299px;
    height: 1px;
    background: #EDEDED;
}

.cj ul {
    margin-top: 25px;

    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* 设置格子之间的间隙 */
}


.cj li {
    flex: 1 1 calc(25% - 16px); /* 每个格子占据三分之一的空间，减去间隙 */
    box-sizing: border-box; /* 包括padding和border在内的宽度计算 */

    width: 310px;
    height: 263px;
    background: #FFFFFF;
    box-shadow: 0px 0px 27px 0px rgba(204,204,204,0.32);
    border-radius: 10px;
    border: 1px solid rgba(221,221,221,0.5);
}

.cj-img {
    width: 312px;
    height: 214px;
}

.cj-desc {
    height: 20px;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 44px;

    text-align: center;
}
/*----------------SMT全制程能力----------------*/
.nl {
    margin-top: 50px;
    margin-bottom: 146px;
}

.nl-title {
    height: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 24px;

    border-left: 7px solid #FFA205;
    padding-left: 13px;
}

.nl ul{
    margin-top: 23px;
    display: flex;;
    flex-wrap: wrap;

    gap: 18px; /* 设置格子之间的间隙 */
}

.nl li{
    padding-top: 11px;

    width: 319px;
    height: 140px;
    border-radius: 10px;

    flex: 1 1 calc(33.333% - 18px); /* 每个格子占据三分之一的空间，减去间隙 */
    box-sizing: border-box; /* 包括padding和border在内的宽度计算 */
    background-color: #fff; /* 格子背景颜色 */
    border: 1px solid rgba(221,221,221,0.5);
}

.nl-header {
    padding-left: 19px;

    display: flex;
    align-items: center;
    padding-bottom: 8px;
    border-bottom:1px solid #EDEDED;
}

.nl-header-icon {
    width: 29px;
    height: 29px;
    margin-right: 18px;
}

.nl-header-title {
    height: 18px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}

.nl-desc {
    padding-left: 29px;
    margin-top: 5px;
    width: 224px;
    height: 66px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
