header {
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.05);
    background: #FFFFFF;
}
.section {
    padding: 248px 0 0;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.section .proImg {
    width: 541px;
    height: 541px;
    background: #FAFAFA;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .right {
    width: 560px;
}
.section .right .title h1 {
    font-size: 30px;
    font-family: MiSans m;
    font-weight: 500;
    color: #CC0007;
    line-height: 54px;
    margin-bottom: 20px;
}
.section .right .title h2 {
    font-size: 18px;
    font-family: MiSans n;
    font-weight: 400;
    color: #C99C4E;
}
.section .right .title {
    border-bottom: 1px solid #C99C4E;
    padding-bottom: 39px;
    margin-bottom: 60px;
}
.section .right .content .item .item_title {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.section .right .content .item {
    margin-bottom: 150px;
}
.section .right .content .item .item_title h5 {
    font-size: 20px;
    font-family: MiSans m;
    font-weight: 500;
    color: #CC0007;
}
.section .right .content .item .item_title .iconfont {
    font-size: 24px;
    color: #CC0007;
    margin-right: 12px;
}
.section .right .content .item .item_info {
    font-size: 16px;
    font-family: MiSans n;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    padding-left: 36px;
    margin-bottom: 55px;
}
.section .right .content .item .flex {
    display: flex;
    flex-wrap: wrap;
    padding-left: 36px;
    align-items: center;
}
.section .right .content .item .flex p {
    font-size: 16px;
    font-family: MiSans m;
    font-weight: 500;
    color: #222222;
    line-height: 40px;
    width: 100%;
}
.section .right .content .item .flex p span {
    color: #CC0007;
}
.section .right .content .item .flex p:nth-child(2n-1) {
    margin-right: 40px;
}
.section .right .content .item:nth-last-child(2)>img {
    display: block;
    margin: 0 auto 68px;
}
.section .right .content .item:nth-last-child(2) .flex {
    margin-bottom: 72px;
}
.section .right .content .item:nth-last-child(2) .item_info {
    margin-bottom: 35px;
}
.section .right .content .item:nth-last-child(3) .item_info {
    margin-bottom: 30px;
}
@media screen and (max-width: 1919px) {
    header{
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0.4166666667vw 0px;
    }
    .section{
        padding: 12.9166666667vw 0px 0px;
        width: 62.5vw;
    }
    .section .proImg{
        width: 28.1770833333vw;
        height: 28.1770833333vw;
    }
    .section .right{
        width: 29.1666666667vw;
    }
    .section .right .title h1{
        font-size: 1.5625vw;
        line-height: 2.8125vw;
        margin-bottom: 1.0416666667vw;
    }
    .section .right .title h2{
        font-size: 0.9375vw;
    }
    .section .right .title{
        padding-bottom: 2.03125vw;
        margin-bottom: 3.125vw;
    }
    .section .right .content .item .item_title{
        margin-bottom: 1.3020833333vw;
    }
    .section .right .content .item{
        margin-bottom: 7.8125vw;
    }
    .section .right .content .item .item_title h5{
        font-size: 1.0416666667vw;
    }
    .section .right .content .item .item_title .iconfont{
        font-size: 1.25vw;
        margin-right: 0.625vw;
    }
    .section .right .content .item .item_info{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        padding-left: 1.875vw;
        margin-bottom: 2.8645833333vw;
    }
    .section .right .content .item .flex{
        padding-left: 1.875vw;
    }
    .section .right .content .item .flex p{
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
    }
    .section .right .content .item .flex p:nth-child(2n-1){
        margin-right: 2.0833333333vw;
    }
    .section .right .content .item:nth-last-child(2) > img{
        margin: 0px auto 3.5416666667vw;
    }
    .section .right .content .item:nth-last-child(2) .flex{
        margin-bottom: 3.75vw;
    }
    .section .right .content .item:nth-last-child(2) .item_info{
        margin-bottom: 1.8229166667vw;
    }
    .section .right .content .item:nth-last-child(3) .item_info{
        margin-bottom: 1.5625vw;
    }
}
@media screen and (max-width: 768px) {

    .section {
        padding: 100px 0 50px;
        width: 90%;
        display: block;

    }
    .section .proImg {
        width: 100%;
        height: 250px;
        transform: unset !important;
    }
    .section .right {
        width: 100%;
        margin: 40px 0 0;
    }
    .section .right .title h1 {
        font-size: 24px;
        line-height: 1.8;
        margin-bottom: 15px;
    }
    .section .right .title h2 {
        font-size: 16px;
        line-height: 1.6;
    }
    .section .right .title {
        padding: 0 0 15px;
        margin-bottom: 30px;
    }
    .section .right .content .item .item_title h5 {
        font-size: 16px;
    }
    .section .right .content .item .item_title {
        margin-bottom: 25px;
    }
    .section .right .content .item .item_info {
        font-size: 16px;
        line-height: 2;
    }
    .section .right .content .item .flex p {
        font-size: 14px;
        line-height: 2;
    }
    .section .proImg img {
        max-width: 65%;
        max-height: 65%;
    }
}
