@font-face {
    font-family: "PingFang Bold";
    src: url("../fonts/introduc/PingFang\ Bold.ttf");
}
@font-face {
    font-family: "PingFang Regular";
    src: url("../fonts/introduc/PingFang\ Regular.ttf");
}
body{
    overflow-x: hidden;
}
#introduction{
    background: url(../images/Corbackgrd.jpg)  no-repeat center;
    /* border: 1px solid #000; */
    height: 800px;
    position: relative;
}
.bg{
    text-align: center;
    padding: 170px 0 0 0;
}
.bg img{
    /* padding-top: 148px; */
    margin: 0 auto;
    display: inline-block;
    /* margin-left: 41%; */
    /* position: absolute;
        top: 148px;
        left: 41%; */
}
.aboutus{
    display: flex;
    flex-direction:column;
    overflow: hidden




}
.aboutus .aboutusleft{
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.aboutus .aboutusleft p{
    float: left;
    font-size: 50px;
    color: #222222;
    font-family: 'PingFang Bold';
    margin-top:226px;

}
.aboutus .aboutusleft .underline{
    border-bottom: 2px solid #222222;
    margin-left:10%
}
.aboutus .aboutusright{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left:20%;
    margin: 90px 70px 0 384px;
}
.aboutus .aboutusright h1{
    font-size: 74px;
    color: #dfdfdf;
    margin-bottom: 45px;
}

.aboutus .aboutusright  p{
    width: 100%;
    font-family: 'PingFang Regular';
    font-size: 20px;
    /* inline-size: 16px; */
    color: #222222;
    text-align:justify;
    text-justify:inter-ideograph;
    /* word-break: keep-all;
    word-wrap: break-word;
    white-space: pre-wrap;
    text-align:justify;
    text-justify:inter-ideograph; */


}
.aboutusenglish{
    height: 689px;
    background-color: #f6f6f6;
    text-align:justify;
    text-justify:inter-ideograph;
    font-size: 20px;
    font-family: 'PingFang Regular';
    color: #4d4d4d;
    position: relative;
    overflow: hidden;

}
.aboutusenglish h1{
    display: inline-block;
    height: 101px;
    width: 2px;
    /* color: #222222; */
    margin-left: 20px;
    z-index: 99px;
    /* z-index: 1; */
    position: absolute;
    background-color: #4d4d4d;
    left: 84px;
    top: 125px;
    bottom: 0;
}
.aboutusenglish .aboutusenglishtop{
    width: 82%;
    /* margin-left: 241px; */
    margin: 120px 0 50px 156px;
    /* padding-top: 120px; */
}
.aboutusenglish .aboutusenglishbottom{
    width: 82%;
    margin-left: 156px;
}
.footer{
    background: url(../images/Corbackgrddd.jpg) no-repeat center;
    height: 906px;
    overflow-x: hidden;
}

.footer span{
    text-align: center;
    color: #fff;
    display: inline-block;
}
.footer .footertop{
    margin-top: 200px;
}
.footer .top{
    font:30px /50px "";
    text-align: center;
    width: 1000px;
    margin-left: 1%;
}
.footer .footerbottom{
    margin-top: 75px;
}
.footer .bottom{
    font-size: 26px;
    width: 1200px;
    font:26px /40px "";
    margin-left: 1%;
}













