@charset "utf-8";

.index {
    overflow: hidden;
}

.section1 {
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 55px 0;
}

.s1-l {
    float: left;
    width: 730px;
    margin-right: 20px;
    position: relative;
}

.s1-l::after {
    content: "";
    position: absolute;
    right: 77px;
    bottom: 27px;
    width: 1px;
    height: 22px;
    background: url(../images/s1-mdi.png) no-repeat;
    background-position: center center;
}

.s1-r {
    overflow: hidden;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a:hover p {
    color: #e1292a;
}

.s1-l ul li a:hover img {
    transform: scale(1.05);
}

.s1-l ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/text-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 8;
}

.s1-l ul li a .pic {
    padding-top: 61.64%;
}

.s1-l ul li a p {
    position: absolute;
    left: 35px;
    right: 160px;
    bottom: 24px;
    z-index: 9;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.s1-l .slick-prev, .s1-l .slick-next {
    width: 15px;
    height: 22px;
    bottom: 27px;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0%);
}

.s1-l .slick-prev {
    background: url(../images/s1-l.png) no-repeat;
    background-position: center center;
    right: 100px;
    left: auto;
}

.s1-l .slick-next {
    background: url(../images/s1-r.png) no-repeat;
    background-position: center center;
    right: 40px;
    left: auto;
}

.idx-title1 {
    overflow: hidden;
    line-height: 58px;
}

.idx-title1 h2 {
    float: left;
    background: #e1292a;
    color: #f4d58d;
    font-size: 24px;
    font-weight: 600;
    padding: 0 15px 0 20px;
    position: relative;
}

.idx-title1 h2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    border-left: 20px solid #e1292a;
    border-top: 58px solid transparent;
}

.idx-title1 a {
    float: right;
    color: #333333;
    font-size: 16px;
}

.first-art {
    padding: 25px 0;
    border-bottom: 1px solid #e0ded7;
    margin-bottom: 15px;
}

.first-art a {
    display: block;
}

.first-art a:hover h3 {
    color: #e1292a;
}

.first-art h3 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.first-art p {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
}

.i-list li {
    position: relative;
    font-size: 16px;
    line-height: 38px;
    padding: 0 100px 0 20px;
    background: url(../images/i-list-dot.png) no-repeat;
    background-position: 3px center;
}

.i-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.i-list li:hover {
    background: url(../images/i-list-dot-red.png) no-repeat;
    background-position: 3px center;
}

.i-list li a:hover {
    color: #e1292a;
}

.i-list li:hover span {
    color: #e1292a;
}

.i-list li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    color: rgba(0, 0, 0, .4);
    font-size: 14px;
}

.idx-tit2 {
    text-align: center;
    position: relative;
}

.idx-tit2 img {
    position: absolute;
    bottom: 5px;
}

.idx-tit2 .tit-timg {
    position: static;
    display: block;
    margin: 0 auto;
}

.tit-lbj {
    left: 0;
}

.tit-rbj {
    right: 0;
}

.idx-tit2 h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.idx-tit2 a {
    position: absolute;
    right: 0;
    top: 0;
    color: #333333;
    font-size: 16px;
}

.idx-tit2 a:hover {
    color: #ca0a17;
}

.section2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.s2-c {
    margin-top: 60px;
}

.s2-c>ul {
    margin: 0 -24px;
}

.s2-c>ul li a {
    display: block;
    margin: 0 24px;
}

.s2-c>ul li a .pic {
    padding-top: 70%;
    border: 2px solid #fff;
}

.s2-info {
    padding: 20px 0;
}

.s2-info h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s2-info p {
    color: #dcdcdc;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 15px;
}

.s2-c .slick-prev, .s2-c .slick-next {
    width: 36px;
    height: 57px;
    margin-top: -60px;
    /* top:110px ; */
}

.s2-c .slick-prev {
    background: url(../images/s2-l.png) no-repeat;
    background-size: 100% 100%;
    left: -30px;
}

.s2-c .slick-next {
    background: url(../images/s2-r.png) no-repeat;
    background-size: 100% 100%;
    right: -30px;
}

.section3 {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0 120px 0;
}

.s3-tit {
    position: relative;
    line-height: 57px;
}

.s3-tit p {
    position: absolute;
    left: 30px;
    top: 5px;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.s3-tit img {
    display: block;
    margin: 0 auto;
    padding-left: 150px;
}

.s3-tit a {
    position: absolute;
    right: 38px;
    top: 0;
    color: #333333;
    font-size: 16px;
}

.s3-c {
    background: url(../images/s3-cbj1.png) no-repeat;
    background-position: center center;
    min-height: 535px;
    padding-top: 30px;
    padding-left: 210px;
    padding-right: 110px;
    padding-bottom: 75px;
    position: relative;
}

.s3-c::after {
    content: "";
    position: absolute;
    left: 150px;
    right: 100px;
    height: 6px;
    background: #e1292a;
    bottom: 1px;
    z-index: 8;
}

.s3-t {
    margin-top: 120px;
}

.s3-t ul li a {
    display: block;
}

.s3-t ul li a:hover .s3-trinfo h3 {
    color: #e1292a;
}

.s3-tlpic {
    float: left;
    margin-right: 30px;
    width: 450px;
}

.s3-tlpic .pic {
    padding-top: 64.444%;
    border-radius: 15px;
}

.s3-trinfo {
    overflow: hidden;
}

.s3-trinfo h3 {
    font-size: 24px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    font-weight: 600;
}

.s3-trinfo p {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    margin-top: 20px;
}

.s3-tbinfo h3 {
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 30px;
    font-weight: 600;
}

.s3-tbinfo p {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    margin-top: 15px;
}

.s3-b {
    position: absolute;
    left: 230px;
    right: 120px;
    bottom: -50px;
    z-index: 9;
}

.s3-b ul {
    padding: 0 60px;
}

.s3-b ul li a {
    display: block;
}

.s3-b ul li a div {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 3px solid transparent;
    margin: 0 auto;
    overflow: hidden;
}

.s3-b .slick-prev, .s3-b .slick-next {
    width: 55px;
    height: 55px;
}

.s3-b .slick-prev {
    background: url(../images/s3-l.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
}

.s3-b .slick-next {
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
}

.s3-b ul li:hover a div {
    border-color: #f6ab00;
}

.section4 {
    background: url(../images/s4-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 35px;
}

.section4 .idx-tit2 h2 {
    color: #de3924;
    background: linear-gradient(to right, #fff, red, blue);
    -webkit-background-clip: text;
    color: transparent;
}


.s4-c {
    margin-top: 50px;
}

.s4-c li {
    padding-left: 105px;
    margin-bottom: 25px;
    height: 78px;
    background: url(../images/s4-text-bj2.png) no-repeat;
    background-size: auto 100%;
    position: relative;
    float: left;
    width: 630px;
}

.s4-c li:nth-child(2n) {
    float: right;
}

.s4-c li>div {
    position: absolute;
    left: 0;
    width: 130px;
    padding-left: 25px;
    top: 8px;
}

.s4-c li>div span {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
}

.s4-c li>div p {
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
}

.s4-c li a {
    display: block;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 62px;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
    position: relative;
    left: 0;
}

.s4-c li a:hover {
    left: 10px;
}


.section5 {
    padding-top: 50px;

}

.s5-c {
    margin-top: 50px;
    background: url(../images/s5-cbj.png) no-repeat;
    background-size: cover;
    padding: 70px 70px 150px 70px;
    height: 766px;
}

.s5-list{
    overflow: hidden;
}
.s5-list>ul {
    margin: 0 -55px;
}

.s5-list>ul li a {
    display: block;
    margin: 0 55px;
}

.s5-list>ul li a .pic {
    padding-top: 63.4%;
}
.s5-list>ul li a:hover .s5-info h3{
    color: #e1292a;
}
.s5-info h3 {
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 25px 0;
}

.s5-info p {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 144px;
    overflow: hidden;
    padding: 0 10px;
}

.s5-c .slick-prev, .s5-c .slick-next {}

.s5-fenye {
    text-align: right;
    font-size: 0;
    margin-top: 15px;
}

.s5-fenye span {
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #ca0a17;
    color: #ca0a17;
    text-align: center;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
}

.s5-fenye span:hover {
    color: #fff;
    background: #ca0a17;
}
