/* 生产中心 */

.sc-item {
    position: relative;
    margin: 1rem;
    width: 24rem;
}

.sc-item>img:nth-child(1) {
    width: 24rem;
    height: 25rem;

}

.sc-item>img:nth-child(2) {
    height: 4rem;
    width: 5rem;
    position: absolute;
    left: 38%;
    top: 40%;
}

.add-item-pic {
    font-size: 1.75rem;
    padding-top: .25rem;
}

.portm-label {
    text-decoration: none;
    color: #1b1b1b;
    margin: 1rem;
    font-size: 1.45rem;
}
.portm-label:hover{
    text-decoration: none;
    color: #1b1b1b;
}

.bk {
    border-bottom: 1px solid black;
}

.drop-down {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    color: #1b1b1b;
    font-weight: 400;
}

.drop-down>div {
    margin: 0 1rem;
}

select {
    border: none;
    outline: none;
    line-height: 3rem;
    padding: 0 1rem;
    font-size: 1.25rem;
    color: #1b1b1b;
    background-color: #1b1b1b00;

}

select option:hover {
    background: #989898;
}


/* 产品中心 */

.add-item {
    margin: 1rem;
    width: 18rem;
}

.add-item img {
    width: 18rem;
    height: 18rem;

}

/* 公司简介 */

.about-img {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
}

.about-img img {
    width: 26rem;
    height: 20rem;
    padding: 1.25rem;
}

.about-us {
    text-indent: 2em;
    text-align: justify;
    width: 80%;
    margin: 1rem auto;
    color: 353535;
    font-size: 1.25rem;
    line-height: 3rem;

}

/* 联系我们 */
.contact-item {
    text-align: center;
}

.contitle {
    padding: 3rem 0;
    font-size: 2.25rem;
}

.contact-item>div:nth-child(1) {
    background: url(../images/icon.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 2rem;
    margin: 0 auto;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
}

.contact-item>div:nth-child(2) {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.5;
}

.message {
    background: #ff9126;
    margin-top: 10rem;
    color: white;
    padding: 1rem 0;

}

.message-title {
    padding: 1rem 0;
    font-size: 2.25rem;
}

.inputBox {
    margin: 1rem 0;
}

.inputBox input {
    height: 3rem;
    font-size: 1.25rem;
}

.submit {
    color: #ff9126;
    background-color: white;
    font-weight: 700;
    border-color: #ff9126 !important;
    font-size: 1.25rem;
    padding: 0 2rem;
    height: 3rem;
    line-height: 2rem;
    margin: 1rem 0;
}

.submit:hover {
    background-color: rgb(255, 255, 255) !important;
    color: #ff9126 !important;

}

.submit:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 233, 233, 0.5) !important;
}

.submitBox {
    /* background: url(../images/botton.png) no-repeat;
    background-size: 100% 100%; */
    color: #fff;
    font-size: 1.45rem;
    width: 10rem;
    /* height: 2.45rem; */
    /* line-height: 2.45rem; */
    color: #ff9126;
    text-align: center;
    cursor: pointer;
    margin: 2rem 0;
    border-radius: 2rem;
    border: none;
    outline: none;
    box-shadow: 0 0 0 0.1rem #e7e2e2;
}
.submitBox:active{
    box-shadow: none;
    border:none !important;
    border-radius: 2rem;
    border: none;
    outline: none;
}





/* 登录注册 */

.login-box {
    background-color: white;
    box-shadow: 0 0 0 0.1rem #e7e2e2;
    padding: 2rem;
    border-radius: 0.5rem;
}

.login-box-title {
    font-weight: 700;
    font-size: 1.5rem;
}

.login-but {
    font-size: 1.25rem;
    color: #fff;
    background-color: #ff9126 !important;
    border-color: #ff9126 !important;
}

.login-input {
    width: 30rem;
    height: 3rem;
    line-height: 3rem;
}

.pagination {
    justify-content: flex-end;
    margin-right: 10rem;
}

.page-link {
    color: black;
}

.page-item.active .page-link {
    background: #ff9126;
    border-color: #ff9126;
}

.page-link:focus {
    box-shadow: none;
}

