@charset "UTF-8";

.index {
    padding-top: 1px;
    overflow: hidden;
}

.index-box {
    background: #fff;
    margin-top: 300px;
    position: relative;
    padding-top: 1px;
}

.index-box::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
    border-bottom: 70px solid #fff;
    border-right: 1920px solid transparent;
    z-index: 8;

}

.i-tit {
    line-height: 42px;
    margin-bottom: 35px;
    position: relative;
    z-index: 10;
}

.i-tit::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 1920px;
    right: 100%;
    margin-right: 24px;
    background: #742626;
    height: 1px;
}

.i-tit h3 {
    float: left;
    font-weight: 600;
    position: relative;
    color: #742626;
    font-size: 36px;
    padding-left: 15px;
}

.i-tit h3::before {
    content: "";
    position: absolute;
    right: 100%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(116, 38, 38, .1);
    z-index: 8;
}

.i-tit h3::after {
    content: "";
    position: absolute;
    right: 100%;
    margin-right: 7px;
    width: 10px;
    height: 10px;
    background-color: #742626;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.i-tit a {
    float: right;
    color: #fff;
}

.section1 {
    margin-top: -200px;
    position: relative;
    z-index: 10;
}

.section1 .i-tit {
    max-width: 50%;
    padding-right: 35px;
}

/*-----*/

.section1 .i-tit h3 {
    color: #fff;
}

.section1 .i-tit h3::before {
    background: rgba(255, 255, 255, .1);
}

.section1 .i-tit::before {
    background: #fff;
}

.section1 .i-tit h3::after {
    background: #fff;
}



/*--------------*/
.s1-c {
    position: relative;
    z-index: 9;
    top: -65px;
}

.s1-c ul {
    margin: 0 -35px;
}

.s1-c ul .slick-list {
    padding-top: 65px;
}

.s1-c ul li {
    transition: all 0.3s;
    position: relative;
    top: -65px;
}

.s1-c ul li.slick-current {
    top: 0;
}

.s1-c ul li a {
    display: block;
    margin: 10px 35px;
}

.s1-c ul li a:hover .s1-info h3 {
    color: #aa2e31;
}

.s1-c ul li a .pic {
    padding-top: 66%;
}

.s1-info {
    background: #fff;
    margin-right: 10%;
    margin-top: -40px;
    position: relative;
    z-index: 8;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    padding: 40px 25px;
}

.s1-info h3 {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
}

.s1-info p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    max-height: 48px;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 20px;
}

.s1-info span {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    padding-left: 25px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
}


.slick-prev, .slick-next {
    width: 48px;
    height: 48px;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 50%;
    transition: all 0.3s;
}

.slick-prev {
    background: #f0f0f0 url(../images/arraw-l.png) no-repeat;
    background-position: center center;
}

.slick-next {
    background: #f0f0f0 url(../images/arraw-r.png) no-repeat;
    background-position: center center;
}

.slick-prev:hover {
    background: #ffecec url(../images/arraw-l-hover.png) no-repeat;
    background-position: center center;
}

.slick-next:hover {
    background: #ffecec url(../images/arraw-r-hover.png) no-repeat;
    background-position: center center;
}

.s1-c .slick-prev {
    right: 95px;
    bottom: 0;
}

.s1-c .slick-next {
    bottom: 0;
    right: 20px;
}


.section2 .i-tit h3 {
    float: right;
    padding-right: 20px;
}

.section2 .i-tit h3::before {
    left: 100%;
}

.section2 .i-tit::before {
    left: 100%;
    margin-left: 24px;
}

.section2 .i-tit h3::after {
    left: 100%;
    margin-left: 7px;
}

.s2-l {
    position: relative;
    float: left;
    width: 765px;
    height: 540px;
}

.s2-l li {
    position: absolute;
}

.s2-l li:nth-child(1) {
    top: -12%;
    right: 0;
    padding-top: 36%;
    width: 60%;
}

.s2-l li:nth-child(2) {
    top: 27.7%;
    left: 0;
    padding-top: 25.6%;
    width: 36.83%;
}

.s2-l li:nth-child(3) {
    top: 74%;
    left: 15%;
    padding-top: 26.1%;
    width: 26.14%;
}

.s2-l li:nth-child(4) {
    bottom: 0;
    right: 5.8%;
    padding-top: 34.2%;
    width: 37.9%;
}

.s2-l li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 8;
}

.s2-l li div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 8px solid transparent;
    z-index: 9;
}

.s2-l li.on div {
    border: 8px solid #aa2e31;
}

.s2-r {
    overflow: hidden;
}

.s2-r ul li a {
    display: block;
    border-top: 1px dashed #eee;
    padding: 20px 0;
    padding-left: 40px;
    padding-right: 15px;
}

.s2-r ul li:first-child a {
    border: none;
}

.s2-r ul li a h3 {
    font-size: 22px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s2-r ul li a div {
    margin-top: 15px;
}

.s2-r ul li a div p {
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999999;
    font-size: 16px;
    line-height: 34px;
    padding-left: 25px;
}

.s2-r ul li.on a {
    background: #fff6f6;
    background: linear-gradient(to right, #fffdfd, #fff6f6);
    border-color: transparent;
}

.s2-r ul li.on+li a {
    border-color: transparent;
}

.s2-r ul li.on a h3 {
    font-weight: 600;
    color: #aa2e31;
}

.s2-r ul li:hover a {
    background: #fff6f6;
    background: linear-gradient(to right, #fffdfd, #fff6f6);
    border-color: transparent;
}

.s2-r ul li:hover+li a {
    border-color: transparent;
}

.s2-r ul li:hover a h3 {
    font-weight: 600;
    color: #aa2e31;
}

.s2-time {
    background: url(../images/s2-ricon1.png) no-repeat;
    background-position: left 8px;
}

.s2-address {
    background: url(../images/s2-ricon2.png) no-repeat;
    background-position: left 8px;
}

.s2-baogao {
    background: url(../images/s2-ricon3.png) no-repeat;
    background-position: left 8px;
}

.s2-more {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.s2-more a {
    display: none;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.s2-more a:hover {
    color: #aa2e31;
}

.s2-more a:first-child {
    display: inline-block;
}

.section3 {
    margin-top: 130px;
}

.s3-l {
    overflow: hidden;
}

.s3-l ul li a {
    display: block;
}

.s3-l ul li a:hover h3 {
    color: #aa2e31;
}

.s3-l ul li a h3 {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    height: 72px;
    overflow: hidden;
    letter-spacing: 1px;
    color: #333333;
}

.s3-l ul li a p {
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    height: 78px;
    overflow: hidden;
    margin-top: 25px;
}

.s3-l ul li a span {
    display: block;
    padding-left: 10px;
    margin-top: 140px;
    position: relative;
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.s3-l ul li a span::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #cccccc;
    border-radius: 50%;
    top: 50%;
    left: 90px;
    transform: translateY(-50%);
}

.s3-l ul li a span::after {
    content: "";
    position: absolute;
    height: 6px;
    right: 0;
    left: 90px;
    height: 1px;
    background-color: #cccccc;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.s3-l .slick-prev {
    left: 200px;
    bottom: 80px;
    width: 40px;
    height: 40px;
}

.s3-l .slick-next {
    left: 260px;
    bottom: 80px;
    width: 40px;
    height: 40px;
}

.s3-l .slick-dots {
    bottom: 80px;
    left: 0;
    text-align: left;
    width: auto;
    line-height: 40px;
}

.s3-l .slick-dots::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    height: 1px;
    left: 100%;
    background-color: #999999;
    margin-left: 15px;
}

.s3-l .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    display: none;
    font-size: 16px;
    color: #999999;
}

.s3-l .slick-dots li span {
    font-size: 24px;
    line-height: 26px;
    color: #742626;
}

.s3-l .slick-dots li.slick-active {
    display: block;
}

.s3-r {
    float: right;
    width: 760px;
    margin-left: 10%;
    margin-top: -85px;
}

.s3-r ul li a {
    display: block;
    margin: 10px 10px 10px 50px;
    position: relative;
}

.s3-r ul li a .pic {
    padding-top: 66%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.s3-rdata {
    position: absolute;
    left: -50px;
    top: 30px;
    width: 84px;
    background: #f9ecd4;
    text-align: center;
    height: 110px;
    padding-top: 20px;
    color: #742626;
}

.s3-rdata p {
    font-size: 30px;
    line-height: 40px;
}

.s3-rdata p span {
    font-size: 14px;
    line-height: 26px;
}

.section4 {
    padding-top: 80px;
    background: url(../images/s4-bj.png) no-repeat;
    background-position: center top;
}

.section4 .i-tit {
    text-align: center;
}

.section4 .i-tit h3 {
    float: none;
    display: inline-block;
}

.section4 .i-tit a {
    font-size: 14px;
    color: #333333;
}

.section4 .i-tit::before {
    content: none;
}

.section4 .i-tit h3::before {
    content: none;
}

.section4 .i-tit h3::after {
    content: none;
}

.s4-c ul {
    margin: 0 -25px;
    padding-bottom: 140px;
}

.s4-c li a {
    display: block;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    margin: 20px 25px;
    background: #fff;
    padding: 50px 30px 30px 30px;
}

.s4-c li a:hover h3 {
    color: #aa2e31;
}

.s4-c li a h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    height: 60px;
    overflow: hidden;
    letter-spacing: 1px;
    color: #333333;
}

.s4-c li a p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #999999;
    margin-top: 10px;
}

.s4-c li a::before {
    content: "";
    position: absolute;
    width: 56px;
    height: 48px;
    left: 25px;
    top: -20px;
    background: url(../images/douhao.png) no-repeat;
    background-size: 100% 100%;
}

.s4-c li a:hover::before {
    background: url(../images/douhao-red.png) no-repeat;
    background-size: 100% 100%;
}

.s4-c li a div {
    overflow: hidden;
    text-align: right;
    margin-top: 20px;
}

.s4-c li a div span {
    float: right;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    padding-left: 25px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
}

.s4-c .slick-prev, .s4-c .slick-next {
    bottom: 50px;
}

.s4-c .slick-prev {
    right: 50%;
    margin-right: 15px;
}

.s4-c .slick-next {
    left: 50%;
    margin-left: 15px;
}

@media screen and (max-width:1400px) {
    .i-tit h3 {
        font-size: 30px;
        padding-left: 30px;
    }

    .i-tit h3::before {
        right: auto;
        left: 0;
    }

    .i-tit h3::after {
        right: auto;
        left: 7px;
    }

    .i-tit::before {
        content: none;
    }

    .section1 .i-tit {
        padding-right: 10px;
    }

    .s1-c ul li a {
        margin: 10px;
    }

    .s1-c ul {
        margin: 0 -10px;
    }

    .s1-c ul {
        padding-bottom: 50px;
    }

    .s1-c .slick-prev {
        right: 50%;
        margin-right: 10px;
    }

    .s1-c .slick-next {
        left: 50%;
        margin-left: 10px;
    }

    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }

    .slick-prev {
        background-size: auto 15px;
    }

    .slick-next {
        background-size: auto 15px;
    }

    .slick-prev:hover {
        background-size: auto 15px;

    }

    .slick-next:hover {
        background-size: auto 15px;

    }

    .section2 .i-tit h3 {
        padding-right: 30px;
    }

    .section2 .i-tit h3::before {
        right: 0;
        left: auto;
    }

    .section2 .i-tit h3::after {
        left: auto;
        right: 0;
    }

    .s2-l {
        width: 500px;
        height: 450px;
    }

    .s3-r {
        margin-left: 3%;
    }

    .s4-c ul {
        padding-bottom: 80px;
    }

    .index-box {
        margin-top: 220px;
    }
}

@media screen and (max-width:1200px) {
    .s3-r {
        width: 600px;
    }

    .s3-l ul li a span {
        margin-top: 80px;
    }

    .s3-l .slick-dots {
        bottom: 50px;
    }

    .s3-l .slick-prev {
        bottom: 50px;
    }

    .s3-l .slick-next {
        bottom: 50px;
    }

    .s4-c ul {
        margin: 0 -10px;
    }

    .s4-c li a {
        margin: 20px 10px;
    }
}

@media screen and (max-width:1024px) {
    .i-tit {
        margin-bottom: 20px;
    }

    .i-tit h3 {
        font-size: 24px;
    }

    .i-tit a {
        font-size: 14px;
    }

    .section1 .i-tit {
        max-width: none;
        width: auto;
        padding-right: 0;
    }

    .s1-c ul {
        padding-bottom: 40px;
    }

    .s1-c {
        top: 0;
    }

    .s1-c ul .slick-list {
        padding-top: 0;
    }

    .s1-c ul li {
        margin-top: 0;
    }

    .s2-l {
        width: auto;
        float: none;
        height: auto;
    }

    .s2-l ul {
        padding-top: 65%;
    }
    .s2-r ul li a{
        padding-left: 15px;
    }
    .s2-r ul li a h3{
        font-size: 18px;
    }
    .s2-r ul li a div p{
        line-height: 30px;
    }

    .section2 .i-tit h3 {
        float: left;
        padding-left: 30px;
    }

    .section2 .i-tit h3::after {
        left: 0;
        right: auto;
    }

    .section2 .i-tit h3::before {
        left: 0;
        right: auto;
    }

    .s2-r {
        padding-top: 10%;
        padding-left: 0;
    }

    .section3 {
        margin-top: 35px;
    }

    .s3-r {
        width: 400px;
        margin-top: -60px;
    }

    .s3-r ul li a {
        margin-left: 0;
    }

    .s3-rdata {
        left: 10px;
        top: 10px;
        width: 66px;
        height: 80px;
        padding-top: 10px;
    }

    .s3-rdata p {
        font-size: 24px;
        line-height: 34px;
    }

    .s3-rdata span {
        display: block;
        font-size: 14px;
    }

    .s3-l .slick-prev {
        width: 30px;
        height: 30px;
        bottom: 35px;
        right: 40px;
        left: auto;
    }

    .s3-l .slick-next {
        width: 30px;
        height: 30px;
        bottom: 35px;
        right: 0;
        left: auto;
    }

    .s3-l ul li a h3 {
        font-size: 18px;
        line-height: 30px;
        height: 60px;
    }

    .s3-l ul li a p {
        margin-top: 15px;
        height: 52px;
    }

    .s3-l ul li a span {
        margin-top: 60px;
    }

    .s3-l .slick-dots {
        bottom: 30px;
    }

    .section4 {
        padding-top: 35px;
    }

    .s4-c li a {
        padding: 50px 15px 15px 15px;
    }
}

@media screen and (max-width:768px) {
    .s1-info {
        margin-right: 0;
        margin-top: 0;
        padding: 15px 10px;
    }

    .s1-info p {
        margin: 10px 0;
    }

    .s2-more a {
        font-size: 14px;
    }

    .s3-r {
        float: none;
        width: auto;
        margin-top: 0;
        margin-left: 0;
    }

    .s3-l ul li a h3 {
        height: auto;
    }

    .s3-l ul li a span {
        padding-left: 0;
    }

    .s3-l .slick-dots {
        width: 100%;
    }

    .s3-l .slick-dots::after {
        width: auto;
        right: 80px;
        left: 50px;
    }
}

@media screen and (max-width:480px) {}