.banner {
    position: relative;
    z-index: 1;
}

.banner .item {
    margin: 0 0 0;
}

.banner .img {
    padding-bottom: 0;
    height: 100vh;
    position: relative;
    background-size: cover !important;
}

.banner_ind img {
    display: block;
    width: 100%;
    min-height: 60vh;
    object-fit: cover;
}

.banner .btxt {
    position: absolute;
    left: 0;
    bottom: 8%;
    z-index: 2;
    color: #fff;
    width: 100%;
}

.banner .btxt .t1 {
    position: relative;
    height: 8.6rem;
    line-height: 8.6rem;
    overflow: hidden;
    left: 100px;
    font-size: 7rem;
    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: 6%;
    text-align: right;
    z-index: 10;
}

.dots span {
    opacity: 1;
    background: none;
    margin: 0 2%;
    width: 12px;
    height: 12px;
    background-size: cover;
    margin: 0 5px !important;
    border-radius: 0;
    background: #c5d1d2;
    border-radius: 50%;
}

.dots span.swiper-pagination-bullet-active {
    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;
}


/* banner01 */


/* indexTab */

.wrap_mode02 {
    padding: 31px 0 44px;
    background: #f5f5f5;
}

.mode04 {
    align-items: stretch;
}


/* .mode04 .lf {
    width: 50%;
    float: left;
}


.mode04 .rt {
    width: calc(50% - 40px);
    float: right;
} */

.mode04 .lf {
    flex: 0 0 auto;
    width: 50%;
    position: relative;
    z-index: 1;
}

.mode04 .rt {
    flex: 1 1 auto;
    /* overflow: hidden; */
    margin-left: 40px;
    position: relative;
    z-index: 1;
}

.mode04 .index_title {
    display: block;
    position: relative;
    height: 48px;
    border-bottom: 1px solid #65789d;
}

.index_title {
    display: block;
    position: relative;
    height: 48px;
}

.index_title .title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 48px;
}

.index_title .title a {
    margin: 0 20px;
    position: relative;
    display: inline-block;
}


/* .index_title .title a::after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    background: #c3cecb;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
}

.index_title .title a:first-child {
    margin-left: 0;
}

.index_title .title a:last-child::after {
    display: none;
} */

.index_title .title a.on {
    color: #007071;
    font-weight: bold;
}

.index_title .title a.on::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4px;
    height: 4px;
    background: #2663d0;
}

.index_title .more a {
    width: 50px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 10px;
    /* 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: #2663d0;
}

.index_04a {
    margin: 24px 0 0;
}

.index_04a .img_box a {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.index_04a .img_box a img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}

.index_04a .box.off {
    display: none;
}

.index_04a1 {
    margin: 0;
}

.index_04a1 ul {
    margin: 0 0 -17px -20px;
}

.index_04a1 .item {
    margin: 0 0 17px 20px;
}


/* indexTab */


/* .tabList0*/

.titsList01 {
    /* flex-wrap: wrap;
  justify-content: flex-start; */
    align-items: stretch;
    margin-bottom: 14px;
}

.titsList01 .titsle {
    flex: 0 0 auto;
    width: 40%;
    position: relative;
    z-index: 1;
    background: #fff;
}

.titsList01 .titsri {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.titsList01 .titsle img {
    height: 100%;
}

.titsList01 ul li {
    position: relative;
    height: 50%;
    margin-bottom: 17px;
    background: #fff;
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.titsList01 ul li:last-child {
    margin-bottom: 0px;
}

.titsList01 ul li .idate,
.titsList01 ul li .datele,
.titsList01 ul li .idate strong,
.titsList01 ul li .it,
.titsList01 ul li .ip p {
    transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}

.titsList01 .itxt {
    padding: 21px 20px;
    position: relative;
    z-index: 2;
}

.titsList01 .idate {
    line-height: 1;
    margin-bottom: 10px;
}

.datele {
    color: #5296d2;
}

.titsList01 .idate strong {
    font-weight: bold;
    color: #2663d0;
    margin-right: 10px;
}

.newhott {
    /* position: absolute; */
    /* top: 22px; */
    /* right: 0; */
    /* z-index: 2; */
    background-color: #f39800;
    padding: 4px 8px;
    color: #fff;
    text-align: center;
}

.titsList01 .idate .l {
    color: #68b54b;
}

.titsList01 .it {
    margin: 10px 0;
}

.titsList01 .ip {
    color: #333;
    overflow: hidden;
}

.titsList01 .vm {
    margin-bottom: 30px;
}

.titsList01 .vm .iconfont {
    color: #68b54b;
}

.titsList01:hover {}


/* .tabList0*/


/* indexTab01 */

.index_01b {
    background: #fff;
}

.index_01b1 {
    position: relative;
    border-bottom: 1px solid #bebebe;
    margin: 0 0 10px;
}

.index_01b1 .listbox {
    margin: 0 0 -1px -30px;
}

.index_01b1 li {
    width: auto;
}

.index_01b1 .item {
    margin: 0 40px 0 0;
}

.index_01b1 .title {
    font-weight: bold;
    margin: 0 0 0;
    padding: 0 0 16px;
    border-bottom: 4px solid transparent;
}

.index_01b1 li.on .title {
    border-bottom: 4px solid #2663d0;
}

.index_01b1 .item:hover a {
    color: #292929;
}

.indexNews .nr .index_01b1 li {
    margin-bottom: 0;
}

.index_01b2 .listbox {
    margin: 20px 0 0px 0px;
}

.index_01b2 .listbox.off {
    display: none;
}


/* indexTab01 */

.main_box {
    width: 100%;
    position: relative;
    padding-top: 5rem;
    height: 580px;
    overflow: hidden;
}


/* tab */

.indIcon1a {
    padding: 22px 30px 14px 40px;
    background: url(../images/bgpicss03.jpg) no-repeat left center;
    background-size: 100% 100%;
}

.indIcon1a ul li {
    margin-bottom: 28px;
}

.indIcon1a ul li:last-child {
    margin-bottom: 0
}

.indIcon1a ul li a {
    /* margin: 0 20px; */
}

.indIcon1a ul li .item {
    /* margin: 0 auto; */
    width: 95px;
    height: 95px;
    text-align: center;
    line-height: 95px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.indIcon1a ul li .item img {
    width: 50px;
}

.indIcon1a ul li a {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 5px 4.6px 0.4px rgba(29, 20, 10, 0.1);
    border-top-right-radius: 30px;
    padding: 14px 23px;
    box-sizing: border-box;
    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;
}

.indIcon1a ul li:hover a {
    transform: translateX(5px);
}

.indIcon1a ul li a:hover p {
    color: #2663d0;
}

.indIcon1a ul li:nth-child(1) .item {
    background: url(../images/icoa01.png) no-repeat center;
    background-size: 100% 100%;
}

.indIcon1a ul li:nth-child(2) .item {
    background: url(../images/icoa02.png) no-repeat center;
    background-size: 100% 100%;
}

.indIcon1a ul li:nth-child(3) .item {
    background: url(../images/icoa03.png) no-repeat center;
    background-size: 100% 100%;
}

.indIcon1a ul li:nth-child(4) .item {
    background: url(../images/icoa04.png) no-repeat center;
    background-size: 100% 100%;
}

.indIcon1a li p {
    flex: 1;
    padding-left: 35px;
    color: #343434;
    box-sizing: border-box;
}


/* sldinfo */

.indSldtlt li a {
    padding: 60px 80px 0;
    color: #fff;
}

.indsldtit {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.indsldtit::before {
    content: "";
    display: block;
    width: 36px;
    height: 5px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.indsldtit h3 {
    margin-bottom: 24px;
    font-weight: bold;
}

.indSldtlt p,
.indSldtlt h3,
.indSldtlt p,
.indSldtlt div {
    color: #fff;
}

.indSldtlt .t1 {
    font-weight: bold;
}

.indSldtlt p.t3 {
    margin-top: 20px;
}

.sldinfo01 .info1 .sldimgle {
    width: calc(118px - 00px);
    float: left;
    overflow: hidden;
}

.sldinfo01 .info1 .txt {
    margin: 0 0 0 calc(150px - 0px);
    padding: 0
}

.sldinfo_ins {
    margin-bottom: 40px;
}

.indSldtlt .info1 {
    position: relative;
    overflow: hidden;
    padding: 0px;
    transition: all 0.5s ease-out;
    background: transparent;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}


/* .info1::before {
    width: 289px;
    height: 185px;
    background: url(../images/lgolgosdlb.png) no-repeat right bottom;
    background-size: 100% 100%;
    position: absolute;
    right: -100%;
    top: 14%;
    z-index: 0;
    content: '';
    transition: all 0.5s ease-out;
}

.info1:hover::before {
    right: 4%;
} */


/* .info1:hover {
    box-shadow: 0px 8px 12px 0px rgba(0, 46, 47, 0.1);
} */

.sldimgle .img {
    padding-bottom: 120%;
}

.info1 .sldimgle {
    width: calc(300px - 54px);
    float: left;
    overflow: hidden;
}


/* .info1 .sldimgle img {
  border-radius: 30px 0 30px 0;
} */

.info1 .txt {
    margin: 0 0 0 calc(340px - 20px);
    padding: 0
}

.info1 .txt .t1 {
    margin-bottom: 20px;
    position: relative;
    color: #076e39;
    padding-bottom: 20px;
    font-weight: bold;
}

.info1 .txt .t1::before {
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #86c744;
    position: absolute;
    left: 0;
    bottom: 3px;
}


/* .info1 .txt .t2 {
    line-height: 2;
    margin-bottom: 30px;
    color: #2a2a2a;
}

.info1 .txt .t3 {
    line-height: 1.67;
    color: #2a2a2a;
} */


/* sldinfo */

.indSldtlt .info1 .txt .t1 {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    color: #fff;
    font-weight: bold;
}

.indSldtlt .info1 .txt .t1::before {
    display: none;
}


/* tab */

.index_title {
    display: block;
    position: relative;
    height: 48px;
    text-align: center;
}


/* .index_title .title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 48px;
} */

.index_title .title a {
    margin: 0 14px;
    color: #464646;
    font-size: 22px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}


/* .index_title .title a::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #c3cecb;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
} */

.index_title .title a:first-child {
    margin-left: 0;
}

.index_title .title a:last-child::after {
    display: none;
}

.index_title .title a.on {
    color: #292929;
    font-size: 26px;
    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.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: 30px 0 40px;
    background: #fff;
}

.mode06 {
    padding-bottom: 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;
}

.index_01b {
    position: relative;
}

.banner_list .index_01b .morea {
    position: absolute;
    right: 0;
    top: 2px;
}

.banner_list .index_01b .morea i {
    font-size: 50px;
    color: #2663d0;
}


.index_01b1 .more a {
    width: 50px;
    height: 24px;
    position: absolute;
    right: 0;
    bottom: 14px;
    /* top: 50%;
    transform: translateY(-50%); */
    text-align: center;
    line-height: 28px;
    color: #2663d0;
}

.index_01b1 .more a.off {
    display: none;
}

.index_01b1 .more a:hover {
    color: #2663d0;
}

/* .banner_list .index_01b .more.on{
    display: block;
} */
.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 {
    box-sizing: border-box;
    padding: 40px 0 40px;
    background: url(../images/indbgs01.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.wrap_mode03 {
    background: url(../images/indbgs02.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.wrap_mode04 {
    background: url(../images/indbgs03.jpg) no-repeat center center;
    background-size: 100% 100%;
    max-height: 460px;
}

.wrap_mode05 {
    background: url(../images/indbgs04.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 11rem 0 15rem;
}


/* .wrap_mode05::after{

} */

.wrap_mode05 .listTitle2 {
    padding-top: 2.4rem;
}

.listTitle2 {
    position: relative;
    padding: 7rem 0 50px;
}

.wrap_mode02 .listTitle2 {
    padding: 7rem 0 50px;
}

.listTitle2 h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
}

.listTitle2 h2::before {
    content: "";
    width: 46px;
    height: 5px;
    background: #048741;
    position: absolute;
    left: 0;
    /* left: 50%;
    transform: translateX(-50%); */
    bottom: 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;
}

.listTitle2 h2::after {
    content: "";
    position: absolute;
    /* z-index: -1; */
    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;
}

.listTitle2 h2 a {
    font-size: 44px;
}

@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 .Tbottom {
    padding: 10px 30px;
    left: 0;
    box-sizing: border-box;
    right: auto;
    bottom: 20px;
    z-index: 6;
    /* background: rgba(4, 27, 76, 0.5); */
    background: url(../images/banbggd.png) no-repeat;
    background-size: 100% 100%;
    min-width: 280px;
    max-width: calc(100% - 280px);
}

.Ind-banner .Tbottom a {
    color: #fff;
}

.slick-dots li {
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
}


/* .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;
}


/* .Ind-banner{
    float: left;
    width: 900px;
} */

.Ind-banner .slick-dots {
    left: auto;
    right: 0;
    padding-right: 40px;
    text-align: right;
}

.Ind-banner .slick-dots li {
    background: #fff;
}

.Ind-banner .slick-dots li.slick-active {
    width: 16px;
    background-color: #2663d0;
    border-radius: 6px;
}


/* listnew */

.indexNews .nr .index_01b2 li {
    margin-bottom: 0px;
}

.indexNews .nr li {
    margin-bottom: 0;
}

.indexNews .nr li:last-child {
    margin-bottom: 0;
}


/* .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: 26px;
}

.ncard .idate {
    line-height: 1.5;
    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: 22px;
    line-height: 22px;
    left: 1px;
    top: -2px;
    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 */


/* wrap_mode02a */

.indLists02a {
    flex: 0 0 auto;
    width: 65%;
    position: relative;
    z-index: 1;
    background: #fff;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, .03); */
}

.indLists02b {
    flex: 1 1 auto;
    overflow: hidden;
    margin-left: 40px;
    position: relative;
    z-index: 1;
}

.listimg03 li:hover .img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.listimgnew a {
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 4.8px 0.2px rgba(29, 20, 10, 0.1);
    padding: 20.3px 30px;
    box-sizing: border-box;
    margin: 0 15px;
    position: relative;
}

.listimgnew a::before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #f6f9ff;
}

.listimgnew a .item {
    color: #292929;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.listimgnew a .date {
    color: #292929;
    text-align: right;
    position: relative;
    z-index: 1;
}

.listimgnew {
    margin: 0 -15px;
    font-size: 0;
}

.listimgnew li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}


.listimgnew li:hover a::before {
    width: 100%;
}

.listimgnew li a i {
    display: block;
    width: 0px;
    height: 100%;
    background: #2663d0;
    position: absolute;
    right: 0;
    top: 0;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.listimgnew li:hover a i {
    width: 10px;
}

.listimgnew li a i::after {
    content: "";
    position: absolute;
    left: calc(50% - 2.5px);
    top: calc(50% - 2.5px);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid white;
}


/* wrap_mode02a */


/* home6 */


/* .flex{ display: -webkit-flex; display: flex; } */


/* @media screen and (min-width:1200px){
.flex { display: flex;flex-wrap: wrap; }

} */


/* .mode02_in {
    overflow: hidden;
} */

.home6-t .leftTit02 {
    top: -30px;
}

.wl {
    position: relative;
    z-index: 1;
}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
}

.mode02_in .flex {
    display: flex;
    flex-wrap: wrap;
}

::after,
::before {
    transition: 0.5s;
}

.home6 {
    overflow: hidden;
    width: 100%;
    padding: 22px 0 10px;
    background: url(../images/hbg6.jpg) no-repeat center/cover;
}

.home6 .h3 {
    /* transform: rotate(90deg); */
    /* transform-origin: left; */
    padding-left: 0.3rem;
    padding-top: 0.15rem;
}


/* .home6 .title .tit{flex-direction:column;margin: 0;align-items: flex-start;} */

.home6 .title .tit h3 {
    width: 40px;
}

.home6 .title .h3 i {
    left: 15px;
    transform: rotate(90deg);
    transform-origin: left;
    top: 40%;
    margin: 0;
}


/* .home6 .title .tit::after{background: url(../images/titbg2.png) no-repeat;width: 830px;height: 193px;left: 0;bottom: auto;top: .67rem;} */


/* .home6-t .left {
  width: 35%;
} */

.home6-t .right {
    /* width: 76%; */
    box-sizing: border-box;
    width: calc(100% - 18%);
    position: relative;
}

.home6-t .h6-l {
    width: 100%;
    position: relative;
    z-index: 10;
}

.home6-t .h6-r {
    position: absolute;
    top: 0;
    right: 14px;
    width: 30%;
    min-width: 40rem;
    z-index: 99;
}


/* .home6-t .h6-r li{
    position: relative;
} */

.home6-t .h6-r .posibox {
    position: relative;
}

.sicoh {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.ico1 .sicoh {
    left: -204px;
    top: -34px;
}

.ico2 .sicoh {
    left: -38px;
    top: -32px;
}

.ico3 .sicoh {
    top: 40px;
    left: 14px;
}

.ico4 .sicoh {
    top: 92px;
    left: -40px;
}

.ico5 .sicoh {
    top: 82px;
    left: -204px;
}

.home6-t .h6-c {
    width: 60%;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;
    border-radius: 50%;
}

.home6-t .h6-c img {
    width: 100%;
}

.home6-t .h6-l::after {
    width: 100%;
    height: 100%;
    background: url(../images/h6bg.png) no-repeat;
    background-size: 100%;
    left: 50%;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home6-t .h6-l .scale {
    border-radius: 50%;
    padding: 8.6rem;
    background: url(../images/clobgs.png) no-repeat center center;
    background-size: 100% 100%;
}

.home6-t .h6-l .scale .imged::after {
    width: 100%;
    height: 200px;
    background: url(../images/n-shad.png) repeat-x;
    background-size: 100% 100%;
}

.home6-t a:hover .imged {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.home6-t .h6-l .conA {
    position: relative;
    display: block;
    height: 100%;
    /* width: calc(100% - 43%);
    margin-left: 43%; */
    width: calc(100% - 48%);
    margin-left: 37%;
    /* width: 50%; */
}

.more02 a {
    border: none;
    display: inline-block;
    background-color: #7bbd2c;
    color: #ffffff;
    font-weight: normal;
    padding: 9px 2rem;
    border-radius: 45px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
}

.more02 a span {
    position: relative;
    z-index: 2;
}

.more02 a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #006e39;
    border-radius: 35px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.more02 a:hover:before {
    width: 102%;
}

.home6-t .h6-l .con {
    width: 33%;
    position: absolute;
    top: 33%;
    left: 0;
    bottom: 0;
    z-index: 100;
}

.home6-t .h6-l h3 {
    font-size: 20px;
    font-weight: bold;
}


/* .home6-t .h6-l h3 strong {
    min-height: 96px;
} */

.home6-t .h6-l p {
    font-weight: normal;
    margin: 3rem 0;
    min-height: 66px;
}

.home6-t .h6-l p span {
    font-size: 18px !important;
}

.home6-t .h6-r .a {
    align-items: center;
    position: relative;
    cursor: pointer;
}

.h6-r .h6-img {
    width: 10rem;
    height: 10rem;
    background: url(../images/leaves01.png) no-repeat;
    background-size: 100% 100%;
    /* height: 10rem; */
    border-radius: 50%;
    z-index: 2;
    transition: 0.5s;
}

.h6-r li.on .h6-img {
    background: url(../images/leaves01h.png) no-repeat;
    background-size: 100% 100%;
}

.h6-r .ico1 .h6-img {
    background: url(../images/leaves01.png) no-repeat;
    background-size: 100% 100%;
}

.h6-r .ico1.on .h6-img {
    background: url(../images/leaves01h.png) no-repeat;
    background-size: 100% 100%;
}

.h6-r .ico2 .h6-img {
    background: url(../images/leaves02.png) no-repeat;
    background-size: 100% 100%;
}

.h6-r .ico2.on .h6-img {
    background: url(../images/leaves02h.png) no-repeat;
    background-size: 100% 100%;
}

.h6-r .ico3 .h6-img {
    background: url(../images/leaves03.png) no-repeat;
    background-size: 100% 100%;
}

.h6-r .ico3.on .h6-img {
    background: url(../images/leaves03h.png) no-repeat;
    background-size: 100% 100%;
}

.h6-r .ico4 .h6-img {
    background: url(../images/leaves04.png) no-repeat;
    background-size: 100% 100%;
}

.h6-r .ico4.on .h6-img {
    background: url(../images/leaves04h.png) no-repeat;
    background-size: 100% 100%;
}

.h6-r .ico5 .h6-img {
    background: url(../images/leaves05.png) no-repeat;
    background-size: 100% 100%;
}

.h6-r .ico5.on .h6-img {
    background: url(../images/leaves05h.png) no-repeat;
    background-size: 100% 100%;
}


/*  
.home6-t .h6-r .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0.05rem;
} */

.imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
}

.imged img {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    object-fit: cover;
    /* display: none;  */
}

.home6-t .h6-l .scale .imged {
    padding-bottom: 100%;
    border-radius: 50%;
}


/* .home6-t .h6-r .h6-img::before {
  content: "";
  position: absolute;
  top: 0rem;
  right: 0rem;
  bottom: 0rem;
  left: 0rem;
  border-radius: 50%;
  animation: circleScale2 4s linear infinite;
}
.home6-t .h6-r .img::after {
  border: 1px dashed rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  width: auto;
  height: auto;
  top: 0.05rem;
  left: 0.05rem;
  right: 0.05rem;
  bottom: 0.05rem;
} */

.home6-t .h6-r h3 {
    width: calc(100% - 12rem);
    font-size: 20px;
    color: #222222;
    position: relative;
    z-index: 100;
    transition: 0.5s;
    font-weight: normal;
}

.home6-t {
    position: relative;
}


/* .home6-t .h6-r ul {
  display:flex; 
   flex-direction:column; 
   align-items:flex-end;
} */

.home6-t .h6-r li {
    margin-bottom: 24px;
}

.home6-t .h6-r li.on .h6-img::before {
    animation: circleScale2 4s linear infinite;
}

.home6-t .h6-r li.on a {
    color: #222222;
}


/* .home6-t .h6-r li.on .h6-img {
  transform: scale(1.5);
  z-index: 10;
} */

.home6-t .h6-r li.on h3 {
    font-size: 22px;
    font-weight: bold;
}

.home6-t .h6-r li.on .img::after {
    top: -0.3rem;
    right: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
}

.home6-t .h6-r li .img .st0,
.home6-t .h6-r li .img .st1,
.home6-t .h6-r li .img .st2,
.home6-t .h6-r li .img .st3,
.home6-t .h6-r li .img .st4,
.home6-t .h6-r li .img .st5 {
    stroke: #fff !important;
}

.home6-t .h6-r li .img svg {
    width: 100%;
    height: 100%;
}


/* .home6-t .h6-r li.ico1 .st5 {
  stroke-dasharray: 2.4065, 5.6152, 2.4065, 5.6152, 2.4065, 5.6152 !important;
}
.home6-t .h6-r li.ico1 .st4 {
  stroke-dasharray: 2.3169, 3.8615, 2.3169, 3.8615, 2.3169, 3.8615 !important;
}
.home6-t .h6-r li.ico2 .st3 {
  stroke-dasharray: 3, 7, 3, 7, 3, 7 !important;
}
.home6-t .h6-r li.ico3 .st3 {
  stroke-dasharray: 3, 7, 3, 7, 3, 7 !important;
}
.home6-t .h6-r li.ico4 .st3 {
  stroke-dasharray: 3, 7, 3, 7, 3, 7 !important;
} */

.bantit03 {
    display: none;
}

.wrap_mode03 .flipster-coverflow .flip-current .bantit03 {
    display: block;
}


/* mode03 tab */


/* .mode04 .lf {
  width: calc(100% - 472px);
  float: left;
}

.mode04 .rt {
  width: 452px;
  float: right;
} */

.mode03 .index_04a {
    margin: 0rem 0 1rem;
}

.mode03 .index_04a .box.off {
    display: none;
}

.tabList03 .title a {
    font-size: 24px;
    color: #454545;
    height: 46px;
    line-height: 46px;
    padding: 0 20px;
    background: #f1f3f2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.tabList03 .title a.on {
    color: #fff;
    background: linear-gradient(to right, #127637, #76bb2c);
}

.tabList03 .index_title .title a.on::before,
.tabList03 .index_title .title a::after {
    display: none;
}

.tabList03 {
    padding-top: 10px;
}

.index_02 {
    position: relative;
}

.index_02 .swiper {
    overflow: hidden;
    position: relative;
    padding: 5rem 0 0;
    height: 660px;
}

.index_02 .swiper-slide {
    transition: transform 0.3s ease;
}


/* .index_02 .swiper-slide.active {
    transform: scale(1.5);
    z-index: 10;
} */


/* .index_02 li img {
    transition: all 0.5s ease 0s;
}

.index_02 li img:hover {
    transform: scale(1.3);
    z-index: 99;
}

.index_08 li img {
    transition: all 0.5s ease 0s;
}

.index_08 li img:hover {
    transform: scale(1.3);
    z-index: 99;
} */


/* .index_02 .item {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.index_02 .item:hover {
    margin: 0 0 0;
    transform: scale(1.1);
    z-index: 999;
    margin: 0 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
} */


/* .index_02 ul li{
        transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
 }
.index_02 ul li.ona{
       width: 700px!important;
       margin: 0 auto;
       text-align: center;
} */


/* .index_02 ul{
display: flex;
}

.index_02 .imgsty03 img {
  width: 200%;
  height: calc(100% - 10vh);
  -o-object-fit: cover;
  object-fit: cover;
  transition: .5s;
}

.index_02 ul li:hover {
  flex: 1 1 50%;
}

 */


/* .index_02 ul li:hover img {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;

} */

.index_02 .item {
    position: relative;
    margin: 0 30px 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.index_02 ul li:hover .item {
    margin: 0 0 0;
}

.index_02 ul li:hover .item {
    text-align: center;
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.index_02 ul li:hover .imgmore03 {
    width: 42px;
    height: 24px;
    line-height: 24px;
}

.index_03 .swiper {
    overflow: hidden;
    position: relative;
}

.index_02 .imgsty03 {
    padding-bottom: 67.25%;
}


/* .index_03 .item{margin:0 30px 0;} */

.swtextt p {
    color: #454545;
    opacity: 0;
    text-align: left;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.swtextt {
    width: 100%;
    position: absolute;
    padding: 1rem 0 0;
    opacity: 1;
}

.swtextt h3 {
    color: #222222;
    margin-bottom: 1.5rem;
    text-align: left;
    font-size: 20px;
}

.imgmore03 {
    display: none;
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 12px auto;
    background: #7bbd2c;
    border-radius: 6px;
    opacity: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.imgmore03 span {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.swiper-slide-active .swtextt,
.swiper-slide-active .imgmore03,
.swiper-slide-active p {
    opacity: 1;
}

.fancy-spacer2 {
    position: absolute;
    left: 0;
    bottom: -340px;
    width: 100%;
    z-index: 99;
    background: url("../images/dwbg01.png") no-repeat;
    background-size: 100%;
    height: 340px;
}


/* .index_08 {
    position: relative;
}

.index_08 .swiper {
    overflow: hidden;
    position: relative;
    padding: 120px 0 250px;
}

.index_08 .item {
    margin: 0 20px 0;
}

.swiper-slide-active .swtextt {
    opacity: 1;
}

.index_08 .swiper-slide {
    width: auto;
} */


/* mode04 */

.gallery-top {
    height: auto;
    width: 100%;
    margin: 0 auto;
    top: -70px;
}

.gallery-thumbs {
    height: 46px;
    text-align: center;
    line-height: 46px;
    box-sizing: border-box;
    margin-left: 44%;
    margin-right: 0;
    z-index: 999;
}

.gallery-thumbs .swiper-slide {
    width: 26% !important;
    height: 100%;
    color: #454545;
    font-weight: bold;
    font-size: 20px;
    background: #7bbd2c;
    border-radius: 16px 0 0 0;
    -webkit-border-radius: 16px 0 0 0;
    -moz-border-radius: 16px 0 0 0;
    -ms-border-radius: 16px 0 0 0;
    -o-border-radius: 16px 0 0 0;
    margin-right: 1px !important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.gallery-thumbs .swiper-slide a {
    color: #454545;
    display: block;
    position: relative;
    transition: transform 0.5s;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.gallery-thumbs .swiper-slide a:hover {
    transform: translateY(-8%);
    -webkit-transform: translateY(-8%);
    -moz-transform: translateY(-8%);
    -ms-transform: translateY(-8%);
    -o-transform: translateY(-8%);
}


/* 

.gallery-thumbs .swiper-slide a:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    white-space: nowrap;
    transform: translate3d(0, 0, 0);
}

.gallery-thumbs .swiper-slide a:hover {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
} */

.gallery-thumbs .swiper-slide:first-child {
    width: 48% !important;
}

.gallery-thumbs .swiper-slide:nth-child(2) {
    margin: 0 1px !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
    margin-right: 1px !important;
}

.gallery-thumbs .swiper-slide-thumb-active {
    color: #fff;
    opacity: 1;
    background: linear-gradient(to right, #127637, #76bb2c);
}

.gallery-thumbs .swiper-slide:hover {
    color: #fff;
    opacity: 1;
    background: linear-gradient(to right, #127637, #76bb2c);
}

.gallery-thumbs .swiper-slide-thumb-active a,
.gallery-thumbs .swiper-slide:hover a {
    color: #fff;
    opacity: 1;
}

.slidnavtab {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 136px;
}

.gallery-top> {
    width: 100%;
    height: auto;
    margin: auto;
}


/* .info {
    line-height: 500px;
    text-align: center;
    color: aliceblue;
    font-size: 30px
} */

.gallery-top .swiper-wrapper .swiper-slide {
    margin-top: 251px;
    padding-bottom: 150px;
    background-size: 100% 100% !important;
}


/* Tab show */

.mode04 .indmore {
    /* bottom: 114px; */
    z-index: 99;
}

.indmore a {
    font-weight: normal;
}

.mode3lul a {
    display: block;
    padding: 10px 30px;
    box-sizing: border-box;
    background: #fff;
    border-left: 0px solid #fff;
    transition: all 0.3s ease-in-out;
    text-align: left;
    border-left: 8px solid #fff;
}

.mode3lul li.on a {
    background: #e0f6e3;
    border-left: 8px solid #5acd58;
}

.mode3l-pic p {
    /* width: 0px; opacity: 0;*/
    height: 0;
    transition: all 0.3s ease-in-out;
}

.mode3lul li.on .mode3l-pic p {
    /* width: 100%;  opacity: 1;*/
    height: 44px;
    margin-top: 10px;
    overflow: hidden;
}

.mode3l-img p {
    color: #464646;
}

.mode3l-pic p {
    padding-left: 20px;
}

.mode3l-info {
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.mode3lul .mode3l-info {
    padding: 0 0px 0px 20px;
    line-height: 1.5;
    position: relative;
    transition: transform 0.35s ease-out;
}

.mode3lul .mode3l-info span {
    float: right;
    color: #076e39;
    margin-left: 20px;
}

.mode3lul .mode3l-info p {
    color: #2e2e2e;
}

.mode3lul .mode3l-info::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 0;
    top: 12px;
    background: #00b415;
    transition: transform 0.35s ease-out;
}

.indbanner04 {
    max-height: 450px;
}

.mode3lul .mode3l-info p {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mode3lul li.on .mode3l-info {
    /* padding-left: 40px;
    height: 90px;
    width: calc(100% - 172px);
    padding-left: 0px;
    -webkit-line-clamp: 3; */
}

.mode3lul li.noImg .mode3l-info {
    width: 100%;
}

.mode3lul li.noImg .mode3l-pic {
    display: none;
}

.mode04 .swiper-button-prev,
.mode04 .swiper-container-rtl .mode04 .swiper-button-next {
    left: -36px;
}

.mode04 .swiper-button-next,
.mode04 .swiper-container-rtl .mode04 .swiper-button-prev {
    right: -36px;
}

.mode04 .swiper-button-next,
.mode04 .swiper-button-prev {
    top: 220%;
    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;
}


/* mode05*/

.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: 55.95%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.videoimg img {
    width: 100%;
    display: block;
    transition: all linear .35s;
    -ms-transition: all linear .35s;
    -moz-transition: all linear .35s;
    -webkit-transition: all linear .35s;
    -o-transition: all linear .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; */
    width: 100%;
    height: 66px;
    text-align: center;
    line-height: 66px;
    border-radius: 5px;
    position: relative;
    color: #fff;
}

.about-video a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-54%, -62%);
    -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: 54px;
    height: 54px;
    border-radius: 50px;
    line-height: 172px;
    border: 2px solid #fff;
}

@-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) {
    .titsList01 ul li::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 4px;
        transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        background: #2663d0;
    }

    .titsList01 ul li:hover::before {
        height: 100%;
    }

    .titsList01 ul li:hover .idate,
    .titsList01 ul li:hover .datele,
    .titsList01 ul li:hover .idate strong,
    .titsList01 ul li:hover .it,
    .titsList01 ul li:hover .ip p {
        color: #fff;
    }
}

@media screen and (max-width: 1024px) {
    .banner .img {
        padding-bottom: calc(935% / 19.2);
        height: 0;
    }
}

@media screen and (max-width: 1640px) {
    .home6-t .h6-l p span {
        font-size: 16px !important;
    }

    .mode01 .listTitle2 {
        position: relative;
        padding: 40px 0 40px;
    }

    .listTitle2 h2 a {
        font-size: 36px;
    }

    .mode01 .fs22 {
        font-size: 18px;
    }

    .indexNews .nr li {
        margin-bottom: 11px;
    }

    .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;
    }

    /* .Ind-banner .img{
   padding-bottom: 60%;
} */
    .home6-t .h6-r h3 {
        font-size: 16px;
    }

    .home6-t .h6-r li.on h3 {
        font-size: 18px;
    }

    .h6-r .h6-img {
        width: 7rem;
        height: 7rem;
    }

    .gallery-thumbs .swiper-slide {
        font-size: 18px;
    }

    .tabList03 .title a {
        font-size: 17px;
    }

    .swtextt h3 {
        font-size: 14px;
        line-height: 18px;
    }

    .swtextt p {
        font-size: 12px;
        line-height: 18px;
    }

    .slidImg04 {
        height: 51rem;
    }

    .slidImg04::after {
        height: 50rem;
        top: -26px;
    }

    .gallery-top .swiper-wrapper .swiper-slide {
        padding-bottom: 130px;
    }

    .wrap_mode04 {
        max-height: 428px;
    }

    .slidnavtab {
        top: 138px;
    }

    .main_box,
    .index_02 .swiper {
        height: 470px;
    }

    .home6-t .h6-l .con {
        top: 30%;
    }

    .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;
    }

    .listTitle2 h2::after {
        width: 6.8rem;
        height: 6.4rem;
        top: -21px;
    }

    .listTitle2 h2 {
        padding-bottom: 14px;
    }

    .listTitle2 h2::before {
        width: 42px;
        height: 4px;
    }

    .home6-t .h6-l .scale {
        padding: 6.6rem;
    }

    .home6-t .h6-l .conA {
        width: calc(100% - 50%);
        margin-left: 41%;
    }

    .home6-t .h6-r h3 {
        width: calc(100% - 10rem);
    }

    .wrap_mode02 {
        padding: 20px 0 26px;
    }

    .home6-t .h6-r {
        top: 10px;
    }

    .ico1 .sicoh {
        left: -140px;
        top: -26px;
    }

    .ico2 .sicoh {
        left: 8px;
        top: -8px;
    }

    .ico3 .sicoh {
        top: 48px;
        left: 44px;
    }

    .ico4 .sicoh {
        top: 96px;
        left: 6px;
    }

    .ico5 .sicoh {
        top: 100px;
        left: -138px;
    }

    .mode3lul .mode3l-info::before {
        top: 10px;
    }

    .gallery-top .swiper-wrapper .swiper-slide {
        margin-top: 253px;
    }

    .banner .btxt .t1 {
        font-size: 5rem;
    }

    .mode04 .imglist03 li {
        margin-bottom: 14px;
    }

    .index_title .title a {
        font-size: 20px;
    }

    .index_title .title a.on {
        font-size: 22px;
    }
}

@media screen and (max-width: 1380px) {
    .indIcon1a li p {
        font-size: 14px;
    }

    .mode04 .imglist03 li {
        margin-bottom: 19px;
    }

    .index_title .title a {
        font-size: 20px;
    }

    .index_title .title a.on {
        font-size: 22px;
    }

    .indLists02a {
        width: 60%;
    }

    .mode04 .lf {
        width: 56%;
    }

    .titsList01 .titsle {
        width: 46%;
    }

    .titsList01 .ip {
        font-size: 14px;
    }

    .titsList01 .ip p {
        line-height: 20px;
    }

    .titsList01 .it {
        margin-bottom: 4px;
    }

    .titsList01 .itxt {
        padding: 10px 12px;
    }

    .titsList01 ul li,
    .titsList01,
    .noticeList li {
        margin-bottom: 8px;
    }

    .indIcon1a ul li .item {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }

    .newhott {
        top: 8px;
    }

    .titsList01 .idate {
        padding-bottom: 0;
    }

    .mode01 .fs22 {
        font-size: 15px;
    }

    .ncard .idate {
        padding-bottom: 8px;
    }

    .h6-r .h6-img {
        width: 6rem;
        height: 6rem;
    }

    .home6-t .h6-l .conA {
        width: calc(100% - 56%);
        margin-left: 34%;
    }

    .more02 a {
        margin-top: 3rem;
    }

    .con .lh32,
    .home6-t .h6-r li.on h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .con .lh30 {
        line-height: 22px;
    }

    .home6-t .h6-l .scale {
        padding: 5rem;
    }

    .home6-t .h6-r h3 {
        width: calc(94% - 6rem);
    }

    .ico1 .sicoh {
        left: -70px;
        top: -30px;
    }

    .ico2 .sicoh {
        left: 22px;
        top: -40px;
    }

    .ico3 .sicoh {
        top: -8px;
        left: 54px;
    }

    .ico4 .sicoh {
        top: 12px;
        left: 20px;
    }

    .ico5 .sicoh {
        top: 17px;
        left: -114px;
    }

    .home6-t .h6-r {
        width: 30%;
        /* min-width: 30rem; */
    }

    .home6-t .h6-r {
        width: 32%;
        right: 60px;
        /* min-width: 32rem; */
    }

    .home6-t .fs32,
    .home6-t .fs30 {
        font-size: 20px;
    }

    .home6-t .fs24,
    .home6-t .fs26 {
        font-size: 18px;
    }

    .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;
    }

    .wrap_mode04 {
        max-height: 410px;
    }

    .indexNews .nl {
        width: 59%;
    }

    .ncard .itxt .it {
        line-height: 20px;
        font-size: 15px;
    }

    .ncard .itxt {
        padding: 6px 10px 6px;
    }

    .indexNews .nr li {
        margin-bottom: 8.5px;
    }

    .banner .btxt .t1 {
        font-size: 5rem;
    }

    .home6-t .h6-l p {
        margin: 2rem 0 2rem;
    }

    .wrap_mode05 {
        padding: 9rem 0 13rem;
    }

    .mode3lul .mode3l-info p {
        font-size: 17px;
    }

    .mode3lul .mode3l-info::before {
        top: 8px;
    }

    .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) {
    .mode07 {
        display: none;
    }

    .indIcon1a li p {
        height: auto;
    }

    .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;
    }

    .indexNews .nr li .list012 {
        max-width: 76px;
        height: 22px;
        overflow: hidden;
        text-align: right;
    }

    .wrap_mode02 {
        padding-top: 20px;
    }

    .mode05 .listTitle2 h2 {
        margin-right: 0;
    }

    .wrap_mode02 {
        background-size: auto 100%;
    }

    .imglist03 .info_box a.time {
        position: static;
        margin-top: 10px;
    }

    .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 20px;
    }

    .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;
    }

    .mode3lul,
    .gallery-thumbs {
        margin-left: 0;
    }

    .slidImg04 {
        position: relative;
        height: auto;
        width: 100%;
        border: 8px solid #7bbd2c;
        margin-top: 240px;
    }

    .slidImg04::after {
        display: none;
    }

    .indbanner04 {
        max-height: 800px;
    }

    .wrap_mode04 {
        max-height: none;
    }

    .mode3lul .indmore a {
        background: transparent;
        border: 0;
        opacity: 0.7;
        color: #fff;
    }

    .home6-t .h6-l .con {
        display: none;
    }

    .home6-t .h6-l .conA {
        /* width: calc(100% - 30%);
                margin: 0 auto; */
        width: calc(100% - 50%);
        margin-left: 10px;
    }

    .home6-t .h6-l .scale {
        padding: 4rem;
    }

    .ico1 .sicoh,
    .ico2 .sicoh,
    .ico3 .sicoh,
    .ico4 .sicoh,
    .ico5 .sicoh {
        /* left: 30px; */
        top: 0;
    }

    .ico1 .sicoh {
        left: -20px;
    }

    .ico5 .sicoh {
        left: -20px;
    }

    .con .lh32,
    .home6-t .h6-r li.on h3 {
        font-size: 15px;
        line-height: 20px;
    }

    /* .wrap_mode02{
        min-height: 700px;
    } */
    /* .home6-t .h6-r li{
        width: 49%;
        display: inline-block;
        margin-bottom: 16px
    } */
    .Ind-banner .Tbottom {
        padding: 1.5rem 2rem;
    }

    .banner .btxt {
        bottom: 0;
        position: relative;
        padding-bottom: 36px;
        /* position: static;
        padding-bottom: calc(935% / 19.2); */
    }

    .banner .btxt .t1,
    .banner .btxt .p {
        color: #333;
    }

    .banner .btxt {
        color: #222222;
    }

    .banner .btxt .t1 {
        font-size: 2.4rem;
        height: auto;
        line-height: 4rem;
    }

    .indexNews .nr li {
        margin-bottom: 12px;
    }

    .wrap_mode02 .listTitle2 {
        padding: 3rem 0 30px;
        text-align: center;
    }

    .listTitle2 {
        padding: 4rem 0 30px;
    }

    .wrap_mode05 {
        padding: 2rem 0 13rem;
    }

    .home6-t .h6-r {
        top: 21%;
        width: 50%;
    }

    .home6-t .leftTit02 {
        position: relative;
    }

    .home6-t .right {
        display: block;
        width: calc(100% - 0%);
    }

    .mode04 .listTitle2 {
        padding: 30px 0 36px;
        position: relative;
        text-align: center;
    }

    .gallery-top .swiper-wrapper .swiper-slide {
        margin-top: 141px;
    }

    /* 图片旋转 */
    /* .indbox03 .flex{
    display: flex;      
  flex-wrap: wrap;       
  justify-content: space-around; 
} */
    .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;
    }

    /* 图片旋转 */
    .mode04,
    .indbox02a {
        display: block;
    }

    .mode04 .lf,
    .indLists02a {
        width: 100%;
    }

    .mode04 .rt,
    .indLists02b {
        margin-left: 0;
        margin-top: 20px;
    }

    .index_title .title a {
        font-size: 18px;
    }

    .index_title .title a.on {
        font-size: 20px;
    }

    .listin03 {
        padding-bottom: 20px;
    }

    .titsList01 .titsle {
        width: 32%;
    }
}

@media screen and (max-width: 767px) {
    .listin03 {
        padding: 0 10px 10px;
    }

    .index_01b1 .item {
        margin-right: 20px;
    }

    .titsList01 .titsle {
        width: 50%;
    }

    .titsList01 .titsri {
        margin-left: 6px;
    }

    .titsList01 .titsle img {
        height: 300px;
    }

    .newhott {
        padding: 4px 2px;
        font-size: 12px;
    }

    .titsList01 .itxt {
        padding: 6px 6px;
        overflow: hidden;
    }

    .titsList01 .itxt .datele {
        font-size: 15px;
    }

    .titsList01 ul li {
        max-height: 145px;
    }

    .indsldtit {
        margin-bottom: 20px;
    }

    .indIcon1a {
        padding: 20px 10px 10px;
    }

    .indIcon1a ul li .item {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .indIcon1a ul li a {
        margin: 0 10px;
    }

    .indIcon1a ul li .item img {
        width: 40px;
        height: auto;
    }

    .indSldtlt li a {
        padding: 20px 20px 0;
    }

    .sldinfo_ins {
        margin-bottom: 10px;
    }

    .mode06 {
        padding-bottom: 20px;
    }

    .index_title .title a {
        font-size: 17px;
        margin: 0 1px;
    }

    .mode04 .rt .index_title .title a {
        font-size: 18px;
        font-weight: bold;
        margin: 0 6px;
        padding-bottom: 4px;
    }

    .mode04 .index_title .title a {
        padding-bottom: 4px;
    }

    .index_title .title a.on {
        font-size: 16px;
    }

    .index_title .title {
        line-height: 40px;
        margin-bottom: 0;
    }

    .index_title .title img {
        width: 16px;
    }

    .index_title .more a {
        font-size: 12px;
        /* padding-bottom: 6px; */
        width: 42px;
        height: auto;
        right: 0;
        bottom: 8px;
        text-align: right;
    }

    .index_title .title a.on::before {
        bottom: 0;
    }

    .index_title .more a i {
        display: none;
    }

    .tabList03 .index_title {
        height: auto;
    }

    .mode01 .listTitle2 {
        position: relative;
        padding: 20px 0 30px;
    }

    .listTitle2 h2 a {
        font-size: 28px;
    }

    .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;
    }

    /* index  */
    .home6-t .h6-l .conA {
        width: calc(100% - 0%);
        margin-left: 0;
    }

    .home6-t .h6-l .scale {
        padding: 10px;
    }

    .home6-t {
        position: relative;
        min-height: 270px;
    }

    .home6-t .right {
        width: calc(120px - 0%);
    }

    .home6-t .h6-r {
        min-width: 210px;
    }

    .h6-r .h6-img {
        width: 3rem;
        height: 3rem;
    }

    .home6-t .h6-r h3 {
        width: calc(100% - 4rem);
    }

    .home6-t .h6-r h3 a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
    }

    .home6-t .h6-r li {
        margin-bottom: 10px;
    }

    .ico1 .sicoh {
        left: -44px;
        top: -4px;
    }

    .ico2 .sicoh {
        left: 2px;
        top: -4px;
    }

    .ico3 .sicoh {
        left: 10px;
        top: -2px;
    }

    .ico4 .sicoh {
        left: 0px;
    }

    .ico5 .sicoh {
        left: -44px;
        top: -7px;
    }

    .home6-t .h6-r {
        top: 27%;
        width: 50%;
    }

    .main_box {
        padding-top: 2rem;
    }

    .indbox03 ul li {
        width: 100%;
    }

    .wrap_mode03 {
        background-size: auto auto;
    }

    .tabList03 .title a {
        width: 91%;
    }

    .index_title .title a:first-child {
        line-height: 22px;
    }

    .gallery-thumbs {
        height: auto;
        line-height: 30px;
    }

    .banner_list .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .home6-t .h6-r {
        right: 20px;
    }

    .ipnpdptop3 {
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .Ind-banner .Tbottom {
        display: none;
    }

    .Ind-banner .slick-dots {
        bottom: 10px;
        padding-right: 14px;
    }

    .gallery-thumbs .swiper-wrapper {
        display: block;
        height: auto !important;
    }

    .gallery-thumbs .swiper-slide,
    .gallery-thumbs .swiper-slide:first-child {
        width: 100% !important;
    }

    .gallery-top .swiper-wrapper .swiper-slide {
        margin-top: 224px;
    }

    .wrap_mode04 {
        background-size: auto 100%;
    }

    .indmode05:before {
        right: -10px;
    }

    .slidnavtab {
        background: #7bbd2c;
    }

    .gallery-thumbs .swiper-slide {
        border-radius: 0 0;
        -webkit-border-radius: 0 0;
        -moz-border-radius: 0 0;
        -ms-border-radius: 0 0;
        -o-border-radius: 0 0;
    }
}

@media screen and (max-width: 479px) {}