@charset "utf-8";

.index {
    overflow: hidden;
}


.section-title {
    text-align: center;
    font-size: 0;
    position: relative;
    margin-bottom: 30px;
}

.section-title div {
    display: inline-block;
    width: 240px;
    height: 120px;
    position: relative;
    vertical-align: middle;
}

.section-title div img {
    position: absolute;
    width: 100%;
    left: 0;
}

.section-title div .section-title-img1 {
    color: #333333;
    bottom: 30px;
}

.section-title div .section-title-img2 {
    color: #b00100;
    top: 30px;
}

.section-title h2 {
    vertical-align: middle;
    height: 140px;
    font-size: 0;
    background: url(../images/title-img1.png) no-repeat center center;
    background-size: auto 100%;
    margin: 0 20px;
    padding-left: 61px;
    padding-top: 35px;
    font-weight: normal;
}

.section-title h2 span {
    display: inline-block;
    font-size: 36px;
}

.section-title h2 span.section-title-span2 {
    color: #b00100;
}

.section-title>a {
    position: absolute;
    right: 0;
    top: 45px;
    color: #333333;
    font-size: 16px;
}

.section-title>a:hover {
    color: #b00100;
}




.section1 {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #fff5e5;
}

.s1-l {
    float: left;
    width: 665px;
    margin-right: 55px;
}

.s1-r {
    overflow: hidden;

}

.s1-l ul {
    z-index: 8;
}

.s1-l ul.s1-linfo-box {
    position: relative;
    z-index: 9;
    margin-top: -34px;
    margin-right: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 0 30px;
    background: #fff;


}

.s1-l ul li a {
    display: block;
    position: relative;
    padding-top: 1px;
}

.s1-l ul li a:hover .s1-linfo h3 {
    color: #D11600;

}

.s1-l ul li a .pic {
    padding-top: 64%;
}

.s1-linfo {
    position: relative;
    z-index: 8;
    padding: 25px 0;
    margin-left: 0px;
    margin-bottom: 10px;
    padding-bottom: 40px;
}

.s1-linfo span {
    display: block;
    margin-top: -20px;
    width: 145px;
    line-height: 40px;
    background: #D11600;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.s1-linfo span img {
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    margin-right: 5px;
}

.s1-linfo h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #303030;
}

.s1-linfo p {
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #888888;
    font-size: 14px;
}

.slick-dots {
    font-size: 0;
    margin-top: 15px;
    bottom: 25px;
    padding-right: 80px;

}

.slick-dots li {
    width: 7px;
    height: 7px;
    background-color: #dddddd;
    border-radius: 50%;
    margin: 0 12px;
}

.slick-dots li.slick-active {
    background-color: #bb1616;
}



.s1-l .slick-prev, .s1-l .slick-next {
    width: 45px;
    height: 45px;
    right: -45px;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.s1-l .slick-prev {
    background: url(../images/s1-ll.png) no-repeat;
    background-position: center center;
    top: 0;
}

.s1-l .slick-next {
    background: url(../images/s1-lr.png) no-repeat;
    background-position: center center;
    top: 45px;
}


.i-list li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0 20px 130px;
    border-bottom: 1px dotted #bbbbbb;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222222;
}

.i-list li a:hover {
    color: #068358;
    font-weight: 600;
}

.i-list li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    color: #303030;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    background: #ffe8e8;
}

.i-list li span::before {
    content: "";
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
}




.section2 {
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #960009;
}

.section2 .section-title h2 span {
    color: #fff;
}

.section2 .section-title h2 {
    background: url(../images/title-img2.png) no-repeat center center;
    background-size: auto 100%;
}

.section2 .section-title>a {
    color: #fff;
}


.s2-l {
    float: left;
    width: 810px;
}

.s2-r {
    overflow: hidden;
}

.s2-l ul li {
    float: left;
    width: 50%;
    padding-right: 70px;
}

.s2-l ul li a {
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.s2-l ul li a .pic {
    padding-top: 70%;
    z-index: 8;
    border-radius: 15px 15px 0 0;
}

.s3-info {
    padding: 20px 30px;
    position: relative;
    z-index: 9;
    transition: all 0.3s;
    background: #fff;
}

.s3-info h3 {
    font-size: 18px;
    overflow: hidden;
    line-height: 30px;
    letter-spacing: 0px;
    color: #a10a0a;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s3-info p {
    height: 120px;
    overflow: hidden;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.s3-info div {
    overflow: hidden;
    margin-top: 20px;
    height: 8px;

    background-position: right center;
}



.s2-l ul li a:hover .s3-info h3 {
    text-decoration: underline;
}

.s2-r ul {
    background: #fff;
    padding: 15px 40px 30px 40px;
}

.s2-r ul li a {
    display: block;
    padding: 16px 30px;
    border-top: 1px #333333 dashed;
}

.s2-r ul li:first-child a {
    border-top: none;
}

.s2-r ul li a p {
    font-size: 18px;
    color: #a10a0a;
    padding-left: 30px;
    background: url(../images/icon-data.png) no-repeat;
    background-position: left center;
}

.s2-r ul li a h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    margin-top: 15px;
}

.s2-r ul li a:hover h3 {
    color: #a10a0a;
}


.section3 {
    margin-top: 50px;
}

.s3-l {
    float: left;
    width: 670px;
    margin-right: 60px;
    border: 1px solid #f4f4f4;
}

.s3-r {
    overflow: hidden;
}

.s3-tit {
    border-top: 3px solid #9b0d14;
    line-height: 52px;
    overflow: hidden;
}

.s3-tit h3 {
    float: left;
    font-weight: normal;
    background: #9b0d14;
    padding-left: 25px;
    padding-right: 10px;
    position: relative;
    color: #fff;
    font-size: 24px;
}

.s3-tit h3::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    border-width: 52px 15px 0 0;
    border-style: solid;
    border-color: #9b0d14 transparent transparent transparent;
}

.s3-tit a {
    float: right;
    color: #333333;
}



.i-list2 {
    padding: 15px 30px;
}

.i-list2 li {
    position: relative;
    font-size: 16px;
    line-height: 50px;
    padding: 0px 90px 0 18px;
    background: url(../images/dtd-left.png) no-repeat;
    background-position: left center;
    border-bottom: dashed 1px #dddddd;
}

.i-list2 li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222222;
}

.i-list2 li a:hover {
    color: #960009;
}

.i-list2 li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #888888;
    font-size: 14px;
}


.section4 {
    margin-top: 40px;
}
.s4-c ul{
    margin: 0 -34px;
}
.s4-c ul li a {
    display: block;
    position: relative;
    margin: 0 34px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    margin-bottom: 50px;
}

.s4-lbj {
    width: 262px;
    position: relative;
}

.s4-lbj img {
    display: block;
    width: 100%;
}

.s4-lbj p {
    position: absolute;
    left: 0;
    right: 50px;
    bottom: 30px;
    text-align: center;
    font-size: 18px;
    color: #e4c477;
}

.s4-rinfo {
    position: absolute;
    right: 0;
    left: 180px;
    z-index: 9;
    bottom: 0;
}

.s4-rinfo .pic {
    padding-top: 65%;
}

.s4-rinfo p {
    background: #fff;
    padding: 0 25px;
    font-size: 18px;
    line-height: 80px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



.s4-c .slick-dots {
    bottom: 30px;
    text-align: center;
    position: static;
    margin: 0;
    margin-bottom: 30px;
    padding-right: 0;
}

.s4-c .slick-dots li {
    width: 15px;
    height: 15px;
    margin-left: 6px;
    margin-right: 6px;
    transition: all 0.3s;
    position: relative;
    border: 1px solid #960009;
    border-radius: 50%;
    background: none;
}

.s4-c .slick-dots li.slick-active {
    background: #960009;
}