* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#bigbox {
    width: 1000px;
    margin: 0 auto;
}

body {
    background: url(../imgs/bg.png);
}

.contentl {
    width: 1000px;
    height: 400px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.wrapper {
    width: 400%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    transition: none;
}

.wrapper li {
    flex: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper li img {
    width: 100%;
}

.radius {
    height: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
}

.radius li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    margin: 0 3px;
    padding: 0;
    list-style: none;
}

.radius-active {
    opacity: 1 !important;
    border: 2px solid rgb(255, 255, 255, 0.5);
    background-clip: padding-box;
}

.prev {
    width: 23px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    background-color: darkgray;
    opacity: 0;
}

.next {
    width: 23px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
    background-color: darkgray;
    opacity: 0;
}

.prev span,
.next span {
    font-weight: bold;
    color: white;
    font-size: 18px;
}

nav {
    width: 1000px;
    font-size: 0px;
    background-color: #3B2818;
}

nav a {
    display: inline-block;
    width: 200px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
}

nav a:hover {
    background-color: #896D58;
    border-radius: 20px;
}

#mian {
    padding-top: 30px;
    width: 1000px;
    background-color: #685A4F;
    color: #cdc8c2;
}

#mian span {
    font-weight: bold;
    font-size: 20px;
    color: #3B2818;
}

#mian p {
    padding-right: 30px;
    margin-top: 20px;
    text-indent: 32px;
    line-height: 30px;
    padding-left: 30px;
}

#mian img {
    float: left;
    width: 400px;
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 30px;
}



#picture {
    width: 1000px;
    padding-top: 30px;
    width: 1000px;
    background-color: #685A4F;
    color: #cdc8c2;
    font-size: 0px;
}

h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
}

#leibie {
    width: 200px;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
}

#leibie p {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}

#leibie img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

footer {
    width: 1000px;
    line-height: 60px;
    background-color: #3B2818;
    color: #ccc;
    text-align: center;
    font-size: 14px;
}