.main {
    max-width: 1200px;
    margin: auto;
}

.banner{
    width: 100%;
    height: 225px;
    background: #E09F0A ;
    /*margin-top: 55px;*/
}
.banner .bannerContent{
    text-align: center;
    width: 747px;

}
.banner .bannerContent .text-h1 {
    font-size: 30px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 35px;
    padding-top: 47px;


}
.banner .bannerContent .text {
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    padding-top: 11px;
}

.box{
    margin: 60px 44px 0px 44px;
    background: #FFFFFF;
    border-radius: 39px 39px 39px 39px;
    opacity: 1;
    border: 1px solid #AAAAAA;
}
.box .box-1-content{
    padding: 48px 56px;
}

.box .box-1-content .text-h2{
    font-size: 28px;
    font-family: PingFang SC-Bold, PingFang SC;
    color: #333333;
    margin-bottom: 25px;
}
.box .box-1-content .text{
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #444444;
    line-height: 30px;
}
.box .box-1-content .links{
    margin-top: 50px;
}
.box .box-1-content .links a{
    background: #E09F0A ;
    width: auto;
    height: 38px!important;
    font-size: 16px !important;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold  !important;
    color: #FFFFFF  !important;



    padding: 7px 10px  !important;
    margin-right: 42px  !important;

}

.box .box-1-content .links .layui-btn{
    border-radius: 0 !important;
    padding: 0px 10px  !important;
    margin-bottom: 20px;
    margin-left: 0px !important;
}

.box-last {
    margin-bottom: 156px;
}

.aboutUs-div{
    background-color: #EEEEEE;
}

