.banner img {
    width: 100%;
}

.banner {
    position: relative;
    background:#f1f9f7;
    overflow: hidden;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("../images/shadow.png") center top repeat-x;
}

.banner .slick-dots {
    bottom: 38px;
}

.banner .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 8px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    background-color: rgb(20, 87, 160);
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0px);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}

.s4-main ul li a:hover img {

}

@keyframes jello {

    0%,
    11.1%,
    100% {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.195312deg) skewY(-0.195312deg);
    }
}


/* PC端 */
.index {
    font-size: 0px;
    position: fixed;
    top: 100%;
    left: 0px;
    right: 0px;
    overflow: hidden;
    z-index: 99;
    padding-top: 120px;
    background-color: white;
}

.title {
    position: relative;
    overflow: hidden;
    padding-top: 73px;
    padding-bottom: 50px;
}

.title h2 {
    position: relative;
}

.title h2 b {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    font-family: SourceHanSerifSC-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: rgb(204, 204, 204);
    opacity: 0.5;
    text-transform: uppercase;
}

.title h2 span {
    position: absolute;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    line-height: 26px;
    color: #018990;
    font-size: 36px;
    font-family: MicrosoftYaHei-Bo;
    font-weight: 600;
}

.title .more {
    float: right;
    width: 90px;
    height: 30px;
 line-height: 30px;
    border-radius: 2%;
}

.title .more a {
  font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    display: block;
    align-items: center;
    border-radius: 20px;
    background: #018990;
   text-align: center;
}

.title2 h2 b{ color: #fff}
.title2 h2 span{ color: #fff}
.title2 .more a{ background: #fff;color: #018990}

.title .more a:hover div {
    border: 1px solid #018990;
}

.title .more div img {
    display: block;
}

.title .morejcdt{
    display:none;
}


.section1 {
    padding-bottom: 108px;
    background: url("../images/bg1.jpg") right bottom no-repeat;
    background-size: cover;
}

.ffex {
    display: flex;
    align-items: flex-end;
}

.s1-l {
    flex: 1;
    min-width: 0;
}

.s1-r {
    width: 680px;
}

.s1-bottom {
    overflow: hidden;
}

.s1-l {
    padding-right: 2.6%;
}

.s1-bottom ul li {
    padding: 22px 0px 23px; position: relative;;
    border-bottom: 1px solid rgb(204, 204, 204);
}
.s1-bottom ul li:after{width:30px;height:4px; background:#d0d6d8;content: '';display: block; position: absolute; left: 0px; bottom:-2px;}
.s1-bottom ul li a {
    display: block;
}

.s1-bottom ul li a div b {
    font-family: SourceHanSerifSC-Heavy;
    font-size: 16px;
    line-height: 40px;
    color: rgb(153, 153, 153);
    margin-left: 5px;
}

.s1-bottom ul li a h3 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: rgb(51, 51, 51);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.s1-bottom ul li a span{  font-size: 16px;color: #018990;  line-height: 26px;float: right; padding-left:5px;}
.s1-bottom ul li a p {
    font-size: 16px;
    line-height: 24px;
    color: #909496;
    display: block;
    margin-top: 10px;
    height: 48px;
}

.s1-bottom ul li.on {
}

.s1-bottom ul li a h3 i {
    background-image:none;
}

.date {
    position: relative;
}


.s1-bottom ul li .date>div {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../images/time.png) center center no-repeat;
}

.s1-bottom ul li.on .date>div {
    background: url(../images/time2.png) center center no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
}

.s1-bottom ul li.on a b {
    color: rgb(255, 255, 255);
    margin-left: 6px;
}

.s1-bottom ul li.on a {
color:#018990;font-weight: bold;
}

.s1-bottom ul li.on p {
    display: block;
    color:#fff;
}

.s1-bottom ul li.on div {
    display: block;
}

.s1-bottom ul li.on h3 {
    color: #018990;
    background: none;
    font-size: 18px;
    font-weight: bold;

}
.s1-bottom ul li.on h3 i{ font-weight: bold;}
.s1-bottom ul li.on span {color: #018990;}
.s1rr {
    position: relative;
}

.s1rr ul {
    display: flex;
    justify-content: space-between;
}

.s1rr ul li {
    width: 47.5%;
}

.s1rr ul li a {
    display: block;
    transition: all 0.3s ease 0s;
}

.s1rr ul li a .pic {
    padding-top: 62.8%;
}

.s1rr ul li a .info {
    background-color: rgb(255, 255, 255);
    padding: 14px 32px 29px;
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-left: 1px solid rgb(204, 204, 204);
    border-image: initial;
    border-top: none;
}

.s1rr ul li a .info .date b {
    font-family: SourceHanSerifSC-Heavy;
    font-size: 16px;
    line-height: 60px;
    color: rgb(153, 153, 153);
    margin-left: 5px;
}

.s1rr ul li a .info h3 {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    color: black;
    height: 52px;
    overflow: hidden;
}

.s1rr ul li a .info p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 22px;
    color: rgb(153, 153, 153);
    height: 66px;
    overflow: hidden;
}

.s1rr ul li:hover a {
    transform: translateY(-20px);
}

.s1rr ul li:hover a .info h3 {
    font-weight: 600;
    color: #018990;
}

.section3 {
    background: url("../images/bg3.jpg") center bottom no-repeat;
    padding-bottom: 80px;background-size: cover;
}

.banner2 {
    position: relative;
}

.banner2 ul {
    margin: 0px -17px;
}

.banner2 ul li a {
    display: block;
    margin: 0px 17px;
    transition: all 0.3s ease 0s;
    box-shadow: rgba(26, 78, 164, 0.25) 0px 4px 15px 0px;
}

.banner2 ul li a .pic {
    padding-top: 64.4%;
}

.banner2 ul li a .info {
    background: #f3fafa;
    padding: 22px 22px 30px 20px;
}

.banner2 ul li a .info h3 {
    font-size: 18px;
    line-height: 36px;
    height: 72px;
    color: #222222;
    max-height: 72px;
    font-weight: bold;
}
.banner2 ul li a:hover .info h3 {color: #018990; }
.banner2 ul li a .info p {
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    color: #666666;
    margin-top: 8px;
}
.banner2 ul li a .info span{ color: #018990; font-size: 16px; line-height: 20px; margin-top: 10px; display: block; text-align: right;}
.banner2 ul li a .info span img{display: inline; vertical-align: middle; margin-left: 10px;}



.banner2 ul li a .info h3 i {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.s4-tlarrow div {
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    top: 26%;
    overflow: hidden;
}

.s4-tlarrow div.s4-tlprev {
    background: url("../images/leftrow.png") 0% 0% / 100% 100% no-repeat;
    left: -80px;
}

.s4-tlarrow div.s4-tlnext {
    background: url("../images/rightrow3.png") 0% 0% / 100% 100% no-repeat;
    right: -80px;
}

.s2-l {
    float: left;
    width: 47.3%;
}

.s2-r {
    float: right;
    width: 47.5%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 16px 0px;
}

.s2-l ul li a {
    display: block;

    color: rgb(255, 255, 255);
    padding: 45px 45px 0px;
}

.s2-data {
    overflow: hidden;
}

.s2-data b {
    float: left;
    font-size: 48px;
    line-height: 48px;
    font-weight: normal;
}

.s2-data div {
    overflow: hidden;
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
}

.s2-data div::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 42px;
    width: 1px;
    background: rgb(255, 255, 255);
}

.s2-data div span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
}

.s2-l ul li a h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: rgb(255, 255, 255);
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(211, 211, 211, 0.5);
    margin-top: 35px;
    margin-bottom: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-l ul li a h3 i {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-position: right bottom;
    background-size: 0px 1px;
}

.s2-l ul li a:hover h3 i {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-position: left bottom;
    background-size: 100% 1px;
}

.s2-l ul li a p {
    font-size: 16px;
    line-height: 28px;
    height: 168px;
    overflow: hidden;
    font-weight: normal;
    color: rgb(255, 255, 255);
    opacity: 0.8;
}

.s2-lmore {
    line-height: 80px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    background: url("../images/banner-r.png") right center no-repeat;
    border-top: 1px solid rgba(211, 211, 211, 0.5);
    margin-top: 80px;
}

.s2-l .slick-dots {
    bottom: 100px;
    text-align: right;
    width: auto;
    right: 45px;
    left: 45px;
    font-size: 0px;
}

.s2-l .slick-dots li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin-left: 10px;
    background: rgb(255, 255, 255);
    opacity: 0.5;
}

.s2-l .slick-dots li button {
    display: none;
}

.s2-l .slick-dots li.slick-active {
    opacity: 1;
}

.list1 li {
    padding: 25px 30px 20px;
    position: relative;
}

.list1 li::before {
    content: "";
    position: absolute;

    z-index: 8;
    transform: rotateX(90deg);
    transition: all 0.3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.47) 0px 0px 73px 0px;
}

.list1 li a {
    display: block;
    position: relative;
    z-index: 9;
}

.list1-tit {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dashed rgba(102, 102, 102, 0.2);
}

.list1-tit .s2-data {
    float: left;
    color: rgb(1, 134, 120);
    margin-right: 25px;
}

.list1-tit .s2-data div::before {
    background: rgba(1, 134, 120, 0.3);
}

.list1-tit h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: normal;
    color: rgb(51, 51, 51);
    line-height: 48px;
}

.list1 li a p {
    font-size: 16px;
    font-weight: normal;
    color: rgb(51, 51, 51);
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    opacity: 0.8;
}

.list1 li:hover::before {
    transform: rotateX(0deg);
}

.list1 li:hover .list1-tit {
    border-color: rgba(255, 255, 255, 0.2);
}

.list1 li:hover .list1-tit .s2-data {
    color: rgb(255, 255, 255);
}

.list1 li:hover .list1-tit h3 {
    color: rgb(255, 255, 255);
}

.list1 li:hover a p {
    color: rgb(255, 255, 255);
}

.section2 {
    background: #fff;
    padding-bottom: 49px;
}

.section2 .pic {
    padding-top: 61.6%;
}

.c2-l {

}

.c2-c .title {
    padding-top: 72px;
    padding-bottom: 45px;
}

.c2-c .title h2 b {
    left: 64px;
}

.c2-c .title h2 span {
    left: 64px;
}

.c2-r .title h2 span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 32px;
    line-height: 26px;
    color: #ffffff;
}

.c2-r .title .more a:hover {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.c2-r .title .more a:hover b {
    color: #fff;
}

.c2-r .title .more a:hover div {
    border: 1px solid #fff;
}

.c2-r {
    float: right;
    width: calc(100% - 780px);
}

.c2-l ul li a {
    display: block;
    position: relative;
}

.c2-l ul li a h3 {
    position: absolute;
    font-size: 20px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    left: 38px;
    bottom: 26px;
    font-family: MicrosoftYaHei-Bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    right: 135px;
}

.c2-l ul li a>img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.c2-l ul li a h3 i {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    font-weight: bold;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "";
}

.c2-l .slick-dots {
    bottom: 33px;
    font-size: 0px;
    right: 28px;
    width: auto;
}

.c2-l .slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px 4px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
}

.c2-l .slick-dots li button {
    display: none;
}

.c2-l .slick-dots li.slick-active {
    background-color: rgb(1, 137, 144);
}

.text-list2 li {
    margin-bottom:40px;
width: 33.3%;
    float: left;
}

.text-list2 li .bt{font-size:18px; color:#8f000b;height:60px; line-height:30px;margin-left:85px; padding-right: 15px;}
.text-list2 li .bt a{ color:#333;}
.text-list2 li .bt a:hover{ color:#018990;font-weight: bold;}
.text-list2 li:first-child a {
    border-top: none;
}



.date2 {
    min-width: 80px;
    text-align: right;
    transition: all 0.3s ease 0s;
}

.date2 p {
    transition: all 0.3s ease 0s;
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
   line-height: 30px;
    color: #018990;
}

.date2 span {
    display: block;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color:#018990;
    line-height: 15px;
    padding-top: 8px;
}

.text-list2 .date{float:left;width:80px;font-size:18px; margin-top: 5px;  position: relative;border-right: 1px dashed #cfcfcf;padding-right: 10px;  margin-right: 15px;}
.text-list2 .date .m1{line-height:30px;font-size:28px; color: #018990; margin-top:0px;text-align: center; padding-right: 3px;font-weight: bold;}
.text-list2 .date .m2{font-size:14px;padding-top: 5px;line-height:20px;color: #018990;text-align:center; font-weight: bold;}
.text-list2 ul li .bt{font-size:18px; color:#8f000b;height:76px; line-height:38px;margin-left:85px; padding-right: 15px;display: flex;  position: relative;  align-items: center;  flex-wrap: wrap;  overflow: hidden;}
.text-list2 ul li .bt a{ color:#333;}

.banner2 .slick-slide {
    padding-bottom: 26px;
}


.xsbg .title {
    padding-top: 94px;
    padding-bottom: 49px;
}

.xsbg .title h2 b {
    left: 64px;
}

.xsbg .title h2 span {
    left: 64px;
}

.xsbg .title h2 span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 32px;
    line-height: 26px;
}


.s3-t {
    position: relative;
}

.s3-t::before {
    content: "";
    position: absolute;
    inset: 150px 55px 0px 0px;
    background: url("../images/s3-tbj.jpg") center center / cover no-repeat;
    z-index: 1;
}

.s3-tl {
    float: left;
    width: calc(100% - 790px);
    padding-right: 35px;
    position: relative;
    z-index: 9;
}

.s3-tl .title {
    padding-top: 10px;
}

.s3-tr {
    float: right;
    width: 790px;
    position: relative;
    z-index: 9;
}

.s3-tl ul {
    padding: 45px 0px 0px 50px;
}

.s3-tl ul li a {
    display: block;
}

.s3-tl ul li a h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: rgb(255, 255, 255);
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-top: 35px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-tl ul li a h3 i {
    font-weight: 600;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-position: right bottom;
    background-size: 0px 1px;
}

.s3-tl ul li a:hover h3 i {
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    background-position: left bottom;
    background-size: 100% 1px;
}

.s3-tl ul li a span {
    display: block;
    padding-left: 20px;
    font-size: 14px;
    line-height: 15px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    opacity: 0.8;
    background: url("../images/icon-data-w.png") left center no-repeat;

}

.s3-tl ul li a p {
    font-size: 16px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    font-weight: normal;
    color: rgb(255, 255, 255);
    opacity: 0.8;
    margin-top: 25px;
}

.s3-tl ul li a .s2-lmore {
    line-height: 65px;
    background-position: left center;
    font-size: 0px;
    margin-top: 40px;
    border: none;
    position: relative;
}

.s3-tl ul::before {
    content: "";
    position: absolute;
    left: 0px;
    height: 65px;
    bottom: 0px;
    right: 0px;
    background: url("../images/s3-item-more-bj.png") left center no-repeat;
}

.s3-tr ul li a {
    display: block;
}

.s3-t ul li a .pic {
    padding-top: 56%;
}

.section5 {
    background: url("../images/bg5.jpg") center bottom no-repeat;
    padding-bottom: 50px;background-size: cover;
}

.section5 .title {
    padding-top: 79px;
    padding-bottom: 55px;
}

.s3-b {
    margin-top: 30px;
    padding: 0px 40px;
}


.s3-b ul li a {
    display: block;
    position: relative;
    margin: 0px 13px;
}

.s3-b ul li a .pic {
    padding-top: 35.7%;
    border-radius: 15px;
}


.s3-b .slick-prev,
.s3-b .slick-next {
    width: 30px;
    height: 35px;
}

.s3-b .slick-prev {
    background: url("../images/zt_leftrow.png") center center no-repeat;
    left: -30px;
}

.s3-b .slick-next {
    right: -30px;
    background: url("../images/zt_rightrow.png") center center no-repeat;
}

.slick-prev::before,
.slick-next::before {
    display: none;
}

.back {
    background: url("../images/bbkkll.png") center bottom / cover no-repeat;
}

.section4 {
    background: url("../images/bg4.jpg") center bottom no-repeat;
    padding-bottom: 82px; background-size: cover;
}

.c4 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.pic:hover img {
    transform: scale(1.05);
}

.c4-r:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    background-image: linear-gradient(#018990, #018990);
}

.c4-l {
    width: 52.3%;
    z-index: 2;
}

.c4-lt>div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.c4-lt div a {
    display: block;
}

.c4-lt div .pic {
    padding-top: 32.8%;
    width: 48.4%;
}

.c4-lt div a img {
    display: block;
    width: 100%;
}

.c4-l .c4-lb {
    padding-top: 55.4%;
}

.c4 {
    position: relative;
}

.c4::before {
    content: " ";
    position: absolute;
    background: url("../images/leftdooor.png") center center / cover no-repeat;
    left: -225px;
    top: 18%;
    z-index: 1;
    width: 884px;
    height: 643px;
}

.c4-r {
    width: 45.5%;
    z-index: 2;
}

.c4-r p {
    height: 60px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    text-indent: 2em;
    overflow: hidden;
    margin-bottom: 45px;
}

.c4-r .title {
    padding-top: 22px;
    padding-bottom: 43px;
}

.c4-r .title h2 b {
    left: 94px;
}

.c4-r .title h2 span {
    left: 64px;
}

.c4-r .title h2 span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 32px;
    line-height: 26px;
}

.zsjy_list{ float: left; width: 45%;}
.zsjy_list{ position: relative; }
.zsjy_list ul li{border:1px  solid #f5eeeb;margin-bottom:35px;  padding-left:35px; background:url("../images/list1.jpg") 20px center no-repeat #fff; font-size:18px;height:72px; line-height:72px; color:#222;}
.zsjy_list ul li a{ color: #222; }
.zsjy_list ul li a:hover{ color:#018990;font-weight: bold;}
.zsjy_list ul li span{display: inline-block; font-size: 16px;color: #018990;padding-right: 20px;padding-left: 10px; float: right;}
.zsjy_img{ float: right; width: 50%;}
.zsjy_img .item .img .img_hezi{padding-bottom: 56%;}

.hjzc_list{margin-top:10px;}
.hjzc_list ul li{margin-bottom:25px; position: relative; width: 47%; float: left; padding:1% 2% 1%;transition: 0.3s all; border: 1px solid #cccccc;}
.hjzc_list ul li a{ display: block; position: relative;padding-left:24px;}
.hjzc_list ul li:nth-child(2){float: right;}
.hjzc_list ul li:nth-child(4){float: right;}
.hjzc_list ul li:nth-child(6){float: right;}
.hjzc_list .date{float:left;width:80px;font-size:18px; margin-top: 5px;  position: relative;border-right: 1px solid #cccccc;padding-right:13px;}
.hjzc_list .date .m1{line-height:40px;font-size:28px; color: #018990; margin-top:0px;text-align: center; padding-right: 3px;font-weight: bold;}
.hjzc_list .date .m2{font-size:14px;padding-top: 5px;line-height:20px;color: #018990;text-align:center; font-weight: bold;}
.hjzc_list ul li .bt{font-size:18px; color:#8f000b;height:76px; line-height:38px;margin-left:85px; padding-right: 15px;display: flex;  position: relative;  align-items: center;  flex-wrap: wrap;  overflow: hidden;}
.hjzc_list ul li .bt a{ color:#333;}
.hjzc_list ul li:hover{background:#018990;}
.hjzc_list ul li:hover .bt a{color:#fff;transition:all 0.3s;}
.hjzc_list ul li:hover .date .m1{color:#fff;}
.hjzc_list ul li:hover .date .m2{color:#fff;}

#imgg {
    vertical-align: middle;
    margin: 0px 8px;
}


@keyframes circle_scale {
    0% {
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 0;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) scale(1.2);
        opacity: 0;
    }
}

/* 响应式 */
@media screen and (max-width: 1520px) {
    .banner .slick-next {
        right: 10px;
        margin-right: 0px;
    }

    .banner .slick-prev {
        right: 105px;
        margin-right: 0px;
    }

    /* .banner .slick-dots {
        padding-right: 60px;
    } */
}

@media screen and (max-width: 1400px) {


    .c4::before {
        content: " ";
        position: absolute;
        background: url("../images/leftdooor.png") center center / cover no-repeat;
        left: -225px;
        top: 18%;
        z-index: 1;
        width: 782px;
        height: 561px;
    }
}



@media screen and (max-width: 1200px) {
    .s1-r {
        width: 580px;
    }

    .s1-bottom ul li {
        padding: 9px 0px 13px;
    }

    .c2-l {
        width: 660px;
    }

    .c2-r {
        width: calc(100% - 680px);
    }

    .s1-r .text-list2 {
        padding: 10px 15px;
        height: 435px;
    }

    .text-list2 li a .date2 {
        margin-right: 9px;
    }

    .text-list2 li a {
        height: 86px;
    }

    .c4::before {
        content: " ";
        position: absolute;
        background: url("../images/leftdooor.png") center center / cover no-repeat;
        left: -225px;
        top: 22%;
        z-index: 1;
        width: 743px;
        height: 527px;
    }

    /* .s1-ul ul li a {
        padding: 215px 20px 135px;
    }

    .s1-ul ul {
        margin: 0px -20px;
    }

    .s2-l ul li a {
        padding: 30px 15px 0px;
    }

    .list1 li {
        padding: 20px 15px;
    }

    .s3-tl {
        width: calc(100% - 620px);
    }

    .s3-tl ul {
        padding: 15px 0px 0px 20px;
    }

    .s3-tr {
        width: 600px;
    } */
}

@media screen and (max-width: 1024px) {
.banner .slick-slide a::before{
    content:none;
}
.zsjy_list ul li{margin-bottom: 20px;height: 55px;line-height: 55px;}
    .s1-r {
        width: 530px;
    }

    .s1-bottom ul li.on a {
        padding: 21px 10px;

    }

    .section2 {
        background: none;
    }


    .text-list2 li {
        width: 50%;
        padding: 0px 10px 8px;
    }


    .c2-c .title {
        padding: 72px 96px 45px 83px;
    }

    .c2-r {
        background: url(../images/webp.png);
    }


    .c2-l {
        float: none;
        width: auto;
    }

    .c2-r {
        float: none;
        width: auto;
        margin-top: 30px;
    }

    .section2 {
        padding-bottom: 0;
    }



    .c4::before {
        content: " ";
        position: absolute;
        background: url("../images/leftdooor.png") center center / cover no-repeat;
        left: -225px;
        top: 22%;
        z-index: 1;
        width: 689px;
        height: 466px;
    }


    .flelx {
        display: block;
        padding: 0;
    }

    .foot-c {

        padding-bottom: 0;
        display: block;

    }

    .foot-l {
        float: none;
        width: auto;
    }


    .foot-info {
        float: none;
        width: auto;
    }

    .foot-left {
        width: auto;
    }

    .foot-m h3 {
        display: inline-block;
    }

    .foot-m h3 {
        font-size: 15px;

        line-height: 16px;

    }

    .foot-m p span {
        font-size: 15px;
        line-height: 15px;
    }

    .foot-m {
        font-size: 7px;
        line-height: 25px;
    }
    .bq{ border-bottom: 1px solid rgba(255, 255, 255, 0.3); text-align: center;}
    .bq p {
        padding: 18px 20px;
        font-size: 13px;
        text-align: center;
    }

    .tic {
        font-size: 13px;
        line-height: 25px;

    }
.title .morejcdt{
    display:block;
}
    .section1 {
        padding-bottom: 29px;
    }

    .c2-c .title {
        padding: 30px 0 25px 0;
    }

    .c2-r .title h2 span {
        font-size: 24px;
    }

    .xsbg .title h2 span {
        font-size: 24px;
    }


    .xsbg .title {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .section3 {
        margin-top: 24px;
        padding-bottom: 38px;
    }

    .c4-r .title h2 span {
        font-size: 24px;
    }

    .xsbg .title {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .section3 {
        margin-top: 0px;
        padding-bottom: 38px;
    }

    .section4 {
        padding-bottom: 51px;
    }

    .section5 {
        padding-bottom: 30px;
    }


    .section5 .title {
        padding-top: 30px;
        padding-bottom: 25px;
    }


    /* 

    .s3-tl ul li a h3 {
        font-size: 18px;
    }

    .fixed-r {
        display: none;
    }

    .list1-tit .s2-data {
        margin-right: 15px;
    } */

    .title {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .s1-c .title {
        line-height: 50px;
    }

    .title h2 b {
        line-height: 30px;
        font-size: 18px;
    }

    .title h2 span {
        font-size: 24px;
    }

    .c4-r .title h2 b {
        left: 81px;
    }

    .title h2::after {
        width: 35px;
        height: 3px;
    }

    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0px;
    }

    .banner .slick-prev,
    .banner .slick-next {
        bottom: 10px;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .banner .slick-dots li span {
        font-size: 16px;
    }

    .banner .slick-dots li i {
        font-size: 20px;
    }

    .s1-ul ul li a {
        padding: 155px 10px 105px;
    }

    .s1-ul ul {
        margin: 0px -10px;
    }

    .s3-tl {
        float: none;
        width: auto;
        padding-right: 0px;
    }

    .s3-tr {
        float: none;
        width: auto;
    }

    .s3-t::before {
        right: 0px;
        top: 100px;
        display: none;
    }

    .s3-tl ul {
        padding: 0px 15px;
        background: url("../images/s3-tbj.jpg") center center / cover no-repeat;
    }


}

@media screen and (max-width: 923px) {
    .c4::before {

        top: 28%;
        width: 611px;
        height: 370px;
    }
}

@media screen and (max-width: 768px) {

    .zsjy_list, .zsjy_img{ width: auto; float: none;}
    .c4::before {
        display: none;
    }



    .ffex {
        display: block;
    }


    .s1-r {
        width: auto;
    }

    .s1-l {
        margin-bottom: 35px;
    }

    .s1-l {
        padding-right: 0;
    }

    .c4 {

        display: block;
    }

    .c4-l {
        margin-bottom: 8px;
        width: auto;
    }


    .c4-r {
        width: auto;
    }

    .s1rr ul {
        display: block;
    }

    .s1rr ul li {
        width: auto;
    }

    .s1rr ul li:first-child {
        margin-bottom: 30px;
    }


    .section5 {
        padding-bottom: 30px;
    }

    .c4-r p {
        margin-bottom: 30px;
    }

    .c4-r .title {
        padding-bottom: 25px;
    }

}

@media screen and (max-width: 480px) {
    .s3-tr {
        display: none;
    }

    .banner .slick-slide a::before {

        background: none;
    }

    .text-list2 li {
        width: auto;float: none;
        padding: 0px 10px 8px;
    }
    .hjzc_list ul li{width: auto;float: none;}
    .c4::before {

        position: absolute;
        background: none;
        left: -225px;
        top: 35%;
        z-index: 1;
        width: 536px;
        height: 321px;
    }

    .c4-r .title h2 span {
        font-size: 24px;
    }

    .c2-l .slick-dots {
        bottom: 11px;
        font-size: 0px;
        right: 28px;
        width: auto;
    }

    .c2-l ul li a h3 {
        position: absolute;
        font-size: 15px;
        line-height: 26px;
        color: rgb(255, 255, 255);
        overflow: hidden;
        left: 17px;
        bottom: 5px;
        font-family: MicrosoftYaHei-Bold;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .section4 {
        padding-bottom: 20px;
    }

    .section5 {
        padding-bottom: 45px;
    }

    .s1rr ul li a .info {
        padding: 14px;
    }

    .s1rr ul li a .info h3 {
        font-size: 16px;
    }

    .s1rr ul li a .info p {
        font-size: 12px;
    }

    .s1rr ul li a .info .date b {
        font-size: 13px;
    }

    .banner .slick-dots li {
        width: 8px;
        height: 8px;

    }

    .s1-bottom ul li.on a {
        padding: 18px 12px;
    }

    .c2-l .slick-dots {

        right: 8px;

    }


    .date2 p {
        font-size: 28px;
        line-height: 28px;
    }

    .date2 span {
        font-size: 13px;
    }

    .text-list2-p p {
        font-size: 16px;
    }

    .text-list2 li a {
        height: 75px;
    }

    .c4-r p {
        font-size: 16px;
        margin-bottom: 20px;
    }

}