.type-area {
    max-width: 1200px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 40px;
}
.production-contents-box {
    background-color: #fff;
    /* max-width: 1200px; */
    margin: 0 auto;
    overflow: hidden;
}
.production-contents-box .production-content {
    /* min-height: 600px; */
    padding: 20px 0;
    /* display: flex;
    align-items: center; */
}
.production-contents-box .production-content:not(:first-child) {
    margin-top: 24px;
}
.production-contents-box .white-background {
    background: #fff;
}
.production-contents-box .sky-background {
    background: linear-gradient(180deg, #F1F6FF 0%, #FAFCFF 100%);
}

.production-contents-box .production-content:not(:last-child) {
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.08); */
}

.production-contents-box .production-content .production-content-img-box {
    padding: 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 480px;
    width: 720px;
    flex-shrink: 0;
}

.production-contents-box .production-content .production-content-img-toright {
    background-position: right;
}

.production-contents-box .production-content .production-content-text-box {
    position: relative;
    /* height: 480px; */
    /* width: 480px; */
    display: flex;
    /* align-items: center; */
    padding-top: 48px;
}
.production-content-text-box .production-content-text-number {
    position: absolute;
    top: -16px;
    left: 0;
    width: 112px;
    height: 112px;
    background-repeat: no-repeat;
    background-position: center;
}
.production-contents-box
    .production-content
    .production-content-text-box
    .production-content-text
    h3 {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin: 0 0 48px 32px;
}

.production-contents-box
    .production-content
    .production-content-text-box
    .production-content-text
    .production-content-text-maininfo
    div {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01px;
    color: rgba(0, 0, 0, 0.65);
}
.production-content-text-maininfo-box {
    display: flex;
    margin-bottom: 24px;
}
.production-content-text-maininfo-box
.title-point {
    flex-shrink: 0;
    width: 32px;
}
.title-point img {
    width: 24px;
    height: 24px;
}
.production-contents-box
    .production-content
    .production-content-text-box
    .production-content-text
    .production-content-text-maininfo
    .production-content-text-maininfo-box
    .maininfo-title {
    font-size: 16px;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    margin-bottom: 4px;
    color: rgba(0, 0, 0, 0.85);
}

.production-contents-box
    .production-content
    .production-content-text-box
    .production-content-text
    .production-content-text-maininfo
    .know-btn {
    width: 120px;
    height: 40px;
    border: 1px solid #176de6;
    box-sizing: border-box;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 37px;
    color: #176de6;
    margin-top: 24px;
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 4px;
}
.production-contents-box
    .production-content
    .know-btn {
    width: 120px;
    height: 40px;
    border: 1px solid #176de6;
    box-sizing: border-box;
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 37px;
    color: #176de6;
    margin-top: 24px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-left: 32px;
    border-radius: 4px;
}

.production-contents-box
    .production-content
    .production-content-text-box
    .production-content-text
    .production-content-text-maininfo
    .know-btn:hover {
    background-color: #3f90f2;
    border: 1px solid #3f90f2;
    color: #fff;
}
.production-contents-box
.know-btn:hover {
    background-color: #3f90f2;
    border: 1px solid #3f90f2;
    color: #fff;
}
.production-description {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}
.production-description-header {
    font-family: PingFang SC;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
}
.production-description-header {
    font-family: PingFang SC;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
}
.production-description-tip {
    width: 720px;
    font-size: 16px;
    margin: 40px 0;
    text-align: center;
}
.professional-services {
    position: relative;
    height: 400px;
    width: 1080px;
    background-image: url(/images/weifeng/production-public/new-content/production-description.png);
}
.professional-services .professional-services-card-public {
    position: absolute;
    display: flex;
    align-items: center;
    height: 56px;
    padding: 16px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08), 0px 8px 24px rgba(0, 0, 0, 0.08), 0px 12px 36px rgba(0, 0, 0, 0.03);
    border-radius: 28px;
    background: #fff;
    font-size: 16px;
}
.circular-ring-public {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    margin-right: 8px;
}
.circular-center-public {
    width: 12px;
    height: 12px;
    border-radius: 6px;
}
.professional-services-card1 {
    top: 104px;
    left: -64px;
}
.circular-ring1 {
    background: rgba(28, 138, 240, .2);
}
.circular-center1 {
    background: rgba(28, 138, 240, 1);
}
.professional-services-card2 {
    top: 256px;
    left: 84px;
}
.circular-ring2 {
    background: rgba(15, 186, 38, .2);
}
.circular-center2 {
    background: rgba(15, 186, 38, 1);
}
.professional-services-card3 {
    top: 88px;
    right: 28px;
}
.circular-ring3 {
    background: rgba(44, 124, 246, .2);
}
.circular-center3 {
    background:rgba(44, 124, 246, 1);
}
.professional-services-card4 {
    top: 200px;
    right: 72px;
}
.circular-ring4 {
    background: rgba(162, 111, 245, .2);
}
.circular-center4 {
    background:rgba(162, 111, 245, 1);
}
.professional-services-card5 {
    top: 294px;
    right: -72px;
}
.circular-ring5 {
    background: rgba(240, 154, 0, .2);
}
.circular-center5 {
    background:rgba(240, 154, 0, 1);
}
.production-solution-background {
    background: linear-gradient(90deg, #1B5DE0 8.49%, #2E77E6 93.07%);
}
.production-solution {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    height: 300px;
    background-image: url(/images/production-public/new-content/production-solution.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.production-solution-title {
    font-size: 40px;
    line-height: 64px;
    text-align: center;
    color: #FFFFFF;
}
.white-btn {
    background: #ffffff;
    border-radius: 4px;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #2c7cf6;
    padding: 10px 35px;
    margin-top: 40px;
}
.white-btn:hover {
    background: rgba(255,255,255,0.85);
}
.cem-content-box {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    justify-content: space-around;
    min-height: 500px;
    padding: 40px 0 70px;
}
.cem-box-list{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}
.cem-box-item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    width: 220px;
    height: 252px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.05), 0px 4px 14px rgba(0, 0, 0, 0.03);
    transition: linear all 0.2s;
}
.cem-box-item:hover{
    transition: linear all 0.2s;
    margin-top: -30px;
}
.cem-box-item img{
    width: 40px;
    height: 40px;
}
.cem-box-item-title{
    font-size: 20px;
    line-height: 28px;
    margin: 16px 0;
}
.cem-box-item-content{
    font-size: 14px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .cem-box-list{
        flex-direction: column;
    }
    .cem-box-item{
        margin-bottom: 12px;
        width: 148px;
        height: 180px;
    }
}

@media screen and (max-width: 980px) {
    .production-contents-box .type-area {
        flex-direction: column;
        margin: 0 auto;
        align-items: center;
    }

    .cem-box-item{
        width: 168px;
        height: 200px;
        margin-right: 12px;
    }
}
@media screen and (max-width: 1200px) {
    .production-contents-box .type-area {
        margin: 0 24px;
    }

    .cem-box-item{
        width: 190px;
        height: 222px;
        margin-right: 12px;
    }
}
