body {
    background-color: #f0f2f5;
}

.writemenu_container {
    width: 1600px;
    background: url("../img/writemenu/menubj2.png") no-repeat center;
    background-size: cover;
    min-height: 899px;
    margin:0 auto;
    position: relative;
    box-shadow: 0 0 14px #b4b3b3;
}

.writemenu {
    width:100%;
    box-sizing: border-box;
    padding: 117px 38px 0 38px;
    margin: 0 auto;
    box-sizing: border-box;
    min-height: 899px;
}

.writemenu_sub {
    width: 280px;
    height: 68px;
    background: url("../img/writemenu/sub.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 108px;
    left: 114px;
    font-size: 30px;
    color: #333333;
    text-align: center;
    line-height: 68px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.writemenu_logo {
    width: 191px;
    display: block;
    position: absolute;
    top: 110px;
    right: 115px;
}

.writemenu_title {
    display: block;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.writemenu_content {
    width: 100%;
    margin: 103px auto 0 auto;
    overflow: hidden;
}

.writemenu_nav {
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.writemenu_navA {
    align-self: center;
    width: 120px;
    height: 90px;
    border-radius: 0px 8px 8px 0px;
    box-sizing: border-box;
    padding-top: 8px;
    margin-top: 20px;
}

.writemenu_navw {
    display: block;
    font-size: 26px;
    text-align: center;
    font-family: Microsoft YaHei;
}

.writemenu_navA:first-child {
    margin-top: 0;
}

.ynav {
    background: #FF8200;
    color: #ffffff;
}

.nnav {
    color: #999999;
    background: #EFEFEF;
}

.nnav:hover {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    background: #FFEAD9;
    color: #666666;
}

.writemenu_list {
    width: 1250px;
    text-align: center;
    margin-left: 187px;
    float: left;
    font-size: 0;
    height: 370px;
}

.pTop {
    box-sizing: border-box;
    padding-top: 113px;
}

.writemenu_listA {
    display: inline-block;
    width: 144px;
    height: 144px;
    background: url("../img/writemenu/tian.png") no-repeat center;
    background-size: cover;
    font-size: 106px;
    font-family: KaiTi_GB2312;
    font-weight: 400;
    color: #333333;
    box-sizing: border-box;
    margin-left: 14px;
    margin-top: 82px;
    vertical-align: bottom;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}

.writemenu_listA:first-child {
    margin-left: 0;
}

.writemenu_listA:nth-child(9) {
    margin-left: 0;
}

.writemenu_listA:nth-child(-n+8) {
    margin-top: 0;
}

.writemenu_finger {
    width: 58px;
    display: block;
    position: absolute;
    top: 95px;
    right: -5px;
    z-index: 10;
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}

@-webkit-keyframes bounce-up {
    25% {-webkit-transform: translateY(5px);}
    50%, 100% {-webkit-transform: translateY(0);}
    75% {-webkit-transform: translateY(-5px);}
}

.writemenu_listt {
    width: 134px;
    height: 134px;
    display: block;
    font-size: 105px;
    font-family: KaiTi_GB2312;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 134px;
}

.ylistBj {
    width: 134px;
    height: 134px;
    background:url("../img/writemenu/tuo.png") no-repeat center;
    background-size: cover;
}