body {
    font-family: "Microsoft Yahei";
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 175%;
    /* background-color: #f05654; */
}

textarea,
input,
form,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:link,
a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    outline: 0;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

img,
input {
    border: 0;
}

input {
    outline: none
}

form,
dl,
dd,
dt,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.t20 {
    margin-top: 20px;
}

/*--------------------------------头部--------------------------------*/
.head {
    width: 96%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    padding: 15px 2%;
    background-color: rgba(74, 79, 74, 0.5);
    position: fixed;
    font-size: 14px;
    z-index: 9;
}

.head img {
    float: left;
    width: 95px;
}

.head nav,
.head .user {
    float: right;
    color: #fff;
}

.head nav a,
.head .user a {
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
}

.head nav a:hover,
.head .user a:hover {
    color: #fff;
}

.head p {
    color: #fff;
    margin: 0 15px;
    float: right;
}

.banner {
    width: 100%;
    height: 60px;
    text-align: center;

}




.viewsindex {
    width: 100%;
    height: 100%;
}

.viewsindex .imgs {
    width: 100%;
    display: block;
}

.inject,
.contentsy,
.Aanst {
    position: relative;
}

.inject a {
    position: absolute;
    width: 500px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}



.contentsy a {
    position: absolute;
    width: 900px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.Aanst a {
    position: absolute;
    width: 500px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}




/*--------------------------------底部--------------------------------*/
.menu_bottom {
    position: relative;
}

.bottom {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    height: 60px;
    padding: 20px 0;
    background: #2a2e2a;
    text-align: center;
    font-size: 12px;
}

.bottom nav {
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.bottom nav a {
    color: #fff;
    margin: 0 20px;
}

.bottom nav a:hover {
    color: #fff3c5;
}

.bottom p {
    color: #fff;
    line-height: 30px;
}

.but_index,
.headerTop {
    position: relative;
}

.but_index .buts {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 34%;
    height: 150px;
    transform: translateX(-50%);
}

.headerTop .buts {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 34%;
    height: 150px;
    transform: translateX(-50%);
}