@charset "utf-8";




.toTop {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 99;
}

.toTop>img {
    width: 100%;
}
.banner_bg{background:url(../images/banner_bg.jpg) no-repeat bottom center / cover;
margin-top:100px;
position: relative;
    /* z-index: 9; */
    overflow: hidden;
}
.banner.pc .swiper-slide a {
    display: block;
}
.banner_r{ background:#fff url(../images/xiaoxun.jpg) no-repeat center 185px;
background-size:66%;position: relative;overflow: hidden; 
width:15%; 
float:right;
/*
height:690px;*/
padding-bottom:28%;
}
.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
    width: 85%;
    float:left;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;

}

.banner .slick .slick-slide a {
    display: block;
    position: relative;
}
.banner .imgBox{overflow:hidden; width:100%; transform: scale(1);}
.banner .imgBox .img img{
    display: block;
    width: 100%;
    -webkit-transform: scale(1.1);
    webkit-transform: scale(1.1);
    transition:6s;
    object-fit:cover;
}

.banner .slick-current .imgBox .img img{
    -webkit-transform: scale(1.05);
    webkit-transform: scale(1.05);
}
.banner .slick-current.first .imgBox .img img{
    -webkit-transform: scale(1);
    webkit-transform: scale(1);
}

.banner .slick .slick-slide a img {
    display: block;
    width: 100%;
}

/*
.banner .slick .slick-slide a div {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 50%;
    margin-right: -410px;
    background: rgba(0, 0, 0, .22);
    line-height: 106px;
    height: 106px;
    display:none;
}
*/

.banner .slick .slick-slide a div p {
    position: absolute;
    right: 0;
    left: 100%;
    margin-left: -1160px;
    bottom: 0;
    font-size: 36px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.banner .slick-dots {
    bottom: 40px;
    text-align: center;
    font-size: 0;
    width: auto;
    right: 5%;
    
    width: 280px;
    padding: 0 30px;
    line-height: 30px;
}

.banner .slick-dots li {
    height: auto;
    width: auto;
    position: static;
    line-height: 22px;
    position: relative;
    font-size: 0;
}


.banner .slick-dots li button {
    font-size: 20px;
    color: #fff;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.banner .slick-dots li::before {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s;
}

.banner .slick-dots li::after {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s;
}

.banner .slick-dots li.slick-active::before {
    width: 20px;
}

.banner .slick-dots li.slick-active::after {
    width: 20px;
}

.banner .slick-prev {
display:none !important;
    width: 30px;
    height: 30px;
    bottom: 40px;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 50%;
    margin-right: -500px;
}

.banner .slick-prev::before {
    content: "<";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    color: #fff;
    font-family: 楷体;
}

.banner .slick-next {
display:none !important;
    width: 30px;
    height: 30px;
    bottom: 40px;
    top: auto;
    right: 50%;
    margin-right: -750px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.banner .slick-next::before {
    content: ">";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    font-family: 楷体;
    color: #fff;
}




.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;
align-items: 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
}

.index {
    /* position: fixed; */
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
}

.itit {
    overflow: hidden;
}

.itit1 {
    line-height: 90px;
}

.itit2 {
    line-height: 48px;
}

.itit h2 {
    float: left;
    font-size: 32px;
    font-weight: normal;
    color: #333333;
}

.itit1 h2 {
  
    padding-left: 0px;
}

.tmore {
    /* float: right; */
    overflow: hidden;
    text-align: right;
    position: relative;
}

.tmore a {
    display: block;
    font-size: 14px;
    color: #586472;
    padding-left: 48px;
    background: url(../images/more02.png) no-repeat;
    background-position:left center;
    text-transform: uppercase;
    transition: all 0.5s;
    float: right;
    min-height: 48px;
}

.tmore a:hover {
    padding-right: 10px;
}


.section1 {
    margin-top: 58px;
padding-bottom:50px;
background:url(../images/section1_bg.jpg) no-repeat bottom right;
overflow:hidden;

}

.section1 .aleft{ width:64%; float:left;}
.section1 .aright{ width:32%; float:right; }
.section1 .aright .aright-a{
margin-bottom:20px;
}

.s1-c {
    margin-top: 18px;
}

.s1-r {
    overflow: hidden;
}


.list_box5 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.list_box5 li {
    width: 48%;
    display: inline-block;
}
.list_box5 li *{ transition: .5s;}
.list_box5 li a{ display: block; position: relative;}
.list_box5 li .img .img_hezi{padding-bottom: 220px !important;}
.list_box5 li .img::after{ content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: url(../images/hei70.png) center bottom  no-repeat; background-size: 100% auto;}
.list_box5 li .top2{position: absolute;top: 200px;right: 0;display: flex;justify-content: flex-end;padding: 18px;flex-direction: column;width:92%; background:#679966;}
.list_box5 li .top2 h6{font-size: 14px;color: #fff;text-indent: 0;}
.list_box5 li .top2 h5{font-size: 20px;color: #fff;line-height: 26px;max-height: 52px\0;font-weight: normal;margin: 10px 0 0;}
.list_box5 li .top2 span {
    display: block;
    padding-left: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #eeeeee;
    margin-top: 15px;
    background: url(../images/sjw.png) no-repeat;
    background-position: left center;
    background-size:20px;
}

.list_box5 li a:hover .top2{
background:#f5f5f5;
}
.list_box5 li a:hover .top2 h5{
color: #333;
}
.list_box5 li a:hover .top2 span {
 background: url(../images/sjh.png) no-repeat;
color:#666
}

.img_zd {
    position: relative;
    width: 100%
}
.img_zd .img_hezi {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover !important;
}
.img_zd>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*文本超出 小圆点显示*/
.overfloat-dot-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overfloat-dot-21 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.overfloat-dot-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.slow {
    overflow: hidden;
    transition: .5s;
    background-size: 100% !important;
}

a:hover .slow img {
    transform: scale(1.1);
}

/*图片放大*/
.slow img {
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.art-more:hover {
    padding-right: 25px;
}


.list_box6{margin-top:155px;overflow: hidden;}
.list_box6 h4{display: block;padding: 15px 0;position: relative;font-size: 18px;color: #333333;line-height: 30px;margin: 8px 0 0; text-indent:2em;}
.list_box6 li{ width:48%; display:inline-block; background:url(../images/list6-1.jpg) no-repeat left center;padding-left:15px;}
.list_box6 li:nth-child(even) { float:right;}
.list_box6 li a{display: block;padding:15px 0;position: relative;}
.list_box6 li a:after{content:"";position: absolute;bottom:15px;left:0;width:0;height: 1px;background: #003f98;}
.list_box6 li h5{font-size: 20px;color: #333333;line-height:30px;margin:4px 0 ;max-height:30px;transition: .5s; font-weight:normal;}
.list_box6 li:last-child a{/* padding-bottom:0 */}
.list_box6 li a:hover h5{color: #679966;}



.list_box7{overflow: hidden;}
.list_box7 li{ width:100%; display:inline-block;margin-bottom:15px; }
.list_box7 li a{padding: 0;position: relative;line-height:40px; height:80px;font-size:20px;}

.list_box7 li h5{font-size: 21px;color: #333333;line-height:40px;margin:8px 0 0;max-height: 80px\0;transition: .5s;}
.list_box7 li:last-child a{/* padding-bottom:0 */}
.list_box7 li a:hover{color: #679966;}
.list_box7 li .flex{display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
.list_box7 li .time{width:90px;position: relative;}
.list_box7 li .time:after{content:"";position: absolute;bottom:9px;right:0;width:40px;height: 1px;background: #679966;;}
.list_box7 li .time span{
font-size:30px;
color:#679966;
font-weight:600;
line-height:50px;
}
.list_box7 li .txt{width:calc(100% - 110px);}



.list_box8 {
    width: 100%;
   
}
.list_box8 li {
    width: 100%;
    display: inline-block;
}
.list_box8 li *{ transition: .5s;}
.list_box8 li a{ display: block; position: relative;}
.list_box8 li .top2{display: flex;justify-content: flex-end;padding: 10px 0;flex-direction: column;width:100%; }
.list_box8 li .top2 h6{font-size: 14px;color: #333;text-indent: 0;}
.list_box8 li .top2 h5{font-size: 20px;color: #333;line-height: 26px;max-height: 52px\0;font-weight: normal;margin: 10px 0 0;}
.list_box8 li .top2 span {
    display: block;
    padding-left: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 15px;
    background: url(../images/sjh.png) no-repeat;
    background-position: left center;
    background-size:20px;
}

.list_box8 li a:hover .top2 h5{
color: #679966;
}
.list_box8 li a:hover .top2 span {
 background: url(../images/sjh.png) no-repeat;
background-position: left center;
background-size:20px;
color:#679966
}




.section2 {
    background: #762244;
    background-position: center top;
    padding-top: 60px;
    margin-top: 0px;
    position: relative;
    z-index: 9;
    overflow:hidden;
    padding-bottom:60px;
}
.section2 .aleft{width: 120px; float:left; height:560px;}
.section2 .aright{width:  calc(100% - 140px); float:right;}

.inmore img{width:40px;}
.intit.he1{height: .79rem}
.intit.he2{width: .79rem}
.intit .mob{display: none}
.inmore .mob{display: none}

.section2 ul {
    overflow: hidden;
}

.section2 ul .itit {
    padding: 6% 20% 0 40px;
}

.section2 ul .tmore {
    margin-top: 20%;
}

.section2 ul .tmore a {
    color: #fff;
    background: url(../images/tmore2.png) no-repeat;
    background-position: right center;
}

.section2 ul .itit h2 {
    float: none;
    color: #fff;
}

.section2 ul li {
    float: left;
    width: 31%;
margin-right:3%;
    height: 306px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section2 ul li:nth-child(1){ background:url(../images/a1.jpg) no-repeat center; }
.section2 ul li:nth-child(2){ background:url(../images/a2.jpg) no-repeat center; }
.section2 ul li:nth-child(3){ margin-right:0; background:url(../images/a3.jpg) no-repeat center;}
.section2 ul li:nth-child(4){ background:url(../images/a4.jpg) no-repeat center; }
.section2 ul li:nth-child(5){ background:url(../images/a5.jpg) no-repeat center;}
.section2 ul li:nth-child(6){ margin-right:0; background:url(../images/a6.jpg) no-repeat center;}

.section2 ul li>a {
    display: block;
    padding: 20% 40px 0 40px;
    text-align:center;
}

.section2 ul li a img {
    display: block;
    margin:0 auto;
    width:102px;
}

.section2 ul li a p {
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
    margin-top: 6%;
}


.section3 {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 310px;
    margin-top: 63px;
    position: relative;
    z-index: 8;
}

.section3 .px1500 {
    background: url(../images/s3-cbj.png) repeat;
    padding: 27px;
    position: relative;
}

.section3 .px1500::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 169px;
    height: 27px;
    background-color: #742341;
}

.s3-c {
    background: #fff;
}

.s3-c .itit h2 {
    text-align: center;
    float: none;
    padding-top: 45px;
    padding-bottom: 50px;
}

.s3-c>ul {
    padding-bottom: 55px;
}

.s3-c ul li a {
    display: block;
    padding: 0 10% 10% 10%;
    border-left: 1px solid #dcdcdc;
}

.s3-c ul li a .s3-data {
    font-size: 0;
    line-height: 40px;
}

.s3-c ul li a .s3-data b {
    font-size: 36px;
    color: #282828;
    vertical-align: middle;
}

.s3-c ul li a .s3-data span {
    font-size: 24px;
    vertical-align: middle;
    color: #742341;
}

.s3-c ul li a h3 {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    color: #282828;
    margin: 30px 0;
}

.s3-c ul li a .art-more {
    font-size: 16px;
    background: url(../images/art-more-bj2.png) no-repeat;
    background-position: right bottom;
    padding: 0 20px 0 0;
}

.s3-c .slick-dots {
    position: static;
    font-size: 0;
    margin-top: 25px;
}

.s3-c .slick-dots li {
    width: 17px;
    height: 17px;
    background-color: #cccccc;
    border: 3px solid #fff;
    transition: all 0.3s;
    border-radius: 50%;
}

.s3-c .slick-dots li button {
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 0.3s;
    left: 4px;
    top: 4px;
    padding: 0;
    margin: 0;
}

.s3-c .slick-dots li.slick-active {
    border: 1px solid #742341;
    background: transparent;
}

.s3-c .slick-dots li.slick-active button {
    background-color: #742341;
}

.section4 {
    margin-top: -150px;
    position: relative;
    z-index: 9;
    margin-bottom:100px;
}

.s4-l {
    float: left;
    width: 30%;
    position: relative;
    z-index: 8;
}

.s4-l>div {
    margin-right: -30px;
    padding-top: 86.9%;
}

.s4-l>div>img {
    display: block;
    width: 100%;
}

.s4-r {
    float: right;
    width: 70%;
    position: relative;
    z-index: 9;
}


.s4-r .itit {
    margin-left: 90px;
    padding-top: 30px;
    position: relative;
   
}

.s4-r .itit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 8px;
    background-color: #742341;
}

.s4-r ul {
    margin-top: 6%;
    margin-left: -40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #586472;
    background-position: center center;
    background-size: cover;
    overflow:hidden;
}

.s4-r ul li {
    max-width: 750px;
    width:46%;
margin:0 2%;
float:left;

}

.s4-r ul li:first-child a {
    border-top: none;
}

.s4-r ul li a {
    display: block;
    position: relative;
    padding: 5.5% 0;
    border-top: 1px solid rgba(255, 255, 255, .35);
}

.s4-r ul li a h3 {
    font-size: 0;
    height: 42px;
    overflow: hidden;
    color: #fdfdfd;
    padding-left: 60px;
    position: relative;
    text-align: left;
    line-height: 42px;
text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-r ul li a h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    width: 26px;
    height: 4px;
    background-color: #ffffff;
}

.s4-r ul li a h3 p {
    font-size: 24px;
}

.text-bline {
    display: inline;
    background-image: linear-gradient(#fff, #fff);
    background-size: 0 1px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.text-blineper :hover .text-bline {
    background-size: 100% 1px;
}





.section5 {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f5f5f5;
  
    overflow:hidden;
}

.section5 .aleft{width: 120px; float:left; height:490px;}
.section5 .aright{width:  calc(100% - 140px); float:right;}


.s5-c{
    margin-top: 25px;
}
.s5-c ul li a {
    display: block;
    margin: 0 7%;
    padding: 0;
}

.s5-pic {
    max-width: 260px;
    margin: 0 auto;
}

.s5-pic .pic {
    padding-top: 140%;
    border-radius: 0px;
}

.s5-info{
padding:10px 0;
}
.s5-info h3 {
    font-size: 20px;
    text-align: center;
    color: #333333;
    margin-top: 5px;
 margin-bottom: 5px;
overflow: hidden;
text-overflow:ellipsis;
    white-space:nowrap;
}



.s5-info p {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #333333;
    text-align: center;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.s5-info div {
    height: 48px;
    background: url(../images/tmore.png) no-repeat;
    background-position: center center;
    background-size: auto 100%;
    margin-top: 40px;
}

.s5-c .slick-prev, .s5-c .slick-next {
    width: 30px;
    height: 33px;
}

.s5-c .slick-prev {
    background: url(../images/s5-l.png) no-repeat;
    background-position: center center;
    left: -30px;
    background-size:100%;
}

.s5-c .slick-next {
    background: url(../images/s5-r.png) no-repeat;
    background-position: center center;
    right: -30px;
    background-size:100%;
}

.s5-c ul li a:hover .s5-info h3 {
    color: #586472;
}

@keyframes fanzhuan {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateY(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateY(360deg);
    }
}

@keyframes circles {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

@keyframes circles2 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@media screen and (max-width:1800px) {}

@media screen and (max-width:1520px) {
    .banner .slick .slick-slide a div p {
        margin-left: 0;
        left: 0;
        padding: 0 15px;
        font-size: 26px;
    }
/*
    .banner .slick .slick-slide a div {
        line-height: 80px;
        height: 80px;
        margin-right: 0;
        right: 300px;
    }
*/
    .banner .slick-dots {
        bottom: 25px;
        right: 0;
        margin-right: 0;
    }

    .banner .slick-next, .banner .slick-prev {
        bottom: 25px;
    }

    .banner .slick-next {
        right: 0;
        margin-right: 0;
    }

    .banner .slick-prev {
        right: 250px;
        margin-right: 0;
    }

    .itit1 {
        line-height: 60px;
    }

    .itit1 h2 {
        border-width: 10px;
    }

    .itit h2 {
        font-size: 34px;
    }

    .tmore a {
        font-size: 20px;
    }

  
    .s5-c{
        padding: 0 40px;
    }
}

@media screen and (max-width:1400px) {
    .s3-c ul li a .s3-data b{
        font-size: 30px;
    }
    .s1-l ul li a>p ,.s1-ldata b,.art-more,.section2 ul li a p,.s3-c ul li a .s3-data span,.s4-r ul li a h3 p,.s5-info h3{
        font-size: 20px;
    }
    .s4-r ul li a h3{
        line-height: 28px;
        height: 63px;
    }

    .s1-rinfo h3 ,.s1-ldata span,.s5-info h4,.s5-info p{
        font-size: 18px;
    }

    .s1-l {
        width: 600px;
        margin-right: 25px;
    }

    .s1-r ul li a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .s1-rpic {
        width: 120px;
        margin-left: 20px;
    }

    .s1-rinfo span {
        margin-top: 5px;
    }
    .s3-c ul li a{
        padding: 0 5% 5% 5%;
    }
    .s5-c ul li a{
        padding: 4%;
    }

}

@media screen and (max-width: 1280px) {
    .itit h2 {
        font-size: 28px;
    }

    .itit1 {
        line-height: 48px;
    }

    .tmore a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .section2 ul .itit h2{
        font-size: 22px;
    }
    .tmore a{
        padding-right: 5px;
        background-size: auto 35px;
    }
    .section2 ul .tmore a{
        background-size: auto 35px;
    }
 
    .s1-l ul li a>p {
        font-size: 18px;
    }

    .s1-rinfo h3 {
        font-size: 16px;
    }

.banner_r{ 
width:16%; 
float:right;
padding-bottom:25%;
background:#fff url(../images/xiaoxun.jpg) no-repeat center center;
background-size:50%;
}

.banner {
    width: 84%;
    float:left;
}

.banner_bg{background:url(../images/banner_bg.jpg) no-repeat bottom center / cover;
margin-top:0;

}

.inmore img{width:100px;}
.intit .mob{display:block; height:51px;}
.inmore .mob{display:block;}

   /* .banner .slick .slick-slide a div {
        display: none;
    }*/

    .banner .slick-dots {
        bottom: 15px;
        right: 0;
        margin-right: 0;
    }

    .banner .slick-next, .banner .slick-prev {
        bottom: 15px;
    }

    .banner .slick-dots li {}

    .banner .slick-dots li button {
        font-size: 16px;
        margin: 0 5px;
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .s1-l ul li a>p {
        margin: 15px 0;
    }
    .section2 ul li{
        height: 230px;
margin-bottom:3%;
    }
    .section2 ul li a img{
        width: 60px;
    }
    .section2 ul li>a{
        padding: 20% 20px 0 20px;
    }
    .section2 ul .itit{
        padding: 6% 15px 0 15px;
    }
    .s3-c ul li a h3{
        margin: 15px 0;
    }
    .s3-c .slick-dots{
        margin-top: 0;
    }
    .section3 .px1500{
        padding: 15px;
    }
    .section3 .px1500::before{
        height: 15px;
    }
    .s4-l{
        display: none;
    }
    .s4-r{
        width: auto;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
    }
    .s4-r .itit{
        max-width: none;
        margin-left:0;
        width: auto;
        padding-top: 15px;
    }
    .s4-r ul{
        margin-left: 0;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 25px;
    }
    .s4-r ul li{
        max-width: none;
    }
    .s4-r ul li a{
        padding: 25px 0;
    }
    .s4-r ul li a h3 {
        height: auto;
    }
    .s4-r ul li a h3 p{
        display: block;
    }
    .s4-r ul li a h3::before{
        top: 12px;
    }
.section5 .aleft{width: 100%; float:left; height:80px;flex-direction: row;}
.section5 .aright{width: 100%; float:left;}
    .s5-c ul li a{
        margin: 0 4%;
    }
    .s5-c .slick-prev, .s5-c .slick-next{
        width: 35px;
        height: 40px;
        background-size: 100% auto;
    }
    .s5-c{
        padding: 0 ;
    }
    .s5-c>ul{
        padding: 0 30px;
    }
    .s5-c .slick-prev{
        left: 0;
    }
    .s5-c .slick-next{
        right: 0;
    }
    .s5-info h3{
        margin-top: 20px;
       font-size:18px;
    }
.s1-rinfo h3, .s1-ldata span, .s5-info h4, .s5-info p{
font-size:16px;
}
    .s5-info div{
        margin-top: 20px;
    }
.section1 .aleft{width:100%;}
.section1 .aright{width:100%;}
.section1 .aright .aright-a{
margin-top:20px;
}
.section2 .aleft{
width:100%;
height:80px;
    flex-direction: row;
}
.section2 .aright{
width:100%;
}
.list_box8 li .top2 h5, .list_box6 li h5 ,.list_box7 li a,.list_box5 li .top2 h5{font-size: 18px;}
.list_box7 li a{line-height:30px;height:70px;}
.list_box7 li .time:after{bottom:18px;}

}

@media screen and (max-width: 768px) {
    .section2 ul li{
        width: 30%;
        height: 140px;
margin-right:5%;
    }
    .section2 ul li a p{
        margin-top: 5%;
        font-size:16px;
    }
  
 .section2 ul li>a{
        padding: 15% 10px 0 10px;
    }
.section2 ul li:nth-child(1){   background:url(../images/a1.jpg) no-repeat center;         background-size: cover;}
.section2 ul li:nth-child(2){ background:url(../images/a2.jpg) no-repeat center;         background-size: cover;}
.section2 ul li:nth-child(3){ margin-right:0;        background-size: cover;}
.section2 ul li:nth-child(4){ background:url(../images/a4.jpg) no-repeat center;         background-size: cover;}
.section2 ul li:nth-child(5){ background:url(../images/a5.jpg) no-repeat center;        background-size: cover;}
.section2 ul li:nth-child(6){ margin-right:0;        background-size: cover; }

.list_box8 li .top2 h5, .list_box6 li h5, .list_box7 li a, .list_box5 li .top2 h5{
font-size:16px;
}

  .itit1 {
        line-height: 40px;
    }
    .section1{
        margin-top: 35px;
    }
    .s1-c{
        margin-top: 20px;
    }
.list_box7{
margin-top:10px;
}
    .section2{
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section3{
        padding-top: 35px;
        margin-top: 0;
        padding-bottom: 35px;
    }
    .section4,.s5-c{
        margin-top: 15px;
    }
    .section5{
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .s3-c>ul{
        padding-bottom: 25px;
    }
    .s3-c .itit h2{
        padding-top: 30px;
        padding-bottom: 30px;
    }

.list_box7 li .time {
    width: 70px;
    position: relative;
}
.list_box7 li .time span{
font-size:22px;
color:#679966;
font-weight:600;
line-height:50px;
}
.list_box7 li .txt{width:calc(100% - 90px);}
  .tmore a {
        font-size: 14px;
min-height:40px;
    }

.banner_r{ 

padding-bottom:25%;
background:#fff url(../images/xiaoxun.jpg) no-repeat center center;
background-size:48%;
}
 .section2 ul li a img{
        width: 50px;
    }
.list_box6 li h5{margin:2px 0;}


}

@media screen and (max-width: 480px) {
    .section2 ul li{
   
        height: 110px;
    }
    .section2 ul li>a{
        padding: 12% 5px 0 5px;
    }
    .section2 ul li a p{
        margin-top: 2%;
        font-size:14px;
line-height:30px;
    }
    .section2 ul .itit h2{
        float: left;
    }
    .section2 ul .tmore{
        margin-top: 0;
    }
 .list_box7 li .time span{
font-size:21px;
color:#679966;
font-weight:600;
line-height:50px;
}
.list_box5 {
    width: 100%;
    display: block;
    
}
.list_box5 li{
width:100%;
padding-bottom:120px;
}
.list_box5 li .top2{
padding:10px;
}
.list_box6{
margin-top:20px;
}

.list_box6 li{
width:100%;float:left;
}
.list_box6 li:nth-child(even) { float:left;}
.list_box6 li a{
padding:2px 0;
}


}

@media screen and (max-width: 360px) {
 .section2 ul li a p{
        margin-top: 2%;
        font-size:13px;
line-height:26px;
    }
.section2 ul li{
height:90px;
}
}