@charset "utf-8"; .h-top1 {
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h-top1.tp_c {
    padding: 0 0.9rem;
    position: relative;
    justify-content: center;
}

.h-top1.tp_c .h-tit1 {
    text-align: center;
}

.h-top1.tp_c .h-btns1 {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.h-top1.tp_ver {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.h-top1.tp_ver .h-btns1 {
    margin: 0;
    margin-top: 0.22rem;
}

.h-tit1 {
    line-height: 1.1;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.h-tit1:before {
    content: '';
    margin-left: -1.21rem;
    position: absolute;
    left: 50%;
    top: -0.28rem;
    width: 2.41rem;
    height: 0.66rem;
    background: url(../images/h-tit_bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.h-tit1 .cn {
    font-size: 0.42rem;
    color: #333333;
    font-weight: bold;
}

.h-tit1 .cn em {
    color: #428969;
}

.h-tit1 .en {
    margin-top: 0.04rem;
    font-size: 0.14rem;
    color: #B5BCC0;
    text-transform: uppercase;
    opacity: .8;
}

.h-tit1.v1 {
    padding-left: 0.58rem;
}

.h-tit1.v1:before {
    margin: 0;
    margin-top: -0.25rem;
    left: 0;
    top: 50%;
    width: 0.46rem;
    height: 0.5rem;
    background-image: url(../images/h-logo3.png);
}
.h-tit1.v1.tt_f{}
.h-tit1.v1.tt_f:before{
    background-image: url(../images/h-logo6.png);
}

.h-tit1.tt_f {
}

.h-tit1.tt_f:before {
    background-image: url(../images/h-tit_bg2.png);
}

.h-tit1.tt_f .cn, .h-tit1.tt_f .cn em, .h-tit1.tt_f .en {
    color: #ffffff;
}

.h-tit1.tt_f .en {
    opacity: .3;
}

.h-btns1 {
    display: flex;
}

.h-btns1 a {
    padding-right: 0.38rem;
    display: block;
    font-size: 0.16rem;
    color: #75AA91;
    line-height: 0.4rem;
    position: relative;
}

.h-btns1 i {
    position: absolute;
    right: 0;
    top: 0.06rem;
    width: 0.51rem;
    height: 0.36rem;
    background: url(../images/h-btns_bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.h-btns1.bs_f {
}

.h-btns1.bs_f a {
    color: #fff;
}

.h-btns1.bs_f i {
    background-image: url(../images/h-btns_bg2.png);
}

.banner_box {
    height: 7.5rem;
    position: relative;
    overflow: hidden;
}

.banner_box .swiArrow{
    margin-top: -0.25rem;
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.08rem auto;
    background-size: 0.08rem auto;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.banner_box .swiArrow.prev{
    left: 0.56rem;
    background-image: url(../images/h-swi_arrow1.png);
}
.banner_box .swiArrow.next{
    right: 0.56rem;
    background-image: url(../images/h-swi_arrow2.png);
}
.banner_box .swiArrow:hover{
    background-color: #428969;
}

.banner_box .swiPagination {
    position: absolute;
    left: 0;
    bottom: 0.36rem !important;
    right: 0;
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.banner_box .swiPagination .swiper-pagination-bullet {
    margin: 0 0.12rem !important;
    display: inline-block;
    vertical-align: middle;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #fff;
    border-radius: 50%;
    opacity: .5;
    position: relative;
}

.banner_box .swiPagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../images/h-logo2.png);
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.banner_box .swiPagination .swiper-pagination-bullet-active {
    width: 0.3rem;
    height: 0.32rem;
    opacity: 1;
    background-color: transparent;
    border-radius: 0;
}

.banner_box .swiPagination .swiper-pagination-bullet-active:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner {
    padding: 0 0.8rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .con {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .bg, .banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    -webkit-transition: 8s 1s linear;
    -o-transition: 8s 1s linear;
    transition: 8s 1s linear;
}

.banner .swiper-slide-active {
}

.banner .swiper-slide-active .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.h-swiper1 {
    height: 5.8rem;
    border-radius: 0.1rem;
    position: relative;
    overflow: hidden;
}

.h-swiper1 .swiPagination {
    padding: 0 0.17rem;
    position: absolute;
    left: 0;
    bottom: 0.23rem;
    right: 0;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.h-swiper1 .swiPagination .swiper-pagination-bullet {
    margin: 0 0.06rem;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #428969;
    border-radius: 50%;
    opacity: 1;
}

.h-swiper1 .swiPagination .swiper-pagination-bullet-active {
    background-color: #EFC39B;
}

.h-swiper1 .con {
    display: block;
    height: 100%;
    position: relative;
}

.h-swiper1 .con:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.01rem;
    background: url(../images/h-ul_bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1;
}

.h-swiper1 .pic {
    height: 100%;
}

.h-swiper2 {
    margin: -0.5rem;
    margin-right: -0.9rem;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
}

.h-swiper2 .swiPagination {
    padding: 0 0.14rem;
    position: absolute;
    left: 0.5rem;
    top: 5.17rem;
    bottom: auto !important;
    width: 8.88rem;
    z-index: 10;
    display: flex;
    align-items: center;
}

.h-swiper2 .swiPagination .swiper-pagination-bullet {
    margin: 0 0.06rem;
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #428969;
    border-radius: 50%;
    opacity: 1;
}

.h-swiper2 .swiPagination .swiper-pagination-bullet-active {
    background-color: #EFC39B;
}

.h-swiper2 .con {
    display: block;
    display: flex;
    align-items: flex-start;
}

.h-swiper2 .pic {
    width: 8.88rem;
    height: 5rem;
    border-radius: 0.4rem 0.08rem 0.08rem 0.08rem;
    overflow: hidden;
    z-index: 10;
    flex-shrink: 0;
}

.h-swiper2 .pic:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.82rem;
    background: url(../images/h-ul_bg2.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.h-swiper2 time {
    padding: 0 0.2rem;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    min-width: 1.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #EFC39B;
    border-radius: 0.3rem 0 0.4rem 0;
    font-size: 0.2rem;
    color: #F8FCFE;
    z-index: 10;
}

.h-swiper2 time em {
    margin-left: 0.04rem;
    font-size: 0.16rem;
    color: rgba(248, 252, 254, 1);
    opacity: .7;
}

.h-swiper2 .text {
    padding: 0.88rem 0.7rem;
    padding-left: 0.76rem;
    width: calc(100% - 8.8rem);
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.h-swiper2 .text:before {
    content: '';
    position: absolute;
    left: -1.25rem;
    top: 0;
    right: 0;
    height: 5.62rem;
    border-radius: 0 0.4rem 0 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0px 0px 90px 0px rgba(32,128,82,0.07);
    z-index: -1;
}

.h-swiper2 .type {
    font-size: 0.18rem;
    color: #428969;
}

.h-swiper2 .tit {
    font-size: 0.28rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.29;
    max-height: 2.58em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.h-swiper2 .desc {
    margin-top: 0.24rem;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.67;
    max-height: 6.68em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    opacity: .6;
}

.h-swiper2 .arrow {
    margin-top: 0.7rem;
    display: block;
    width: 0.28rem;
    height: 0.07rem;
    background: url(../images/h-arrow4.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.h-swiper3 {
    margin-top: -1.13rem;
    padding: 0 0 0 3.6rem;
    height: 2.25rem;
    position: relative;
    z-index: 10;
}

.h-swiper3 .swiArrow {
    margin: 0 -0.12rem;
    position: absolute;
    left: 0;
    bottom: .28rem;
    z-index: 10;
    display: flex;
    align-items: center;
}

.h-swiper3 .swiArrow .prev, .h-swiper3 .swiArrow .next {
    margin: 0 0.12rem;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.08rem auto;
    background-size: 0.08rem auto;
    background-color: #428969;
    border-radius: 50%;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-swiper3 .swiArrow .prev {
    background-image: url(../images/h-swi_arrow1.png);
}

.h-swiper3 .swiArrow .next {
    background-image: url(../images/h-swi_arrow2.png);
}

.h-swiper3 .swiArrow .prev.swiper-button-disabled, .h-swiper3 .swiArrow .next.swiper-button-disabled {
    background-color: #E7E7E7;
}

.h-swiper3 .slider {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.h-swiper3 .con {
    display: block;
    height: 100%;
    border-radius: 0.3rem 0.08rem 0.3rem 0.08rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.h-swiper3 .con:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.37rem;
    background: url(../images/h-ul_bg3.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 2;
}

.h-swiper3 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(66, 137, 105, .95);
    z-index: 2;
    opacity: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-swiper3 .pic {
    height: 100%;
    z-index: 1;
}

.h-swiper3 .text {
    padding: 0.35rem 0.32rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-swiper3 .type {
    font-size: 0.16rem;
    color: #428969;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-swiper3 .tit {
    margin-top: 0.08rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.33;
    max-height: 2.66em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.h-swiper3 time {
    margin-bottom: -0.3rem;
    display: block;
    font-size: 0.16rem;
    color: #FFFFFF;
    opacity: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-swiper3 .con:hover {
}

.h-swiper3 .con:hover:before {
    opacity: 0;
}

.h-swiper3 .con:hover:after {
    opacity: 1;
}

.h-swiper3 .con:hover .text {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.h-swiper3 .con:hover .type {
    color: #EFC39B;
}

.h-swiper3 .con:hover time {
    margin: 0;
    margin-top: 0.26rem;
    opacity: .6;
}

.h-swiper4 {
    margin-top: -1.57rem;
    position: relative;
    z-index: 1;
}

.h-swiper4:before, .h-swiper4:after {
    content: '';
    position: absolute;
    top: -0.6rem;
    bottom: -0.6rem;
    width: 4rem;
    pointer-events: none;
    z-index: 5;
}

.h-swiper4:before {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9)0%, rgba(255, 255, 255, 0)100%);
}

.h-swiper4:after {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0)0%, rgba(255, 255, 255, 0.9)100%);
}

.h-swiper4 .line {
    margin-top: -0.1rem;
    position: absolute;
    left: 0;
    top: 3.02rem;
    right: 0;
    height: 0.2rem;
    background: url(../images/h-line1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.h-swiper4 .slider {
    padding: 0 1.2rem;
    padding-right: 1.5rem;
    position: relative;
}

.h-swiper4 .swiArrow {
    margin-top: -0.25rem;
    position: absolute;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #428969;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.08rem auto;
    background-size: 0.08rem auto;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-swiper4 .swiArrow.prev {
    left: 0;
    background-image: url(../images/h-swi_arrow1.png);
}

.h-swiper4 .swiArrow.next {
    right: 0;
    background-image: url(../images/h-swi_arrow2.png);
}

.h-swiper4 .swiArrow.swiper-button-disabled {
    background-color: #E7E7E7;
}

.h-swiper4 .swiper-slide {
    height: 3.02rem;
}

.h-swiper4 .con {
    padding: 0 0.4rem 0 0.35rem;
    display: block;
    width: 170%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.h-swiper4 .con:before {
    content: '';
    position: absolute;
    left: -0.38rem;
    top: -0.46rem;
    right: 0;
    bottom: -0.56rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.9rem 0 rgba(32,128,82,0.07);
    border: 1px solid #C9E1D7;
    z-index: -1;
    -webkit-transform: translateY(0.2rem);
    -ms-transform: translateY(0.2rem);
    -o-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
    opacity: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-swiper4 .circle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 95%;
    background-color: #E7E6E6;
    z-index: 10;
}

.h-swiper4 .circle:before {
    content: '';
    margin-left: -0.035rem;
    position: absolute;
    left: 50%;
    bottom: -0.035rem;
    width: 0.07rem;
    height: 0.07rem;
    background-color: #EFC39B;
    border-radius: 50%;
}

.h-swiper4 .circle i {
    margin-left: -0.045rem;
    position: absolute;
    left: 50%;
    top: 0;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #EFC39B;
    border-radius: 50%;
    z-index: 10;
}

.h-swiper4 .circle i:before {
    content: '';
    margin: -0.095rem 0 0 -0.095rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.19rem;
    height: 0.19rem;
    background-color: #EFC39B;
    opacity: .4;
    border-radius: 50%;
    z-index: -1;
}

.h-swiper4 time {
    display: block;
    font-size: 0.42rem;
    color: #428969;
    font-weight: bold;
    line-height: 1.1;
}

.h-swiper4 .desc {
    margin-top: 0.12rem;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.3rem;
    max-height: 1.5rem;
    overflow-y: auto;
}

.h-swiper4 .desc strong {
    display: block;
    font-size: 0.22rem;
}

.h-swiper4 .swiper-slide:nth-child(odd) {
    margin-top: 3.02rem;
}

.h-swiper4 .swiper-slide:nth-child(odd) .circle {
    top: 0;
    bottom: auto;
}

.h-swiper4 .swiper-slide:nth-child(odd) .circle:before {
    bottom: auto;
    top: -0.035rem;
}

.h-swiper4 .swiper-slide:nth-child(odd) .circle i {
    top: auto;
    bottom: 0;
}

.h-swiper4 .swiper-slide:nth-child(1) {
}

.h-swiper4 .swiper-slide:nth-child(2) {
}

.h-swiper4 .swiper-slide:nth-child(3) {
}

.h-swiper4 .swiper-slide:nth-child(4) {
}

.h-swiper4 .swiper-slide:nth-child(2n+1) .con {
    top: 1.98rem;
}

.h-swiper4 .swiper-slide:nth-child(2n+1) .circle {
    height: 2.76rem;
}

.h-swiper4 .swiper-slide:nth-child(2n+1) .desc {
    margin-top: 0.06rem;
}

.h-swiper4 .swiper-slide:nth-child(4n) .con {
    top: 0.5rem;
}

.h-swiper4 .swiper-slide:nth-child(4n) .circle {
    height: 2.38rem;
}

.h-swiper4 .swiper-slide:nth-child(4n+1) .con {
    top: 1.28rem;
}

.h-swiper4 .swiper-slide:nth-child(4n+1) .circle {
    top: 0;
    bottom: auto;
    height: 2.04rem;
}

.h-swiper4 .swiper-slide:nth-child(4n+1) .desc {
    margin-top: 0.08rem;
}

/*.h-swiper4 .swiper-slide{}
.h-swiper4 .swiper-slide>div{opacity: 0.3; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
.h-swiper4 .swiper-slide-active>div, .h-swiper4 .swiper-slide-active~.swiper-slide>div{opacity: 1;}*/
.h-swiper4 .con:hover {
}

.h-swiper4 .con:hover:before {
    border-radius: 0.3rem 0.08rem 0.3rem 0.08rem;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.h-ul1 {
    margin: 0 -0.2rem;
    display: flex;
    flex-wrap: wrap;
}

.h-ul1 li {
    padding: 0 0.2rem;
    width: 33.33%;
    flex-shrink: 0;
}

.h-ul1 .con {
    padding: 0 0.1rem;
    display: block;
    height: 5.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul1 .pic {
    width: 100%;
    height: 2.8rem;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul1 .text {
    padding: 0.52rem 0;
    width: 100%;
    height: 1.49rem;
    position: relative;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul1 .text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #ECECEC;
}

.h-ul1 time {
    padding: 0 0.2rem;
    position: absolute;
    left: 0;
    top: -0.3rem;
    min-width: 1.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #428969;
    border-radius: 0.3rem 0 0.4rem 0;
    font-size: 0.2rem;
    color: #F8FCFE;
    z-index: 10;
}

.h-ul1 time em {
    margin-left: 0.04rem;
    font-size: 0.16rem;
    opacity: .7;
}

.h-ul1 .type{
    font-size: 0.18rem;
    color: #428969;
    line-height: 1.3;
}

.h-ul1 .tit {
    margin-top: 0.1rem;
    font-size: 0.22rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.36;
    max-height: 2.72em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.h-ul1 .desc {
    font-size: 0.16rem;
    color: #333333;
    line-height: 1.38;
    max-height: 4.14em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    opacity: .6;
    display: none;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul1 .arrow {
    position: absolute;
    right: 0.2rem;
    bottom: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/h-arrow1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(-0.2rem);
    -ms-transform: translateX(-0.2rem);
    -o-transform: translateX(-0.2rem);
    transform: translateX(-0.2rem);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul1 .con:hover {
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0 0 0.9rem 0 rgba(32,128,82,0.07);
    border-radius: 0.1rem;
}

.h-ul1 .con:hover .pic {
    height: 2.86rem;
}

.h-ul1 .con:hover .text {
    padding: 0.41rem 0.3rem;
    height: 2.74rem;
}

.h-ul1 .con:hover .text:before {
    opacity: 0;
}

.h-ul1 .con:hover .tit{
    margin-top: 0.15rem;
}

.h-ul1 .con:hover .desc {
    margin-top: 0.12rem;
    display: -webkit-box;
}

.h-ul1 .con:hover .arrow {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    transition-delay: .3s;
}

.h-ul2 {
    margin-left: -0.08rem;
    padding-top: 0.28rem;
    position: relative;
}

.h-ul2:before {
    content: '';
    position: absolute;
    left: 0.3rem;
    top: -0.1rem;
    bottom: 0;
    width: 1px;
    background: linear-gradient(0deg, #C2DCD0);
    z-index: -1;
}

.h-ul2:after {
    content: '';
    position: absolute;
    left: -0.2rem;
    bottom: -0.1rem;
    right: -0.2rem;
    height: 2.4rem;
    background: linear-gradient(180deg, rgba(238, 248, 245, 0) 0%, rgba(238, 248, 245, 0.9) 100%);
    filter: blur(10px);
    pointer-events: none;
}

.h-ul2 li {
    margin-bottom: 0.04rem;
}

.h-ul2 .con {
    padding-left: 0.3rem;
    display: block;
    height: 1.2rem;
    position: relative;
}

.h-ul2 .date {
    position: absolute;
    left: 0.2rem;
    top: 0.38rem;
    width: 0.19rem;
    height: 0.19rem;
    background: url(../images/h-date1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul2 .date:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0.26rem;
    height: 1px;
    background-color: #C2DCD0;
}

.h-ul2 time {
    margin-top: -0.25rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.6rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #EFC39B;
    border-radius: 0.3rem 0.02rem 0.3rem 0.02rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(-0.2rem, -0.1rem);
    -ms-transform: translate(-0.2rem, -0.1rem);
    -o-transform: translate(-0.2rem, -0.1rem);
    transform: translate(-0.2rem, -0.1rem);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul2 .tit {
    padding: 0.2rem 0.4rem;
    padding-left: 0.46rem;
    height: 100%;
    font-size: 0.2rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.4;
    display: flex;
    align-items: center;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul2 .tit span {
    display: block;
    height: 2.8em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.h-ul2 li:last-child {
    margin-bottom: 0;
}

.h-ul2 .con:hover {
    z-index: 10;
}

.h-ul2 .con:hover .date {
    opacity: 0;
}

.h-ul2 .con:hover time {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    transition-delay: .2s;
}

.h-ul2 .con:hover .tit {
    color: #fff;
    background-color: #428969;
    box-shadow: 0 0 0.9rem 0 rgba(32,128,82,0.07);
    border-radius: 0.3rem 0.08rem 0.3rem 0.08rem;
}

.h-ul3 {
    margin-top: -0.1rem;
}

.h-ul3 li {
}

.h-ul3 .con {
    padding: 0.38rem 0.36rem;
    display: block;
    min-height: 1.7rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul3 .con:before {
    content: '';
    position: absolute;
    right: -0.24rem;
    top: 0.16rem;
    width: 1.49rem;
    height: 1.64rem;
    background: url(../images/h-logo5.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul3 .arrow {
    position: absolute;
    right: 0.36rem;
    bottom: 0.39rem;
    width: 0.28rem;
    height: 0.07rem;
    background: url(../images/h-arrow2.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0;
    -webkit-transform: translateX(-0.2rem);
    -ms-transform: translateX(-0.2rem);
    -o-transform: translateX(-0.2rem);
    transform: translateX(-0.2rem);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul3 .type {
    font-size: 0.16rem;
    color: #428969;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul3 .tit {
    margin-top: 0.14rem;
    font-size: 0.2rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.2;
    max-height: 2.4em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul3 .info {
    margin-bottom: -0.1rem;
    margin-top: 0.36rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.h-ul3 .info .item {
    margin-bottom: 0.1rem;
    margin-right: 0.24rem;
}

.h-ul3 .info img {
    margin: -2px 0.06rem 0 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 0.18rem;
}

.h-ul3 .con:hover {
    background-color: #428969;
    box-shadow: 0 0 0.9rem 0 rgba(32,128,82,0.07);
    border-radius: 0.3rem 0.08rem 0.3rem 0.08rem;
}

.h-ul3 .con:hover:before {
    opacity: .1;
}

.h-ul3 .con:hover .arrow {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.h-ul3 .con:hover .type {
    color: #EFC39B;
}

.h-ul3 .con:hover .tit, .h-ul3 .con:hover .info {
    color: #fff;
}

.h-ul4 {
    margin: 0 -0.2rem;
    display: flex;
    flex-wrap: wrap;
}

.h-ul4 li {
    padding: 0 0.2rem;
    width: 25%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h-ul4 .con {
    width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.84rem 0 rgba(32,128,82,0.1);
}

.h-ul4 .pic {
    height: 2.06rem;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.h-ul4 .text {
    padding: 0.38rem 0.3rem;
    min-height: 1.94rem;
    position: relative;
}

.h-ul4 time {
    padding: 0 0.16rem;
    margin-top: -0.2rem;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 0.8rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background-color: #428969;
    border-radius: 0.3rem 0 0.3rem 0;
    font-size: 0.18rem;
    color: #F8FCFE;
    text-align: center;
    z-index: 10;
}

.h-ul4 .tit {
    font-size: 0.2rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.4;
    max-height: 4.2em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.h-ul4 .desc {
    margin-top: 0.12rem;
    font-size: 0.16rem;
    color: #333333;
    line-height: 1.38;
    max-height: 5.52em;
    opacity: .6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
}

.h-ul4 .arrow {
    position: absolute;
    left: 0.3rem;
    bottom: -0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/h-arrow1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateX(-0.2rem);
    -ms-transform: translateX(-0.2rem);
    -o-transform: translateX(-0.2rem);
    transform: translateX(-0.2rem);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.h-ul4 li:nth-child(even) {
}

.h-ul4 li:nth-child(even) .text {
    min-height: 2.34rem;
}

.h-ul4 .con:hover {
}

.h-ul4 .con:hover .arrow {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}

.h-ul5 {
    margin: 0 -0.15rem;
    overflow: hidden;
    display: flex;
}

.h-ul5 li {
    padding: 0 0.15rem;
    width: 2rem;
    height: 5.6rem;
    flex-shrink: 0;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}

.h-ul5 .con {
    display: block;
    height: 100%;
}

.h-ul5 .hd {
    padding: 1.08rem 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.h-ul5 .hd:before {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 0.8rem 0.1rem 0.8rem 0.1rem;
    z-index: -1;
}

.h-ul5 .hd .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 0.8rem 0.1rem 0.8rem 0.1rem;
    z-index: -1;
}

.h-ul5 .hd .tit {
    min-height: 1.2rem;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 1.07;
    text-align: center;
    flex-shrink: 0;
}

.h-ul5 .hd .tit span {
    width: 0.32rem;
    display: block;
}

.h-ul5 .hd .arrow {
    margin-top: 1rem;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/h-arrow3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    flex-shrink: 0;
}

.h-ul5 .hd .arrow:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0.58rem;
    width: 1px;
    height: 0.52rem;
    background: linear-gradient(180deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0) 100%);
}

.h-ul5 .bd {
    height: 100%;
    box-shadow: 0.1rem 0 0 0 rgba(1,100,73,0.3);
    border-radius: 0.8rem 0.1rem 0.8rem 0.1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.h-ul5 .bd .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.h-ul5 .bd .bg:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45.73%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 162, 115, 1) 40%, rgba(0, 162, 115, 0) 100%);
    z-index: -1;
}

.h-ul5 .bd .bd-inn {
    padding: 0.4rem;
    padding-left: 0.6rem;
    width: 45.73%;
    height: 100%;
    background-color: rgba(182, 64, 211, .9);
    border-radius: 0.8rem 0.1rem 0.8rem 0.1rem;
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h-ul5 .bd .bd-inn:after {
    content: '';
    position: absolute;
    left: -0.73rem;
    top: 0.34rem;
    width: 4.65rem;
    height: 5.14rem;
    background: url(../images/h-logo5.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0.05;
    z-index: -1;
}

.h-ul5 .bd .type {
    margin-bottom: 0.38rem;
    padding-bottom: 0.28rem;
    font-size: 0.24rem;
    color: #FFFFFF;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.h-ul5 .bd .tit {
    font-size: 0.24rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.25;
    max-height: 2.5em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.h-ul5 .bd .desc {
    margin-top: 0.26rem;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 1.67;
    max-height: 6.68em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
    opacity: .8;
}

.h-ul5 .bd .arrow {
    margin-top: 0.64rem;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/h-arrow3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.h-ul5 li:nth-child(1) {
}

.h-ul5 li:nth-child(1) .hd:before {
    border-color: #83DAF3;
}

.h-ul5 li:nth-child(1) .bd-inn {
    background-color: rgba(15, 175, 242, .9);
}

.h-ul5 li:nth-child(2) {
    margin-top: 0.2rem;
}

.h-ul5 li:nth-child(2) .hd:before {
    border-color: #B640D3;
}

.h-ul5 li:nth-child(2) .bd-inn {
    background-color: rgba(182, 64, 211, .8);
}

.h-ul5 li:nth-child(3) {
    margin-top: 0.3rem;
}

.h-ul5 li:nth-child(3) .hd:before {
    border-color: #F4D58F;
}

.h-ul5 li:nth-child(3) .bd-inn {
    background-color: rgba(254, 161, 0, .9);
}

.h-ul5 li:nth-child(4) {
    margin-top: 0.1rem;
}

.h-ul5 li:nth-child(4) .hd:before {
    border-color: #FCBFBF;
}

.h-ul5 li:nth-child(4) .bd-inn {
    background-color: rgba(199, 26, 26, .9);
}

.h-ul5 .on {
    flex-grow: 1;
}

.h-ul5 .on .hd {
    display: none;
}

.h-ul5 .on .bd {
    display: block;
}

.h-ul6 {
    padding: 0 0.24rem;
    margin: 0 -0.43rem;
    display: flex;
}

.h-ul6 li {
    padding: 0 0.43rem;
    width: 2.56rem;
    height: 5.6rem;
    flex-shrink: 0;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
}

.h-ul6 .con {
    display: block;
    height: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.h-ul6 .con {
    padding: 1.06rem 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.h-ul6 .con:before {
    content: '';
    position: absolute;
    left: 0.1rem;
    top: 0;
    bottom: 0;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 0.8rem 0.1rem 0.8rem 0.1rem;
    z-index: -1;
}

.h-ul6 .con .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 0.8rem 0.1rem 0.8rem 0.1rem;
    z-index: -1;
}

.h-ul6 .con .tit {
    min-height: 1.2rem;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 1.1;
    text-align: center;
    flex-shrink: 0;
}

.h-ul6 .con .tit span {
    width: 0.32rem;
    display: block;
}

.h-ul6 .con .arrow {
    margin-top: 0.86rem;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/h-arrow3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    flex-shrink: 0;
}

.h-ul6 .con .arrow:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0.58rem;
    width: 1px;
    height: 0.52rem;
    background: linear-gradient(180deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 0) 100%);
}

.h-ul6 li:nth-child(odd){
    margin-top: 0.2rem;
}

.h-ul6 li:nth-child(1) {}

.h-ul6 li:nth-child(1) .con:before {
    border-color: #A8D0EC;
}

.h-ul6 li:nth-child(2) {}

.h-ul6 li:nth-child(2) .con:before {
    border-color: #DFB7E7;
}

.h-ul6 li:nth-child(3) {}

.h-ul6 li:nth-child(3) .con:before {
    border-color: #FBD8B8;
}

.h-ul6 li:nth-child(4) {}

.h-ul6 li:nth-child(4) .con:before {
    border-color: #FCC0B8;
}
.h-ul6 .con:hover{
    -webkit-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    -o-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem);
}

.row-body1 {
    overflow: hidden;
}

.section-a1 {
    padding: 1.34rem 0 1.1rem;
    position: relative;
    z-index: 1;
}

.section-a1 .sec-bg1, .section-a1 .sec-bg2 {
    position: absolute;
    z-index: -1;
}

.section-a1 .sec-bg1 img, .section-a1 .sec-bg2 img {
    display: block;
    width: 100%;
    height: 100%;
}

.section-a1 .sec-bg1 {
    left: -0.89rem;
    top: -1.18rem;
    width: 5.44rem;
    height: 7.19rem;
}

.section-a1 .sec-bg2 {
    right: -1.99rem;
    bottom: -2.69rem;
    width: 6.22rem;
    height: 5.05rem;
}

.section-a1 .h-top1 {
    margin-bottom: 0.38rem;
}

.section-a2 {
    padding: 1.07rem 0 1.23rem;
    position: relative;
    z-index: 1;
}

.section-a2 .sec-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
}

.section-a2 .wp {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.section-a2 .sec-col, .section-a2 .sec-cor {
    flex-shrink: 0;
}

.section-a2 .sec-col {
    width: 6.6rem;
}

.section-a2 .sec-col .h-top1 {
    margin-bottom: 0 !important;
}

.section-a2 .sec-cor {
    width: 8.6rem;
}

.section-a2 .sec-cor .h-top1 {
    margin-bottom: 0.31rem;
}

.section-a3 {
    padding: 0.75rem 0 1.27rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-a3 .sec-bg1, .section-a3 .sec-bg2 {
    position: absolute;
    top: 0;
    width: 7.62rem;
    height: 7.63rem;
    z-index: -1;
}

.section-a3 .sec-bg1 img, .section-a3 .sec-bg2 img {
    display: block;
    width: 100%;
    height: 100%;
}

.section-a3 .sec-bg1 {
    left: -5.2rem;
}

.section-a3 .sec-bg2 {
    right: -5.2rem;
}

.section-a3 .h-top1 {
    margin-bottom: 0.58rem;
}

.section-a4 {
    padding: 1.11rem 0 1.2rem;
    position: relative;
    z-index: 1;
}

.section-a4 .sec-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 1.6rem 0 0 0;
    z-index: -1;
}

.section-a4 .h-top1 {
    margin-bottom: 0.36rem;
}

.section-a5 {
    padding: 1.18rem 0 0.76rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-a5 .h-top1{
    margin-bottom: 0.28rem;
}

.section-a5 .sec-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8.35rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -2;
}

.section-a5 .sec-bg2 {
    position: absolute;
    left: -1.86rem;
    top: -0.43rem;
    width: 6.96rem;
    height: 6.44rem;
    z-index: -1;
}

.section-a5 .sec-bg2 img {
    display: block;
    width: 100%;
    height: 100%;
}

.section-a6 {
    padding: 0.76rem 0 1.32rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-a6 .sec-bg1 {
    position: absolute;
    left: 0;
    top: 0.6rem;
    width: 9.41rem;
    height: 5.95rem;
    z-index: -1;
}

.section-a6 .sec-bg1 img {
    display: block;
    width: 100%;
    height: 100%;
}

.section-a6 .h-top1 {
    position: relative;
    display: inline-block;
    z-index: 10;
}

.h-academic1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h-academic1 .academic-col, .h-academic1 .academic-cor {
    flex-shrink: 0;
}

.h-academic1 .academic-col {
    width: 3.6rem;
}

.h-academic1 .academic-cor {
    width: calc(100% - 3.9rem);
}

@media (max-width: 1439px) {
}

@media (max-width: 1199px) {
    .h-top1 {
        margin-bottom: 0.25rem !important;
    }

    .h-tit1:before {
        top: -0.22rem;
        width: 1.6rem;
        height: 0.44rem;
        margin-left: -0.8rem;
    }

    .h-tit1 .cn {
        font-size: 0.32rem;
    }

    .h-tit1.v1 {
        padding-left: 0.54rem;
    }

    .h-btns1 a {
        padding-right: 0.3rem;
    }

    .h-btns1 i {
        top: 0.1rem;
        width: 0.4rem;
        height: 0.28rem;
    }

    .banner_box {
        position: relative;
        height: 4rem;
    }

    .banner_box .swiPagination {
        bottom: 0.1rem !important;
    }

    .banner_box .swiPagination .swiper-pagination-bullet {
        margin: 0 0.06rem !important;
        width: 0.08rem;
        height: 0.08rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet-active {
        width: 0.2rem;
        height: 0.21rem;
    }

    .banner_box .swiArrow.prev{
        left: 0.16rem;
    }

    .banner_box .swiArrow.next{
        right: 0.16rem;
    }

    .banner{
        padding: 0 0.4rem;
    }

    .h-swiper2{
        margin-right: -0.5rem;
    }

    .h-swiper2 .swiPagination {
        top: 47vw;
        width: 100%;
        justify-content: flex-end;
    }

    .h-swiper2 .con {
        display: block;
    }

    .h-swiper2 .pic, .h-swiper2 .text {
        width: 100%;
    }

    .h-swiper2 .pic {
        height: 52vw;
    }

    .h-swiper2 .text {
        padding: 0.3rem;
    }

    .h-swiper2 .text:before {
        left: 0;
        border-radius: 0;
    }

    .h-swiper2 .tit{
        font-size: 0.22rem;
    }

    .h-swiper2 .desc{
        margin-top: 0.15rem;
    }

    .h-swiper2 .arrow {
        margin-top: 0.3rem;
    }

    .h-swiper3 {
        margin: 0;
        padding: 0 0.3rem;
    }

    .h-swiper3 .swiArrow {
        position: static;
    }

    .h-swiper3 .swiArrow .prev, .h-swiper3 .swiArrow .next {
        margin: 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        margin-top: -0.25rem;
    }

    .h-swiper3 .swiArrow .prev {
        left: 0.1rem;
    }

    .h-swiper3 .swiArrow .next {
        right: 0.1rem;
    }

    .h-swiper4:before, .h-swiper4:after {
        width: 2rem;
    }

    .h-ul1 {
        margin-bottom: -0.4rem;
        display: block;
    }

    .h-ul1 li {
        margin-bottom: 0.4rem;
        width: 100%;
    }

    .h-ul1 .con {
        padding: 0;
        height: auto;
    }

    .h-ul1 .pic {
        height: 52vw !important;
    }

    .h-ul1 .text {
        padding: 0.4rem 0.2rem 0.3rem !important;
        height: auto !important;
    }

    .h-ul1 .desc {
        margin-top: 0.14rem !important;
        display: block !important;   
         max-height: 6.4em;
    }
    .h-ul1 .desc p{
        /* display: block !important; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height: 5.4em;
        line-height: 1.8em;
    }

    .h-ul2 {
        padding-top: 0.16rem;
    }

    .h-ul2 .con {
        height: 1rem;
    }

    .h-ul2 .date {
        top: 0.28rem;
    }

    .h-ul3 {
        margin: 0;
    }

    .h-ul3 .con {
        padding: 0.3rem;
        min-height: 1.2rem;
    }

    .h-ul3 .info {
        margin-top: 0.2rem;
    }

    .h-ul4 {
        margin-bottom: -0.4rem;
    }

    .h-ul4 li {
        margin-bottom: 0.4rem;
        width: 50%;
    }

    .h-ul5 {
        display: block;
    }

    .h-ul5 li {
        margin: 0 !important;
        margin-bottom: 0.3rem !important;
        width: 100%;
        height: 4rem;
    }

    .h-ul5 .hd {
        display: none;
    }

    .h-ul5 .bd {
        display: block;
    }

    .h-ul5 .bd .bd-inn {
        padding: 0.3rem;
        width: 70%;
    }

    .h-ul5 .bd .type {
        padding-bottom: 0.15rem;
        margin-bottom: 0.2rem;
    }

    .h-ul5 .bd .desc {
        margin-top: 0.15rem;
    }

    .h-ul5 .bd .arrow {
        margin-top: 0.25rem;
    }

    .h-ul5 li:last-child {
        margin-bottom: 0 !important;
    }

    .h-ul6{
        margin: 0 -0.3rem;
    }

    .h-ul6 li{
        padding: 0 0.3rem;
        width: 25%;
    }

    .section-a1, .section-a2, .section-a3, .section-a4, .section-a5 {
        padding: 0.6rem 0;
    }

    .section-a2 .sec-bg1 {
        background: #EEF8F5;
    }

    .section-a2 .wp {
        display: block;
    }

    .section-a2 .sec-col, .section-a2 .sec-cor {
        width: 100%;
    }

    .section-a2 .sec-cor {
        margin-top: 0.4rem;
    }

    .section-a4 .sec-bg1 {
        border-radius: 0;
    }

    .section-a5 .sec-bg1 {
        height: 100%;
    }

    .section-a6 {
        padding: 0.6rem 0 1.8rem;
    }

    .h-academic1 {
        display: block;
    }

    .h-academic1 .academic-col, .h-academic1 .academic-cor {
        width: 100%;
    }

    .h-academic1 .academic-cor {
        margin-top: 0.2rem;
    }
}

@media (max-width: 959px) {
}

@media (max-width: 767px) {
    .banner_box {
        height: 200px;
    }

    .h-swiper4 {
        margin-top: 0;
    }

    .h-swiper4:before, .h-swiper4:after {
        width: 1rem;
    }

    .h-swiper4 .line {
        top: 2.6rem;
    }

    .h-swiper4 .slider {
        padding-left: 0.6rem;
    }

    .h-swiper4 .swiper-slide {
        height: 2.6rem;
    }

    .h-swiper4 .con {
        padding: 0 0.2rem;
        padding-left: 0.3rem;
        width: 190%;
    }

    .h-swiper4 .con:before {
        display: none;
    }

    .h-swiper4 time {
        font-size: 0.36rem;
    }

    .h-swiper4 .desc {
        font-size: 0.16rem;
        line-height: 0.26rem;
        max-height: 1.56rem;
    }

    .h-swiper4 .desc strong {
        font-size: 0.2rem;
    }

    .h-swiper4 .swiper-slide:nth-child(odd) {
        margin-top: 2.6rem;
    }

    .h-swiper4 .swiper-slide:nth-child(2n+1) .con {
        top: 1.39rem;
    }

    .h-swiper4 .swiper-slide:nth-child(2n+1) .circle {
        height: 2rem;
    }

    .h-swiper4 .swiper-slide:nth-child(4n) .con {
        top: 0.35rem;
    }

    .h-swiper4 .swiper-slide:nth-child(4n) .circle {
        height: 2.1rem;
    }

    .h-swiper4 .swiper-slide:nth-child(4n+1) .con {
        top: 0.9rem;
    }

    .h-swiper4 .swiper-slide:nth-child(4n+1) .circle {
        height: 1.56rem;
    }

    .h-ul4 li {
        width: 100%;
    }

    .h-ul4 .pic {
        height: 52vw;
    }

    .h-ul4 .text {
        padding: 0.4rem 0.3rem;
        min-height: 0 !important;
    }

    .h-ul6{
        margin: 0 -0.4rem -0.2rem;
        flex-wrap: wrap;
    }

    .h-ul6 li{
        margin-bottom: 0.2rem;
        padding: 0 0.4rem;
        width: 50%;
        height: 4rem;
    }

    .h-ul6 .con{
        padding: 0.5rem 0;
    }

    .section-a6 {
        padding: 0.6rem 0 1.4rem;
    }

    .section-a6 .h-top1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .section-a6 .h-btns1 {
        margin-top: 0 !important;
    }
}
