.introduce-content{
    margin: 80px auto 0 auto;
}
.introduce-item{
    align-items: center;
    display: flex;
    font-size: initial;
    justify-content: space-between;
    margin-bottom: 80px;
}
.introduce-item img{
    border-radius: 8px;
}
.introduce-item-content{
    width: 600px;
}
.introduce-item-content h2{
    margin:40px 0 24px 0;
    font-weight: bold;
    font-size: 32px;
    color: #065692;
}
.introduce-item-content h2 span{
    color: #bfbfbf;
    font-size: 24px;
    margin-left: 10px;
}
.introduce-item-content h3{
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.introduce-item-content h4{
    font-weight: 500;
    font-size: 24px;
    color: rgba(0,0,0,0.9);
    margin-bottom: 18px;
}
.introduce-item-content h5{
    font-weight: 500;
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    margin-bottom: 12px;
}
.guge-fali{
    background: url("../images/about-fali-bg.jpg") no-repeat center;
    line-height: 180px;
    height: 180px;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
}
.culture-box{
    font-size: initial;
    margin: 0 auto;
}
.culture-desc{
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
    position: relative;
}
.culture-desc:before{
    border-bottom: 2px dashed #D9D9D9;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top:77px;
    left: 0;
    z-index: 10;
}
.culture-desc-item{
    text-align: center;
    position: relative;
    z-index: 20;
}
.culture-desc-item span.icon{
    align-items: center;
    background: #F2FAFF;
    border-radius: 50%;
    display: flex;
    height: 156px;
    width: 156px;
    justify-content: center;
    margin-bottom: 24px;
}
.culture-desc-item h2{
    font-size: 24px;
    font-weight: 400;
    color: rgba(0,0,0,0.9);
    margin-bottom: 6px;
}
.culture-desc-item h3{
    font-size: 16px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
}
.culture-pics{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.culture-pics img{
    border-radius: 8px;
    width: 562px;
}
.about-standard{
    margin: 73px auto 80px auto;
    display: flex;
    justify-content: space-between;
}
.about-standard-item{
    width: 364px;
    height: 208px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #065692;
    position: relative;
    text-align: center;
}
.about-standard-item h3{
    align-items: center;
    font-size: 12px;
    display: flex;
    width: 316px;
    height: 66px;
    background: #F2FAFF;
    border-radius: 16px;
    justify-content: center;
    position: absolute;
    left:50%;
    top:-33px;
    margin-left: -158px;
    text-align: center;
}
.about-standard-item img{
    margin-top: 50px;
}
@media (max-width: 1199px) {
    .introduce-item-content h2{
        color: #065692;
        font-size: .36rem;
        font-weight: bold;
        margin:.48rem 0;
        text-align: center;
    }
    .introduce-item-content h2 span {
        color: rgba(0, 0, 0, 0.4);
        font-size: .32rem;
        margin-left: .12rem;
        font-weight: normal;
    }
    .introduce-content{
        margin:0 .32em;
    }
    .introduce-item-content{
        width: initial !important;
    }
    .introduce-item-content h3{
        font-size: .28rem;
        line-height: .48rem;
        margin-bottom: .32rem;
    }
    .introduce-item-content h4{
        font-size: .32rem;
        margin-bottom: .20rem;
    }
    .introduce-item-content h5{
        font-size: .32rem;
        margin-bottom: .20rem;
    }
    .introduce-item{
        flex-direction: column;
        margin-bottom: .32rem;
    }
    .introduce-item img{
        max-width: 100% !important;
    }
    .guge-fali{
        background: url("../images/about-fali-bg.jpg") no-repeat center;
        background-size: auto 100%;
        line-height: 1.08rem;
        height: 1.08rem;
        font-size: .32rem;
    }
    .culture-desc{
        margin-bottom: .32rem;
    }
    .culture-desc:before {
        top: .5rem;
    }
    .culture-desc-item span.icon{
        height: 1.2rem;
        width: 1.2rem;
        margin:0 auto .24rem auto;
    }
    .culture-desc-item span.icon img{
        max-width: 45%;
    }
    .culture-desc-item h2{
        font-size: .28rem;
        font-weight: 600;
    }
    .culture-desc-item h3{
        font-size: .18rem;
    }
    .culture-pics{
        justify-content:space-between;
        margin-bottom: 0;
    }
    .culture-pics img{
        width: 46%
    }
    .about-standard{
        margin:0 auto .08rem auto ;
        flex-direction: column;
        align-items: center;
        display: block;
    }
    .about-standard-item{
        margin-top: .8rem;
        height: auto;
        width: initial;
        display: block;
        border-radius: .32rem;
        padding:.32rem;
    }
    .about-standard-item:first-child{
        margin-top: 0.9rem;
    }
    .about-standard-item:last-child{
        margin-bottom: .32rem;
    }
    .about-standard-item img{
        margin-top: .32rem;
        width: 100%;
    }
    .about-standard-item h3{
        align-items: center;
        font-size: .24rem;
        width: 6rem;
        height: 1rem;
        background: #F2FAFF;
        border-radius: .24rem;
        position: absolute;
        left:50%;
        top:-.5rem;
        margin-left: -3rem;
    }

}