.content-left {
    margin-top: 40px;
    width: 270px;
}

.content-left li {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #F1F0EB;
    border-bottom: 1px solid #F1F0EB;
}

.content-left li a {
    font-size: 14px;
    color: #333333;
}

li.menu-active a {
    font-weight: bold;
    color: #2E5B82;
}

.content-right {
    margin-left: 44px;
    width: 784px;
    margin-top: 40px;
}


.ceri-title {
    font-size: 26px;
    font-weight: 500;
    color: #999999;
    line-height: 37px;
}


.title {
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 37px;
}

.item-box-1 {
    width: 100%;
    height: 279px;
}

.item-box-1 img {
    width: 372px;
    height: 279px;
}

.box-1-right {
    margin-left: 29px;
}

.box-1-title {
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    font-size: 16px;
    margin-top: 52px;
    font-family: PingFangSC-Medium, PingFang SC;
}

.box-1-desc {
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    font-size: 14px;
    margin-top: 42px;
    font-family: PingFangSC-Regular, PingFang SC;
}

.box-1-left {
    width: 383px;
    margin-right: 11px;
    padding-left: 18px;
}

.item-box-2 img {
    width: 100%;
    height: 172px;
}


/*生产基地开始*/

.base-item {
    width: 278px;
    text-align: center;
    margin-bottom: 40px;
}

.base-item:not(:nth-child(3n)){
     margin-right: 26px;
 }

.base-item img {
    width: 100%;
    height: auto;
}

.base-item div {
    font-size: 26px;
    font-weight: 500;
    color: #333333;
    line-height: 37px;
    margin-top: 18px;
}

/*生产基地结束*/

/*联系我们开始*/
.map {
    width: 100%;
    height: 551px;
}

.address {
    margin-top: 24px;
    height: 37px;
    line-height: 37px;
}

.address span:first-child {
    color: #333333;
    font-size: 26px;
    font-weight: 500;
}

.address span:last-child {
    color: #333333;
    font-size: 26px;
    font-weight: 500;
    margin-left: 24px;
}


/*联系我们结束*/

/*在线留言开始*/

.form-item {
    width: 100%;
    margin-top: 27px;
}

.form-label {
    font-weight: 500;
    color: #333333;
    line-height: 25px;
    font-size: 18px;
    margin-bottom: 10px;
}

.form-input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #979797;
    padding-left: 10px;

}

.form-text {
    width: 100%;
    box-sizing: border-box;
    height: 217px;
    padding-left: 10px;
    line-height: 25px;
    border-radius: 4px;
    border: 1px solid #979797;
}

.form-butn {
    width: 85px;
    height: 40px;
    background: #2E5B82;
    border-radius: 20px;
    color: #fff;
    font-size: 15px;
    border: 0;
}

/*在线留言结束*/