.titileAll01 {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 10px;
    border-bottom: 2px solid #77cabd;
}

.titileAll01 h3 {
    position: relative;
    font-size: 28px;
}

.titileAll01 h3::before {
    content: "";
    width: 38px;
    height: 4px;
    background: #009c84;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.titileAll01 .more {
    right: 0;
    bottom: 12px;
}

.titileAll01 .more a {
    color: #deb87a;
}


/* banner */

.bannerLt .slick-dots {
    text-align: right;
    padding-right: 10px;
    bottom: 10px;
    width: auto;
    right: 0;
}

.bannerLt .slick-dots li.slick-active {
    background: #deb87a;
}

.bannerLt .slick-dots li {
    background: rgba(0, 156, 132, 0.6);
    width: 20px;
    height: 21px;
    margin: 0 2px;
}

.bannerLt .slick-dots li button {
    text-indent: 0;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.banner {
    position: relative;
    z-index: 1;
}

.banner .item {
    margin: 0 0 0;
}

.banner .img {
    padding-bottom: 0;
    height: 76vh;
    position: relative;
    background-size: cover !important;
}

.banner_ind img {
    display: block;
    width: 100%;
    min-height: 60vh;
    object-fit: cover;
}
.banner a:hover .img img,.banner a:hover .img,.banner .item:hover .img img{
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
}

.banner .btxt {
    position: absolute;
    left: 0;
    bottom: 8%;
    z-index: 2;
    color: #fff;
    width: 100%;
}

.banner .btxt::before {
    content: "";
    width: 65%;
    height: 64px;
    background: rgba(0, 156, 132, 0.6);
    position: absolute;
    left: 0;
    bottom: 9%;
}

.banner .btxt .t1 {
    position: relative;
    width: 66%;
    height: 70px;
    line-height: 64px;
    overflow: hidden;
    left: 100px;
    transition: 0.6s;
    opacity: 0;
    color: #fff;
    transition-delay: 0.3s !important;
}

.banner .btxt .p {
    line-height: 1.875;
    max-width: 65em;
    position: relative;
    left: 100px;
    opacity: 0;
    color: #fff;
    transition-delay: 0.6s !important;
}

.banner .swiper-slide-active .btxt .t1,
.banner .swiper-slide-active .btxt .p {
    left: 0;
    opacity: 1;
    transition: 0.6s;
}

.swiperCtr {
    display: none;
}

.swiperCtr .btn {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 50%;
    text-align: center;
    width: 60px;
    line-height: 60px;
    border-radius: 10px 0 10px 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    color: #fff;
    margin-top: -30px;
}

.swiperCtr .btn:hover {
    background: #68b54b;
}

.swiperCtr .btn .iconfont {
    font-size: 14px;
}

.swiperCtr .btn.prev {
    left: 4%;
}

.swiperCtr .btn.next {
    right: 4%;
}

.dots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 8%;
    text-align: right;
    z-index: 10;
}

.dots span {
    opacity: 1;
    background: none;
    width: 10px;
    height: 10px;
    background-size: cover;
    margin: 0 4px !important;
    border-radius: 0;
    background: #fff;
    border-radius: 50%;
}

.dots span.swiper-pagination-bullet-active {
    background: #deb87a;
    width: 24px;
    height: 10px;
    background-size: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


/* banner01 */


/* index01 */

.mainbox01 {
    align-items: stretch;
    padding-bottom: 40px;
}

.mainbox01 .nl {
    flex: 0 0 auto;
    width: 55%;
    position: relative;
    z-index: 5;
}

.mainbox01 .nl .swiper-container {
    width: 100%;
    height: 100%;
}

.mainbox01 .nr {
    flex: 1 1 auto;
    overflow: hidden;
    margin-left: 35px;
    position: relative;
    z-index: 5;
}

.newsList02 .index_022 ul {
    margin: 0 0 0 0;
    border-top: 0;
}

.bannerLt .newsText {
    width: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 30px;
}

.bannerLt .time {
    position: absolute;
    z-index: 9;
    left: 40px;
    top: 0;
    text-align: center;
}

.newsText p {
    clear: both;
    color: #fff;
    padding-right: 160px;
}

.slick-slider:hover .newsText {
    color: #088b42;
}

.newsList02 .transf3s.li1 a {
    width: 100%;
    /* padding: 8px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07); */
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.newsList02 .index_022 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.newsList02 .transf3s.li1 {
    flex: 1;
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid #fff;
    padding-left: 10px;
}

.newsList02 .transf3s.li1 a {
    width: 100%;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07); */
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.newsList02 .transf3s.li1:hover {
    background: #f8f9fa;
    border: 1px solid #e3e7ec;
}

.newsList02 .index_022 li {
    position: relative;
    width: 100%;
}

.newsList02 .index_022 li:last-child {
    margin-bottom: 0;
}

.newsList02 .index_022 li>* {
    position: relative;
    z-index: 5;
}

.newsList02 .index_022 a {
    margin: 0 0 0;
    overflow: hidden;
    color: #deb87a;
}

.newsList02 .index_022 .time {
    padding-right: 20px;
    padding: 8px 20px 8px 0;
    position: relative;
    float: left;
    text-align: right;
    border-right: 1px solid #b8b8b8;
}

.bannerLt .time {
    width: 80px;
    height: 80px;
    /* background: url(../images/datebg01.png) center no-repeat; */
    background-size: cover;
}

.sub_imglist02 .info_box .time {
    position: absolute;
    z-index: 9;
    right: 70px;
    top: 0;
    text-align: center;
    width: 80px;
    height: 80px;
    background: url(../images/datebg01.png) center no-repeat;
    background-size: cover;
}


/* .newsList02 .index_022 .time::before {
      content: '';
      width: 4px;
      height: 100%;
      background-color: #d3d3d5;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 0;
  }
  .newsList02 .index_022 .time::after {
      content: '';
      width: 4px;
      height: 0;
      background-color: #86c744;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      transition: height 0.35s ease-out;
  } */

.newsList02 .indlists01 {
    margin-left: 110px;
    padding-right: 6px;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.newsList02 .indlists01 h4 {
    margin-bottom: 10px;
    font-weight: bold;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.newsList02 .indlists01 p {
    color: #959595;
}

.modeNews01 .indlists01 {
    margin-left: 110px;
}

.joinusList .newsList02 .indlists01 {
    margin-left: 86px;
}

.newsList02 .index_022 .day,
.bannerLt .time .day,
.sub_imglist02 .time .day {
    line-height: 22px;
    color: #959595;
    font-weight: normal;
    padding-right: 4px;
}

.newsList02 .index_022 .month,
.bannerLt .time .month,
.sub_imglist02 .time .month {
    color: #505050;
    font-weight: normal;
    height: 36px;
    overflow: hidden;
    /* letter-spacing: .2px; */
}

.newsList02 .index_022 .title {
    margin: 0 0 0 76px;
    max-height: 64px;
    line-height: 21px;
    text-align: justify;
}

.newsList02 .index_022 li:hover h4 {
    color: #009c84;
}


/* .newsList02 .index_022 li a:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}  */


/* bannerTab */

.indbanner04 .listTitle2 {
    margin-bottom: 0;
}

.swiper-container3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


/* @media (min-width: 480px) {
    .swiper-container3 {
        min-height: 320px;
    }
} */

.indbanner04 {
    padding-top: 20px;
    padding-bottom: 40px;
}

.indbanner04 .swiper-container-wrapper {
    /* display: flex;
    flex-flow: column nowrap;
    height: 100vh;
    width: 100vw; */
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
}

.indbanner04 .gallery-thumbs2 {
    flex: 0 0 auto;
    width: 440px;
    position: relative;
    z-index: 1;
}

.indbanner04 .gallery-top2 {
    flex: 1 1 auto;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

.potionRe {
    position: relative;
}


/* 
@media (min-width: 480px) {
    .indbanner04 .swiper-container-wrapper {
        flex-flow: row nowrap;
    }
} */

.indbanner04 .swiper-button-next,
.indbanner04 .swiper-button-prev {
    color: #fff;
    display: none;
}

.indbanner04 .swiper-slide-duplicate,
.indbanner04 .swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.indbanner04 .gallery-top2 .swiper-slide {
    align-items: start;
    justify-content: flex-start;
    box-shadow: 0 4px 18px rgba(9, 80, 75, 0.18);
    background-color: #fff;
}

.arr_l,
.arr_r {
    color: #deb87a;
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.arr_l {
    top: -50px;
}

.arr_r {
    bottom: -50px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.indbanner04 .swiper-slide-duplicate .description,
.indbanner04 .swiper-slide-duplicate .title,
.indbanner04 .swiper-slide .description,
.indbanner04 .swiper-slide .title {
    display: block;
    /* opacity: 0;
    transition: 0.5s ease 0.5s; */
}

.indbanner04 .swiper-slide-duplicate-active .description,
.indbanner04 .swiper-slide-duplicate-active .title,
.indbanner04 .swiper-slide-active .description,
.indbanner04 .swiper-slide-active .title {
    opacity: 1;
}

.indbanner04 .swiper-slide-duplicate-active .title,
.indbanner04 .swiper-slide-active .title {
    margin-bottom: 0.5rem;
    font-size: 24px;
    /* transition: opacity 0.2s ease 0.3s;
    -webkit-transition: opacity 0.2s ease 0.3s;
    -moz-transition: opacity 0.2s ease 0.3s;
    -ms-transition: opacity 0.2s ease 0.3s;
    -o-transition: opacity 0.2s ease 0.3s; */
}

.indbanner04 .swiper-slide-duplicate-active .description,
.indbanner04 .swiper-slide-active .description {
    font-size: 16px;
    color: #fff;
    /* transition: opacity 0.2s ease 0.3s;
    -webkit-transition: opacity 0.2s ease 0.3s;
    -moz-transition: opacity 0.2s ease 0.3s;
    -ms-transition: opacity 0.2s ease 0.3s;
    -o-transition: opacity 0.2s ease 0.3s; */
}

.indbanner04 .gallery-thumbs2 .swiper-slide {
    flex: 1;
    display: flex;
    align-items: flex-start;
    /* ä»Žé¡¶éƒ¨å¼€å§‹æŽ’åˆ— */
    justify-content: center;
    /* æ°´å¹³å±…ä¸­å¯¹é½å†…å®¹ */
    position: relative;
    margin-bottom: 0!important;
}

.indbanner04 .gallery-thumbs2 .swiper-slide .spanicon {
    content: "";
    width: 15px;
    height: 20px;
    background: url(../images/sjicon01.png) no-repeat;
    position: absolute;
    right: 0;
    right: 0%;
    top: 50%;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.indbanner04 .gallery-thumbs2 .swiper-slide p {
    position: relative;
    padding: 14px 36px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
    line-height: 22px;
    background: #fff;
    width: calc(100% - 24px);
    transition: all .35s;
    -ms-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
}


/* @media (min-width: 480px) {
    .indbanner04 .gallery-thumbs2 .swiper-slide {
        flex-flow: column nowrap;
        width: 100%;
    }
} */

.gallery-top2 .more-3 {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin-top: 20px;
    background-color: #009c84;
    border: 1px solid #fff;
    width: 150px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    transition: .3s;
}

.gallery-top2 .more-3:hover {
    border-color: #009c84;
    background: #fff;
    color: #009c84;
}

.indbanner04 .gallery-thumbs2 .swiper-slide-thumb-active {
    opacity: 1;
}

.indbanner04 .gallery-thumbs2 .swiper-slide-thumb-active p {
    background-color: #009c84;
    color: #fff;
}

.indbanner04 .gallery-thumbs2 .swiper-slide-thumb-active .spanicon {
    opacity: 1;
}

.indbanner04 .gallery-top2 {
    background-color: #fff;
}

.indbanner04 .gallery-thumbs2 .swiper-slide:last-child p {
    margin-bottom: 0;
}

.description {
    padding: 30px;
}

.gallery-top2 h2 {
    position: relative;
    font-weight: bold;
    padding-left: 30px;
}

.gallery-top2 h2::before {
    content: "";
    width: 14px;
    height: 13px;
    background: url(../images/cliiconsa01.png) no-repeat;
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 2;
}

.gallery-top2 .description p {
    color: #959595;
    line-height: 24px;
}


/* iconlist02 */

.iconList02 {
    width: 90%;
    margin: 20px auto 50px;
}

.iconList02 li {
    width: 25%;
}

.iconList02 a {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    background: rgba(0, 112, 87, 0.7);
    color: #fff;
    text-align: center;
}

.iconList02 li:nth-child(2) a,
.iconList02 li:nth-child(4) a {
    background: rgba(255, 255, 255, 0.7);
    color: #007866;
    text-align: center;
}

.iconList02 .iconList-img {
    margin: 0 auto;
    width: 105px;
    height: 74px;
    background: url(../images/iconind01.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    transition: 0.5s;
}
.iconList02 .iconList-img{
    transition:all ease-in-out .8s;-ms-transition:all ease-in-out .8s;-moz-transition:all ease-in-out .8s;-webkit-transition:all ease-in-out .8s;-o-transition:all ease-in-out .8s
   
}
.iconList02 a:hover .iconList-img{
 transform:rotateY(360deg);-ms-transform:rotateY(360deg);-moz-transform:rotateY(360deg);-webkit-transform:rotateY(360deg);-o-transform:rotateY(360deg)
}
.iconList02 li:nth-child(2) .iconList-img {
    background: url(../images/iconind01h02.png) no-repeat;
    background-size: 100% 100%;
}

.iconList02 li:nth-child(3) .iconList-img {
    background: url(../images/iconind03.png) no-repeat;
    background-size: 100% 100%;
}

.iconList02 li:nth-child(4) .iconList-img {
    background: url(../images/iconind01h04.png) no-repeat;
    background-size: 100% 100%;
}

.iconList02 li:nth-child(1) p,
.iconList02 li:nth-child(3) p {
    color: #fff;
}

.iconList02 li p {
    margin-top: 10px;
    height: 22px;
    overflow: hidden;
}

.indvideo {
    position: relative;
}

.indvideo02 .about-video {
    bottom: auto;
    right: auto;
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.indvideo02 .about-video .cyicon {
    font-size: 55px;
}


/* tab */

.index_title {
    display: block;
    position: relative;
    height: 48px;
    text-align: center;
}

.index_title .title a {
    margin: 0 14px;
    position: relative;
    display: inline-block;
}

.index_title .title a:first-child {
    margin-left: 0;
}

.index_title .title a:last-child::after {
    display: none;
}

.index_title .title a.on {
    color: #fff;
    font-weight: bold;
}


/* .index_title .title a.on::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: #d4b96a;
} */

.index_title .more a {
    height: 24px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 28px;
    color: #333;
}

.index_title .more a.off {
    display: none;
}

.index_title .more a:hover {
    color: #007071;
}

.index_title .sub_channel {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 44px;
}

.index_title .sub_channel a::after {
    width: 1px;
}

.wrap_mode01 {
    padding: 60px 0 50px;
}


/* banner */

.index_01a {
    overflow: hidden;
    position: relative;
}

.index_01a ul {
    margin: 0 0 0 0;
}

.banner .row {
    overflow: hidden;
}

.index_01a .item {
    margin: 0 0 0;
}

.index_01a .img {
    padding-bottom: 0;
    height: 100vh;
    position: relative;
    background-size: cover !important;
}


/* .index_01a .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: calc(170% / 19.2);
    background: rgba(0, 0, 0, 0.2);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
} */

.index_01a .bottom {
    display: none;
    padding: 30px 9%;
    right: auto;
    bottom: 0;
    min-width: 220px;
    border-right: 4px solid rgba(13, 113, 113, 0.8);
    width: 69.17%;
    max-width: 69.17%;
    box-sizing: border-box;
}

.index_01a .bottom::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(55, 152, 143, 0.55);
}

/* .banner .img img {
    height: 100vh;
} */

.index_01a .tip {
    float: left;
    background: #1ca6a7;
    background: -webkit-linear-gradient(left, #1ca6a7, #64c1ae);
    background: -o-linear-gradient(right, #1ca6a7, #64c1ae);
    background: -moz-linear-gradient(right, #1ca6a7, #64c1ae);
    background: linear-gradient(to right, #1ca6a7, #64c1ae);
    display: block;
    padding: 0 15px;
    color: #fff;
    font-weight: bold;
}

.index_01a .title {
    color: #fff;
    line-height: 1.39;
    display: -webkit-box;
    position: relative;
    z-index: 1;
}

.index_01a .arrow {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: static;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0);
    bottom: 50px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.index_01a .arrow:hover {
    border: 2px solid #fff;
}

.index_01a .arrow.prev {
    background: url(../images/prev.png) no-repeat center;
    background-size: 31px 26px;
}

.index_01a .arrow.next {
    background: url(../images/next.png) no-repeat center;
    background-size: 31px 26px;
}

.index_01a .swiper-pagination {
    /* position: static; */
    bottom: 60px;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    width: calc(100vw - 220px);
}

.index_01a .swiper-pagination-bullet {
    background: url(../images/dot.png) no-repeat;
    opacity: 1;
    width: 12px;
    height: 12px;
    background-size: cover;
    margin: 0 5px !important;
    border-radius: 0;
    background: #c5d1d2;
    border-radius: 50%;
}

.index_01a .swiper-pagination-bullet-active {
    background: url(../images/dota.png) no-repeat;
    background: #69aa30;
    width: 30px;
    height: 12px;
    background-size: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.dotbox {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
}


/* .dots {
  display: inline-block;
  position: relative;
  z-index: 1;
} */

.index_01a .item:hover .img img {
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}


/* banner */

.wrap_mode02 {
    position: relative;
    box-sizing: border-box;
    background: url(../images/indbgaa01.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.wrap_mode03 {
    background: #33a896 url(../images/modeimg04.png) no-repeat top right;
    background-size: 50% 100%;
    padding-bottom: 60px;
}

.wrap_mode03::before {
    content: "";
    width: 30%;
    height: 580px;
    position: absolute;
    left: 0;
    background: url(../images/indbgaa02.jpg) no-repeat left top;
}

.wrap_mode02,
.wrap_mode04,
.wrap_mode05 {
    padding: 40px 0 50px;
}

.wrap_mode04 {
    background: url(../images/indbgaa03.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.wrap_mode05 {
    background: url(../images/indbgaa04.jpg) no-repeat top center;
    background-size: 100% auto;
}

.wrap_mode05 .listTitle2 a {
    color: #fff;
}

.wrap_mode05 .listTitle2 h2::before {
    background-color: #deb87a;
}

.listTitle2 {
    position: relative;
    margin-bottom: 40px;
}

.listTitle2 h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.listTitle2 h2::before {
    content: "";
    width: 46px;
    height: 5px;
    background: #048741;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.listTitle_02 .listTitle2 a {
    color: #fff;
}

.listTitle_02 .listTitle2 h2::before {
    background-color: #deb87a;
    left: 0;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.mode01 .listTitle2 {
    position: relative;
    padding: 60px 0 50px;
}

.indmore {
    bottom: 50px;
    right: 0;
}

.mode04 .indmore {
    bottom: 0px;
    right: 0;
}

.indmore a {
    color: #7bbd2c;
    font-weight: bold;
    text-decoration: underline;
}

.mode05Tlt {
    line-height: 30px;
    font-weight: bold;
    margin: 40px auto;
}


/* .listTitle2 h2::after {
    content: "";
    position: absolute;
    top: -24px;
    right: 0;
    width: 9rem;
    height: 8.4rem;
    background: url(../images/titbg06.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: dance8 2s alternate infinite;
    animation: dance8 2s alternate infinite;
} */

@keyframes dance8 {
    0% {
        -webkit-transform: translateX(0px);
    }
    100% {
        -webkit-transform: translateX(-30px);
    }
}

.banner_list .flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}


/* nwe01 */

.banner_list .indexNews {
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
}

.indexNews .nl {
    flex: 0 0 auto;
    width: 56%;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* .indexNews .nl .swiper-container{width:100%;height:100%;}
.indexNews .nl .img{height:100%;}
.indexNews .nl .img img{min-height:100%;object-fit:cover;} */

.indexNews .nr {
    flex: 1 1 auto;
    overflow: hidden;
    margin-left: 30px;
    position: relative;
    z-index: 1;
}

.Ind-banner .slick-list {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.Ind-banner .Tbottom {
    padding: 3rem 3rem;
    left: 0;
    box-sizing: border-box;
    right: auto;
    bottom: 0;
    width: 100%;
    z-index: 6;
}

.Ind-banner .Tbottom a {
    color: #fff;
}

.Ind-banner .slick-slider a::after {
    content: "";
    position: absolute;
    background: linear-gradient( to top, rgba(29, 48, 82, 0.85), rgba(29, 48, 82, 0));
    height: 50%;
    width: 100%;
    z-index: 3;
    bottom: 0;
    left: 0;
}

.bannetitl {
    line-height: 1.5;
}

.Ind-banner .slick-dots {
    bottom: 20px;
    padding: 3px 0 5px;
}


/* .Ind-banner{
    float: left;
    width: 900px;
} */

.Ind-banner .slick-dots {
    left: auto;
    right: 0;
}

.Ind-banner .slick-dots li {
    background: #fff;
}

.Ind-banner .slick-dots li.slick-active {
    background: #fff;
}


/* listnew */


/* .indexNews .nr li .item {
    box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.03);
} */

.ncard {
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
    position: relative;
    top: 0;
    cursor: pointer;
}

.ncard .listimg {
    width: 182px;
    max-width: 35%;
    flex: 0 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

.ncard .listimg img {
    width: 100%;
    max-height: 101px;
    display: block;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.indexNews .nr li:hover img {
    overflow: hidden;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.ncard .itxt {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 0 20px 0;
}

.ncard .itxt .it {
    line-height: 24px;
}

.ncard .idate {
    line-height: 1.5;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #7d7d7d;
}

.ncard .idate .list01l {
    position: relative;
    background: #4aabb2;
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    color: #fff;
}

.ncard .idate .list01l::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 20px;
    left: 2px;
    top: -3px;
    border: 1px solid #4aabb2;
    transition: transform 0.35s ease-out;
}

.indexNews .nr li:nth-child(1) .list01l {
    background: #4aabb2;
}

.indexNews .nr li:nth-child(1) .list01l::after {
    border: 1px solid #4aabb2;
}

.indexNews .nr li:nth-child(2) .list01l {
    background: #56b24a;
}

.indexNews .nr li:nth-child(2) .list01l::after {
    border: 1px solid #56b24a;
}

.indexNews .nr li:nth-child(3) .list01l {
    background: #f2bd4a;
}

.indexNews .nr li:nth-child(3) .list01l::after {
    border: 1px solid #f2bd4a;
}

.indexNews .nr li:nth-child(4) .list01l {
    background: #086dab;
}

.indexNews .nr li:nth-child(4) .list01l::after {
    border: 1px solid #086dab;
}

.indexNews .nr li .list012 {
    font-weight: bold;
}

.indexNews .nr li:nth-child(1) .list012 {
    color: #4aabb2;
}

.indexNews .nr li:nth-child(2) .list012 {
    color: #56b24a;
}

.indexNews .nr li:nth-child(3) .list012 {
    color: #f2bd4a;
}

.indexNews .nr li:nth-child(4) .list012 {
    color: #086dab;
}

.indexNews .nr li:hover:nth-child(1) .it {
    color: #4aabb2;
}

.indexNews .nr li:hover:nth-child(2) .it {
    color: #56b24a;
}

.indexNews .nr li:hover:nth-child(3) .it {
    color: #f2bd4a;
}

.indexNews .nr li:hover:nth-child(4) .it {
    color: #086dab;
}


/* mode02 */


/* .sub_imglist */

.mode02_in {
    min-height: 700px;
    padding-bottom: 120px;
}

.list-3 {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    counter-reset: l3;
}

.list-3 .item {
    flex: 0 0 auto;
    width: 31.25%;
    margin-right: 3.123%;
    margin-bottom: 3.125%;
    counter-increment: l3;
    transition: .3s;
}

.list-3 .item:nth-child(3n) {
    margin-right: 0;
}

.icard {
    background: #fff;
    transition: 0.3s;
    position: relative;
    top: 0;
    cursor: pointer;
}

.mode02_in .icard {
    background: transparent;
}

.icard.border {
    border: 1px solid #f0f1f2;
}

.icard:hover {
    top: -5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icard .img .tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 20px;
}

.icard .img .tag .l {
    max-width: 45px;
    flex: 0 0 auto;
}

.icard .img .tag .r {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    background: rgba(9, 80, 75, 0.5);
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    text-align: center;
}

.icard .img .tag .r:after {
    content: "0" counter(l3);
}

.icard .img {
    padding-bottom: 60%;
}

.list-3 .item a {
    position: relative;
}

.mode02_in .icard .itxt {
    position: relative;
    padding: 28px 30px 40px;
    background: #fff;
    width: calc(100% - 60px);
    left: 50%;
    top: 80%;
    transform: translateX(-50%);
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.icard .itxt span.date-3 {
    color: #deb87a;
}

.icard .itxt {
    padding: 28px 30px;
    background: #fff;
}

.icard .itxt .it {
    /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
    color: #1b1b1b;
    margin: 10px 0;
    line-height: 20px;
    height: 60px;
    margin-bottom: 10px;
    transition: .3s;
}

.icard .itxt .ip {
    line-height: 20px;
    height: 80px;
    margin-bottom: 20px;
    color: #959595;
}

.icard .itxt .more-3 .iconfont {
    color: #69b64b;
}

.mode02_in .icard .itxt .more-3 {
    position: absolute;
    right: -20px;
    bottom: -20px;
    background-color: #009c84;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}

.list-3 .item:hover .it {
    color: #009c84;
}

.list-3 .item:hover .itxt {
    background: #d7f8f3;
}

.indexMore-3 {
    width: 420px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    border: 3px solid #deb87a;
    background: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.indexMore-3 a {
    display: block;
    padding: 10px 20px;
    color: #deb87a;
    text-align: center;
    margin: 0 auto;
}

.indexMore-3:hover {
    border: 3px solid #009c84;
    background: #009c84;
}

.indexMore-3:hover a {
    color: #fff;
}

.mode04_in .indexMore-3 {
    position: relative;
}


/* .sub_imglist */


/* mode03 */


/* .mode03_in{
 align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
}

.mode03_in .nl{
    flex: 0 0 auto;
  width: 45%;
  background-color: #33a896;
}
.mode03_in .nr{
  flex: 1 1 auto;
  overflow: hidden;
    position: relative;
  z-index: 1;
} */


/* .indexNews .nl .swiper-container{width:100%;height:100%;}
.indexNews .nl .img{height:100%;}
.indexNews .nl .img img{min-height:100%;object-fit:cover;} */

.mode03_in {
    padding-top: 70px;
}

.mode03_in {
    width: 45%;
}

.modesllPr {
    position: relative;
    width: 100%;
    height: 392px;
}

.mode03_in .modesll03 {
    position: absolute;
    left: 0%;
    top: 15px;
    bottom: 0;
    right: 0;
    overflow: hidden;
    padding: 0 20px 0 0;
}

.mode03_in .modesll03 .swiper-scrollbar {
    height: 100%;
    right: 0;
    top: 0;
}

.mode03_in .modesll03 .swiper-slide {
    height: auto;
}

.mode03_in .modesll03 .swiper-scrollbar {
    background: #009c84;
}

.mode03_in .modesll03 .swiper-scrollbar-drag {
    background: #deb87a;
}

.mode03_in .modesll03 .item:hover .tip {
    opacity: 1;
}

.indexMore-2 {
    width: 400px;
    margin: 50px auto 0;
    border: 3px solid #deb87a;
    background: #d7f8f3;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
        transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.indexMore-2 a {
    display: block;
    padding: 10px 20px;
    color: #deb87a;
    text-align: center;
    margin: 0 auto;
}
.indexMore-2:hover{
   background: #009c84;
}



/* list */

.imglist03 .item {
    margin: 0 0 8px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #fff;
    padding: 14px;
    transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.imglist03 .img_box {
    width: 160px;
    float: left;
}

.imglist03 .info_box {
    margin: 0 16px 0 180px;
    padding: 15px 0 0;
}

.imglist03 .info_box a {
    font-weight: normal;
    color: #1b1b1b;
}

.modesll03 .imglist03 .item:hover {
    background-color: #d7f8f3;
}

.modesll03 .imglist03 .item:hover a {
    color: #009c84;
}


/* 
.imglist03 .info_box a.time {
    position: absolute;
    left: 374px;
    bottom: 20px;
    font-weight: normal;
}

.imglist03 .img {
    position: relative;
} */


/* .imglist03 .img img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
} */

.imglist03 .title {
    font-weight: bold;
}

.imglist03 .info {
    margin: 12px 0 0px;
    color: #464646;
}

.imglist03 .time i {
    color: #999;
    display: none;
}


/* mode04 */


/* .mode04 .listTitle2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 40px 0 30px;
}

.mode04 .listTitle2 h2 a {
  color: #fff;
}

.mode04 .listTitle2 h2::before {
  content: "";
  width: 60px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
} */

.slidImg04 {
    width: 35%;
    height: 55rem;
    left: 0;
    top: -212px;
    z-index: 999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}

.slidImg04 img {
    width: 100%;
}

.slidImg04::after {
    content: "";
    width: 86%;
    height: 54rem;
    border: 8px solid #7bbd2c;
    position: absolute;
    left: 28px;
    top: -35px;
}

.mode3lul {
    position: relative;
    margin-left: 44%;
    padding-bottom: 50px;
    /* background-color: #fff; */
}

.mode3lul .indmore {
    height: auto;
}

.mode3lul .indmore a {
    background: transparent;
    border: 0;
}


/* mode04*/

#example5 {
    width: 100%;
}

.imgbgtop {
    width: 100%;
    height: 100px;
}

.sp-left-thumbnails.sp-has-pointer {
    flex: 1 1 auto;
    width: 440px;
    position: relative;
    z-index: 1;
}

.sp-slides-container {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
    background: #fff;
}


/* #example5 .sp-right-thumbnails{
  left: 0;
}
.sp-slides{
  margin-left: 450px;
}
.sp-thumbnails{
  position: relative;
  width: 440px;
} */


/* mode04*/


/* mode05*/

.mode05Tlt {
    color: #fff;
    padding: 0 30px;
    text-align: center;
}

.mode05 .listTitle2 h2 {
    margin-right: 80px;
}

.indmode05 {
    position: relative;
    padding-right: 3rem;
    align-items: stretch;
}

.indmode05:before {
    content: "";
    display: block;
    position: absolute;
    right: 4.5%;
    top: 3rem;
    right: 6px;
    height: 86%;
    width: 28px;
    background: #7abc2c;
}

.indmode05 .nl {
    flex: 0 0 auto;
    width: 40.5%;
    position: relative;
    z-index: 5;
    background: #fff;
}

.indmode05 .nr {
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.li05tit {
    flex: 0 0 auto;
    width: 50%;
}

.li05tit ul {
    padding: 0 20px;
}

.li05tit li {
    padding: 1rem 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.li05tit li:first-child {
    border-bottom: 1px dashed #2e2e2e;
}

.li05tit li .noticBox {
    position: relative;
    margin-left: 68px;
    display: block;
}

.li05tit li .nDate {
    position: relative;
    width: 52px;
    height: 52px;
    float: left;
    line-height: 20px;
    text-align: center;
    color: #2e2e2e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px dashed #2e2e2e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.li05tit li .nDate strong {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.li05tit li .nDate i {
    margin-top: 4px;
    display: block;
    font-size: 12px;
    font-style: normal;
    text-align: center;
}

.li05tit li:hover .nDate {
    background-color: #7bbd2c;
    border: 1px dashed #7bbd2c;
}

.li05tit li:hover .nDate strong,
.li05tit li:hover .nDate i {
    color: #fff;
}

.li05tit li:hover p {
    color: #7bbd2c;
}

.li05tit li:hover:first-child {
    border-bottom: 1px dashed #7bbd2c;
}

.li05img {
    position: relative;
    flex: 1 1 auto;
    /* background: url(../images/bgimgs01.png) no-repeat left center;
    background-size: 100% 100%; */
}


/* .modeIn05_li .li05img {
    background: url(../images/bgimgs02.png) no-repeat left center;
    background-size: 100% 100%;
} */

.li05img .imgbg05 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.li05img .imgbg05 img {
    width: 100%;
    height: 100%;
    display: block;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.li05img:hover img {
    overflow: hidden;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.imgbg05b {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}

.li05img h3 {
    color: #fff;
    margin: 0 16px 20px;
    font-weight: normal;
}

.hrbtns {
    display: inline-block;
    padding-left: 14px;
    padding: 0 4px 4px;
    margin-left: 16px;
    border-bottom: 4px solid #7bbd2c;
}

.hrbtns .iconcy-weixin {
    color: #fff;
    font-size: 20px;
}

.videoimg {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 48.95%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.videoimg img {
    width: 100%;
    display: block;
    transition: all linear 0.35s;
    -ms-transition: all linear 0.35s;
    -moz-transition: all linear 0.35s;
    -webkit-transition: all linear 0.35s;
    -o-transition: all linear 0.35s;
}

.videotitles {
    width: 70%;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: 5;
    padding-bottom: 6px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.videotitles::before {
    content: "";
    position: absolute;
    width: 144px;
    height: 4px;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: #7bbd2c;
    transition: transform 0.35s ease-out;
}

.about-video {
    position: absolute;
    width: 16%;
    bottom: 40px;
    right: 0;
}

.about-video a {
    /* background: url(../images/about-video-bg.jpg) no-repeat center;
  background-size: cover; */
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    color: #fff;
}

.about-video a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    animation-name: ripple-blue;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    animation-name: play-btn;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes play-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3), 0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
        box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3), 0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
        box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
    }
}

@keyframes play-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3), 0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
        box-shadow: 0 0 0 0 rgba(254, 254, 254, 0.3), 0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
        box-shadow: 0 0 0 10px rgba(254, 254, 254, 0.3), 0 0 0 20px rgba(254, 254, 254, 0.3), 0 0 0 30px rgba(254, 254, 254, 0);
    }
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1024px) {
    .banner .img {
        /* padding-bottom: calc(935% / 19.2); */
         padding-bottom: calc(935% / 23.7);
        height: 0;
    }
}

@media screen and (max-width: 1640px) {
    .iconList02 a {
        width: 120px;
        height: 120px;
    }
    .iconList02 .iconList-img {
        width: 75px;
        height: 44px;
    }
    .mode01 .listTitle2 {
        position: relative;
        padding: 40px 0 40px;
    }
    .indexNews .nl {
        width: 58.5%;
    }
    .indexNews .nr {
        margin-left: 36px;
    }
    .indexNews .nr li .list012 {
        font-size: 12px;
    }
    .ncard .idate .list01l {
        font-size: 12px;
    }
    .ncard .itxt {
        padding: 8px 10px 0;
    }
    .more02 a {
        font-size: 12px;
        padding: 5px 1.2rem;
    }
    .index_02 .item {
        margin: 0 20px 0;
    }
    .swtextt h3 {
        margin-bottom: 1rem;
    }
    .imgmore03 {
        width: 40px;
        height: 22px;
        line-height: 22px;
        margin: 8px auto;
    }
    .imgmore03 span {
        font-size: 16px;
    }
    .index_02 ul li:hover .imgmore03 {
        width: 36px;
        height: 20px;
        line-height: 20px;
    }
    .indexMore-3,
    .indexMore-2 {
        width: 310px;
    }
    .wrap_mode01 {
        padding: 40px 0 40px;
    }
    .titileAll01 {
        padding-bottom: 14px;
        margin-bottom: 6px;
    }
    .newsList02 .indlists01 h4 {
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 1380px) {
    .wrap_mode02,
    .wrap_mode04,
    .wrap_mode05 {
        padding: 20px 0 40px;
    }
    .indexMore-2 {
        margin-top: 30px;
    }
    .mode03_in {
        padding-top: 40px;
    }
    .listTitle2 {
        position: relative;
    }
    .mode02_in {
        min-height: 610px;
        padding-bottom: 100px;
    }
    .mode01 .fs22 {
        font-size: 15px;
    }
    .ncard .idate {
        padding-bottom: 8px;
    }
    .wrap_mode02 {
        padding-top: 30px;
    }
    .gallery-thumbs .swiper-slide {
        font-size: 15px;
        height: 41px;
        line-height: 41px;
    }
    .listTitle2 h2 a {
        font-size: 32px;
    }
    .listTitle2 h2::after {
        width: 6.6rem;
        height: 6.2rem;
        top: -19px;
    }
    .listTitle2 h2 {
        padding-bottom: 14px;
    }
    .listTitle2 h2::before {
        width: 40px;
        height: 4px;
    }
    .mode04 .listTitle2 {
        padding: 30px 0 36px;
    }
    .li05tit li {
        padding: 10px 0;
    }
    .indmode05 .fs18 {
        font-size: 14px;
        line-height: 20px;
    }
    .main_box {
        min-height: 410px;
    }
    .index_02 .swiper {
        height: 450px;
    }
    .slidImg04 {
        width: 41%;
    }
    .slidImg04 {
        height: 48rem;
    }
    .slidImg04::after {
        height: 47rem;
        top: -20px;
    }
    .gallery-top .swiper-wrapper .swiper-slide {
        padding-bottom: 100px;
    }
    .slidnavtab {
        top: 120px;
    }
    .mode3lul,
    .gallery-thumbs {
        margin-left: 50%;
    }
    .gallery-top .swiper-wrapper .swiper-slide {
        margin-top: 250px;
    }
    .indmore a {
        font-size: 16px;
    }
    .mode3lul {
        margin-top: -19px;
    }
    .indexNews .nl {
        width: 62%;
    }
    .ncard .itxt .it {
        line-height: 20px;
        font-size: 15px;
    }
    .ncard .itxt {
        padding: 6px 10px 6px;
    }
    .indexNews .nr .ncard .itxt {
        padding: 4px 10px 2px;
    }
    .dots span {
        width: 8px;
        height: 8px;
        margin: 0 3px !important;
    }
    .dots span.swiper-pagination-bullet-active {
        width: 18px;
        height: 8px;
    }
    .main_box,
    .index_02 .swiper {
        height: 410px;
    }
}

@media screen and (max-width: 1320px) {}

@media screen and (max-width: 1240px) {}

@media screen and (max-width: 992px) {
    .banner .img img {
    height: auto;
    
}
.indbanner04 {
    padding-bottom: 4px;
}
    .indvideo02 .about-video .cyicon {
    font-size: 22px;
}
    /* .arr_l,
    .arr_r {
        display: none;
    } */
    .bannerLt .newsText {
        display: none;
    }
    .indexMore-3,
    .indexMore-2 {
        width: 230px;
    }
    .iconList02 {
        width: 100%;
        margin: 20px auto 20px;
    }
    .iconList02 .flex {
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    .wrap_mode05 {
        background: url(../images/aboutbg05.jpg) no-repeat top center;
        background-size: 100% 78%;
    }
    .mode05Tlt {
        margin: 15px 0;
    }
    .iconList02 li {
        width: 50%;
        margin-bottom: 20px;
    }
    /* .indbanner04 .gallery-top2 .swiper-slide {
        margin-top: 20px;
    } */
    .indbanner04 .gallery-top2 {
        margin-left: 0;
    }
    .description {
        position: relative;
        padding: 16px;
    }
    .gallery-top2 h2{
        padding-left: 24px;
    }
.indbanner04 .gallery-top2 {
    background-color: transparent;
}
    .gallery-top2 .more-3 {
        display: block;
        position: relative;
        bottom: 0;
        right: 0;
        width: 130px;
        height: 40px;
        line-height: 40px;
    }
    .indbanner04 .gallery-thumbs2 .swiper-slide {
        width: 100%!important;
    }
    .indbanner04 .gallery-thumbs2 .swiper-slide p {
        width: 100%;
        padding: 10px 20px;
    }
    .indbanner04 .gallery-thumbs2 .swiper-slide .spanicon {
        display: none;
    }
    .indbanner04 .gallery-thumbs2 {
        width: 100%;
    }
    .videotitles::before {
        width: 130px;
        left: 2px;
    }
    .indvideo::before {
        left: 22px;
    }
    .about-video a::before {
        transform: translate(-54%, -50%);
        width: 40px;
        height: 40px;
    }
    .about-video {
        bottom: 26px;
    }
    .about-video a .fs32 {
        font-size: 15px;
    }
    .mode02_in .icard .itxt{
        padding: 20px 20px 30px;
    }
    .indexNews .nr li .list012 {
        max-width: 76px;
        height: 22px;
        overflow: hidden;
        text-align: right;
        display: none;
    }
    .wrap_mode02 {
        padding-top: 10px;
    }
    .mode05 .listTitle2 h2 {
        margin-right: 0;
    }
    .wrap_mode02 {
        background-size: auto 100%;
    }
    .banner_list .indexNews {
        /* display: block; */
        display: block;
    }
    .indexNews .nl {
        width: auto;
        margin-bottom: 20px;
    }
    .indexNews .nr {
        margin-left: 0;
    }
    .dots {
        bottom: 10px;
    }
    .wrap_mode01 {
        padding: 16px 0 4rem;
    }
    .tabList03 .index_title {
        height: auto;
    }
    .tabList03 .title a {
        width: 70%;
        margin-bottom: 10px;
    }
    .indmode05 {
        /* display: block; */
        flex-direction: column;
        /* æ”¹ä¸ºåž‚ç›´æ–¹å‘ */
        padding-right: 0;
    }
    .indmode05 .nl {
        width: auto;
    }
    .indmode05:before {
        top: 65%;
        width: 5px;
        height: 10rem;
        display: none;
    }
    .slidImg04 {
        height: auto;
        width: 260px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        border: 8px solid #7bbd2c;
        margin-top: 0;
        max-height: 280px;
    }
    .slidImg04::after {
        display: none;
    }
    .Ind-banner .Tbottom {
        padding: 1.5rem 2rem;
    }
    .banner .btxt {
        bottom: 0;
        position: relative;
        padding-bottom: 20px;
        display: none;
        /* position: static;
        padding-bottom: calc(935% / 19.2); */
    }
    .banner .btxt .t1,
    .banner .btxt .p {
        color: #333;
    }
    .banner .btxt .p {
        display: none;
    }
    .banner .btxt {
        color: #222222;
    }
    .banner .btxt .t1 {
        font-size: 2rem;
        height: 60px;
        line-height: 3rem;
    }
    .indexNews .nr li {
        margin-bottom: 12px;
    }
    .newsList02 .transf3s.li1{
        padding-left: 6px;
    }
    .newsList02 .indlists01 h4{
        margin-top: 6px;
    }
    .wrap_mode02 .listTitle2 {
        padding: 2rem 0 20px;
        text-align: center;
    }
    .listTitle2 {
        padding: 20px 0 16px;
    }
    .list-3 {
        display: block;
    }
    .list-3 .item {
        width: 100%;
        margin-bottom: 30px;
    }
    .mode02_in .icard .itxt {
        width: calc(100% - 30px);
        position: relative;
        margin-top: -40px;
    }
    /* .arr_l, .arr_r{
        display: none;
    } */
     .potionRe{
      margin-bottom: 50px;
     }
     .arr_l {
    top: -30px;
}
     .arr_r {
    bottom: -30px;
}
    .mode02_in .icard .itxt .more-3 {
       right: -10px;
        bottom: -12px;
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .mode02_in {
        padding-bottom: 60px;
    }
    .mode03_in {
        width: 100%;
    }
    .wrap_mode03::before {
        display: none;
        width: 100%;
        background-size: 100% 100%;
    }
    .wrap_mode03 {
        background: #33a896 url(../images/indbgaa02.jpg) no-repeat top right;
        background-size: 100% 100%;
        padding-bottom: 40px;
    }
    .mode03_in {
        padding-top: 10px;
    }
    .listTitle2 {
        margin-bottom: 10px;
    }
    /* .wrap_mode05 {
        padding: 2rem 0 13rem;
    } */
    .mode04 .listTitle2 {
        padding: 10px 0 36px;
        position: relative;
        text-align: center;
    }
    .main_box {
        height: auto;
        min-height: auto;
    }
    .indbox03 .flex {
        flex-wrap: wrap;
    }
    .indbox03 ul li {
        width: 45%;
        float: left;
        height: auto;
        margin-bottom: 30px;
    }
    .swtextt {
        position: relative;
    }
    .indbox03 ul li .swtextt p,
    .indbox03 ul li .swtextt .imgmore03 {
        opacity: 1;
    }
    .indbox03 ul li:nth-child(1),
    .indbox03 ul li:nth-child(2),
    .indbox03 ul li:nth-child(3),
    .indbox03 ul li,
    .indbox03 ul li:nth-child(4),
    .indbox03 ul li:nth-child(5) {
        transform: none;
    }
    .swtextt h3 {
        font-size: 17px;
        line-height: 20px;
    }
    .swtextt p {
        font-size: 15px;
        line-height: 20px;
    }
    .gallery-thumbs .swiper-slide {
        font-size: 16px;
    }
    .mode3lul .mode3l-info p {
        font-size: 16px;
    }
    /* å›¾ç‰‡æ—‹è½¬ */
    .tabList03 {
        padding-top: 0;
    }
    .indbox03 .imgip01 {
        display: block;
        overflow: hidden;
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
    }
    .indbox03 .imgip01 img {
        width: 100%;
        display: block;
        transition: All 0.5s ease;
        -webkit-transition: All 0.5s ease;
        -moz-transition: All 0.5s ease;
        -o-transition: All 0.5s ease;
    }
    .indbanner04 .swiper-container-wrapper {
        display: block;
    }
    /* .potionRe .swiper-wrapper,
    .indbanner04 .gallery-thumbs2 .swiper-slide {
        display: block;
    } */
}

@media screen and (max-width: 767px) {
    .tabList03 .index_title {
        height: auto;
    }
    .mode01 .listTitle2 {
        position: relative;
        padding: 20px 0 30px;
    }
    .listTitle2 h2 a {
        font-size: 26px;
    }
    .li05tit li .noticBox {
        margin-left: 56px;
    }
    .li05tit li .nDate {
        width: 50px;
        height: 50px;
        overflow: hidden;
    }
    .li05tit ul {
        padding: 0 10px;
    }
    .modeIn05 {
        align-items: stretch;
    }
    .li05img .imgbg05 img {
        height: 162px;
    }
    .videotitles {
        left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .wrap_mode04 {
        background-size: auto 100%;
    }
    .indmode05:before {
        right: -10px;
    }
}

@media screen and (max-width: 580px) {}

@media screen and (max-width: 479px) {}