@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background-color: #fff;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}


.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

/* pic：padding-top */
.pic {
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}

/* icon摇晃 */
@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}
/* icon摇晃 */
@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}
/* 文字下划线动效 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#008672, #008672);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline {
    color: #008672;
}

a:hover .titline i {
    background-size: 100% 1px;
}

.titline2 i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

a:hover .titline2 {
    color: #fff;
}

a:hover .titline2 i {
    background-size: 100% 1px;
}



/* ny-index */
.ny-c a {
    display: block;
}

.px1440 {
    max-width: 1440px;
    margin: 0 auto;
}

@font-face {
    font-family: SourceHanSerifSC-Bold;
    src: url('font/sySong.woff');
    font-style: normal;
    font-weight: normal;
}




/* ny-banner */
.ny-banner {
    position: relative;
    z-index: 1;
}

.ny-banner img {
    display: block;
    width: 100%;
}

.ny-tit {
    position: absolute;
    left: 12.5%;
    top: 50%;
    transform: translateY(-50%);
}

.ny-tit h3 {
    border-left: 5px solid #66b700;
    padding-left: 25px;
    font-size: 56px;
    color: #ffffff;
    line-height: 56px;
    font-weight: normal;
}

/* 页码 */
.pagination {
    text-align: center;
    font-size: 0px;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid rgb(220, 220, 220);
    padding: 0px 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: rgb(102, 102, 102);
    margin: 0px 7px;
}

.pagination a.active {
    background: #008672;
    color: rgb(255, 255, 255);
    border: 1px solid #008672;
}

.pagination a:hover {
    background: #008672;
    color: rgb(255, 255, 255);
    border: 1px solid #008672;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

/* ny-wz */
.position {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    line-height: 26px;
    margin-top: 40px;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 42px;
}

.position span {
    color: #666666;
    font-size: 16px;
}

.position img {
    vertical-align: middle;
    margin-right: 10px;
}

.position a {
    font-size: 16px;
    color: #666666;
    margin: 0 10px;
    vertical-align: middle;
    display: inline;
}

.position a:hover {
    color: #0166b3;
}


.ny-index {
    padding-bottom: 100px;
    background: url(../images/bot-bj.png) no-repeat;
    background-position: left bottom;
    position: relative;
}

.ny-c {
    position: relative;
    z-index: 2;
    background: url(../images/top-bj.png) no-repeat;
    background-position: right top;
}

/* ztzl */
.ztzl {
    font-size: 0;
    background: url(../images/top-bj.png) no-repeat;
    background-position: right top;
    padding-top: 60px;
}

.ztzl .pic {
    padding-top: 56.25%;
}

.nytits {
    font-family: SourceHanSerifSC-Bold;
    font-size: 36px;
    color: #008672;
    text-align: center;
    margin-bottom: 40px;
}


.ztzl ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 1.5%;
    margin-bottom: 60px;
}

.ztzl ul li a p {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    padding: 0 20px;
    background-color: #efefef;
}

.ztzl ul li a p i {
    display: inline-block;
    font-style: normal;
    vertical-align: middle;
    line-height: 26px;
}

.ztzl ul li a:hover p {
    color: #008672;
}

/* yl */
.yl1 {
    font-size: 0;
    background: url(../images/top-bj.png) no-repeat #fff;
    background-position: right top;
    padding-top: 60px;
    padding-bottom: 100px;
}

.yl1 ul li a h3 {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    font-weight: normal;
    margin-bottom: 10px;
}

.yl1 ul li a p {

    font-size: 16px;
    font-style: italic;
    color: #139d86;
}

.yl1 ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 1.5%;
}

.yl1-tx {
    background: url(../images/yl-txbj.jpg) no-repeat #eaf4f2;
    background-size: 0 100%;
    padding: 10px 20px 20px 20px;
    transition: all 0.3s;
    background-position: center center;
}

.yl1 ul li a:hover .yl1-tx {
    background-size: 100% 100%;
}

.yl1 ul li a:hover h3 {
    color: #fff;
}

.yl1 ul li a:hover p {
    color: #fff;
}

.yl1-more {
    padding-top: 60px;
}

.yl1-more a {
    font-size: 16px;
    color: #008672;
    text-align: center;
    transition: all 0.3s;
}

.yl1-more a img {
    margin-left: -15px;
}

.yl1-more a:hover {
    opacity: 0.7;
}



/* yl2 */
.yl2 {
    background: url(../images/yl2-bj.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.yl2-tit {
    position: relative;
}

.yl2-tit h3 {
    font-family: SourceHanSerifSC-Bold;
    font-size: 36px;
    color: #008672;
}

.yl2-tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.yl2-tit a img {
    margin-left: -15px;
}

.yl2-tit a {
    font-size: 16px;
    color: #008672;
    transition: all 0.3s;
}

.yl2-tit a:hover {
    opacity: 0.7;
}

.yl2-l {
    width: 47%;
    float: left;
    margin-right: 7.5%;
}

.yl2-date {
    float: left;
    text-align: center;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #ddd;
    line-height: 27px;
}

.yl2-date b {
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-style: italic;
    color: #009e86;
    display: block;
}

.yl2-date span {
    font-family: SourceHanSansCN-Bold;
    font-size: 18px;
    font-style: italic;
    color: #009e86;
    display: block;
}

.yl2-tx {
    overflow: hidden;
}

.yl2-tx h3 {
    font-size: 18px;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    margin-bottom: 15px;
}

.yl2-tx p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
}

.yl2-l ul li {
    margin-top: 40px;
}

.yl2-l ul li a {
    padding: 20px 40px 40px 40px;
    border-top: 3px solid #008672;
    background-color: #fff;
}

.yl2-l ul li a:hover h3 {
    color: #008672;
}

.yl2-r {
    overflow: hidden;
}

.yl2-r ul li {
    padding: 17px;
    margin-bottom: 30px;
}

.yl2-r ul li:last-child {
    margin-bottom: 0;
}

.yl2-r ul li a {
    padding-top: 30px;
    padding-left: 10%;
}

.yl2-r ul li a {
    border: 1px dashed #fff;
    height: 190px;
}


.yl2-r ul li a h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    transition: all 0.3s;
}

.yl2-r ul li a:hover h3 {
    letter-spacing: 2px;
}

.yl2-r ul li a:hover .yl2-arrow {
    letter-spacing: 2px;
}

.yl2-arrow {
    text-align: right;
    font-size: 14px;
    color: #ffffff;
    margin-right: 10%;
    margin-top: 30px;
    transition: all 0.3s;
}


/* yl3 */
.yl3 {
    background: url(../images/yl3-bj.jpg) no-repeat;
    background-size: cover;
    padding-top: 100px;
}

.yl3-tit {
    text-align: center;
    margin-bottom: 40px;
}


.yl3-tit b::after {
    content: '/';
    font-size: 36px;
    color: #aaddd8;
    font-weight: 100;
    opacity: 0.5;
    margin: 0 10px;
}

.yl3-tit b:last-child:after {
    content: none;
}

.yl3-tit b {
    font-family: SourceHanSerifSC-Bold;
    font-size: 28px;
    color: #999999;
    cursor: pointer;
    display: inline-block;
}

.yl3-tit b.on {
    font-size: 36px;
    color: #008672;
}

.yl3-c {
    font-size: 0;
}

.yl3-c>div>div:first-child {
    background-color: #eaf4f2;
    padding: 40px 0;
}

.yl3-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    position: relative;
}

.yl3-c ul::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yl3-c ul li {
    width: 40%;
}

.yl3-c ul li a {
    font-size: 18px;
    line-height: 42px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 16px;
    background: url(../images/yl-dots.png) no-repeat;
    background-position: left center;
    transition: all 0.3s;
}

.yl3-c ul li a span {
    float: right;
    font-family: SourceHanSerifSC-Bold;
    font-size: 16px;
    font-style: italic;
    color: #139d86;
    padding: 0 5px;
}

.yl3-c ul li a:hover {
    color: #008672;
}

/* hl1 */
.hl1 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.hl1-l .pic {
    padding-top: 0;
    height: 430px;
}

.hl1-l a {
    position: relative;
}

.hl1-l a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hl1-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.hl1-l {
    width: 45%;
    float: left;
}

.hl1-r {
    overflow: hidden;
}

.hl1-c {
    padding-top: 15px;
    background: url(../images/hl1-txbj.jpg) no-repeat;
    background-position: right top;
    background-size: 57% 100%;
}

.hl1-r ul li a {
    padding: 60px;
    padding-bottom: 0;
}

.hl1-r ul li a p {
    font-size: 16px;
    line-height: 32px;
    max-height:288px;
    color: #ffffff;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}


.hl1-more {
    margin-top: 30px;
    font-size: 16px;
    line-height: 72px;
    color: #fff;
    text-align: right;
    transition: all 0.3s;
}

.hl1-more>img {
    display: inline-block !important;
    margin-left: -15px;
}

.hl1-more:hover {
    opacity: 0.7;
}

.hl1-l .slick-dots {
    text-align: right;
    padding: 20px;
}

.hl1-l .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    border-radius: 50%;
    border: solid 2px transparent;
}

.hl1-l .slick-dots li.slick-active {
    border: solid 2px #029a8b;
    background-color: transparent;
}


.hl2 {
    background-size: 0;
    background-color: #f8f8f8;
}

.hl3 {
    border-bottom: 1px solid #ddd;
}

.hl3-l {
    width: 43%;
    float: left;
    padding-top: 60px;
    margin-right: 5.6%;

}

.hl3 {
    background-color: #fff;
}

.hl3-l>h2 {
    font-family: SourceHanSerifSC-Bold;
    font-size: 36px;
    color: #008672;
}

.hl3-date {
    float: left;
    margin-right: 40px;
    padding: 20px 12px;
    text-align: center;
    background: url(../images/hl2-date.png) no-repeat;
    background-size: 100% 100%;
}

.hl3-date b {
    display: block;
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    font-style: italic;
    color: #009e86;
    line-height: 24px;
}

.hl3-date span {
    display: block;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    line-height: 16px;
    font-style: italic;
    color: #009e86;
}

.hl3-tx {
    overflow: hidden;
}

.hl3-tx h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    margin-bottom: 10px;
}

.hl3-tx p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
}

.hl3-l ul li a {
    padding: 30px 0;
    border-bottom: 1px dashed #c9c9c9;
}

.hl3-l ul li a:hover h3 {
    color: #008672;
}

.hl3-r {
    overflow: hidden;
    background: url(../images/hl2-txbj.jpg) no-repeat;
    background-size: cover;
    padding: 40px 50px;
}

.hl3-tit {
    font-size: 0;
}

.hl3-tit b {
    font-family: SourceHanSerifSC-Bold;
    font-size: 36px;
    color: #ffffff;
}

.hl3-tit>div {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
}

.hl3-tit>div span {
    padding-right: 10px;
    margin-left: 40px;
    cursor: pointer;
    display: inline-block;
}

.hl3-tit>div span:hover {
    opacity: 0.7;
}

.hl3-tit>div span.on {
    background: url(../images/hl3-dots.png) no-repeat;
    background-position: right center;
}


.hl3-list ul li a h3 {
    line-height: 30px;
    margin-bottom: 10px;
}

.hl3-list ul li a h3 b {
    font-weight: normal;
    color: #ffffff;
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hl3-list ul li a h3 span {
    float: right;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
}

.hl3-list ul li a p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
}

.hl3-list ul li a {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    padding: 25px 0;
}

.hl3 .yl1-more a {
    text-align: right;
}

.hl3 .yl1-more {
    padding-top: 40px;
}

.hl3-r .yl1-more a {
    color: #fff;
}

.hl4 {
    padding-top: 100px;
}

.hl4-tit {
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
}

.hl4-tit b {
    font-family: SourceHanSerifSC-Bold;
    font-size: 28px;
    color: #999999;
    cursor: pointer;
}

.hl4-tit b:first-child::after {
    content: '/';
    font-size: 36px;
    opacity: 0.3;
    font-weight: 100;
    margin: 0 10px;
}

.hl4-tit b.on {
    font-size: 36px;
    color: #008672;
}

.hl4 .pic {
    padding-top: 140%;
}

.hl4-list ul li a {
    margin: 0 10%;
    padding: 0 20px 50px 20px;
    position: relative;
    background: url(../images/hl4-txbj.jpg) no-repeat;
    background-size: 100% 80%;
    background-position: center bottom;
    transition: all 0.3s;
}


.hl4-tx h3 {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    border-left: 3px solid #009e86;
    padding-left: 15px;
    margin: 15px 0;
}

.hl4-tx p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.hl4-list ul li a:hover h3 {
    color: #fff;
    border-color: #ffcc66;
}

.hl4-list ul li a:hover {
    background: url(../images/hl4-txbj-h.jpg) no-repeat;
    background-size: 100% 80%;
    background-position: center bottom;
}

.hl4-list ul li a:hover p {
    color: #fff;
}

.hl4-list {
    position: relative;
}

.hl4-list>ul {
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
}

.hl4-list>ul.on {
    opacity: 1;
    z-index: 1;
    position: relative;
}

.hl4-list .slick-prev {
    width: 60px;
    height: 60px;
    background: url(../images/hl4-prev.png) no-repeat;
    background-size: cover;
    transform: translateY(-50%) rotate(0);
    left: -30px;
}

.hl4-list .slick-prev:hover {
    background: url(../images/hl4-next.png) no-repeat;
    background-size: cover;
    transform: translateY(-50%) rotate(180deg);
}

.hl4-list .slick-next {
    width: 60px;
    height: 60px;
    background: url(../images/hl4-prev.png) no-repeat;
    background-size: cover;
    transform: translateY(-50%) rotate(180deg);
    right: -30px;
}

.hl4-list .slick-next:hover {
    background: url(../images/hl4-next.png) no-repeat;
    background-size: cover;
    transform: translateY(-50%) rotate(0);
}

/* xkjs */
.xk2 {
    padding-top: 80px;
    max-width: 1920px;
    margin: 0 auto;
    background: url(../images/xk2-bj1.jpg) no-repeat;
    background-position: left top;
    background-size: 58% 100%;
    position: relative;
}

.xk2::after {
    content: '';
    position: absolute;
    width: 42%;
    height: 80%;
    background: url(../images/xk2-bj2.jpg) no-repeat;
    background-size: cover;
    right: 0;
    top: 0;
}

.xk2-c {
    position: relative;
    z-index: 2;
}

.xk2-c h3 {
    font-family: SourceHanSerifSC-Bold;
    font-size: 36px;
    color: #ffffff;
}

.xk2-list {
    width: 800px;
    position: relative;
    padding-bottom: 112px;
    box-sizing: content-box;
}

.xk2-list::after {
    content: '';
    position: absolute;
    width: 112px;
    height: 112px;
    background-color: #009e86;
    bottom: 0;
    right: -112px;
}

.xk2-list .pic {
    padding-top: 0;
    height: 450px;
}

.xk2-tx {
    display: flex;
    align-items: end;
    margin: 30px 0;
}

.xk2-tx p {
    font-size: 16px;
    line-height: 24px;
    color: #bdd0f0;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 54%;
    margin-right: 9%;
}

.xk2-arrow {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s;
}

.xk2-arrow img {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 10px;
}

.xk2-arrow:hover {
    opacity: 0.7;
}

.xk2-list .slick-dots {
    text-align: right;
    padding: 20px;
}

.xk2-list .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    border: solid 2px transparent;
    border-radius: 50%;
}

.xk2-list .slick-dots li.slick-active {
    border: solid 2px #029a8b;
    background-color: transparent;
}

.xk2-list a {
    position: relative;
}

.xk2-list a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hl1-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.xk2-list {
    margin-left: 10%;
}

.xk3 .yl3-c>div>div:first-child {
    border-top: 5px solid #009e86;
    background-color: #fff;
    box-shadow: 0px 0px 13px 0px rgba(58, 127, 116, 0.28);
}

.xk4 {
    padding-top: 100px;
}

.xk4-list ul li a .icon {
    float: left;
    margin-right: 40px;
}

.xk4-list ul li a .icon img:last-child {
    display: none;
}

.xk4-list {
    font-size: 0;
}

.xk4-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 1.5%;
}

.xk4-list ul li a {
    background-color: #ffffff;
    border: solid 1px #d8d8d8;
    margin-bottom: 35px;
    padding: 30px 50px;
    position: relative;
    transition: all 0.3s;
}

.xk4-list ul li a::after {
    content: '';
    width: 96%;
    height: 85%;
    position: absolute;
    right: -7px;
    bottom: -7px;
    background-color: #f5f5f5;
    z-index: -1;
}

.xk4-tx {
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xk4-tx p {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}

.xk4-list ul li a:hover {
    background-color: #6699cc;
}

.xk4-list ul li a:hover p {
    color: #fff;
}

.xk4-list ul li a:hover .icon>img:first-child {
    display: none;
}

.xk4-list ul li a:hover .icon>img:last-child {
    display: block;
}

.xk4-list .slick-dots {
    text-align: center;
    padding: 20px;
    padding: 0;
}

.xk4-list .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    border: solid 2px transparent;
    border-radius: 50%;
    padding: 0;
}

.xk4-list .slick-dots li.slick-active {
    border: solid 2px #029a8b;
    background-color: transparent;
}

.xk4-list .slick-list {
    padding-bottom: 50px;
}

/* tsks */
.ts1-qh {
    font-size: 0;
}

.ts1-qh>div {
    padding-top: 14.5%;
    display: inline-block;
    width: 33.3%;
    position: relative;
    cursor: pointer;
}

.ts1-qh>div:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.ts1-qh>div p {
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    width: 90%;
}

.ts1-qh>div p img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    opacity: 0;
}

.ts1-qh>div.on p img {
    opacity: 1;
}

.ts1-qh>div::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/ts1-zzc.png) no-repeat rgba(0, 0, 0, 0.8);
    background-size: 100% 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    transition: all 0.3s;
}

.ts1-qh>div.on::after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/ts1-zzc.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
}


.ts1-c ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.ts1-c ul li {
    width: 19%;
    border: solid 1px #009977;
    padding: 0 11px;
    margin-top: 20px;
    background: url(../images/ts1-txbj.jpg) no-repeat;
    background-size: 0 100%;
    transition: all 0.3s;
}

.ts1-c ul div {
    width: 19%;
    height: 0;
}



/* 二级下拉科室 */
.ts1-c ul li{
    position: relative;
}

.ts1-c ul div.ej-ks{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 2;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    display: none;
}
.ts1-c ul div.ej-ks a{
    color: #333 !important;
    background: transparent;
    line-height: 40px;
}
.ts1-c ul div.ej-ks a:hover {
    color: #008672 !important;
}
.ts1-c ul li:hover .ej-ks {
    display: block;
}

/* end */




.ts1-c ul li a {
    font-size: 16px;
    color: #333333;
    line-height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/ts1-dots.png) no-repeat;
    background-position: right center;

}

.ts1-c ul li:hover {
    background-size: 100% 100%;
}

.ts1-c ul li:hover a {
    color: #fff;
    background: url(../images/ts1-dots1.png) no-repeat;
    background-position: right center;
}

.ts1 {
    padding-top: 60px;
}

.tsks .nytits img {
    vertical-align: middle;
    width: 13.5%;
}

.tsks .nytits b {
    margin: 0 10px;
}

.ts2 {
    padding: 100px 0;
}

.ts2 .nytits b {
    max-width: 40%;
    display: inline-block;
    vertical-align: middle;
}

.tsks .hl1-l .pic {
    height: 353px;
}

.tsks .hl1-r ul li a {
    padding: 40px;
    max-height: 336px;
    overflow-y: auto;
}

.tsks .hl1-r ul li a p {
    text-indent: 2em;

}

.about-ks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 40px;
}

.about-ks::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-color: #008672;
    border-radius: 50%;
}

.about-ks b {
    font-size: 24px;
    color: #008672;
}

.about-ks .line {
    width: calc(100% - 100px);
    height: 1px;
    background-color: #008672;
    opacity: 0.5;
}

.ts3-qh {
    font-size: 0;
    margin-bottom: 40px;
}

.ts3-qh>div {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 135px;
    background-color: #eaf4f2;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #fff;
}

.ts3-qh>div p {
    font-size: 24px;
    color: #333333;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 10px;
}

.ts3-qh>div p img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    opacity: 0;
}

.ts3-qh>div.on {
    background-color: #139e80;
}

.ts3-qh>div.on p {
    color: #fff;
}

.ts3-qh>div.on p img {
    opacity: 1;
}

.ts3 .hl1-c {
    background: url(../images/ts3-txbj.jpg) no-repeat;
    background-position: right top;
    background-size: 57% 100%;
}

.ts3-c {
    position: relative;
}

.ts3-c>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.ts3-c>div.on {
    position: relative;
    opacity: 1;
    z-index: 1;
}


.ts4 {
    padding-top: 100px;
}

.ts4 .hl1-c {
    background: url(../images/ts4-txbj.jpg) no-repeat;
    background-position: right top;
    background-size: 57% 100%;
}

.ts4 .hl1-r ul li a p {
    overflow-y: auto;
    display: block;
    padding-right: 30px;
}


/* 整个滚动条 */
.ts4 .hl1-r ul li a p::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}

/* 滚动条上的滚动滑块 */
.ts4 .hl1-r ul li a p::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.ts4-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 45px;
}

.ts4-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ts4-l {
    width: 64.5%;
}


.ts4-r {
    width: 33.3%;
}

.ts4-l ul li {
    width: 50%;
}

.ts4-r ul li {
    width: 100%;
}

.ts4-list ul li a {
    font-size: 16px;
    line-height: 34px;
    color: #333333;
    padding-left: 24px;
    background: url(../images/ts4-dots.png) no-repeat;
    background-position: left 12px;
    padding-right: 10px;
}

.ts4-list ul li a:hover {
    color: #008672;
}

.ts4-list h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.ts4-list>div {
    border-top: 5px solid #008672;
    box-shadow: 0px 0px 13px 0px rgba(58, 127, 116, 0.58);
    padding: 30px 40px 50px 40px;
}


.jy1 {
    padding-top: 60px;
    padding-bottom: 80px;
}

.jy1-l {
    width: 57.6%;
    float: left;
    margin-right: 2%;
}

.jy1-l a .pic {
    width: 430px;
    height: 242px;
    padding-top: 0;
    float: left;
    margin-inline-end: 6%;
}

.jy1-l a {
    padding: 30px;
    background: url(../images/jy1-txbj.jpg) no-repeat #f4f4f4;
    background-size: 0 100%;
    background-position: center center;
    transition: all 0.3s;

}

.jy1-l a:last-child {
    margin-top: 20px;
}

.jy1-tx {
    overflow: hidden;
}

.jy1-tx h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}

.jy1-tx span {
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-style: italic;
    color: #009e86;
    margin: 15px 0;
    display: block;
}


.jy1-tx p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jy1-arrow {
    height: 10px;
    background: url(../images/yl-arrow-green.png) no-repeat;
    background-position: right center;
    margin-top: 30px;
}

.jy1-l a:hover {
    background-size: 100% 100%;
}

.jy1-l a:hover h3,
.jy1-l a:hover span,
.jy1-l a:hover p {
    color: #fff;
}

.jy1-l a:hover .jy1-arrow {
    background: url(../images/yl-arrow.png) no-repeat;
    background-position: right center;
}


.jy1-r {
    overflow: hidden;
    background-color: #f6f6f6;
    padding: 10px 20px;
}

.jy1-date {
    float: left;
    display: flex;
    justify-content: space-between;
    transform: skewX(-15deg);
    margin-right: 5%;
}

.jy1-date h3 {
    font-family: SourceHanSansCN-Bold;
    font-size: 40px;
    color: #009e86;
    line-height: 30px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #009e86;
}

.jy1-date p span {
    font-family: SourceHanSansCN-Bold;
    font-size: 16px;
    display: block;
    color: #009e86;
    line-height: 15px;
}

.jy1-r ul li a {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    background: url(../images/jy1-txtbj.png) no-repeat;
    background-size: 0% 100%;
    background-position: right center;
    transition: all 0.3s;
}

.jy1-r ul li a:hover {
    background-size: 100% 100%;
}

.jy1-r ul li:last-child a {
    border-color: transparent;
}

.jy1-txt {
    overflow: hidden;
}

.jy1-txt p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    border-right: 3px solid transparent;
    padding-right: 3%;
    transition: all 0.3s;
}

.jy1-r ul li a:hover p {
    border-color: #008672;
}


.jy2 {
    padding-top: 100px;
    padding-bottom: 50px;
    background: url(../images/jy2-bj.jpg) no-repeat;
    background-size: cover;
}


.jy2-pic {
    width: 220px;
    height: 220px;
    position: relative;
    padding: 10px;
    margin: 0 auto;
}

.quan {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #008672;
}

.quan::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #008672;
    border-radius: 50%;
    position: absolute;
    right: 13%;
    top: 12%;
}

.jy2-list ul li.on a .quan {
    animation: xz linear 10s infinite;
}

@keyframes xz {
    100% {
        transform: rotate(360deg);
    }
}

.jy2-pic .pic {
    background-color: #bfbfbf;
    border-radius: 50%;
    padding-top: 0;
    width: 100%;
    height: 100%;

}

.jy2-tx {
    margin-top: 20px;
    opacity: 0;
    transition: all 0.3s;
}

.jy2-tx h3 {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.jy2-tx p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 30px;
}

.jy2-tx span {
    display: block;
    text-align: center;
}

.jy2-tx span img {
    display: block;
    margin: 0 auto;
}


.jy2-list ul li:nth-child(even) {
    padding-top: 80px;
}

.jy2-list ul li a {
    transform: scale(0.9);
    transition: all 0.3s;
}

.jy2-list ul li.on a {
    transform: scale(1);
}

.jy2-list ul li.on a .jy2-tx {
    opacity: 1;
}


.jy2-list .slick-prev {
    width: 60px;
    height: 60px;
    background: url(../images/yl2-prev.png) no-repeat transparent;
    background-position: center center;
    transform: translateY(-50%) rotate(0);
    border-radius: 50%;
    left: -50px;
}

.jy2-list .slick-prev:hover {
    background: url(../images/yl2-next.png) no-repeat #008672;
    background-position: center center;
    transform: translateY(-50%) rotate(180deg);
}

.jy2-list .slick-next {
    width: 60px;
    height: 60px;
    background: url(../images/yl2-prev.png) no-repeat transparent;
    background-position: center center;
    transform: translateY(-50%) rotate(180deg);
    border-radius: 50%;
    right: -50px;
}

.jy2-list .slick-next:hover {
    background: url(../images/yl2-next.png) no-repeat #008672;
    background-position: center center;
    transform: translateY(-50%) rotate(0);
}

.jy2-list {
    position: relative;

}

.jy2-list .slick-slider {
    z-index: 2;
    padding: 0 50px;
}

.jy2-list::before {
    content: '';
    width: 40px;
    height: 10px;
    position: absolute;
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jy2-l.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.jy2-list::after {
    content: '';
    width: 40px;
    height: 10px;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/jy2-r.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}


.jy3 {
    padding: 80px 0;
}

.jy3 a {
    padding-top: 16%;
    background: url(../images/jy3-pic.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.jy3 a p {
    position: absolute;
    right: 3%;
    bottom: 10%;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s;
}

.jy3 a p img {
    margin-right: 10px;
}

.jy3 a:hover p {
    opacity: 0.7;
}

.jy4-tit {
    position: relative;
}

.jy4-tit .nytits {
    text-align: left;
}

.jy4-tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.jy4-tit a {
    font-size: 16px;
    color: #008672;
}

.jy4-tit a img {
    margin-left: -15px;
}

.jy4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jy4-c>div {
    width: 48%;
}

.jy4-box {
    box-shadow: 0px 0px 18px 0px rgba(0, 93, 79, 0.4);
}

.jy4-top a {
    position: relative;
}

.jy4-top a p {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 2;
}

.jy4-top a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hl1-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.jy4-c ul li a p {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.jy4-c ul li a {
    padding: 20px 0;
    border-bottom: 1px dashed #c9c9c9;
}

.jy4-c ul li:last-child a {
    border: none;
}

.jy4-c ul li a span {
    display: block;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-style: italic;
    color: #139d86;
}

.jy4-c ul {
    padding: 25px;
    padding-top: 0;
}

.jy4-c ul li a:hover p {
    color: #008672;
}

.jy4-tit a:hover {
    opacity: 0.7;
}

/* djdt */
.dj1 .nytits img {
    vertical-align: middle;
    width: 13.5%;
}

.dj1 .nytits b {
    margin: 0 10px;
}

.dj1 {
    padding: 80px 0;
}

.dj1-c {
    font-size: 0;
}

.dj1-c>div {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 50px;
}

.dj1-c>div:first-child {
    position: relative;
    background-color: #5bb3b8;
    z-index: 1;
    margin-top: 30px;
    margin-left: 30px;
}

.dj1-c>div:nth-child(2) {
    position: relative;
    background-color: #eaf4ef;
    margin-left: -30px;
    z-index: 2;
    margin-top: 0px;
}

.dj1-c>div:nth-child(3) {
    position: relative;
    background-color: #e5ca90;
    margin-left: -30px;
    z-index: 3;
    margin-top: 50px;
    margin-right: 0;
}

.dj1-c>div h3 {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
    margin: 30px 0;
    transition: all 0.3s;
}

.dj1-c>div p {
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s;
}

.dj1-c>div p img {
    display: inline-block;
}

.dj1-c>div:nth-child(2) p {
    color: #666666;
}

.dj1-c>div:nth-child(2) h3 {
    color: #333333;
}

.dj1-c>div .icon {
    width: 97px;
    height: 97px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
}

.dj1-c>div .icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #fff;
}

.dj1-c>div:nth-child(2) .icon::after {
    border-color: #008672;
}

.dj1-c>div .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dj1-c>div:hover .icon::after {
    animation: xz linear 10s infinite;
}

.dj1-c>div:hover h3,
.dj1-c>div:hover p {
    letter-spacing: 2px;
}

.dj1-list .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    border-radius: 50%;
    border: solid 2px transparent;
}

.dj1-list .slick-dots li.slick-active {
    background-color: transparent;
    border: solid 2px #029a8b;
}

.dj1-list .slick-slider {
    padding-bottom: 50px;
}

.dj3 .yl1-tx {
    background: #eaf4f2;
}

.dj3 ul li a:hover .yl1-tx {
    background: #008672;
}

/* dj2 */
.dj2 .nytits {
    text-align: left;
}

.dj2>.px1920 {
    background: url(../images/dj2-bj.jpg) no-repeat;
    background-position: 6% bottom;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 0 4%;
    max-width: 1920px;
    margin: 0 auto;
}

.dj2-c {
    max-width: 1440px;
    margin: 0 auto;
}

.dj2-c ul {
    font-size: 0;
}

.dj2-c ul li {
    display: inline-block;
    vertical-align: top;
}

.dj2-c ul li:nth-child(1) {
    width: 36%;
}

.dj2-c ul li:nth-child(1) .pic {
    padding-top: 0;
    height: 300px;
}

.dj2-c ul li:nth-child(1) .dj2-tx {
    padding-left: 10%;
}

.dj2-c ul li:nth-child(2) {
    width: 32%;
    margin-top: -20px;
}

.dj2-c ul li:nth-child(2) .pic {
    padding-top: 0;
    height: 255px;
}

.dj2-c ul li:nth-child(3) .pic {
    padding-top: 0;
    height: 255px;
}


.dj2-c ul li:nth-child(3) {
    width: 32%;
    padding-top: 45px;
}
.dj2-c ul li a:hover .dj2-tx {
    background: url(../images/dj2-ico.png) no-repeat center center #fff;
}
.dj2-tx {
    padding: 25px 5%;
    background-color: #fff;
}

.dj2-tx b {
    font-size: 60px;
    color: #cccccc;
    display: block;
    margin-bottom: 20px;
}

.dj2-tx h3 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dj2-tx span {
    display: block;
    font-family: SourceHanSansCN-Regular;
    font-size: 16px;
    font-style: italic;
    color: #009e86;
    margin: 10px 0;
}

.dj2-tx p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
}

.dj2-more{
    background-color: #336699;
    padding: 20px 60px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
}
.dj2{
    padding-bottom: 130px;
}

.dj2-more a{
    font-size: 16px;
	color: #ffffff;
    transition: all 0.3s;
}
.dj2-more a img{
    margin-left: -15px;
}
.dj2-more a:hover{
    opacity: 0.7;
}
.dj4-l {
    width: 55%;
    float: left;
    margin-right: 5.5%;
}

.dj4-l .slick-dots {
    bottom: 8%;
    text-align: right;
    right: 10%;
}

.dj4-l .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    border-radius: 50%;
    border: solid 2px transparent;
}

.dj4-l .slick-dots li.slick-active {
    background-color: transparent;
    border: solid 2px #029a8b;
}

.dj4-tx {
    padding: 20px 30px;
    border-top: 5px solid #008672;
    width: 90%;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(0, 93, 79, 0.4);
    margin-bottom: 20px;
}

.dj4-tx h3 {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dj4-tx p {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    margin: 15px 0;
}

.dj4-tx span {
    font-size: 16px;
    color: #008672;
}


.dj4-r {
    overflow: hidden;
}

.dj4-l .pic {
    padding-top: 0;
    height: 450px;
}

.dj4-r .pic {
    padding-top: 0;
    height: 289px;
}

.dj4-bot {
    margin-top: 0;
}

.dj4-bot>h3 {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin-bottom: 15px;
}


/* kydt */
.ky1 {
    padding: 80px 0;
}

.ky1 .nytits img {
    vertical-align: middle;
    width: 13.5%;
}

.ky1-list {
    font-size: 0;
}

.ky1-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ky1-list ul li {
    width: 30%;
}

.ky1-list ul li a {
    padding: 20px 0;
    border-bottom: 1px dashed #ccc;
}
.ky2-3{
    background: url(../images/ky2-3bj.jpg) no-repeat;
    background-position: right bottom;
    background-size: 50% auto;
}
/* ky2-c */
.ky2{
    padding-bottom: 120px;
}
.ky2>.px1920{
    background: url(../images/ky2-bj2.jpg) no-repeat;
    background-position: right 50px top;
}
.px1920{
    max-width: 1920px;
    margin: 0 auto;
}
.ky2-c{
    background: url(../images/ky2-bj1.jpg) no-repeat left center;
}
.ky2-c>.px1440{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.ky2-l{
    width: 580px;
}
.ky2-c a{
    width: 50%;
    height: 340px;
    position: relative;
}
.ky2-c a:hover .icon{
    animation: jello 1s;
}
.ky2-c a p{
    font-size: 28px;
	color: #ffffff;
}
.ky2-c a>div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.ky2-c .pic{
    width: 50%;
    height: 340px;
    padding-top: 0;
}
.ky2-l{
    display: flex;
    flex-wrap: wrap;
}
.ky2-r{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    position: relative;
}
.ky2-r::after{
    content: '';
    position: absolute;
    width: 100px;
	height: 80px;
    right: 0;
    bottom: 0;
    transform: translate(100%,100%);
    background-color: #008672;
}
.ky3-l {
    width: 50%;
    float: left;
    padding-right: 5%;
}

.ky3-r {
    width: 50%;
    float: right;
    padding-left: 5%;
    background-color: #f3f4f3;
}

.ky3-l .pic {
    height: 360px;
    padding-top: 0;
}

.ky3-tx {
    background-color: #008672;
    padding: 20px 30px;
}

.ky3-tx p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ky3-tx span {
    color: #fff;
    font-size: 16px;
}

.ky3-top {
    margin-bottom: 30px;
}

.ky3-l>ul li a p {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ky3-l>ul li a span {
    color: #008672;
    font-size: 16px;
}

.ky3-l>ul li a {
    padding: 25px 0;
    border-bottom: 1px dashed #ccc;
}

.ky3-list>ul li .pic {
    width: 360px;
    height: 200px;
    padding-top: 0;
    float: left;
    margin-right: 5%;
}

.ky3-list>ul li {
    margin-bottom: 40px;
}

.ky3-txt {
    overflow: hidden;
}

.ky3-txt h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    height: 60px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ky3-txt p {
    font-size: 16px;
    line-height: 24px;
    height: 72px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0;
}

.ky3-txt span {
    font-size: 16px;
    color: #008672;
}

.ky3-more {
    text-align: right;
}

.ky3-more a {
    font-size: 16px;
    color: #008672;
    transition: all 0.3s;
}

.ky3-more a img {
    margin-left: -15px;
}

.ky3-more a:hover {
    opacity: 0.7;
}



























@media screen and (max-width: 1600px) {
    .jy2-list::before {
        display: none;
    }

    .jy2-list::after {
        display: none;
    }

    .jy2-list .slick-prev {
        left: 0;
    }

    .jy2-list .slick-next {
        right: 0;
    }
}




@media screen and (max-width: 1500px) {
    .ky2>.px1920{
        background-position: right top;
    }
    .dj2>.px1920{
        padding: 0 3%;
    }

    .hl4-list .slick-prev {
        left: 0;
    }

    .hl4-list .slick-next {
        right: 0;
    }

    .hl3-tit b,
    .hl3-l>h2 {
        font-size: 30px;
    }

    .hl3-tit>div span {
        margin-left: 25px;
    }
}




@media screen and (max-width: 1460px) {
    .ny-tit {
        left: 20px;
    }

    .px1440 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .xk4-list ul li a {
        padding: 30px 40px;
    }


}

@media screen and (max-width: 1300px) {
    .xk4-tx p {
        font-size: 20px;
    }
    .ky2{
        padding-bottom: 50px;
    }
    .ts1-qh>div p {
        font-size: 20px;
    }

    .ts1-qh>div p img {
        width: 15px;
    }
    .ky2-l{
        width: 50%;
    }
    .ky2-r::after{
        content: none;
    }
}

@media screen and (max-width: 1200px) {
    .ky3-l{
        float: none;
        width: auto;
        padding: 10px 0;
    }
    .ky3-l .pic{
        height: auto;
        padding-top: 56.25%;
    }
    .ky3-top{
        margin-bottom: 0;
    }
    .ky3-r{
        float: none;
        width: auto;
        padding: 10px;
    }
    .ky2-3{
        background-size: 0;
    }
    .ts3-qh>div p {
        font-size: 20px;
    }

    .hl3-tit b {
        display: block;
        margin-bottom: 10px;
        margin-left: 0;
    }

    .hl3-tit>div span {
        margin-left: 0;
        margin-right: 20px;
    }

    .hl3-tit>div span:last-child {
        margin-right: 0;
    }

    .xk4-list ul li a {
        padding: 20px 30px;
    }

    .ts4 .nytits {
        font-size: 20px;
    }

    .jy1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .ky2-c a,.ky2-c .pic{
        height: 300px;
    }
    .ky2-c a .icon img{
        max-width: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .ky1{
        padding: 50px 0;
    }
    .ky1-list ul li{
        width: 48%;
    }
    .dj2-c ul li{
        display: block;
        width: 100% !important;
        margin-bottom: 10px;
    }
    .dj2-c ul li .pic{
        padding-top: 56.25% !important;
        height: auto !important;
    }
    .dj2-tx{
        padding: 20px !important;
    }
    .dj2>.px1920{
        padding: 0 10px;
        background-size: 0;
    }
    .dj2-tx b{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .dj2-tx h3{
        white-space: nowrap;
        height: auto;
    }
    .dj2-tx p{
        height: 48px;
    }
    .dj2-c ul li:nth-child(3){
        padding-top: 0;
    }
    .dj2-c ul li:nth-child(2){
        margin-top: 0;
    }
    .dj1 {
        padding: 50px 0;
    }

    .dj4-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .dj4-r .pic {
        padding-top: 50%;
        height: auto;
    }

    .dj4-l .pic {
        padding-top: 56.25%;
        height: auto;
    }

    .dj1-c>div h3 {
        font-size: 22px;
        margin: 20px 0;
    }

    .jy2-list ul li:nth-child(even) {
        padding-top: 0;
    }

    .jy2-tx {
        opacity: 1 !important;
    }

    .ts4-list {
        display: block;
    }

    .ts4-l {
        width: 100%;
        margin-bottom: 20px;
    }

    .ts4-r {
        width: 100%;
    }

    .ts4 .hl1-r ul li a p {
        height: 270px;
        line-height: 30px;
    }

    .ts3 .hl1-c,
    .ts4 .hl1-c {
        background-size: cover;
    }

    .ztzl ul li a p {
        font-size: 16px;
    }

    .ztzl ul li {
        margin-bottom: 30px;
    }

    .nytits {
        margin-bottom: 30px;
        font-size: 28px;
    }

    .ny-tit h3 {
        font-size: 40px;
        line-height: 40px;
    }

    .yl1 ul li a h3 {
        font-size: 16px;
    }

    .yl1-more {
        padding-top: 40px;
    }

    .yl1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ztzl {
        padding-top: 50px;
    }

    .yl2 {
        padding: 50px 0;
    }

    .yl2-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .yl2-tit h3 {
        font-size: 28px;
    }

    .yl2-r ul li a h3 {
        font-size: 30px;
    }

    .yl3 {
        padding-top: 50px;
    }

    .yl2-r ul li a {
        height: 160px;
    }

    .yl3-tit b {
        font-size: 22px;
    }

    .yl3-tit b.on {
        font-size: 26px;
    }

    .yl3-tit b::after {
        font-size: 26px;
    }

    .yl3-c>div>div:first-child {
        padding: 25px 0;
    }

    .yl3-c ul li {
        width: 45%;
    }

    .yl3-c ul li a {
        font-size: 16px;
    }

    .yl3-c ul li a span {
        font-size: 14px;
    }

    .hl1-l {
        float: none;
        width: auto;
    }

    .hl1-l .pic {
        height: auto;
        padding-top: 66%;
    }

    .hl1-c {
        padding-top: 0;
        background-size: 100% 100%;
    }

    .hl1-r ul li a {
        padding: 30px;
        padding-bottom: 0;
    }

    .hl1-r ul li a p {
        height: auto;
    }

    .hl1 {
        padding: 50px 0;
    }

    .hl3-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 50px;
    }

    .hl3-date b {
        font-size: 20px;
    }

    .hl3-date span {
        font-size: 14px;
    }

    .hl3-date {
        margin-right: 20px;
    }

    .hl3-tx h3 {
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hl3-l ul li a {
        padding: 20px 0;
    }

    .hl4 {
        padding-top: 50px;
    }

    .hl4-tit b.on {
        font-size: 30px;
    }

    .hl4-tit b {
        font-size: 26px;
    }

    .hl4-list .slick-arrow {
        display: none !important;
    }

    .xk2-list {
        width: 80%;
        padding: 0;
        padding-bottom: 50px;
    }

    .xk2-list .pic {
        padding-top: 56.25%;
        height: auto;
    }

    .xk2-list::after {
        content: none;
    }

    .xk2 {
        padding-top: 50px;
    }

    .xk2-c h3 {
        font-size: 26px;
    }

    .xk4-list ul li {
        width: 50%;
    }

    .xk4 {
        padding-top: 50px;
    }

    .ts1-c ul li {
        width: 24%;
    }

    .ts1-c ul div {
        width: 24%;
    }

    .ts2 {
        padding: 60px 0;
    }

    .ts4 {
        padding-top: 60px;
    }

    .jy1-l a .pic {
        width: 360px;
        height: 202px;
    }

    .jy1-arrow {
        margin-top: 15px;
    }

    .jy1 {
        padding: 50px 0;
    }

    .jy2 {
        padding: 50px 0;
    }

    .jy3 {
        padding: 50px 0;
    }

    .jy4-c {
        display: block;
    }

    .jy4-c>div {
        width: 100%;
    }

    .jy4-l {
        margin-bottom: 30px;
    }
    .dj2{
        padding-bottom: 100px;
    }
    .dj4-r{
        padding-top: 10px;
    }


    .ky2-c a,.ky2-c .pic{
        height: 240px;
    }
    .ky2-c a .icon img{
        max-width: 60px;
    }
    .ky2-c a p{
        font-size: 20px;
    }
}


@media screen and (max-width: 768px) {
    .ky3-tx p,.ky3-l>ul li a p,.ky3-txt h3{
        font-size: 16px;
    }
    .ky2{
        padding-bottom: 30px;
    }
    .ky3-tx{
        padding: 10px;
    }
    .ky3-txt p{
        font-size: 14px;
        margin: 10px 0;
    }
    .ky3-list>ul li{
        margin-bottom: 20px;
    }
    .ky3-l>ul li a{
        padding: 15px 0; 
    }
    .ky2-r{
        padding-top: 0;
    }
    .ky2-c a, .ky2-c .pic{
        height: 180px;
    }
    .dj2-more{
        padding: 10px 40px;
    }
    .ky1{
        padding: 30px 0;
    }
    .dj2{
        padding-bottom: 80px;
    }
    .jy4-tit a{
        font-size: 14px;
    }
    .dj2-more a{
        font-size: 14px;
    }
    .dj2-tx h3{
        font-size: 16px;
    }
    .dj1 {
        padding: 30px 0;
    }
    .dj2-tx b{
        font-size: 30px;
    }
    .dj2-tx{
        padding: 20px 10px !important;
    }
    .dj4-tx h3 {
        font-size: 16px;
    }

    .dj4-tx p {
        font-size: 14px;
        margin: 10px 0;
    }

    .dj4-tx span {
        font-size: 14px;
    }

    .dj1-c>div {
        margin: 0 !important;
        padding: 30px 0;
    }

    .dj1-c>div h3 {
        font-size: 18px;
    }

    .jy4-top a p {
        font-size: 16px;
        padding: 20px;
    }

    .jy4-c ul li a {
        padding: 15px 0;
    }

    .jy4-c ul li a p {
        font-size: 16px;
    }

    .jy2 {
        padding: 30px 0;
    }

    .jy1 {
        padding: 30px 0;
    }

    .jy3 {
        padding: 30px 0;
    }

    .jy1-tx h3 {
        font-size: 16px;
    }

    .ts2 {
        padding: 30px 0;
    }

    .ts3-qh>div p {
        font-size: 16px;
    }

    .ts3-qh>div p img {
        width: 15px;
    }

    .tsks .hl1-r ul li a {
        padding: 20px;
    }

    .ts2 .nytits {
        font-size: 20px;
    }

    .ts2 .nytits b {
        max-width: 63%;
    }

    .position span,
    .position a {
        font-size: 14px;
    }

    .pagination {
        padding-top: 50px;
    }

    .pagination a {
        padding: 0px 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0px 3px;
    }

    .ztzl ul li {
        width: 50%;
    }

    .nytits {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .ny-tit h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .position {
        margin-top: 20px;
    }

    .ny-index {
        padding-bottom: 50px;
    }

    .yl1 ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .yl1-more {
        padding-top: 20px;
    }

    .yl1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ztzl {
        padding-top: 20px;
    }

    .yl2-date b {
        font-size: 24px;
    }

    .yl2-tx h3 {
        font-size: 16px;
    }

    .yl2-l ul li a {
        padding: 15px 20px 20px 20px;
    }

    .yl2-l ul li {
        margin-top: 20px;
    }

    .yl2-r ul li a h3 {
        font-size: 26px;
    }

    .yl3 {
        padding-top: 30px;
    }

    .yl3-tit b {
        font-size: 20px;
    }

    .yl3-tit b.on {
        font-size: 24px;
    }

    .yl3-tit b::after {
        font-size: 24px;
    }

    .yl3-c ul li {
        width: 85%;
    }

    .yl3-c ul::after {
        content: none;
    }

    .hl1-more {
        margin-top: 20px;
    }

    .hl1-r ul li a p {
        font-size: 14px;
        line-height: 30px;
    }

    .hl1 {
        padding: 30px 0;
    }

    .hl3-tx h3 {
        font-size: 16px;
    }

    .hl3-l {
        padding-top: 30px;
    }

    .hl3-r {
        padding: 20px 30px;
    }

    .hl3-tit b,
    .hl3-l>h2 {
        font-size: 24px;
    }

    .hl4 {
        padding-top: 30px;
    }

    .hl4-tit b.on {
        font-size: 24px;
    }

    .hl4-tit b {
        font-size: 20px;
    }

    .hl4-tit {
        margin-bottom: 20px;
    }

    .hl4-tx h3 {
        font-size: 20px;
    }

    .xk2 {
        padding-top: 30px;
    }

    .xk2-list {
        padding-bottom: 30px;
    }

    .xk2-c h3 {
        font-size: 24px;
    }

    .xk2-tx p {
        font-size: 14px;
    }

    .xk2-tx {
        margin: 15px 0;
    }

    .xk4-list ul li a .icon {
        margin-right: 20px;
    }

    .xk4-tx p {
        font-size: 16px;
    }

    .xk4-list ul li a .icon img {
        max-width: 45px;
    }

    .ts1-qh>div {
        min-height: 100px;
    }

    .ts1-qh>div p {
        font-size: 16px;
    }

    .ts1-c ul li {
        width: 32%;
        margin-top: 10px;
    }

    .ts1-c ul div {
        width: 32%;
    }

    .ts1-c ul li a {
        font-size: 13px;
        line-height: 36px;
    }

    .ts1 {
        padding-top: 30px;
    }

    .jy1-txt p {
        font-size: 16px;
    }

    .jy1-date h3 {
        font-size: 26px;
    }

    .jy1-date p span {
        font-size: 14px;
    }

    .jy1-r ul li a {
        padding: 20px 0;
    }
    .ky3-l>ul li a span,.ky3-tx span{
        font-size: 14px;
    }

.ts1-qh2>ul>li{width: 50% !important;}

}

@media screen and (max-width: 640px) {
    .ky3-list>ul li .pic{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 56.25%;
        height: auto;
    }
    .ky3-txt span{
        font-size: 14px;
    }
    .ky2-c>.px1440{
        display: block;
    }

    .ky2-c{
        background-size: cover;
    }
    .ky2>.px1920{
        background-size: 0;
    }
    .ky2-l{
        width: 100%;
    }
    .dj1-c>div .icon {
        transform: scale(0.8);
    }
    .ky1-list ul li{
        width: 100%;
    }
    .dj1-c>div h3 {
        font-size: 16px;
        margin: 10px 0;
    }

    .dj1-c>div p {
        font-style: 13px;
    }

    .dj1-c>div p img {
        width: 20px;
    }

    .jy1-l a .pic {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 56%;
    }

    .jy1-tx h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto;
    }

    .jy1-l a {
        padding: 15px;
    }

    .ts3-qh {
        text-align: center;
    }

    .ts4 .nytits b {
        max-width: 60%;
        display: inline-block;
    }

    .ts4 .nytits img {
        vertical-align: 20px;
    }

    .ts3-qh>div {
        width: 100%;
        margin: 5px 0;
        height: 60px;
    }

    .ts3-qh {
        margin-bottom: 20px;
    }

    .xk4-list ul li {
        width: 100%;
    }

    .xk4-list ul li a {
        margin-bottom: 20px;
    }

    .xk4-list .slick-list {
        padding-bottom: 30px;
    }

    .xk4 {
        padding-top: 30px;
    }

    .ts1-c ul {
        margin-top: 10px;
    }

    .ts1-qh>div {
        width: 100%;
    }

    .ts1-qh>div:nth-child(2) {
        border: none;
        margin: 10px 0;
    }

    .ts4-list>div {
        padding: 30px 20px;
    }

    .ts4-list {
        margin-top: 20px;
    }

    .ts4-list h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .dj4-tx {
        padding: 10px 20px;
    }

    .ztzl ul li {
        width: 100%;
    }

    .dj1-c>div {
        margin: 0 !important;
        padding: 10px 0;
    }

    .ts4-l ul li {
        width: 100%;
    }

    .ts1-c ul li {
        width: 49%;
    }

    .ts1-c ul div {
        width: 49%;
    }

    .xk1 .yl1-more {
        padding-top: 0;
    }

    .xk1 {
        padding-bottom: 30px;
    }

    .ztzl ul li a p {
        height: 40px;
        line-height: 40px;
    }

    .position {
        margin-top: 10px;
    }

    .yl3-tit {
        margin-bottom: 20px;
    }

    .hl3-tit>div span {
        font-size: 12px;
    }

    .hl3-list ul li a h3 b {
        font-size: 16px;
    }

    .hl3-list ul li a h3 span {
        font-size: 14px;
    }
}


/* tsks切换 */
.ts1-qh2>ul{
    font-size: 0;
}
.ts1-qh2>ul>li{
    cursor: pointer;
    width: 25%;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 25px 10px;
}
.ts1-qh2>ul>li.on{
    background-color: #008672;
    color: #fff;
}




/* 2023/11/11修改联盟下拉 */
.ts4-list ul li {
    position: relative;
}

.ej-lm {
    position: absolute;
    left: 0;
    top: 100%;
    width: fit-content;
    background-color: #fff;
    z-index: 2;
    transition: all 0.3s;
    box-shadow: 0 0 10px #ddd;
    padding: 10px 20px;
    border-top: 3px solid #008672;
    display: none;
}

.ts4-list ul li:hover .ej-lm {
    display: block;
}

.ts4-list ul li .ej-lm a {
    background-size: 0;
    line-height: 30px;
    padding: 0;
}


.s1-l2{
width: 100%;
}
.s1-l .tit-text1 h2.on b{
font-size: .35rem;
}
.s1-l .tit-text1 h2.on{
border-left: none;
}
.i-list1 li::before{
content: none;
}