.mainContent {
    display: flex;
    flex-direction: column;
    /* position: relative;
    top: 6rem; */
    /* margin-top: 6rem; */
    width: 100%;
    height: auto;
    align-items: center;
}


.productionAndSolutionWrap {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background-image: url(../../images/yiliao/productionAndSolution/background.png);
    background-size: cover;
}

.productionAndSolutionHead {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 15%;
    margin-top: 2rem;
}

.productionAndSolutionHeadText1 {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #3d3d3d;
    font-weight: 600;
}

.productionAndSolutionHead .dash {
    height: 1px;
    min-height: 1px;
    background-color: #3d3d3d;
    flex: 1;
}

.productionAndSolutionHeadText2 {
    font-size: 1.2rem;
    margin-left: 1rem;
    color: #3d3d3d;
    font-weight: 600;
}

.productionAndSolutionWrap .productionAndSolutionHead img {
    height: 0.8rem;
    width: auto;
    margin-left: 0.5rem;
}

.productionAndSolutionWrap img {
    width: 100%;
    height: auto;
}

.productionAndSolutionWrap .contentWrap {
    width: 100%;
    height: 60%;
    padding: 0 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 6rem;
    margin-bottom: 10rem;
}

.productionAndSolutionWrap .contentWrap .item {
    width: 24%;
    position: relative;
}

.productionAndSolutionWrap .contentWrap .item:hover {
    cursor: pointer;
}

.productionAndSolutionWrap .contentWrap .item img {
    height: auto;
    width: 100%;
    display: block;
}

.productionAndSolutionWrap .contentWrap .item .mask {
    width: 100%;
    height: 16%;
    position: absolute;
    z-index: 100;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: height 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.productionAndSolutionWrap .contentWrap .item .mask .title {
    color: #ffffff;
    font-size: 1.2rem;
}

.productionAndSolutionWrap .contentWrap .item .mask .brief {
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
    font-weight: 200;
    /* text-indent: 2.4rem; */
    display: none;
    font-weight: 300;
}


/* 以下是产品介绍 */
.productionWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15%;
    width: 100%;
    margin-top: 14rem;
    padding-bottom: 10rem;
}

.productionWrap .head {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.productionWrap .head .text1 {
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #3d3d3d;
    font-weight: 600;
}

.productionWrap .head .dash {
    height: 1px;
    min-height: 1px;
    background-color: #3d3d3d;
    flex: 1;
}

.productionWrap .head .text2 {
    font-size: 1.2rem;
    margin-left: 1rem;
    color: #3d3d3d;
    font-weight: 600;
}

.productionWrap .head img {
    height: 0.8rem;
    width: auto;
    margin-left: 0.5rem;
}

.productionWrap .productions {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: space-between;
    margin-top: 6rem;
}

.productionWrap .productions .production1 {
    width: 23.8%;
    height: auto;
    position: relative;
}

.productionWrap .productions .production1:hover {
    cursor: pointer;
}

.productionWrap .productions .production1 img {
    width: 100%;
    height: auto;
}

.productionWrap .productions .production1 .mask {
    width: 100%;
    height: 4rem;
    position: absolute;
    z-index: 100;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
}

.productionWrap .productions .productionRight {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 74.5%;
    height: auto;
}

.productionWrap .productions .productionRight .production2_3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
}

.productionWrap .productions .productionRight .production2_3 .production{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 49%;
    height: auto;
    position: relative;
}

.productionWrap .productions .productionRight .production2_3 .production:hover{
    cursor: pointer;
}

.productionWrap .productions .productionRight .production2_3 .production img{
    width: 100%;
    height: auto;
}

.productionWrap .productions .productionRight .production2_3 .production .mask{
    width: 100%;
    height: 4rem;
    position: absolute;
    z-index: 100;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
}

.productionWrap .productions .productionRight .production4_5_6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
}

.productionWrap .productions .productionRight .production4_5_6 .production {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 32%;
    height: auto;
    position: relative;
}

.productionWrap .productions .productionRight .production4_5_6 .production:hover {
    cursor: pointer;
}

.productionWrap .productions .productionRight .production4_5_6 .production img{
    width: 100%;
    height: auto;
}

.productionWrap .productions .productionRight .production4_5_6 .production .mask{
    width: 100%;
    height: 4rem;
    position: absolute;
    z-index: 100;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.1rem;
}



/* 以下是页脚 */
.mainContent .footWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2% 15%;
    width: 100%;
    /* margin-top: 5rem; */
}

.mainContent .footWrap .urlWrap {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.mainContent .footWrap .urlWrap a {
    color: #ffffff;
    text-decoration: none;
}

.mainContent .footWrap .urlWrap .parent {
    font-size: 1.1rem;
    font-weight: 600;
}

.mainContent .footWrap .urlWrap .child {
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 0.8rem;
}

.mainContent .footWrap .publicWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 9rem;
}

.mainContent .footWrap .publicWrap img {
    width: 6rem;
    height: auto;
}

.mainContent .footWrap .publicWrap .text {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 300;
    margin-top: 1rem;
}
