html,
body,
.banner,
.banner>div,
.banner>div>div,
.banner>div>div>div,
.banner a,
.banner a img {
    width: 100%;
    height: 100%;
}

.section1 {
    position: relative;
    padding-top: .7rem;
    padding-bottom: 1.3rem;
    background: url(../images/section1-bg.png) no-repeat center top;
    background-size: 100% auto;
}

.section1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/s1-bg.png) no-repeat left top;
}

.sect1 {
    position: relative;
    z-index: 3;
}

.title {
    align-items: center;
}

.title h2 {
    font-size: 0;
    padding-right: .55rem;
    background: url(../images/tit-bg.png) no-repeat left bottom;
    background-size: 1.87rem auto;
}

.title h2 p {
    padding-left: .1rem;
    font-size: .34rem;
    color: #313131;
    line-height: .34rem;
    font-family: "bold";
}

.title h2 span {
    display: block;
    padding-top: 0.06rem;
    font-size: .12rem;
    line-height: .22rem;
    color: #9e4c1f;
    font-weight: normal;
    text-transform: capitalize;
    text-align: center;
}

.title .more a {
    position: relative;
    display: block;
    font-size: .16rem;
    color: #9e4c1f;
    padding-right: .5rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .47rem auto;
    left: 0;
    transition: all .3s;
}

.title .more a:hover {
    left: 5px;
}

.sect1-l {
    width: 68.57%;
}

.sect1-r {
    width: 29.28%;
}

.s1l {
    margin-top: .3rem;
}

.s1l-l {
    width: 5.85rem;
    margin-left: -.15rem;
    background: url(../images/s1l-bg.png) no-repeat center top;
    background-size: 100% auto;
    padding: .15rem;
    box-sizing: border-box;
}

.s1l-l a {
    display: block;
}

.s1l-l a .pic {
    padding-top: 66%;
}

.s1l-l a .text {
    background: #fff;
    align-items: center;
    padding: .1rem;
    box-shadow: 0px 7px 41px 0px rgba(86, 70, 29, 0.1);
}

.s1l-l a .date {
    width: 1.15rem;
    text-align: center;
    color: #9e4c1f;
    font-size: 0;
}

.s1l-l a .date p {
    font-size: .3rem;
}

.s1l-l a .date span {
    font-size: .18rem;
}

.s1l-l a .text .nr {
    width: calc(100% - 1.15rem);
    box-sizing: border-box;
    padding-right: .3rem;
}

.s1l-l a .text .nr h2 {
    font-size: .18rem;
    font-weight: bold;
    color: #313131;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.s1l-l a:hover .text .nr h2 {
    color: #9e4c1f;
}

.s1l-l a .text .nr p {
    margin-top: .1rem;
    font-size: .16rem;
    color: #b2b2b2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1l-l .slick-dots {
    width: auto;
    bottom: .25rem;
    right: .3rem;
}

.s1l-l .slick-dots li {
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background: #eee;
    margin-left: .15rem;
    margin-right: 0;
}

.s1l-l .slick-dots li.slick-active {
    background: #9e4c1f;
}

.s1l-r {
    width: calc(100% - 6rem);
}

.s1l-r ul li a {
    position: relative;
    display: block;
    padding: .16rem 0;
    border-bottom: 1px solid #e7e7e7;
}

.s1l-r ul li a p {
    font-size: .18rem;
    color: #313131;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
}

.s1l-r ul li:hover a p {
    color: #9e4c1f;
}

.s1l-r ul li a span {
    position: absolute;
    right: 0;
    bottom: .2rem;
    font-size: .18rem;
    color: #b2b1b1;
    padding-left: .16rem;
    background: #fff;
    z-index: 5;
}

.date-list {
    margin-top: .3rem;
}

.date-list li {
    position: relative;
}

.date-list li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.15rem;
    right: -.15rem;
    transition: all .3s;
}

.date-list li:hover::after {
    background: #fff url(../images/s1r-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    box-shadow: 0px 14px 18px 0px rgba(87, 54, 35, 0.19);
}

.date-list a {
    position: relative;
    align-items: center;
    z-index: 4;
}

.date-list .date {
    width: .65rem;
    text-align: center;
}

.date-list .date p {
    line-height: .35rem;
    font-size: .26rem;
    color: #fff;
    background: #9e4c1f;
}

.date-list .date span {
    display: block;
    border: 1px solid #e2e2e2;
    font-size: .14rem;
    color: #b2b1b1;
    background: #fff;
    line-height: .3rem;
}

.date-list .text {
    padding: .17rem 0;
    width: calc(100% - .85rem);
    border-bottom: 1px solid #e7e7e7;
}

.date-list .text p {
    font-size: .18rem;
    color: #313131;
    line-height: .29rem;
    height: .58rem;
    overflow: hidden;
}

.date-list li:hover .text p {
    color: #9e4c1f;
}

.section2 {
    position: relative;
    margin-top: -.45rem;
    z-index: 9;
}

.sect2-l {
    background: url(../images/s2-logo.png) no-repeat 90% top;
    width: 68.57%;
    padding-bottom: .3rem;
    background-size: 5.12rem auto;
}

.sect2-l .title {
    padding-top: .45rem;
}

.sect2-l .trailer .slick-prev {
    top: auto;
    transform: none;
    left: 1.2rem;
    bottom: -0.4rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff url(../images/jt-l.png) no-repeat center center;
    background-size: .26rem auto;
    z-index: 9;
}

.sect2-l .trailer .slick-next {
    top: auto;
    transform: none;
    right: 1.2rem;
    bottom: -0.4rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #fff url(../images/jt-r.png) no-repeat center center;
    background-size: .26rem auto;
    z-index: 9;
}

.trailer ul {
    margin: 0 -.15rem;
}

.trailer ul li {
    margin: .3rem 0;
}

.trailer ul li a {
    display: block;
    margin: 0 .15rem;
    padding: .1rem;
    padding-bottom: 0;
    background: #fff;
    box-shadow: 0px 7px 15px 0px rgba(86, 70, 29, 0.25);
    border-bottom: 3px solid #9e4c1f;
}

.trailer ul li a .pic {
    padding-top: 109.28%;
}

.trailer ul li a .gd {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    background: rgba(136, 50, 4, .6);
    overflow: hidden;
    transition: all .3s;
}

.trailer ul li:hover a .gd {
    top: 0;
}

.trailer ul li a .time {
    position: absolute;
    left: .45rem;
    top: .4rem;
    width: .5rem;
}

.trailer ul li a .time::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1px;
    height: .35rem;
    background: #fff;
    transform: translate(-50%, -50%) rotate(40deg);
}

.trailer ul li a .time span {
    display: block;
    font-size: .23rem;
    color: #fff;
}

.trailer ul li a .time span:nth-child(2) {
    text-align: right;
}

.trailer ul li a .xq {
    position: absolute;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    letter-spacing: 3px;
    margin-top: -2em;
    width: 1em;
    transform: none;
}

.trailer ul li a .xx {
    position: absolute;
    left: 0.5rem;
    top: 0.65rem;
    bottom: 0.4rem;
    border: 1px dashed rgba(255, 255, 255, .5);
}

.trailer ul li a .xx:after {
    content: "";
    position: absolute;
    width: .3rem;
    height: .3rem;
    left: -.15rem;
    bottom: -.23rem;
    background: url(../images/xx-qq.png) no-repeat center center;
}

.trailer ul li a .more {
    position: absolute;
    bottom: .23rem;
    left: .7rem;
    width: .34rem;
    height: .26rem;
    background: url(../images/gdd.png) no-repeat center center;
    background-size: .34rem auto;
}

.trailer ul li a .text {
    position: relative;
    padding: .1rem;
}

.trailer ul li a .text .date {
    position: absolute;
    right: .2rem;
    top: -.5rem;
    width: .52rem;
    background: #9e4c1f;
    text-align: center;
    font-size: 0;
}

.trailer ul li a .text .date p {
    line-height: .3rem;
    font-size: .23rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.trailer ul li a .text .date span {
    line-height: .24rem;
    font-size: .12rem;
    color: #fff;
}

.trailer ul li a .text h2 {
    font-size: .18rem;
    color: #1a1a1a;
    font-weight: normal;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
}

.trailer ul li a .text .dz {
    text-align: right;
    margin-top: .1rem;
    margin-bottom: .1rem;
    font-size: 0;
}

.trailer ul li a .text .dz span {
    padding-left: .22rem;
    background: url(../images/dz.png) no-repeat left center;
    font-size: .14rem;
    color: #b2b2b2;
}

.s3-state {
    width: 63%;
    margin-left: auto;
    margin-right: auto;
    margin-top: .2rem;
}

.s3-state div {
    height: 1px;
    background-color: #fff;
    position: relative;
}

.s3-state span {
    position: absolute;
    left: 0;
    top: -1px;
    bottom: 0;
    width: 2px;
    background: #9e4c1f;
    transition: all 0.3s;
}

.sect2-r {
    width: 29%;
}

.rl {
    width: 4.1rem;
    height: 3.65rem;
    margin-top: .3rem;
    margin-bottom: .15rem;
    box-shadow: 0px 3px 36px 0px rgba(86, 70, 29, 0.21);
}

.rl img {
    display: block;
    width: 100%;
    height: 100%;
}

.rl-list {
    background: #fff;
    padding: .1rem .15rem;
}

.list li {
    position: relative;
    padding-left: .2rem;
    padding-right: .5rem;
    background: url(../images/list.png) no-repeat left center;
    background-size: .13rem auto;
    line-height: .4rem;
    left: 0;
    transition: all .3s;
}

.list li:hover {
    left: -5px;
}

.list li a {
    display: block;
    font-size: .18rem;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: .18rem;
    color: #1a1a1a;
}

.section3 {
    position: relative;
    padding-top: .65rem;
    padding-bottom: .5rem;
}

.section3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -.5rem;
    bottom: 0;
    background: url(../images/dashan.png) no-repeat center top;
}

.section3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/chuan.png) no-repeat left bottom;
}

.sect3 {
    position: relative;
    z-index: 2;
}

.sect3 .title h2 span {
    font-size: .12rem;
}

.sect3-l {
    width: 100%;
}

.sect3-l ul {
    margin-top: .3rem;
}

.sect3-l ul li {
    margin: 0 15px;
}

.sect3-l ul li a {
    display: block;
}

.sect3-l ul li a .pic {
    padding-top: 65.4%;
}

.sect3-l ul li a .text {
    position: relative;
    padding: .2rem;
    background: #fffdf7;
}

.sect3-l ul li a .text p {
    position: relative;
    font-size: .2rem;
    color: #313131;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    z-index: 2;
}

.sect3-l ul li a .text::after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: -.16rem;
    bottom: -.4rem;
    background: url(../images/text-bg.png) no-repeat center center;
    background-size: cover;
    transition: all .6s;
}

.sect3-l ul li:hover a .text {
    background: transparent;
    padding: .2rem .4rem;
}

.sect3-l ul li:hover a .text::after {
    left: -.1rem;
    right: -.1rem;
}

.sect3-r {
    width: 29.28%;
}

.sect3-r .list {
    margin-top: .15rem;
}

.sect3-r .list li {
    position: relative;
    line-height: .74rem;
    padding-right: 0;
    background: url(../images/list-other.png) no-repeat left center;
    background-size: .13rem auto;
}

.sect3-r .list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../images/list.png) no-repeat left center;
    transform: translateY(-50%);
    width: .13rem;
    height: .1rem;
    z-index: 4;
    display: none;
}

.sect3-r .list li:hover::before {
    display: block;
}

.sect3-r .list li a {
    position: relative;
    z-index: 3;
}

.sect3-r .list li:hover a {
    color: #9e4c1f;
}

.sect3-r .list li::after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #fff url(../images/s1r-bg.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0px 14px 18px 0px rgb(87 54 35 / 19%);
    transition: all .3s;
}

.sect3-r .list li:hover::after {
    left: -.2rem;
    right: -.2rem;
}

.section4 {
    position: relative;
    margin-top: -1.3rem;
    background: url(../images/sect4-bg.png) no-repeat center top;
    background: 100% auto;
    padding-top: 2.9rem;
}

.section4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: #fff;
}

.sect4 {
    position: relative;
    padding-top: .8rem;
    padding-bottom: .9rem;
}

.sect4 .title {
    position: absolute;
    width: 34%;
    right: 0;
    top: 0;
}

.sect4 .title h2 {
    background: url(../images/s4-tit-bg.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: .1rem;
}

.sect4 .title h2 p {
    color: #fff;
}

.sect4 .title h2 span {
    color: #fff;
    padding-left: .15rem;
}

.sect4 .title .more a {
    color: #fff;
    background: url(../images/s4-more.png) no-repeat right center;
}

.s4-big {
    position: relative;
    margin-top: -.15rem;
    margin-left: -.7rem;
    margin-right: -.7rem;
    padding-left: .7rem;
    padding-right: .7rem;
    padding-bottom: 1rem;
}

.s4-big::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: .5rem;
    background: #fff;
}

.s4-big::before {
    content: "";
    position: absolute;
    left: -.44rem;
    bottom: 0;
    border-right: .44rem solid #d2d0b8;
    border-bottom: .7rem solid transparent;
}

.s4-big ul {
    position: relative;
    z-index: 6;
}

.s4-big ul li a .tpp {
    position: relative;
    width: 7.45rem;
}

.s4-big ul li a .tpp::after {
    content: "";
    position: absolute;
    top: 0;
    right: -.3rem;
    border-left: .3rem solid #d2d0b8;
    border-top: .5rem solid transparent;
}

.s4-big ul li a .tpp .pic {
    padding-top: 72.6%;
}

.s4-big ul li a .text {
    position: relative;
    width: calc(100% - 6.63rem);
    margin-left: -.9rem;
    background: #fff;
    margin-top: 1.25rem;
    padding: .8rem .6rem 0 .4rem;
    box-sizing: border-box;
}

.s4-big ul li a .text .date {
    position: absolute;
    left: .4rem;
    top: .5rem;
    width: .65rem;
    height: .65rem;
    background: #9e4c1f;
    color: #fff;
    text-align: center;
}

.s4-big ul li a .text .date p {
    line-height: .35rem;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    font-size: .26rem;
}

.s4-big ul li a .text .date span {
    display: block;
    line-height: .28rem;
    font-size: .14rem;
}

.s4-big ul li a .text h2 {
    margin-left: .9rem;
    margin-bottom: .3rem;
    font-size: .22rem;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-big ul li a .text:hover h2 {
    text-decoration: underline;
    color: #9e4c1f;
}

.s4-big ul li a .text>p {
    line-height: .36rem;
    font-size: .16rem;
    color: #b2b2b2;
    height: 1.08rem;
    overflow: hidden;
}

.s4-little {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85.5%;
    background: #fff;
    padding: .1rem;
    z-index: 9;
    box-shadow: 0px 12px 54px 0px rgba(131, 36, 34, 0.11);
}

.s4-little ul li a {
    display: block;
    margin: .1rem;
}

.s4-little ul li a .pic {
    padding-top: 60.76%;
}

.jt {
    position: absolute;
    left: 0;
    bottom: 0;
}

.jt>div {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    cursor: pointer;
}

.jt .jt-l {
    background: #fff url(../images/jt-l.png) no-repeat center center;
    background-size: .26rem auto;
}

.jt .jt-r {
    background: #fff url(../images/jt-r.png) no-repeat center center;
    background-size: .26rem auto;
}

.section5 {
    padding-top: .7rem;
    padding-bottom: .4rem;
    display: none;
}

.sect5 .title h2 span {
    font-size: .12rem;
    background-size: 2rem auto;
}

.s5 {
    margin-top: .45rem;
    width: 82.64%;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/s5-kk.png) no-repeat center center;
    background-size: 100% 100%;
    padding: .25rem .3rem;
}

.s5 ul li {
    width: 25%;
}

.s5 ul li a {
    position: relative;
    display: block;
}

.s5 ul li a .more {
    position: absolute;
    bottom: 0;
    right: .4rem;
    width: .15rem;
    padding-bottom: .3rem;
    font-size: .14rem;
    color: #fff;
    transition: all .3s;
}

.s5 ul li:hover a .more {
    bottom: -.3rem;
}

.s5 ul li a .more::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    width: 1px;
    height: 0.3rem;
    border-left: 1px dashed #fff;
}

.s5 ul li a .pic {
    padding-top: 125.6%;
}

.s5 ul li a .pic:hover img {
    transform: scale(1);
}

.s5 ul li:nth-child(1) {
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
    transition: all .3s;
}

.s5 ul li:nth-child(2) {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
    transition: all .3s;
}

.s5 ul li:nth-child(3) {
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
    transition: all .3s;
}

.s5 ul li:nth-child(4) {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
    transition: all .3s;
}

.s5 ul li:nth-child(1):hover {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
}

.s5 ul li:nth-child(2):hover {
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
}

.s5 ul li:nth-child(3):hover {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
}

.s5 ul li:nth-child(4):hover {
    clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
}

.s6 ul {
    margin: 0 -.3rem;
    margin-top: .35rem;
}

.s6 ul li {
    position: relative;
    display: flex;
    align-items: center;
    width: 20%;
    font-size: 0;
    margin: .13rem 0;
    top: 0;
    transition: all .3s;
}

.s6 ul li:hover {
    top: -5px;
}

.s6 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0.75rem;
    margin: 0 0.3rem;
    font-family: "bold";
    background: url(../images/ks-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 0 0.4rem;
    text-align: center;
    box-sizing: border-box;
}

.s6 ul li a p {
    font-size: .18rem;
    color: #9e4c1f;
    line-height: .2rem;
}

@media screen and (max-width:1600px) {
    .section1::after {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    html,
    body,
    .banner,
    .banner>div,
    .banner>div>div,
    .banner>div>div>div,
    .banner a,
    .banner a img {
        height: auto;
    }
    .body_b {
        position: static;
    }
    .index {
        padding-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    .sect1-l {
        width: 100%;
    }
    .sect1-r {
        width: 100%;
        margin-top: .15rem;
    }
    .s1l-r ul li a span {
        background: transparent;
    }
    .date-list .date {
        width: .75rem;
    }
    .sect2-l {
        width: 100%;
    }
    .sect2-r {
        width: 100%;
        margin-top: .15rem;
    }
    .rl {
        width: 100%;
        height: auto;
    }
    .sect3-l {
        width: 100%;
        margin-top: .15rem;
    }
    .section3 {
        padding-top: 0;
    }
    .section1 {
        padding-bottom: .15rem;
    }
    .trailer ul li a .text .date {
        width: .7rem;
    }
    .sect3-r {
        margin-top: .15rem;
        width: 100%;
    }
    .section4 {
        margin-top: 0;
        padding-top: .15rem;
    }
    .sect4 .title {
        position: static;
        width: 100%;
    }
    .s4-big {
        margin-top: .15rem;
        padding-bottom: .5rem;
    }
    .sect4 {
        padding-top: .15rem
    }
    .s4-big ul li a .tpp {
        width: 4rem;
    }
    .s4-big ul li a .text {
        width: calc(100% - 4.15rem);
        margin-top: 0;
    }
    .s4-big ul li a .text .date {
        width: .8rem;
    }
    .s4-little {
        width: 65%;
    }
    .section4::after {
        display: none;
    }
    .jt {
        left: .4rem;
    }
    .s5 {
        width: 95%;
    }
    .s6 ul {
        justify-content: left;
    }
    .s6 ul li {
        width: 25%;
    }
    .s6 ul li a {
        margin: 0 .1rem;
    }
}

@media screen and (max-width: 700px) {
    .section1 {
        padding-top: .15rem;
        padding-bottom: .35rem;
    }
    .s1l-l {
        width: 100%;
        margin-left: 0;
    }
    .s1l-r {
        width: 100%;
    }
    .s4-big ul li a .tpp::after {
        display: none;
    }
    .title h2 p {
        font-size: .22rem;
        line-height: .26rem;
    }
    .title h2 {
        background-size: 1.6rem auto;
    }
    .title h2 span {
        padding-bottom: .06rem;
    }
    .trailer ul li a {
        margin: 0 .1rem;
    }
    .sect2-l .trailer .slick-prev {
        left: .15rem;
    }
    .sect2-l .trailer .slick-next {
        right: .15rem;
    }
    .sect3-r .list li {
        line-height: .5rem;
    }
    .section3 {
        padding-bottom: .15rem;
    }
    .s4-big {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .s4-big::after {
        display: none;
    }
    .s4-big ul li a .tpp {
        width: 100%;
    }
    .s4-big ul li a .text {
        width: 100%;
    }
    .s4-big ul li a .text {
        margin-left: 0;
        padding: .3rem .15rem;
    }
    .s4-big ul li a .text .date {
        left: .1rem;
        top: .1rem;
    }
    .jt {
        font-size: 0;
    }
    .s4-little {
        padding: 0;
    }
    .s4-big {
        padding-bottom: .15rem;
    }
    .s5 {
        padding: .15rem;
    }
    .section5 {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .s6 ul li {
        width: 50%;
    }
    .s6 ul {
        margin-top: .1rem;
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .s5 {
        margin-top: .15rem;
    }
    .jt>div {
        width: .35rem;
        height: .35rem;
        background-size: .15rem auto;
    }
    .sect4 .title h2 p {
        color: #1a1a1a;
    }
    .sect4 .title h2 span {
        color: #9e4c1f;
    }
    .sect4 .title .more a {
        color: #9e4c1f;
        background: url(../images/more.png) no-repeat right center;
        background-size: .3rem auto;
    }
}