    /*覆盖默认样式*/
    .aui-tab-item{
        font-size: 0.6rem !important;
    }
    body{
        margin: 0;
        padding: 0;
        zoom: 50%;
        transition: transform .1s;
    }
    a {
        color: #000;
        text-decoration: unset;
    }
    a[href="home.html"]{
        transform: translateY(113px);
        transition: all .38s;
    }
    a[href="home.html"]:hover{
        transform: translateY(21px); 
    }
    /*布局*/

    body {
        background: #eae9e6;
    }

    .main {
        width: 750px;
        max-height: 90000px;
        margin: 0 auto;
        padding: 47px;

        overflow: hidden;
        box-sizing: border-box;
        background: #eae9e6;
    }

    /*字体*/

    @font-face {
        font-family: '方正兰亭粗黑_GBK';
        src: url('font/方正兰亭粗黑_GBK.TTF');

        font-family: '汉仪细圆简';
        src: url('font/hye1gjm+100_0.ttf');

        font-family: '方正兰亭纤黑_GBK';
        src: url('font/方正兰亭纤黑_GBK_0.ttf');
    }
    /*页面字体设置*/
    html{
        font-size: 14px;
    }
    header{
        font-size: 5.2rem;
    }
    p{
        font-size: 2rem;
    }
    section.main>header{
        font-size: 2.7rem;
    }
    section.main>section>header{
        font-size: 2.14rem;
    }

    section.main>span{
        font-size: 1.4rem;
    }

    .main>section>.block>div>p,
    .main>section>.block>div>a,
    .block-a{
        font-size: 2.14rem;
    }
    header>b{
        font-size: 2.42rem;
    }
    section>.img{
        margin-bottom: 40px;
        vertical-align: top;
    }



    .main>header {
        /*font-size: 38px;*/
        font-family: '方正兰亭粗黑_GBK';
        letter-spacing: 1px;
        font-weight: bold;
        color: rgb(68, 68, 68);
    }

    .main>section {
        margin-bottom: 80px;
    }

    .main>section>header {
        text-align: left;
        margin-bottom: 38px;
    }


    .main>section>header,
    .main>section>.block,
    a{
        cursor: pointer;
        margin-top: 57px;
        font-size: 30px;
        letter-spacing: 1px;
        line-height: 55px;
        font-family: '汉仪细圆简';
    }


    section>a {
        display: block;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-top: 30px;

   /*     font-size: 30px;*/
    }

    .main>section>.block {
        position: relative;
        width: 658px;
        height: 179px;
        border: 2px solid #000;
        margin-top: 25px;
    }

    .main>section>.block>div {
        display: inline-block;
        height: 100%;
        width: 461px;
        position: absolute;
        top: 0px;
    }

    .main>section>.block>div>p {
        position: absolute;
       /* font-size: 30px;*/
        padding-top: 20px;
        padding-left: 20px;
        margin: 0px;
    }

    .main>section>.block>div>a ,
    .block-a{
       /* font-size: 30px;*/
        position: absolute;
        bottom: 0px;
        right: 0;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .main>section>.block>img {
        width: 197px;
        height: 179px;
        display: inline-block;
        object-fit: cover;
    }

    .main>section>.block>div>img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: .14;
    }

    .main>span {
        display: block;
        text-align: right;
        margin-top: 25px;
        margin-bottom: 88px;
        font-family: '方正兰亭纤黑_GBK';
      /*  font-size: 20px;*/
        color: #414141;
    }