#lnb > ul > li:nth-child(2) a {
    color: #ff164f;
    font-weight: bold;
}



article {
    position: relative;
}

a.btn {
    bottom: -110px;
}

h5 {
    margin-bottom: 35px;
}

#banner h3.hidden {margin: 0;}





#section {
    margin-bottom: 200px;
}

#section h3 {
    width: 1136px;
    margin: 150px auto;
    position: relative;
}

.title img {
    position: absolute;
    top: -55px;
    left: 294px;
}





#menu {
    width: 1136px;
    height: 40px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.menu > li {
    float: left;
    font-size: 18px;
    color: #666;
    text-indent: 16px;
    letter-spacing: -1px;
}

.menu > li > a {
    color: #666;
}

.menu > li:last-child > a {
    color: #ff164f;
    font-weight: bold;
}


#banner {
    width: 100%; height: 426px; margin-bottom: 100px;
    min-width: 1136px;
    background-repeat: no-repeat;
}

#book {
    width: 374px;
    height: 522px;
    position: relative;
    left: 1280px;
    top: -330px;
}

#book a {
    display: block;
    width: 185px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
    background-color: #fff;
    border-radius: 23px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    font-size: 18px;
    letter-spacing: -1px;
}

#book a:hover {
    background-color: #ff164f;
    color: #fff;
    font-weight: bold;
}

#info {
    width: 1136px;
    margin: 0 auto 250px auto;
}

.text {
    text-align: justify;
    line-height: 2;
}

.text p {
    margin-bottom: 35px;
}

.em {
    color: #666;
}

.st {
    font-weight: bold;
    color: #333;
}





#sub {
    width: 1136px;
    margin: 0 auto 100px auto;
    overflow: hidden;
}

#sub a.tag {
    letter-spacing: -1px;
    position: absolute;
    left: 995px;
    top: 10px;
    margin-right: 0;
}

#sub a.tag::after {
    height: 40px;
    width: calc(100% + 40px);
}

#sub a.tag:hover,
#sub a.tag:hover::after {
    background-color: #ddd;
}

#sub a.down {left: 970px;}

.subox {
    width: 100%;
    height: 330px;
    margin-bottom: 70px;
    position: relative;
}

.subox > div {
    float: left;
}

.sub {
    width: 250px;
    height: 330px;
}

.sub img {border-radius: 5px;}

.subtext {
    width: 836px;
    height: 260px;
    padding: 70px 0 0 50px;
    overflow: hidden;
    line-height: 2;
}

.subtext h6 {
    margin-bottom: 20px;
}

.subtext p {
    padding-left: 15px;
    text-align: justify
}





#reccomend {
    width: 1136px;
    margin: 0 auto 110px auto;
}

#slide {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.slide {
    width: 1520px;
    height: 300px;
    position: relative;
}

.slide li {
    float: left;
    width: 368px;
    height: 300px;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}

.slide li:last-child {
    margin-right: 0;
}

.sav,
.sin,
.ins,
.zbl,
.dof,
.wod,
.sst,
.sky,
.mglg,
.sun,
.ftari,
.log {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px;
}

.sav {background-color: #3e5232;}

.sin {background-color: #ff9b21;}

.ins {
    background-color: #8f1519;
}

.zbl {
    background-color: #8f0629;
}

.dof {
    background-color: #3e394b;
}

.wod {
    background-color: #e4207f;
}

.sst {
    background-color: #0020ad;
}

.sky {
    background-color: #005de0;
}

.mglg {
    background-color: #63b1ad;
}

.sun {
    background-color: #f8a724;
}

.ftari {
    background-color: #554d48;
}

.log {
    background-color: #f87525;
}

.slide li a {
    display: block;
    width: 100%;
    height: 100%;
}

.slide li img {
    position: absolute;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    transition: all 0.2s;
    pointer-events: none;    
    border-radius: 5px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.slide li:hover img {
    top: 30px;
}

.prev,
.next {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 52%;
    cursor: pointer;
}

.prev {
    left: -20px;
}

.next {
    right: -20px;
    transform: rotate(180deg);
}

.prev img,
.next img {
    width: 100%;
    height: 100%;
}