/* link */
.footer .links{width:45%;margin-left:5%}
.links a{color:#fff;line-height:32px;display:inline-block;margin:0 5px}

/* TOP */
.top {
    margin-bottom: 40px;
}

.top h2 {
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    color: #ae0a29;
    float: left;
}

.top a {
    font-size: 16px;
    line-height: 30px;
    color: #ae0a29;
    float: right;
    background: url(../images/more-bg.png) no-repeat right;
    padding-right: 55px;
}

.top a:hover {
    font-weight: bold;
}

video {
    width: 100%;
}

/* sec1 */
.s1-left {
    float: left;
    width: 690px;
    margin-top: 0;
}

.ban1 .pic {
    padding-top: 59.2%;

}

.ban1 .slick-prev {
    background: url(../images/ban1-prev.png) no-repeat center;
    width: 30px;
    height: 75px;
    z-index: 1;
    left: 0;
    top: 40%;
}

.ban1 .slick-next {
    background: url(../images/ban1-next.png) no-repeat center;
    width: 30px;
    height: 75px;
    z-index: 1;
    right: 0;
    top: 40%;
}

.ban1 a {
    position: relative;
}

.ban1 .text {
    position: relative;
    margin: 0 auto;
    bottom: 65px;
    width: 80%;
    background: #94070a;
    padding: 20px 24px 18px 30px;
}

.ban1 .text:hover p {
    font-weight: bold;
}

.ban1 .text p {
    font-size: 18px;
    line-height: 24px;
    max-height: 24px;
    color: #ffffff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
    white-space: normal;
}

.ban1 .text span {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    background: url(../images/s1-11.png) no-repeat left;
    padding-left: 32px;
    display: block;
}

.s1-right {
    position: relative;
    overflow: hidden;
    padding-left: 32px;
    border-top: 5px solid #ae0a29;
}

.s1-right li {
    float: left;
    width: 100%;
    border-bottom: solid 1px #eeeeee;
}

.s1-right li:hover p {
    color: #94070a;
    font-weight: bold;

}

.s1-right li:hover span {
    color: #94070a;
}

.s1-right li:nth-child(odd) {
    /* margin-right: 4.6%; */
}

.s1-right li a {
    /* padding: 20px 0 17px 0; */
}

.s1-right li p {
    font-size: 18px;
    line-height: 62px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 10px; */
    white-space: nowrap;
    float: left;
    width: calc(100% - 140px);
}

.s1-right li span {
    display: block;
    font-size: 16px;
    line-height: 62px;
    color: #999999;
    /* background: url(../images/s1-r-list-bg.png) no-repeat left; */
    /* padding-left: 32px; */
    width: 100px;
    float: right;
}

/* sec2 */

.sec2 {
    background: url(../images/sec2-bg.png) no-repeat center;
    padding: 50px 0;
    background-size: cover;
}

.sec2-list {
    overflow: hidden;
}

.s1-lb-tit h2 {
    display: inline-block;
    font-size: 30px;
    color: #999999;
    line-height: 36px;
    cursor: pointer;

}

.s1-lb-tit .last {
    margin-left: 56px;
}

.s1-lb-tit .on {
    font-size: 36px;
    color: #ae0a29;
}

.more-links {
    float: right;
}

.s1-lb-tit a {
    font-size: 16px;
    line-height: 30px;
    color: #ae0a29;
    float: right;
    background: url(../images/more-bg.png) no-repeat right;
    padding-right: 55px;
}

.s1-lb-tit a:hover {
    font-weight: bold;
}

.top a:hover {
    font-weight: bold;
}

.sec2-list {
    margin-top: 30px;
}

.sec2-list ul>li {
    float: left;
    width: 31.4%;
    position: relative;
    box-shadow: 0px 1px 1px 0px rgba(6, 0, 1, 0.1);
    border: solid 1px #eeeeee;
    background: #ffffff;
}

.sec2-list ul>li:hover {
    box-shadow: 0px 5px 5px 0px rgba(6, 0, 1, 0.1);
}

.sec2-list ul>li:nth-child(3n+2) {
    margin: 0 2.8%;
}

.sec2-list ul>li:nth-child(n+4) {
    margin-top: 35px;
}

.sec2-list ul>li a {
    padding: 20px 25px 0 25px;

}

.sec2-list ul>li:hover .date {
    float: left;
}

.sec2-list ul>li:hover .date p {
    color: #94070a;
}

.sec2-list ul>li:hover .date span {
    color: #ae0a29;
}

.sec2-list ul>li:hover .text h3 {
    color: #94070a;
}

.sec2-list ul>li:hover .text span {
    background: url(../images/s2-list-bg1.png)
}

.sec2-list ul>li:hover .xq:after {
    width: 120%;
    z-index: -1;
}

.sec2-list ul>li:hover .xq {
    color: #ffffff;
}

.sec2-list ul>li .date {
    width: 65px;
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}

.sec2-list ul>li .date p {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #666666;

}

.sec2-list ul>li .date span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 8px;
}

.sec2-list ul>li .text {
    overflow: hidden;
    border-bottom: dashed 1px #eeeeee;
    padding-bottom: 15px;
}

.sec2-list ul>li .text h3 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sec2-list ul>li .text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sec2-list ul>li .xq {
    position: relative;
    float: right;
    width: 70%;
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #cccccc;
    background: url(../images/s2-list-bg.png) no-repeat right;
    z-index: 1;
    transition: all 0.5s;
}

.sec2-list ul>li .xq::after {
    content: '';
    position: absolute;
    width: 0;
    height: 35px;
    bottom: 0;
    right: -24px;
    background: #94070a url(../images/s2-list-bg1.png) no-repeat 85%;
    transition: all 0.5s;
}

/* sec3 */
.sec3 {
    margin: 48px 0 45px 0;
}

.sec3 .top {
    margin-bottom: 50px;
}

.s3-left {
    float: left;
    width: 605px;
    margin-right: 3.7%;
}
.s3-left{position:relative}
.s3-left:hover .img{-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-ms-transform:scale(1.08);-o-transform:scale(1.08);transform:scale(1.08)}
.s3-left .name{position:absolute;bottom:0;left:0;width:100%;text-align:center;font-size:16px;color:#fff;height:85px;line-height:115px;pointer-events:none;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.s3-left .box{display:block;position:relative;overflow:hidden}
.s3-left .video{display:block;width:100%;height:100%;}
.s3-left .play{cursor:pointer;position:absolute;top:50%;left:50%;width:46px;height:46px;background:url(../images/c-i5.png) center no-repeat;-webkit-background-size:100% 100%;-moz-background-size:100%;-o-background-size:100%;background-size:100%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.s3-left .img{min-width:100%;height:100%;vertical-align:middle;max-width:none;-o-object-fit:cover;object-fit:cover;-webkit-transition:.6s;-o-transition:.6s;-moz-transition:.6s;transition:.6s}

.s3-right {
    padding-bottom: 15px;
    overflow: hidden;
}

.s3-right .s3-list {
    float: left;
    width: 48%;
    padding: 25px 24px 25px 24px;
    border: solid 2px #d2d2d2;
}
.s3-right .s3-l{float:left}
.s3-right .s3-r{float:right}
.s3-right .s3-list:first-child {
    margin-right: 24px;
}

.s3-right .s3-list .pic {
    padding-top: 65.5%;
    margin-bottom: 28px;
}

.s3-right .s3-list h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-right .s3-list p {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    line-height: 22px;
    max-height: 45px;
    overflow: hidden;
}

.s3-right .s3-list span {
    font-size: 14px;
    line-height: 14px;
    color: #666666;
    background: url(../images/time.png) no-repeat left;
    padding-left: 25px;
}

/* sec4 */
.sec4 {
    background: url(../images/sec4-bg.png) no-repeat center;
    padding-top: 64px;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-size: cover;
}
.szboxtit{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}
.szboxtit li{
    display: inline-block;
    font-size: 36px;
    line-height: 36px;
    color: #ae0a29;
    float: left;
}
.szboxtit li h2{
    margin-right: 60px;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    float: left;
    opacity:0.5;
    cursor: pointer;
}
.szboxtit li.on h2{opacity:1}
.szboxtit li a{display:none;position: absolute;right: 0;top: 0;font-size: 16px;line-height: 30px;color: #ae0a29;float: right;background: url(../images/more-bg.png) no-repeat right;padding-right: 55px;}
.szboxtit li.on a{
display:block;
}

.szpiclist{
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    position: relative;
}
.szpiclist>div.on{opacity: 1;position: relative;z-index: 9;}
.szpic_list {
    margin-top: 0;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

.szpic_list>ul {
    margin-left: -25px;
    margin-right: -25px;
}

.szpic_list ul li {
    margin: 0 20px;
}

.szpic_list ul li a {
    display: block;
}

.szpic_list ul li a .pic {
    padding-top: 125%;
}
.szpic_list ul li p {display:block;text-align:center;line-height:50px;font-size: 16px;color:#333;font-weight: bold;}
.szpic_list .slick-prev,
.szpic_list .slick-next {
    width: 50px;
    height: 50px;
    transition: all 0.3s;
    border-radius: 4px;
    border-radius: 50%;
}

.szpic_list .slick-prev {
    background: url("../images/prev1.png") center no-repeat #0003;
    left: -5%;
    opacity: 0.8;
}

.szpic_list .slick-next {
    background: url("../images/prev2.png") center no-repeat #0003;
    right: -5%;
    opacity: 0.8;
}

.szpic_list .slick-prev:hover {
    background: url("../images/prev1.png") center no-repeat #0000005e;
    opacity: 1;
}

.szpic_list .slick-next:hover {
    background: url("../images/prev2.png") center no-repeat #0000005e;
    opacity: 1;
}


.ban2 {
    margin-top: 60px;
    position: relative;
}
.ban2>ul{
    position:absolute;
    left:0;
    width:100%;
    top:0;
    opacity:0;
    transition:all .5s;
     z-index:-9;
}
.ban2>ul.on{
    opacity:1;
    position:relative;
    z-index:9;
}


.ban2 .pic {
    padding-top: 64%;
    border: #ffffffe0 10px solid;
    background: #fff;
}

.ban2 ul li a {
    /* background: url(../images/s4-list-bg.png) no-repeat top; */
    display: block;
    margin: 0;
    padding-right: 30px;
}

.ban2 .slick-prev {
    background: url(../images/ban2-prev.png) no-repeat center;
    width: 70px;
    height: 70px;
    z-index: 1;
    left: -110px;
}

.ban2 .slick-next {
    background: url(../images/ban2-next.png) no-repeat center;
    width: 70px;
    height: 70px;
    z-index: 1;
    right: -110px;
}


.ban2 ul li a p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 60px;
    color: #222;
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.ban2-list img{
    
border-radius: 0;
    
/* border: #fff 10px solid; */
    
/* background: #fff; */
}


/* sec5 */
.sec5 {
    margin: 60px 0;
}

.ban3 ul li a {
    display: block;
    margin: 0 20px;
    position: relative;
    text-align: center;
}

.ban3 .pic {
    padding-top: 145%;
}

.ban3 p {
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    position: absolute;
    width: 100%;
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ban3 .slick-prev {
    background: url(../images/ban3-prev.png) no-repeat center;
    width: 40px;
    height: 60px;
    z-index: 1;
    left: -40px;
}

.ban3 .slick-next {
    background: url(../images/ban3-next.png) no-repeat center;
    background-size: 40px auto;
    width: 40px;
    height: 60px;
    z-index: 1;
    right: -40px;
}
/*sec6*/
.flex{display:flex;justify-content:space-between;flex-wrap:wrap}
.flex-left{display:flex;flex-wrap:wrap}
.flex-center{display:flex;flex-wrap:wrap;justify-content: center;}
.flex-right{display:flex;flex-wrap:wrap;justify-content: flex-end;}
.flex-v-center{display:-webkit-flex;display:flex;flex-direction:column;justify-content:center}
.flex-v{display:-webkit-flex;display:flex;flex-direction:column;justify-content:space-between;}
.flex-v-bottom{display: -webkit-flex;display: flex;align-items: flex-end;flex-wrap: wrap;justify-content: left;}

.sec6{
    margin: 50px 0 45px 0;
    height: auto;
    overflow: hidden;
}
.sec6 .s6-left{
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.sec6 .s6-center{
    float: left;
    width: 31%;
}
.sec6 .s6-right{
    float: right;
    width: 31%;
}
/**/
.tpwz_list{width: 100%;height: 124px;overflow: hidden;margin: 25px 0 0 0;}
.tpwz_list .imgqy{width: 170px;height: 124px;overflow: hidden;float: left;}
.tpwz_list img{width: 170px;height: 124px;padding: 0;border: #dfdfdf 1px solid;margin-right: 15px}
.tpwz_list .tpwz_txt{float: right;width: calc(100% - 190px);height: 124px;overflow: hidden;padding: 0 0 0 0;}
.tpwz_list .tpwz_txt h1{ color: #242424; font-size: 18px; line-height: 30px; }
.tpwz_list .tpwz_txt h1 a{color: #242424;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.tpwz_list .tpwz_txt p{font-size: 14px;line-height: 27px;color: #494949;margin:5px 0;padding: 0;}
.tpwz_list .tpwz_txt p a{color: #999999;display: none;}
.tpwz_txt:hover h1 a{color: #cc0000; }
.tpwz_list .tpwz_txt span{
    line-height: 50px;
}
/**/
.n_list{height: auto;padding: 0 0 0 0 !important;position: relative;overflow: hidden;}
.n_list li{width: 100%;height: 46px;line-height: 46px;display: block;color: #999999;font-size: 16px;overflow: hidden;}
.n_list li a{font-size: 16px;color: #333333;background: url("../images/ico_001.png") left center no-repeat;padding-left: 15px;/* float: left; */display: block;height: 46px;line-height: 46px;overflow: hidden;text-overflow: ellipsis;/* margin-bottom: 10px; */white-space: nowrap;width: 75%;}
.n_list li a:hover{color: #cc3300}
.n_list li .date{float: right;font-size: 14px;color: #999999;display: block;}
.n_list li i{ font-style: normal; color: #ff9900}

.s4-lb-tit h2 {
    display: inline-block;
    font-size: 30px;
    color: #999999;
    line-height: 36px;
    cursor: pointer;

}

.s4-lb-tit .last {
    margin-left: 56px;
}

.s4-lb-tit .on {
    font-size: 36px;
    color: #ae0a29;
}

.more-links {
    float: right;
}

.s4-lb-tit a {
    font-size: 16px;
    line-height: 30px;
    color: #ae0a29;
    float: right;
    background: url(../images/more-bg.png) no-repeat right;
    padding-right: 55px;
}

.s4-lb-tit a:hover {
    font-weight: bold;
}