@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}





body {
    overflow-x: hidden;
}

.banner {
    position: fixed !important;
    z-index: 980;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    transition: all 10s;
    transform: scale(1);

}

/* .banner .slick-slide.slick-current a img {
    animation: img_scale linear 5s infinite;
} */

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.05);
    }

}

.banner .slick-slide a p {
    position: absolute;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 35px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 100px;
}



.banner .slick-dots {
    bottom: 3%;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 5px;
    transition: all 0.6s;
}

.banner .slick-dots .slick-active {
    width: 40px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 5px;
}

.banner .slick-dots li button {
    font-size: 0;
}


.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999;
    background: #fff;
    padding-top: 162px;
}

.section1 .s2-tit b {
    color: #a20004;
}

.section1 .s2-tit b span {
    color: #666;
    opacity: 0.1;
}

.section1 .s2-tit a {
    color: #666666;
}

.section1 .s2-tit {
    margin-bottom: 33px;
}

.s1-tit h2 {
    text-align: center;
    font-size: 36px;
    ;
    font-weight: 600;
    letter-spacing: 4px;
    color: #333333;
}

.s1-l {
    float: left;
    width: 47%;
    margin-right: 2%;
    position: relative;
}

.s1-lpic li a {
    display: block;
}

.s1-lpic li a .pic {
    padding-top: 68%;
    height: 450px;
}

.s1-l .slick-prev {
    width: 30px;
    height: 75px;
    background: url(/images/s1-ll.png) no-repeat;
    z-index: 990;
}

.s1-l .slick-next {
    width: 30px;
    height: 75px;
    background: url(/images/s1-lr.png) no-repeat;
    z-index: 990;
}

.s1-txt {
    position: absolute;
    bottom: 0;
    padding-left: 19px;
    padding-bottom: 18px;

}

.s1-txt p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lpic li a:hover .s1-txt p {
    text-decoration: underline;
}

.s1-txt span {
    font-size: 16px;
    color: #ffffff;
    padding-left: 34px;
    background: url(/images/icon-date-w.png) no-repeat;
    background-position: left center;
}

.s1-r {
    overflow: hidden;
}

.s1-r-txt {
    margin-top: 20px;
    background: url(/images/s1-txt-bj.png) no-repeat;
    background-size: cover;

}

.s1-r-txt2 {
    margin-bottom: 20px;
    background-color: #eeeeee;

}

.s1-r-txt,
.s1-r-txt2 {

    padding: 35px 34px 36px 30px;
}

.s1-r-txt b {
    font-size: 24px;
    color: #ffffff;
    margin-right: 7px;
}

.s1-r-txt2 b {
    font-size: 24px;
    color: #000;
    margin-right: 7px;
}

.s1-r-txt span {
    font-size: 14px;
    color: #ffffff;
}

.s1-r-txt2 span {
    font-size: 14px;
    color: #000;
}

.s1-r-txt p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 12px;
    line-height: 30px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s1-r-txt2 p {
    font-size: 18px;
    color: #333;
    margin-top: 12px;
    line-height: 30px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s1-r ul li {
    float: left;
    width: 48%;
}

.s1-r ul li a .pic {
    padding-top: 66.7%;
    height: 253px;
}

.s1-r ul li:first-child {
    margin-right: 3%;
}

.s1-r-txt p:hover,
.s1-r-txt2 p:hover {
    text-decoration: underline;
}

.yuan {
    width: 60px;
    height: 60px;
    border: dashed 1px #94070a;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 32px;
    color: #94070a;
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.s1-more a:hover .yuan {
    animation: zq 10s linear infinite
}

@keyframes zq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

.s1-more a {
    display: inline-block;
    position: relative;
}

.s1-more {
    text-align: center;
    margin: 50px 0;
}

.s1-more b {
    position: absolute;
    font-size: 32px;
    color: #94070a;
    left: 20px;
    top: 7px;
}

.s1-more span {
    display: inline-block;
    vertical-align: 24px;
    line-height: 64px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #94070a;
}


/* s2 */

.s2 {
    padding: 64px 0;
    background: url(/images/s2-bj.png) no-repeat;
    background-size: cover;
}

.s2-tit {
    position: relative;
}

.s2-tit b {
    font-weight: 600;
    font-size: 30px;
    color: #94070a;
    padding-bottom: 22px;
    display: block;
    position: relative;
}

.s2-tit b span {
    font-weight: 600;
    font-size: 36px;
    color: #94070a;
    opacity: 0.1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tzgg b {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    padding-bottom: 22px;
    display: block;
    position: relative;
}

.tzgg b span {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
    opacity: 0.1;
    position: absolute;
    left: 0;
    bottom: 0;
}
.s2-tit a {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    color: #94070a;
    transform: translateY(-50%);
}

.s2-tit a:hover {
    opacity: 0.7;
}



.s21-tit {
    position: relative;
}

.s21-tit b {
    font-weight: 600;
    font-size: 30px;
    color: #94070a;
    padding-bottom: 22px;
    display: block;
    position: relative;
}

.s21-tit b span {
    font-weight: 600;
    font-size: 36px;
    color: #94070a;
    opacity: 0.1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.s21-tit a {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    color: #94070a;
    transform: translateY(-50%);
}

.s21-tit a:hover {
    opacity: 0.7;
}














.s2-l {
    float: left;
    width: 31%;
}

.s2-date {
    float: left;
    margin-right: 30px;
}

.s2-date b {
    font-size: 28px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.s2-date span {
    font-size: 13px;
    color: #ffffff;
    display: block;
    text-align: center;
}

.s2-tx {
    overflow: hidden;

}

.s2-tx p {
    font-size: 16px;
    line-height: 27px;
    color: #ffffff;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.s2-lc ul li :hover p {
    font-size: 18px;
    font-weight: 600;
}

.s2-lc ul li {
    padding: 17px 0;
    border-top: dashed 1px rgba(255, 255, 255, 0.2);
}

.s2-lc ul li:first-child {
    border: none;
}

.s2-r {
    float: right;
    width: 31%;
}

.s2-rc ul li a p {
    font-size: 16px;
    color: #333;
    line-height: 62px;
    padding-left: 46px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-rc ul li a p::before {
    content: '';
    width: 8px;
    height: 9px;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s2-rc ul li a span {
    float: right;
    font-size: 16px;
    line-height: 62px;
    color: #333;
}

.s2-rc ul li {
    border-bottom: dashed 1px #333;
}

.s2-rc ul li:hover p {
    font-weight: 600;
}

.s2-m {
    overflow: hidden;
    margin: 0 33.3%;

}

.s2-mc ul li {
    padding: 7px 0;
    border-bottom: dashed 1px #fff;
}
.s21-mc ul li {
    padding: 7px 0;
    border-bottom: dashed 1px #fff;
}
.s2-pic {
    float: left;
    width: 140px;
    height: 95px;
    margin-right: 20px;
}
.s21-pic {
    float: left;
    width: 140px;
    height: 95px;
    margin-right: 20px;
}
.s2-pic>img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s;
}
.s21-pic>img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s;
}

.s2-pic>img:hover {
    transform: scale(1.05);
}
.s21-pic>img:hover {
    transform: scale(1.05);
}

.s2-info {
    overflow: hidden;
}
.s21-info {
    overflow: hidden;
}

.s2-info p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.s21-info p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}
.s2-mc ul li:hover p {
    font-weight: 600;
}
.s21-mc ul li:hover p {
    font-weight: 600;
}

.s2-info span {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 27px;
    background: url(/images/icon-date-w.png) no-repeat;
    background-position: left center;
}
.s21-info span {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 27px;
    background: url(/images/icon-date-w.png) no-repeat;
    background-position: left center;
}
/* s3 */
.s3-banner {
    width: 440px;
    height: 297px;
    padding-top: 30px;
    overflow: hidden;
}
.s31-banner {
    width: 440px;
    height: 297px;
    padding-top: 30px;
    overflow: hidden;
}

.s1-pic {
    overflow: hidden;
    padding-top: 62%;
    position: relative;
}

.s1-pic>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.6s;

}







.s3-banner ul li a:hover img {
    transform: scale(1.05);
}

.s3 {
    padding: 60px 0;

}


.s3 .s2-tit b{
    color: #ffffff;
}
.s4box .s2-tit b {
    color: #94070a;
}

.s3 .s2-tit b span{
    color: #ffffff;
    opacity: 0.1;
}
.s4box .s2-tit span {
    color: #666;
    opacity: 0.1;
}

.s3 .s2-tit a{
    color: #ffffff;
}
.s4box .s2-tit a {
    color: #666;
}


.s3-banner ul li a {
    display: block;
    position: relative;
}

.s3-banner ul li a p {
    width: 100%;
    position: absolute;
    padding: 0 30px;
    left: 0;
    bottom: 52px;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}

.s3-banner ul li a span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 2;
    
}

.s3-banner ul li a:hover p {
    text-decoration: underline;
}

.s3-pic {
    width: 470px;
    height: 278px;
    background-color: transparent;
    border-radius: 50px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}





.s31-banner ul li a:hover img {
    transform: scale(1.05);
}

.s31 {
    padding: 60px 0;

}


.s31 .s21-tit b{
    color: #94070a;
}

.s31 .s21-tit b span
 {
    color: #666;
    opacity: 0.1;
}

.s31 .s21-tit a,
.s4box .s2-tit a {
    color: #94070a;
}


.s31-banner ul li a {
    display: block;
    position: relative;
}

.s31-banner ul li a p {
    width: 100%;
    position: absolute;
    padding: 0 30px;
    left: 0;
    bottom: 52px;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 2;
}

.s31-banner ul li a span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 2;
    
}

.s31-banner ul li a:hover p {
    text-decoration: underline;
}

.s31-pic {
    width: 470px;
    height: 278px;
    background-color: transparent;
    border-radius: 50px 0px 0px 0px;
    overflow: hidden;
    position: relative;
}









.s1-pic>img {
    display: block;
    width: 100%;
    transition: all 1s;
}

.s1-banner ul li a:hover img {
    transform: scale(1.05);
}






.s3-banner ul li a::before {
    content: '';
    background: url(/images/news-shadow.png) no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
}

.s3-banner .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
}

.s3-banner .slick-dots {
    text-align: right;
    bottom: 22px;
    padding-right: 32px;
}

.s3-banner .slick-dots .slick-active {
    background-color: #a20004;
}


.s3-news ul li span {
    float: right;
    font-size: 16px;
    line-height: 60px;
    color: #999999;

}

.s3-news ul li {
    display: block;
    border-top: dashed 1px #cccccc;
}

.s3-news ul li:first-child {
    border: none;
}

.s3-news ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 60px;
    color: #333333;
    background: url(/images/news-list.jpg) no-repeat;
    padding-left: 30px;
    background-position: left center;
}

.s3-news ul li p:hover {
    color: #a20004;
    font-weight: 600;
}

.s3 {
  
    width: 100%;
}



.s3-l {
    float: left;
    padding-right: 30px;
    width: 33%;
    
}

.s3-m {
    float: left;
    width: 440px;
    overflow: hidden;

}

.s3-r {
    float: left;
    padding-left: 30px;
    width: 33%;
    
}


.s3-notice {
    padding-top: 20px;
}



.s3-date {
    float: left;
    width: 80px;
    height: 80px;
    background: url(/images/news-date-bj.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 16px;
    margin-right: 28px;
}

.s3-notice ul li a p {
    overflow: hidden;
      font-size: 16px;
    line-height: 32px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.s3-notice ul li a p:hover {
    color: #a20004;
    font-weight: 600;
}

.s3-date b {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #a20004;
    font-weight: 600;
}

.s3-date span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #a20004;
}

.s3-notice ul li {
    padding: 9.8px 0;
}

.s3-notice ul li {
    border-top: dashed 1px #cccccc;
}

.s3-notice ul li:first-child {
    border: none;
}





















.s31-banner ul li a::before {
    content: '';
    background: url(/images/news-shadow.png) no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 1;
}

.s31-banner .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
}

.s31-banner .slick-dots {
    text-align: right;
    bottom: 22px;
    padding-right: 32px;
}

.s31-banner .slick-dots .slick-active {
    background-color: #a20004;
}


.s31-news ul li span {
    float: right;
    font-size: 16px;
    line-height: 60px;
    color: #999999;

}

.s31-news ul li {
    display: block;
    border-top: dashed 1px #cccccc;
}

.s31-news ul li:first-child {
    border: none;
}

.s31-news ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 60px;
    color: #333333;
    background: url(/images/news-list.jpg) no-repeat;
    padding-left: 30px;
    background-position: left center;
}

.s31-news ul li p:hover {
    color: #a20004;
    font-weight: 600;
}

.s31 {
  
    width: 100%;
}



.s31-l {
    float: left;
    padding-right: 30px;
    width: 33%;
    
}

.s31-m {
    float: left;
    width: 440px;
    overflow: hidden;

}

.s31-r {
    float: left;
    padding-left: 30px;
    width: 33%;
    
}


.s31-notice {
    padding-top: 20px;
}



.s31-date {
    float: left;
    width: 80px;
    height: 80px;
    background: url(/images/news-date-bj.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 16px;
    margin-right: 28px;
}

.s31-notice ul li a p {
    overflow: hidden;
      font-size: 16px;
    line-height: 32px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.s31-notice ul li a p:hover {
    color: #a20004;
    font-weight: 600;
}

.s31-date b {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #a20004;
    font-weight: 600;
}

.s31-date span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #a20004;
}

.s31-notice ul li {
    padding: 9.8px 0;
}

.s31-notice ul li {
    border-top: dashed 1px #cccccc;
}

.s31-notice ul li:first-child {
    border: none;
}
























.ty-list ul .on .ty-date {
    display: block;
}

.ty-date {
    background-color: #a20004;
    border-radius: 10px;
    padding: 13px 16px;
    width: 80px;
    height: 80px;
    display: none;
    position: absolute;
    left: 0;

}

.ty-date b {
    display: block;
    font-size: 28px;
    color: #fff;
    text-align: center;
}

.ty-date span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.ty-tx {
    overflow: hidden;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #a20004;
    padding-top: 15px;
}

.ty-tit {
    padding: 20px 0;
    border-bottom: dashed 1px #ccc;
}

.ty-list ul li {
    padding: 20px 0;
    position: relative;
    height: 64px;
}

.ty-list ul li a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding-left: 42px;
    position: relative;
    line-height: 24px;
    height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ty-list ul li:first-child {
    border-top: none;
}

.ty-list ul li:last-child {
    border-bottom: none;
}

.ty-list ul .on a {
    color: #a20004;
    font-weight: 600;
}

.ty-list ul .on {
    height: 115px;
    padding-left: 60px;
    border-bottom: dashed 1px #ccc;
    border-top: dashed 1px #ccc;
}

.ty-list ul .on a::before {
    content: none;
}

.ty-list ul .on a {
    font-size: 18px;
    font-weight: 600;
    color: #a20004;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 48px;
}

.ty-list ul li a::before {
    content: '';
    width: 8px;
    height: 9px;
    background-color: #a20004;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}





/* .imgbox {
    overflow: hidden;
} */

.imgbox img {margin: 0 auto;
    transition: all 1s;
    width: 98%;
   height: 100%;
}

.imgbox img:hover {
    transform: scale(1.05);
}


/* s4 */
.section4 {
    background: url(/images/s4-bj.png) no-repeat;
    background-size: cover;
    padding: 54px 0;
}
.section4 .s2-tit{
    margin-bottom: 40px;
}
.s4-l {
    float: left;
    width: 48%;

}

.s4-banner .slick-dots {
    bottom: -40px;
}

.s4-banner .slick-dots li {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: solid 1px transparent;
    padding: 6px;
}

.s4-banner .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(162, 0, 4, 0.29);
}

.s4-banner .slick-dots .slick-active {
    border: solid 1px #a20004;
}

.s4-banner .slick-dots .slick-active button {
    background-color: #a20004;
}

.s4-tit {
    position: relative;
    margin-bottom: 50px;
}

.s4-tit>h2 {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 4px;
    color: #333333;
}

.s4-tit a {
    position: absolute;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s4-tit a:hover {
    color: #94070a;
}

.s4-tit a:hover img {
    transform: translateX(8px);
}

.s4-tit a img {
    margin-right: 11px;
    transition: all 0.6s;
}

.v-box:hover .v-play>img {
    transform: scale(1.1);
}

.v-box {
    display: block;
    position: relative;
    background-color: #000;
    padding-top: 70%;
    

}

.v-box video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


video.on::-webkit-media-controls-panel {
    opacity: 1;
}

video::-webkit-media-controls-panel {
    opacity: 0;
}




.v-txt {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
}

.v-play {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.v-play img {
    transition: all .6s;

}

.s4-r {
    overflow: hidden;
    padding-left: 1.8%;
    padding-bottom: 5px;

}

.s4-r ul li {
    width: 48%;
    float: left;
}

.s4-r ul li:nth-child(odd) {
    margin-right: 3%;

}

.s4-r ul li:nth-child(-n+2) {
    margin-bottom: 23px;
}

.s4-r ul li:nth-child(1) {
    border-radius: 0px 45px 0px 45px;
}

.s4-r ul li:nth-child(4) {
    border-radius: 0px 45px 0px 45px;
}

.s4-r ul li:nth-child(2) {
    border-radius: 45px 0px 45px 0px;
}

.s4-r ul li:nth-child(3) {
    border-radius: 45px 0px 45px 0px;
}

.section5 {
    background: url(/images/s5-bj.png) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.s5box ul li:first-child {
    margin-left: 0;
}

.s5box ul li {
    float: left;
    margin-left: 6.5%;

}

.s5box ul li a {
    display: block;
    width: 121px;
    height: 120px;
    box-shadow: 0px 5px 5px 0px rgba(6, 3, 4, 0.1);
    border: dashed 1px #ffffff;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.s5box ul li p {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-top: 19px;
}

.s5box ul li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.s5box ul li a .s5-red {
    display: none;
}

.s5box ul li a:hover .s5-red {
    display: block;
}

.s5box ul li a:hover .s5-white {
    display: none;
}

.s5box ul li a:hover {
    background-color: #fff;
}

.section6 {
    max-width: 1516px;
    margin: 0 auto;
    padding: 60px 65px;

}

.s6box ul li {
    padding: 0 0.3%;
}

.s6box .slick-next {
    width: 32px;
    height: 60px;
    background: url(/images/s6-r.png) no-repeat;
    right: -46px;
}

.s6box .slick-prev {
    width: 32px;
    height: 60px;
    background: url(/images/s6-l.png) no-repeat;
    left: -46px;
}

.s6-tit h2 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 4px;
    color: #333333;
    margin-bottom: 58px;
    font-weight: 600;
}












@media screen and (max-width:1420px) {
    .s5box ul li {
        margin-left: 5.5%;
    }


}
@media screen and (max-width:1320px){
    .s3-r{
        font: none;
        width: auto;
        padding: 0 10px;
        margin-top: 20px;
    }
    .s3-l{
        float: none;
        width: auto;
    }
    .s3-m{

        margin-right: 30px;
    }
    .s3-r{
        overflow: hidden;
        float: none;
        width: auto;
    }
}
@media screen and (max-width:1300px) {
    .s5box ul li {
        margin-left: 4.5%;
    }

    .s1-r ul li a .pic {
        height: 212px;
    }

    .s1-lpic li a .pic {
        height: 408px;
    }
}

@media screen and (max-width:1200px) {
    .s5box ul li {
        margin-left: 4%;
    }

    .s1-r ul li a .pic {
        height: 193px;
    }

    .s1-lpic li a .pic {
        height: 387px;
    }
}

@media screen and (max-width: 1140px) {
    .s5box ul li {
        margin-left: 2.5%;
    }

    .s1-r ul li a .pic {
        height: 193px;
    }

    .s1-lpic li a .pic {
        height: 387px;
    }
}

@media screen and (max-width: 1100px) {
    .s1-r ul li a .pic {
        height: 176px;
    }

    .s1-lpic li a .pic {
        height: 372px;
    }

}

@media screen and (max-width: 1024px) {


    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner {
        position: relative !important;
        z-index: 980;
        overflow: hidden;
    }

    .index {
        padding-top: 30px;
        position: static;
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        height: auto;
    }

    .s1-r {
        margin-top: 15px;

    }

    .s1-r ul li a .pic {
        height: auto;
    }

    .s1-lpic li a .pic {
        height: auto;
    }

    .s1-tit {
        padding: 15px 0;
    }

    .s1-tit h2 {
        font-size: 28px;
    }

    .s1-more {
        margin: 15px 0;
    }



    .s3-list ul li {
        width: auto;
        float: none;
    }

    .s4-tit>h2 {
        font-size: 28px;
    }

    .s4-l {
        float: none;
        width: auto;
        margin-bottom: 25px;
    }

    .s4-tit {
        margin-bottom: 20px;
    }

    .v-pic {
        height: auto;
    }

    .v-txt {
        font-size: 26px;
    }

    .section4 {
        padding: 20px 0;
    }

    .s4-r ul li:nth-child(-n+2) {
        margin-bottom: 20px;
    }

    .s5box ul li {
        margin: 0;
        width: 25%;
        text-align: center;
        margin-bottom: 15px;
    }

    .s5box ul li a {
        margin: 0 auto;
    }

    .section6 {
        padding: 30px 0;
    }

    .s6-tit h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .v-box {
        padding-top: 60%;
    }

    .v-box video {
        padding: 0;
    }

    .s2 {
        padding: 30px 0;
    }

    .s2-l {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .s2-r {
        width: auto;
        float: none;
        margin-bottom: 20px;
    }

    .s2-m {
        width: auto;
        float: none;
        margin: 0;
    }

    .s2-lc ul li {
        padding: 15px 0;
    }

    .s2-rc ul li a p,
    .s2-rc ul li a span {
        line-height: 65px;
    }



    .s3 {
        display: block;
        padding: 30px 0;
    }

    .s3-banner {
        width: auto;
        height: auto;
        padding-top: 15px;
    }

    .s3-banner ul li a::before {
        content: none;
    }
    .s3-l{
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .s3-m{
        float: none;
        width: auto;
        height: auto;
        margin-right: 20px;
    }
    .s3-notice{
        padding-top: 0;
    }
    .section4 .s2-tit{
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .s4-banner .slick-dots li{
        transform: scale(0.7);
    }
    .s4-banner .slick-dots{
        bottom: -30px;
    }
    .s2-rc ul li a span{
        font-size: 14px;
    }
    .s2-date b{
        font-size: 20px;
    }
    .s2-date span{
        font-size: 12px;
    }
    .s2-tx p{
        font-size: 15px;
    }
    .s2-rc ul li a p{
        padding-left: 32px;
    }
    .ty-list ul .on a{
        font-size: 16px;
    }
    .ty-list ul li{
        height: 52px;
    }
    .ty-list ul li a,.s3-news ul li p{
        
        font-size: 14px;
    }
    .s3-notice ul li a p{
        font-size: 16px;
    }
    .s3-date b{
        font-size: 20px;
    }
    .s3-date span{
        font-size: 12px;
    }
    .s2-tit b span {
        font-size: 26px;
    }

    .s2-tit b {
        font-size: 24px;
    }
 .s21-tit b span {
        font-size: 26px;
    }

    .s21-tit b {
        font-size: 24px;
    }
    .s1-r-txt,
    .s1-r-txt2 {
        padding: 20px
    }

    .s1-tit h2 {
        font-size: 24px;
    }


    .s3-tit {
        padding: 20px 0;
    }

    .s4-tit>h2 {
        font-size: 22px;
    }

    .v-txt {
        font-size: 26px;
    }

    .v-txt {
        font-size: 23px;
    }

    .s4-r ul li:nth-child(-n+2) {
        margin-bottom: 15px;
    }

    .s5box ul li {
        width: 25%;
        margin-bottom: 8px;
    }

    .section5 {
        padding: 15px 0;
    }

    .s5box ul li p {
        font-size: 16px;
    }

    .s5box ul li p {
        margin-bottom: 8px;
    }

    .section6 {
        padding: 20px 0;
    }

    .s6-tit h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 568px) {


    .s1-r-txt,
    .s1-r-txt2 {
        padding: 15px;
        padding-right: 5px;
    }

    .s1-r-txt2 {
        margin-bottom: 15px;
    }

    .s1-r-txt {
        margin-top: 15px;
    }

    .s1-r-txt2 b,
    .s1-r-txt b {
        font-size: 20px;
    }

    .s1-r-txt2 p,
    .s1-r-txt p {
        font-size: 16px
    }

    .s1-r-txt span,
    .s1-r-txt2 span {
        font-size: 12px;
    }

    .s1-tit h2 {
        font-size: 22px;
    }



    .s3-list ul li a .imgbox {
        width: 149px;
        height: 100px;
        margin-right: 10px;
    }

    .s3-txt {
        padding: 20px;
        padding-top: 0;
        padding-right: 0;
    }

    .s3-txt h2 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .s3-txt p {
        font-size: 14px;
    }

    .s4-tit>h2 {
        font-size: 22px;
    }

    .v-txt {
        font-size: 18px;
    }

    .s4-r ul li:nth-child(-n+2) {
        margin-bottom: 8px;
    }



    .s3-txt {
        padding-left: 5px;
    }

    .v-play {
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.6);

    }

    .s5box ul li {
        width: 25%;

    }

    .s5box ul li a {
        width: 60px;
        height: 60px;
    }

    .s5box ul li a img {
        width: 25px;
        height: 25px;
    }

    .s5box ul li p {
        font-size: 14px;
    }

    .section6 {
        padding: 15px 0;
    }

    .s6-tit h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .s1-more a {
        transform: scale(0.8);
    }

    .s1-more span {
        font-size: 15px;
    }

    .s1-txt p {
        margin-bottom: 6px;
    }

    .s1-txt span {
        font-size: 14px;
    }

    .s4-tit a {
        font-size: 13px;
    }

    .banner .slick-dots li {
        transform: scale(0.6);
        margin: 0;
    }

    .yuan {
        transform: scale(0.8);
    }

    .s1-more b {
        transform: scale(0.8);
    }

    .s1-more {
        margin: 5px 0;
    }



    .s3-tit span {
        background-size: 17% !important;
    }

    .s3-tit .on {
        background-size: 17% !important;
    }

    .s1-l .slick-prev,
    .slick-next {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .s2-tit b span {
        font-size: 24px;
    }

    .s2-tit b {
        font-size: 22px;
        padding-bottom: 10px;
    }
  .s21-tit b span {
        font-size: 24px;
    }

    .s21-tit b {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .index{
        padding-top: 15px;
    }
    .section1 .s2-tit{
        margin-bottom: 15px;
    }
    .s2-mc ul li{
        padding: 20px 0;
    } .s21-mc ul li{
        padding: 20px 0;
    }
}