
html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: auto;
}

body {
    overflow-x: hidden;
}


/*banner*/

.banner {
    overflow: hidden;
    position: relative;
}

.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 44px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    max-width: 1300px;
}

.banner .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 17px;
    border-radius: 50%;
    background: #c5bdbd;
    padding: 0;
    position: relative;
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background: #c5bdbd;
}

.banner .slick-dots li:first-child:after {
    display: none;
}

.banner .slick-dots li.slick-active {
    background: #ae0207;
}

.banner .slick-dots li button {
    display: none;
}


/*首页样式*/

.tit {
    line-height: 40px;
    padding: 20px 0 15px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.tit h3 {
    float: left;
    font-size: 28px;
    position: relative;
}

.tit h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 5px;
    width: 100%;
    background: #ae0207;
}

.more a {
    display: block;
    font-size: 14px;
    background: url(../image/more1.png) no-repeat right center;
    padding-right: 55px;
    transition: all 0.3s;
}

.more a:hover {
    color: #ae0207;
    margin-right: 5px;
}

.section1 {
    background: url(../image/section1-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 30px;
    padding-bottom: 75px;
}

.s1-l {
    float: left;
    width: 627px;
    margin-right: 50px;
    margin-top: 33px;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 0;
    height: 398px;
}

.s1-linfo {
    overflow: hidden;
    margin-top: 20px;
}

.s1-linfo p {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    padding-right: 120px;
}

.s1-l .slick-dots {
    width: auto;
    right: 0;
    bottom: 5px;
    text-align: right;
}

.s1-l .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #c5bdbd;
    margin: 0 5px;
}

.s1-l .slick-dots li button {
    display: none;
}

.s1-l .slick-dots li.slick-active {
    background: #ae0207;
}

.s1-r {
    overflow: hidden;
}

.s1-r ul li {
    margin-top: 30px;
}

.s1-r ul li a {
    display: block;
    transition: all 0.3s;
}

.s1-r ul li:first-child {
    margin-top: 30px;
}

.s1-r ul li .date {
    float: left;
    width: 90px;
    height: 90px;
    border: 1px solid #dddddd;
    text-align: center;
    margin-right: 20px;
    transition: all 0.3s;
}

.s1-r ul li .date p {
    font-size: 40px;
    font-weight: bold;
    color: #666;
    margin-top: 5px;
    transition: all 0.3s;
}

.s1-r ul li .date span {
    display: block;
    font-size: 12px;
    color: #111;
    transition: all 0.3s;
}

.s1-r ul li .s1-rtx {
    overflow: hidden;
}

.s1-r ul li .s1-rtx h3 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.3s;
}

.s1-r ul li .s1-rtx p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

.s1-r ul li a:hover .date {
    background: #ae0207;
    border-color: #ae0207;
}

.s1-r ul li a:hover .date p,
.s1-r ul li a:hover .date span {
    color: #ffffff;
}

.s1-r ul li a:hover .s1-rtx h3 {
    color: #ae0207;
    font-weight: bold;
}

.section2 {
    background: url(../image/section2-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 30px 0 50px 0;
}

.s2-l,
.s2-r {
    width: 47.69%;
}

.s2-lt {
    overflow: hidden;
    margin-top: 30px;
}

.s2-lt .s2-ltpic {
    width: 295px;
    margin-right: 22px;
}

.s2-lt .s2-ltpic a {
    display: block;
}

.s2-lt .s2-ltpic .pic {
    padding-top: 0;
    height: 189px;
}

.s2-lt .s2-lttx {
    overflow: hidden;
}

.s2-lt .s2-lttx a {
    display: block;
}

.s2-lt .s2-lttx h3 {
    line-height: 28px;
    height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s2-lt .s2-lttx span {
    display: block;
    font-size: 14px;
    background: url(../image/time.png) no-repeat left center;
    padding-left: 22px;
    line-height: 30px;
    margin-top: 20px;
}

.s2-lt .s2-lttx p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 20px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.public-list {
    margin-top: 2px;
}

.public-list li {
    line-height: 45px;
}

.public-list li span {
    float: right;
    font-size: 14px;
    color: #999;
    padding-left: 15px;
}

.public-list li a {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.public-list li a:hover {
    color: #ae0207;
}

.s2-ld {
    border-top: 1px dashed #fff;
    margin-top: 35px;
    padding-top: 20px;
}

.s2-r ul li:first-child a {
    margin-top: 30px;
}

.s2-r ul li a {
    display: block;
    overflow: hidden;
    margin-top: 40px;
    transition: all 0.3s;
}

.s2-r ul li .s2-rpic {
    width: 124px;
    margin-right: 20px;
}

.s2-r ul li .s2-rpic .pic {
    padding-top: 0;
    height: 60px;
}

.s2-r ul li .date {
    font-size: 16px;
    color: #999;
    margin-left: 40px;
    position: relative;
}

.s2-r ul li .date::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    background: url(../image/jt-y.png);
    width: 18px;
    height: 5px;
}

.s2-r ul li h3 {
    overflow: hidden;
    font-size: 16px;
    color: #111;
    line-height: 30px;
    height: 60px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s2-r ul li a:hover h3 {
    font-weight: bold;
    color: #ae0207;
}

.section3 {
    background: #fff;
    padding-top: 30px;
}

.s3-l,
.s3-r {
    width: 48.46%;
}

.s3-tit {
    border-bottom: 1px solid #ddd;
}

.s3-tit ul {
    line-height: 40px;
    padding: 15px 0;
    font-size: 0;
}

.s3-tit ul li {
    float: left;
    margin-left: 50px;
}

.s3-tit ul li:first-child {
    margin-left: 0;
}

.s3-tit ul li a {
    display: block;
    font-size: 28px;
    color: rgba(34, 34, 34, 0.48);
    position: relative;
}

.s3-tit ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -18px;
    height: 5px;
    background: #ae0207;
    display: none;
}

.s3-tit ul li.on a {
    color: #222;
}

.s3-tit ul li.on a::before {
    display: block;
}

.s3-tit ul li.on a::after {
    display: block;
}

.s3-bd {
    position: relative;
    margin-top: 30px;
}
.section3 .more2{width: 100%;    height: auto;overflow: hidden;text-align: center;display: none;}
.section3 .more2 a{    display: block;width: 90%;margin: 10px auto;border: 1px solid #dddddd;border-radius: 50px;font-size: 16px;line-height: 40px;background: #fafafa;}
.section3 .more2 a:hover{background: #a60308;color: #ffffff;}
.s3-bd .more {
    position: absolute;
    top: -70px;
    right: 0;
}

.s3-bd>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.s3-bd>ul.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.s3-bd>ul li {
    float: left;
    width: 48%;
    margin-top: 30px;
}

.s3-bd>ul li:nth-child(1),
.s3-bd>ul li:nth-child(2) {
    margin-top: 0;
}

.s3-bd>ul li:nth-child(even) {
    margin-left: 4%;
}

.s3-bd>ul li a {
    display: block;
    border: 1px solid #dddddd;
    padding: 12px 20px;
}

.s3-bd>ul li h3 {
    font-size: 16px;
    color: #111;
    line-height: 28px;
    height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s3-bd>ul li .date {
    border-top: 1px solid rgba(221, 221, 221, 0.42);
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
}

.s3-bd>ul li .date::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 32px;
    height: 1px;
    background: rgba(177, 43, 23, 0.42);
}

.s3-bd>ul li .date span {
    font-size: 14px;
    color: #999;
    background: url(../image/time2.png) no-repeat left center;
    padding-left: 20px;
    line-height: 30px;
}


/**/

.s33-tit {
    border-bottom: 1px solid #ddd;
}

.s33-tit ul {
    line-height: 40px;
    padding: 15px 0;
    font-size: 0;
}

.s33-tit ul li {
    float: left;
    margin-left: 50px;
}

.s33-tit ul li:first-child {
    margin-left: 0;
}

.s33-tit ul li a {
    display: block;
    font-size: 28px;
    color: rgba(34, 34, 34, 0.48);
    position: relative;
}

.s33-tit ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -18px;
    height: 5px;
    background: #ae0207;
    display: none;
}

.s33-tit ul li.on a {
    color: #222;
}

.s3-tit ul li.on a::before {
    display: block;
}

.s33-tit ul li.on a::after {
    display: block;
}

.s33-bd {
    position: relative;
    margin-top: 30px;
}

.s33-bd .more {
    position: absolute;
    top: -70px;
    right: 0;
}

.s33-bd>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
}

.s33-bd>ul.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.s3-rt {display:none;}

.s3-rt dd {
    float: left;
    width: 48%;
}

.s3-rt dd:nth-child(even) {
    margin-left: 4%;
}

.s3-rt dd a {
    position: relative
}

.s3-rt .s3-rtinfo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    height: 67px;
    overflow: hidden;
    background: url("../image/imgtitbg.png") repeat-x;
    padding-top: 20px;
}

.s3-rt .s3-rtinfo h3 {
    font-size: 16px;
    line-height: 47px;
    height: 47px;
    overflow: hidden;
    text-align: center;
    color: #ffffff
}

.s3-rt .pic {
    padding-top: 62%;
}

.s3-rd {
    margin-top: 2px;
}

.s3-rd dl {
    margin-top: 2%;
}

.s3-rd dd {
    line-height: 52px;
    border-bottom: #dddddd 1px dashed;
}

.s3-rd dd:last-child {
    border-bottom: none
}

.s3-rd dd span {
    float: left;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
    position: relative;
    margin-right: 15px;
}

.s3-rd dd span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 21px;
    width: 1px;
    height: 15px;
    border-left: #e2d7bb 1px solid;
}

.s3-rd dd a {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    position: relative;
}

.s3-rd dd a:hover {
    color: #ae0207;
}

.s3-rd dd a::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 27px;
    background: url(../image/jt-y.png);
    width: 18px;
    height: 5px;
}

.section4 {
    padding: 40px 0;
    background: url("../image/ztbg.png") bottom center no-repeat;
    background-size: cover;
}

.s4-c {
    position: relative;
}

.s4-c>div {
    overflow: hidden;
    padding: 20px 0;
}

.s4-c ul {
    margin-left: -13px;
    margin-right: -13px;
}

.s4-c ul li a {
    display: block;
    margin: 0 13px;
}

.s4-c ul li a .pic {
    padding-top: 42%;
}

.s4-c .slick-prev,
.s4-c .slick-next {
    display: none !important;
}

.s4-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 67%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    padding: 0 !important;
    border-radius: 50%;
}

.s4-prev {
    left: -60px;
    background: url(../image/prev1.png) no-repeat center #b6b6b6;
}

.s4-next {
    right: -60px;
    background: url(../image/next1.png) no-repeat center #b6b6b6;
}

.s4-prev:hover,
.s4-next:hover {
    background-color: #ae0207
}
.s4-c .tit {
    text-align: center;
    border-bottom: none;
}

.s4-c .tit h3 {
    float: none;
    display: inline-block;
}

.fastbox {
    margin-top: 35px;
}

.fastbox .tit {
    text-align: center;
    border-bottom: none;
}

.fastbox .tit h3 {
    float: none;
    display: inline-block;
}

.s6-b>ul {
    margin-top: 35px;
}

.s6-b>ul li a {
    display: block;
    text-align: center;
}

.s6-b>ul li a div {
    display: block;
    width: 86px;
    height: 86px;
    border: 1px dashed #5c5c5c;
    text-align: center;
    line-height: 86px;
    border-radius: 50%;
    transition: all 0.5s;
    margin: 0 auto;
}

.s6-b>ul li a div img {
    display: none;
    vertical-align: middle;
    max-width: 60%;
}

.s6-b>ul li a img:first-child {
    display: inline-block;
}

.s6-b>ul li a p {
    font-size: 18px;
    color: #222222;
    margin-top: 20px;
    line-height: 20px;
}

.s6-b>ul li a:hover div {
    background: #ae0207;
    border: 1px dashed #ae0207;
}

.s6-b>ul li a:hover div img {
    display: inline-block;
}

.s6-b>ul li a:hover div img:first-child {
    display: none;
}

.s6-b>ul li a:hover p {
    font-weight: 600;
    color: #ae0207;
}

.s6-b .slick-dots {
    position: static;
    text-align: center;
    margin-top: 40px;
}

.s6-b .slick-dots li {
    width: 30px;
    height: 7px;
    font-size: 0;
    background: #c5bdbe;
    border-radius: 5px;
}

.s6-b .slick-dots li.slick-active {
    background: #ae0207;
}
/*  */
.end_link {
  height: auto;
  overflow: hidden;
  padding: 30px 0;
background: #f3f3f3;margin-top: 30px;}

.end_link h4 {
  float: left;
  width: 110px;
  height: 54px;
  margin-right: 40px;
}

.end_link .end_linklist {
  float: left;
  width: 1130px;
}

.end_link .end_linklist a {
  font-size: 16px;
  color: #666666;
  line-height: 27px;
  width: 20%;
  float: left;
  background: url(../image/ico_links.png) left center no-repeat;
  padding-left: 20px;
}

.end_link .end_linklist a:hover {
  color: #920d14;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {
    .s4-prev {
        left: -15px;
    }
    .s4-next {
        right: -15px;
    }
    .s2-tit ul li {
        padding: 0 15px;
    }
    .s2-tit ul li a::after {
        left: -15px;
    }
    .s4-r ul li h3 {
        font-size: 16px;
    }
    .s4-r ul li:last-child h3 {
        font-size: 12px;
    }
}

@media screen and (max-width:1300px) {
    .s2-tit ul li {
        padding: 0 10px;
    }
    .s2-tit ul li a::after {
        left: -10px;
    }
    .s4-r ul li p {
        margin-top: 10px;
    }
    .s4-l ul li h3 {
        padding: 20px 10px;
    }
    .s4-l ul li h3 p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width:1200px) {
    .s1-l {
        width: 400px;
    }
    /*.s1-l ul li a .pic {*/
    /*	height: 300px;*/
    /*}*/
    .s1-l-r ul li:last-child {
        display: none;
    }
    .s1-r ul li {
        padding: 11px 0;
    }
    .s1-r ul li .s1-r-tx p {
        font-size: 12px;
        line-height: 20px;
    }
    .s1-r ul li .s1-r-tx p img {
        max-height: 14px;
    }
    .s2-tit ul li {
        padding: 0 8px;
    }
    .s2-tit ul li a::after {
        left: -8px;
    }
    .s2-tit ul li a {
        font-size: 16px;
    }
    .s4-r ul li h3 {
        margin-top: 5px;
    }
    .s4-r ul li:last-child h3 {
        margin-top: 2px;
    }
    .s4-r ul li p {
        line-height: 26px;
    }
    .s4-r ul li p img {
        max-height: 26px;
    }
}

@media screen and (max-width:1100px) {
    .s4-r ul li p {
        margin-top: 6px;
    }
    .s4-r ul li:last-child h3 {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1024px) {
.end_link h4{    float: none;
    margin: 0 auto 20px auto;}
.end_link .end_linklist {
    float: left;
    width: 100%;
}
.end_link .end_linklist a{
line-height: 36px;
    width: 33.33%;}
.section3 .more2{display: block;}
    .banner .slick-dots {
        bottom: 15px;
    }
    .banner .slick-dots li,
    .banner .slick-dots li button {
        width: 10px;
        height: 10px;
    }
    .s1-l,
    .s1-r {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s2-l,
    .s2-r {
        float: none;
        width: auto;
    }
    .s2-tit ul li {
        padding: 0 20px;
    }
    .s2-tit ul li a::after {
        left: -20px;
    }
    .section3 .s2-l {
        margin-top: 20px;
    }

    .s3-l,
    .s3-r {
        float: none;
        width: auto;margin-bottom: 20px;
    }
    .s4-l,
    .s4-r {
        float: none;
        width: auto;
    }
    .s4-r ul li a>div {
        padding-top: 42%;
    }
    .s4-r ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    .s4-r ul li a {
        margin: 20px 10px 0 10px;
    }
    .s4-r ul li:first-child a,
    .s4-r ul li:nth-child(2) a,
    .s4-r ul li:nth-child(3) a {
        margin-top: 20px;
    }
    .s4-r ul li p {
        margin-top: 20px;
    }
    .s4-r ul li h3 {
        margin-top: 10px;
    }
    .s4-r ul li:last-child h3 {
        margin-top: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .banner .slick-dots {
        bottom: 10px;
    }
    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s1-l ul li a .pic {
        height: auto;
        padding-top: 77.7%;
    }
    .s1-l-r {
        margin-top: 20px;
    }
    .s2-tit ul li {
        padding: 0 10px;
    }
    .s2-tit ul li a::after {
        left: -10px;
    }
    .s4-r ul li {
        width: 50%;
    }
    .s4-r ul li a>div {
        padding-top: 0;
        position: static;
    }
    .s4-r ul li a>div>div {
        position: static;
        padding: 20px 0;
    }
    .s4-r ul li p {
        margin-top: 0;
    }
    .s4-l ul li {
        width: 50%;
    }
    .s4-l ul li:nth-child(3),
    .s4-l ul li:nth-child(4) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .s2-lt .s2-ltpic .pic {
        padding-top: 80%;
        height: auto;
    }
    .s2-lt .s2-ltpic {
        width: 40%;
        margin-right: 22px;
    }
    .s2-lt .s2-lttx span {
        margin-top: 0px;
    }
    .s2-lt .s2-lttx P {
        margin-top: 0px;
    }
    .s2-ld {
        margin-top: 0;
        padding-top: 0px;
    }
    .s2-lt {
        padding-bottom: 20PX;
    }
    .s33-tit ul li a {
        font-size: 22px;
    }
    .s33-tit ul li {
        margin-left: 20px;
    }
    .s3-tit ul li a {
        font-size: 22px;
    }
    .s3-tit ul li {
        margin-left: 20px;
    }
    .tit h3 {
        font-size: 22px;
    }
    .tit h3 img {
        max-height: 20px;
    }
    .section3 .s2-tit ul li a {
        font-size: 22px;
    }
    .section3 .s2-tit ul li:first-child {
        background: none;
        padding-left: 0;
    }
    .section3 .s2-tit ul li.on:first-child {
        background: none;
        padding-left: 0;
    }
    .section3 .s2-tit ul li:first-child+li {
        background: none;
        padding-left: 0;
    }
    .section3 .s2-tit ul li.on:first-child+li {
        background: none;
        padding-left: 0;
    }
    .section3 .s2-tit ul li a::after {
        left: -14px;
    }
    .s4-l ul li h3 p {
        font-size: 14px;
    }
    .s4-r ul li:last-child h3 {
        font-size: 14px;
        margin-top: 5px;
    }
    .s4-r ul li a>div>div {
        padding: 15px 0;
    }
    .s4-r ul li a {
        height: 87px;
        overflow: hidden;
    }
    .s4-l ul li h3 {
        padding: 10px;
    }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}
