
@font-face{
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
    src: url("/web/font/AlibabaPuHuiTi-3-55-Regular.ttf");
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'AlibabaPuHuiTi-3-55-Regular';
}
html, body{
    scroll-behavior:smooth;
    color: #333333;
    overflow-x: hidden;
    font-size: 16px;
}
a{
    color: #333;
    text-decoration: none;
}
input, button, textarea {
    outline: none;
}

/* 公共类名 */
.none{
    display: none;
}
.auto{
    width: 100%;
    padding: 0 96px;
}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-more{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.title{
    display: flex;
}
.title-box{
    position: relative;
}
.title .title-text{
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    color: #000000;
    position: relative;
    z-index: 10;
}
.title .title-line{
    width: 11px;
    height: 5px;
    background-color: #00ada2;
    border-radius: 3px;
    margin-bottom: 12px;
}
.title .title-circle{
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    background-color: #00ada2;
    border-radius: 50%;
    right: -15px;
    top: 5px;
    z-index: 5;
}

#menu{
    position: fixed;
    top: 50%;
    right: 30px;
    z-index: 20;
    margin-top: -66px;
}
#menu a{
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #999;
    opacity: 0.6;
    transition: all 0.4s;
    margin: 10px 0;
}
#menu .active a{
    opacity: 1;
    height: 30px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #14a97d, #1093ad);
}

/* header-new */
.header-new{
    width: 100%;
    height: 90px;
    position: fixed;
    background: rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
    box-shadow: 2px 2px 15px rgba(0,0,0,0);
    z-index: 90;
    transition: all 0.4s;
}
.header-new-active{
    background: #ffffff;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
}
.header-new-active-2{
    background: #ffffff;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
}
.header-new-logo a{
    display: flex;
    align-items: center;
}
.header-new-logo img{
    height: 40px;
}
.header-new-list{
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-new-li{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: all 0.4s;
    font-size: 18px;
    position: relative;
}
.header-new-li:after{
    content: '';
    width: 32px;
    height: 3px;
    background-color: rgba(0,0,0,0);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -16px;
}
.header-new-li-active:after{
    background-color: #00ada2;
        /*background-color: rgb(17,242,231);*/
}
.header-new-right{
    display: flex;
    align-items: center;
}
.header-new-right-left{
    display: flex;
    align-items: center;
}
.header-new-search{
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.header-new-search img{
    width: 25px;
}
.header-new-lan{
    display: flex;
    align-items: center;
    line-height: 1;
    margin-right: 60px;
    cursor: pointer;
    position: relative;
}
.header-new-lan-img{
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.header-new-lan-text{
    color: #ffffff;
    margin-right: 5px;
    font-size: 18px;
}
.header-new-lan-select{
    display: flex;
    align-items: center;
}
.header-new-lan-select img{
    /*width: 14px;*/
}
.header-new-lan-box{
    position: absolute;
    background: #ffffff;
    width: 100%;
    left: 0;
    padding: 10px 0;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    top: 100%;
}
.header-new-lan-box a{
    display: block;
    font-size: 14px;
    padding: 6px;
    text-align: center;
}
.header-new-lan-box a:hover{
    background: #eee;
}
.header-new-lan:hover .header-new-lan-box{
    display: block;
}
.header-new-right-right a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(to right, #14a97d, #1093ad);
    width: 130px;
    height: 40px;
    border-radius: 40px;
    color: #fff;
    line-height: 1;
}
.header-new-active .img-change img{
    display: none;
}
.header-new-active .img-change img:last-child{
    display: inline-block;
    width: 26px;
}
.header-new-active .header-new-li{
    color: #333333;
}
.header-new-active .header-new-lan-text{
    color: #333333;
}
.header-new-active-2 .img-change img{
    display: none;
}
.header-new-active-2 .img-change img:last-child{
    display: inline-block;
}
.header-new-active-2 .header-new-li{
    color: #333333;
}
.header-new-active-2 .header-new-lan-text{
    color: #333333;
}
.header-new-li:hover{
    color: #00ada5;
}
.header-new-menu{
    display: none;
    align-items: center;
    margin-left: 30px;
    cursor: pointer;
}
.header-new-menu img{
    width: 45px;
}

/* header-mobile*/
.header-mobile{
    width: 260px;
    height: 100vh;
    position: fixed;
    left: -260px;
    top: 0;
    z-index: 1001;
    background: #F5F5F5;
    transition: all 0.4s;
    opacity: 0;
}
.header-mobile-active{
    left: 0;
    opacity: 1;
}
.mobile-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1000;
}
.mobile-top{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: linear-gradient(to right, #14a97d, #1093ad);
    line-height: 100%;
}
.mobile-top img{
    width: 130px;
}
.mobile-list{
    height: calc(100vh - 50px);
    overflow-y: auto;
}
.mobile-li{
    border-top: 1px solid #EBEBEB;
    line-height: 100%;
}
.mobile-li-a{
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: space-between;
    padding: 0 20px;
    color: #999999;
    font-size: 15px;
    box-sizing: border-box;
}
.mobile-li-left{
    height: 100%;
    display: flex;
    align-items: center;
}
.mobile-li-left span{
    width: 8px;
    height: 8px;
    background-image: linear-gradient(to right, #14a97d, #1093ad);
    border-radius: 50%;
    margin-right: 20px;
}
.mobile-li-right{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}
.mobile-li-list-a{
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    color: #999999;
    font-size: 14px;
    align-items: center;
    border-top: 1px solid #EBEBEB;
    background: #F6F6F6;
    box-sizing: border-box;
}
.mobile-li-list-a i{
    margin-right: 20px;
}
.mobile-li-active{
    background: #EBEBEB;
}
.mobile-li-active .mobile-li-a{
    color: #3D3D3D;
}
.mobile-top-search{
    display: flex;
    align-items: center;
}
.mobile-top-search img{
    width: 20px;
}
.mobile-top-lan{
    display: flex;
    align-items: center;
}
.mobile-top-lan img{
    width: 20px;
    margin-right: 10px;
}
.mobile-top-lan span{
    font-size: 14px;
    color: #ffffff;
}

.swiper-box{
    width: 100%;
    height: 100vh;
}
.slide-box{
    height: 100vh;
    padding-top: 90px;
}
.banner-new-img{
    display: flex;
    align-items: center;
}
.banner-new-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pagination-new{
    right: 40px!important;
}
.pagination-new .swiper-pagination-bullet{
    background: #ffffff;
    opacity: 0.6;
    margin: 10px 0!important;
    transition: all 0.4s;
}
.pagination-new .swiper-pagination-bullet-active{
    opacity: 1;
    height: 30px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #14a97d, #1093ad);
}

.banner-new{
    position: relative;
    height: 100vh;
}
.banner-new-text{
    position: absolute;
    inset: 0;
    z-index: 10;
}
.banner-new-text-con{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner-new-text-con div{
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}
.banner-new-text-2 {
  word-spacing: 18px; /* 根据设计需求调整数值 */
}
.banner-new-text-1{
    font-size: 24px;
    margin-bottom: 20px;
}
.banner-new-text-2{
    font-size: 48px;
}
.banner-new-pagination{
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 80px;
    left: 5%;
    z-index: 10;
}
.banner-new-pagination span{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    opacity: 0.5;
    line-height: 1;
    margin-right: 30px;
    transition: all 0.4s;
}
.banner-new-pagination span:last-child{
    margin-right: 0;
}
.banner-new-pagination .banner-new-pagination-active{
    color: #00ada5;
}
.banner-new-btn{
    position: absolute;
    right: 5%;
    bottom: 70px;
    z-index: 10;
    display: flex;
    align-items: center;
}
.banner-new-btn div{
    display: flex;
    align-items: center;
}
.banner-new-btn img{
    /*width: 80px;*/
    cursor: pointer;
}
.banner-new-prev{
    margin-right: 20px;
}
.banner-new-btn-active img{
    display: none;
}
.banner-new-btn-active img:last-child{
    display: inline-block;
}

.mousewheel-new{
    position: fixed;
    bottom: 60px;
    left: 50%;
    margin-left: -34px;
    display: flex;
    align-items: center;
    z-index: 80;
    flex-direction: column;
}
.mousewheel-new-img{
    display: flex;
    align-items: center;
}
.mousewheel-new span{
    color: #ffffff;
    font-size: 12px;
    margin-top: 15px;
    line-height: 1;
    transition: all 0.4s;
}
.mousewheel-new-active .mousewheel-new-img img{
    display: none;
}
.mousewheel-new-active .mousewheel-new-img img:last-child{
    display: inline-block;
}
.mousewheel-new-active span{
    color: #333333;
}

.index-new-2{
    background: url("/web/image/bg1.jpg") no-repeat center center;
    background-size: cover;
}
.index-new-2-list{
    display: flex;
    justify-content: space-between;
    padding: 0 8%;
    height: 100%;
}
.index-new-2-li{
    flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.index-new-2-li-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: all 0.4s;
}
.index-new-2-li-con{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 0 20%;
}
.index-new-2-li-icon{
    margin-bottom: 60px;
    margin-top: 100%;
    display: flex;
    align-items: center;
}
.index-new-2-li-icon img{
    height: 70px;
}
.index-new-2-li-tit{
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    transition: all 0.4s;
}
.index-new-2-li-line{
    width: 23px;
    height: 5px;
    background: #ccc;
    margin-bottom: 40px;
    transition: all 0.4s;
}
.index-new-2-li-desc{
    color: #666666;
    line-height: 1.8;
    transition: all 0.4s;
}
.index-new-2-li-date{
    margin-top: 60px;
}
.index-new-2-li-date span{
    font-weight: bold;
    line-height: 1;
    color: #999;
    font-size: 14px;
}
.index-new-2-li-date span:first-child{
    font-size: 24px;
    color: #00ada5;
    margin-right: 5px;
}
.index-new-2-li-details{
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 30%;
    background: url("/web/image/bg10_30.png") no-repeat center;
    background-size: cover;
    padding: 40px 20% 20px;
    transition: all 0.4s;
}
.index-new-2-li-more{
    margin: 50px auto 0;
    width: 193px;
    display: flex;
    height: 48px;
    border: 1px solid #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.index-new-2-li-more span{
    color: #ffffff;
    line-height: 1;
    margin-right: 10px;
}
.index-new-2-li:hover .index-new-2-li-img{
    opacity: 1;
}
.index-new-2-li:hover .index-new-2-li-details{
    bottom: 0;
}
.index-new-2-li:hover .index-new-2-li-tit{
    color: #ffffff;
}
.index-new-2-li:hover .index-new-2-li-icon img{
    display: none;
}
.index-new-2-li:hover .index-new-2-li-icon img:last-child{
    display: inline-block;
}
.index-new-2-li:hover .index-new-2-li-line{
    background: #eaebeb;
}
.index-new-2-li:hover .index-new-2-li-desc{
    color: #ffffff;
}
.index-new-2-li:hover .index-new-2-li-desc-1{
    display: none;
}
.index-new-2-li:hover .index-new-2-li-date{
    display: none;
}

.index-new-3{
    background: url("/web/picture/bg2.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}
.index-new-3-box{
    padding: 0 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.index-new-3-text{
    width: 100%;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 50px;
    padding: 0 5%;
}
.index-new-3-text p:last-child{
    font-weight: bold;
}
.index-new-3-con{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.index-new-3-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}
.index-new-3-line{
    width: 1px;
    height: 70px;
    background: #ffffff;
    opacity: 0.2;
    margin: 0 100px;
}
.index-new-3-item-img{
    width: 50px;
    margin-bottom: 40px;
}
.index-new-3-item-desc{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}
.index-new-3-item-num{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: baseline;
}
.index-new-3-item-num div{
    margin-right: 5px;
    display: flex;
    align-items: flex-start;
    font-weight: bold;
}
.index-new-3-item-num span{
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
}
.index-new-3-bottom{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-new-3-bottom img{
    height: 32px;
    margin: 0 40px;
}

.index-new-4{
    background: #f5f5f5;
}
.index-new-4-box{
    position: relative;

}
.index-new-4-img{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.index-new-4-img img{
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    transition: all 0.4s;
}
.index-new-4-title{
    padding: 0 5%;
    font-size: 32px;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 1;
}
.index-new-4-slide{
    padding: 20px 25px;
}
.index-new-4-slide-box{
    transition: all 0.4s;
}
.index-new-4-active .index-new-4-slide-box{
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1), -5px -5px 20px rgba(0,0,0,0.1);
}
.index-new-4-con{
    background: #ffffff;
    padding: 40px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-new-4-tit{
    font-size: 20px;
    font-weight: bold;
}
.index-new-4-slide:hover .index-new-4-img img{
    transform: scale(1.1);
}
.index-new-4-btn{
    position: absolute;
    right: 5%;
    top: -5px;
    z-index: 10;
    display: flex;
    align-items: center;
}
.index-new-4-btn div{
    display: flex;
    align-items: center;
}
.index-new-4-btn img{
    width: 60px;
    cursor: pointer;
}

.index-new-5{
    background: #f5f5f5;
}
.index-new-5-box{
    padding: 0 5%;
}
.index-new-5-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 50px;
}
.index-new-5-title-text{
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}
.index-new-5-title-nav{
    display: grid;
    align-items: center;
    line-height: 1;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 60px;
}
.index-new-5-title-nav a{
    transition: all 0.4s;
}
.index-new-5-title-nav a:hover{
    color: #00ada5;
}
.index-new-5-title-nav .index-new-5-title-active{
    color: #00ada5;
}
.index-new-5-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
}
.index-new-5-li{
    transition: all 0.4s;
}
.index-new-5-li-img{
    display: flex;
    align-items: center;
    overflow: hidden;
}
.index-new-5-li-img img{
    width: 100%;
    transition: all 0.4s;
}
.index-new-5-li-con{
    background: rgba(0,0,0,0);
    padding: 40px 40px 50px;
    position: relative;
    transition: all 0.4s;
}
.index-new-5-li-date{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.index-new-5-li-date span{
    font-size: 14px;
    color: #00ada5;
    line-height: 1;
}
.index-new-5-li-tit{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    height: 64px;
    margin-bottom: 60px;
}
.index-new-5-li-more{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 140px;
    height: 40px;
    background: rgba(0,0,0,0);
    border-radius: 30px;
    transition: all 0.4s;
}
.index-new-5-li-more span{
    font-size: 14px;
    transform: translateX(0);
    transition: all 0.4s;
}
.index-new-5-li-line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #00ada5;
    transition: all 0.4s;
}
.index-new-5-li:hover{
    box-shadow: 2px 2px 20px rgba(0,0,0,0.1), -2px -2px 20px rgba(0,0,0,0.1);
}
.index-new-5-li:hover .index-new-5-li-con{
    background: #ffffff;
}
.index-new-5-li:hover .index-new-5-li-img img{
    transform: scale(1.1);
}
.index-new-5-li:hover .index-new-5-li-more{
    background: #00ada5;
}
.index-new-5-li:hover .index-new-5-li-more span{
    transform: translateX(35px);
    color: #ffffff;
}
.index-new-5-li:hover .index-new-5-li-line{
    width: 100%;
}

.index-new-6-box{
    height: 100%;
}
.index-new-6{
    padding-top: 0;
}
.index-new-6-1, .index-new-6-2{
    height: 50%;
}
.index-new-6-1{
    background: url("/web/image/culture.png") no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 5%;
}
.index-new-6-text-1{
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}
.index-new-6-text-2{
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
}

.content-banner{
    display: flex;
    align-items: center;
}
.content-banner img{
    width: 100%;
}

.about-new{
    margin-top: 80px;
}
.about-new-1{
    padding: 0 15%;
    margin-bottom: 120px;
}
.about-new-1-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 120px;
}
.about-new-1-li{
    display: flex;
    align-items: center;
}
.about-new-1-li-icon{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.about-new-1-li-icon img{
    width: 40px;
}
.about-new-1-li-num{
    display: flex;
    align-items: flex-end;
}
.about-new-1-li-num-1{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
}
.about-new-1-li-num-2{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.about-new-1-li-num-2 span{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.about-new-1-li-num-2 span:last-child{
    margin-top: 10px;
}
.about-new-1-li-desc{
    font-size: 18px;
    line-height: 1;
    margin-top: 8px;
}
.about-new-1-line{
    width: 1px;
    height: 45px;
    background: #eee;
}
.about-new-1-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.about-new-1-con{
    margin-bottom: 30px;
}
.about-new-1-con:last-child{
    margin-bottom: 0;
}
.about-new-1-con p{
    text-align: center;
    line-height: 2;
    font-size: 18px;
}

.about-new-2{
    position: relative;
}
.about-new-2-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 170px;
}
.about-new-2-slide{
    display: flex;
    align-items: center;
}
.about-new-2-slide img{
    width: 100%;
}
.about-new-2-swiper{
    position: relative;
}
.about-new-2-list{
    position: absolute;
    width: 100%;
    top: 90px;
    left: 0;
    padding: 0 15%;
    z-index: 10;
    height: 298px;
}
.about-new-2-list-box{
    height: 100%;
    background-image: linear-gradient(to right, #14a97d, #1093ad);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}
.about-new-2-li{
    flex: 1;
    display: flex;
    align-items: center;
    padding: 20px 80px;
    cursor: pointer;
    position: relative;
    height: 100%;
}
.about-new-2-li-line{
    width: 1px;
    height: 70%;
    background: #eee;
    opacity: 0.5;
}
.about-new-2-li-img{
    margin-right: 45px;
}
.about-new-2-li-tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
}
.about-new-2-li-desc p{
    color: #ffffff;
    line-height: 1.5;
    font-size: 18px;
}
/*.about-new-2-li-num{*/
/*    position: absolute;*/
/*    width: 55px;*/
/*    height: 55px;*/
/*    border: solid 1px #ffffff;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 24px;*/
/*    line-height: 1;*/
/*    color: #ffffff;*/
/*    z-index: 10;*/
/*    top: 30px;*/
/*    left: 50px;*/
/*}*/
.about-new-2-btn div{
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.about-new-2-prev{
    left: 5%;
}
.about-new-2-next{
    right: 5%;
}
.about-new-2-btn img{
    /*width: 100%;*/
}

.about-new-3{
    padding: 120px 0 120px 5%;
    display: flex;
    align-items: stretch;
}
.about-new-3-left{
    width: 561px;
    padding: 20px 60px 30px 0;
}
.about-new-3-num{
    display: flex;
    align-items: baseline;
    font-size: 24px;
    color: #00ada5;
    margin-bottom: 20px;
}
.about-new-3-num div{
    font-size: 30px;
    display: flex;
    align-items: flex-start;
}
.about-new-3-num span{
    font-size: 120px;
    font-weight: bold;
    background-image: linear-gradient(to right, #14a97d, #1093ad);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-new-3-tit{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.about-new-3-desc{
    margin-bottom: 120px;
}
.about-new-3-desc p{
    line-height: 1.8;
    font-size: 18px;
}
.about-new-3-desc span{
    color: #00ada5;
    font-weight: bold;
    font-size: 24px;
}
.about-new-3-pagination-current{
    font-size: 24px;
    color: #00ada5;
    font-weight: bold;
}
.about-new-3-pagination-total{
    font-size: 14px;
    color: #999999;
    font-weight: bold;
}
.about-new-3-pagination{
    text-align: left;
    margin-left: 74px;
    bottom: 20px;
}
.about-new-3-swiper-1{
    position: relative;
}
.about-new-3-swiper-1-btn div{
    position: absolute;
    z-index: 10;
    bottom: 14px;
    display: flex;
    align-items: center;
    width: 41px;
    cursor: pointer;
}
.about-new-3-swiper-1-prev{
    left: 0;
}
.about-new-3-swiper-1-next{
    left: 170px;
}
.about-new-3-swiper-1-btn img{
    width: 100%;
}
.about-new-3-slide-2{
    display: flex;
    align-items: center;
}
.about-new-3-right{
    width: calc(100% - 561px);
    background: #f5f5f5;
    padding: 0 100px;
    position: relative;
}
.about-new-3-swiper-2{
    height: 100%;
    display: flex;
    align-items: center;
}
#swiper5{
    padding: 40px 0;
}
.about-new-3-slide-2 img{
    width: 100%;
}
.about-new-3-slide-2:nth-child(5n-3){
    transform: translateY(40px);
}
.about-new-3-slide-2:nth-child(5n-2){
    transform: translateY(0px);
}
.about-new-3-slide-2:nth-child(5n-1){
    transform: translateY(40px);
}
.about-new-3-slide-2:nth-child(5n){
    transform: translateY(0px);
}
.about-new-3-tip{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: 40px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.about-new-4{
    background: url("/web/image/bg13_42.jpg") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
}
.about-new-4-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 60px;*/
}
.about-new-4-line{
    width: 18%;
    height: 2px;
    background: #ffffff;
    opacity: 0.2;
}
.about-new-4-text{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 7%;
}
.about-new-4-tit{
    display: flex;
    align-items: center;
}
.about-new-4-num{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.about-new-4-num span{
    font-size: 50px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 15px;
}
.about-new-4-img{
    display: flex;
    align-items: center;
}
.about-new-4-img img{
    width: 100%;
}
.about-new-4-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: all 0.4s;
}
.about-new-4-top-year{
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    opacity: 0.4;
}
.about-new-4-top-year span{
    margin-left: 10px;
}
.about-new-4-bottom{
    padding: 30px 50px;
    background-image: linear-gradient(90deg, rgba(28,173,106,0.8) 0%, rgba(5,151,176,0.8) 100%);
    color: #ffffff;
    opacity: 0;
    transition: all 0.4s;
    font-size: 18px;
    line-height: 1.5;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.about-new-4-slide-box{
    transform: scale(0.7);
    transition: all 0.4s;
    position: relative;
}
.about-new-4-active .about-new-4-slide-box{
    transform: scale(1);
}
.about-new-4-active .about-new-4-top{
    opacity: 0;
}
.about-new-4-active .about-new-4-bottom{
    opacity: 1;
}
#swiper6{
    padding-bottom: 60px;
}
.about-new-4-pagination{
    color: rgba(255,255,255,0.4);
    font-size: 16px;
    bottom: 0;
    left: 71.5%;
    text-align: left;
}
.about-new-4-pagination-current{
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-right: 5px;
}
.about-new-4-pagination-total{
    font-weight: bold;
    font-size: 16px;
}

.about-new-5{
    background: url("/web/image/bg14_46.jpg") no-repeat center center;
    background-size: cover;
    padding: 80px 0 80px 5%;
    display: flex;
    align-items: flex-start;
}
.about-new-5-left{
    width: 200px;
    margin-right: 150px;
    margin-top: 150px;
}
.about-new-5-list-box{
    position: relative;
}
.about-new-5-li{
    margin-bottom: 25px;
}
/*#swiper7{*/
/*    height: 100%;*/
/*}*/
/*.about-new-5-mask div{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    left: 0;*/
/*    z-index: 10;*/
/*}*/
.about-new-5-li{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.about-new-5-li-line{
    width: 20px;
    height: 2px;
    background: rgba(0,0,0,0);
    margin-right: 20px;
}
.about-new-5-li-text{
    line-height: 1;
    color: #999999;
}
.about-new-5-li-active .about-new-5-li-text{
    color: #00ada5;
    font-size: 18px;
    font-weight: bold;
}
.about-new-5-li-active .about-new-5-li-line{
    background: #00ada5;
}
.about-new-5-li:first-child{
    opacity: 0.5;
}
.about-new-5-li:last-child{
    opacity: 0.5;
}
.about-new-5-mask-1{
    top: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}
.about-new-5-mask-2{
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.about-new-5-right{
    width: calc(100% - 200px - 150px);
}
.about-new-5-title{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.about-new-5-img{
    display: flex;
    align-items: center;
}
.about-new-5-img img{
    width: 100%;
}
.about-new-5-slide{
    padding-bottom: 120px;
    border-right: 1px solid #f5f5f5;
    padding-right: 100px;
}
.about-new-5-slide-box{

}
.about-new-5-slide:last-child .about-new-5-slide-box{
    border: 0;
}
.about-new-5-con{
    display: flex;
    padding-top: 30px;
    align-items: center;
    justify-content: space-between;
}
.about-new-5-tit{
    font-size: 20px;
    color: #00ada5;
    font-weight: bold;
}
.about-new-5-date{
    font-size: 18px;
    color: #ccc;
    font-weight: bold;
}
.about-new-5-date span{
    color: #00ada5;
    font-size: 24px;
    font-weight: bold;
    margin-right: 8px;
}
.about-new-5-pagination{
    text-align: left;
    bottom: 70px;
    color: #cccccc;
    font-size: 18px;
    font-weight: bold;
}
.about-new-5-pagination span{
    font-size: 18px;
    font-weight: bold;
    color: #cccccc;
}
.about-new-5-pagination span:first-child{
    color: #00ada5;
}
.about-new-5-scrollbar{
    width: 150px!important;
    bottom: 79px!important;
    left: 90px!important;
    height: 2px!important;
}
.about-new-5-scrollbar .swiper-scrollbar-drag{
    background: #00ada5;
}
.about-new-5-btn{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: -4px;
    display: flex;
    align-items: center;
}
.about-new-5-btn div{
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 55px;
}
.about-new-5-btn img{
    width: 100%;
}

.jjfa-height{
    height: 100px;
    /*background: #f5f5f5;*/
}

.jjfa-new{
    /*background: #f5f5f5;*/
    display: flex;
}
.jjfa-new-left{
    width: 496px;
    min-height: 100vh;
    background: #ffffff;
    margin-right: 64px;
    padding: 100px 0 80px;
}
.jjfa-new-left-item{
    margin-bottom: 60px;
}
.jjfa-new-left-item:last-child{
    margin-bottom: 0;
}
.jjfa-new-title{
    font-size: 32px;
    font-weight: bold;
    padding-left: 5vw;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    line-height: 1;
}
.jjfa-new-title:before{
    content: '';
    display: block;
    width: 5px;
    height: 18px;
    background-color: #00ada2;
    border-radius: 3px;
    margin-right: 12px;
}
.jjfa-new-li{
    margin-bottom: 10px;
}
.jjfa-new-li-a{
    height: 90px;
    background: #f7f8fa;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: calc(5vw + 12px + 5px);
    padding-right: 40px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.4s;
}
.jjfa-new-li-a span{
    line-height: 1;
}
.jjfa-new-li-a-img{
    display: flex;
    align-items: center;
}
.jjfa-new-li-a-img img{
    transition: all 0.5s;
}
.jjfa-new-li-list{
    padding: 30px;
    border-right: 2px solid #eef0f4;
    border-bottom: 2px solid #eef0f4;
}
.jjfa-new-li-list a{
    line-height: 1;
    transition: all 0.4s;
    background: rgba(0,0,0,0);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    border-bottom: 1px solid #eef0f4;
}

.jjfa-new-li-select{
    line-height: 1;
    transition: all 0.4s;
    background: rgba(0,0,0,0);
}
.jjfa-new-li-title{
    display: flex;
    padding: 0 40px;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    border-bottom: 1px solid #eef0f4;
    cursor: pointer;
}
.jjfa-new-li-title img{
    transition: all 0.4s;
    transform: rotate(0deg);
}
.jjfa-new-li-title span{
    margin-left: calc(5vw + 12px + 5px - 30px - 40px);
}
.jjfa-new-li-title.active{
    background: #f7f8fa;
}
.jjfa-new-li-title.active{
    color: #00ada2;
    border-color: rgba(0,0,0,0);
}
.jjfa-new-li-title:hover{
    color: #00ada2;
    background: #f7f8fa;
    border-color: rgba(0,0,0,0);
}
.jjfa-new-li-box{
    padding-left: 40px;
}
.jjfa-new-li-box a{
    color: #666;
    font-size: 15px;
}

.jjfa-new-li-list a span{
    margin-left: calc(5vw + 12px + 5px - 30px - 40px);
}
.jjfa-new-li-list a.active{
    background: #f7f8fa;
}
.jjfa-new-li-list a.active{
    color: #00ada2;
    border-color: rgba(0,0,0,0);
}
.jjfa-new-li-list a:hover{
    color: #00ada2;
    background: #f7f8fa;
    border-color: rgba(0,0,0,0);
}
.jjfa-new-li-active .jjfa-new-li-a{
    background-image: linear-gradient(90deg, #20b18a 0%, #1294b3 100%);
    color: #ffffff;
}
.jjfa-new-li-active .jjfa-new-li-a-img img{
    display: none;
}
.jjfa-new-li-active .jjfa-new-li-a-img img:last-child{
    transform: rotate(-90deg);
    display: inline-block;
}
.jjfa-new-li:hover .jjfa-new-li-a{
    background-image: linear-gradient(90deg, #20b18a 0%, #1294b3 100%);
    color: #ffffff;
}
.jjfa-new-li:hover .jjfa-new-li-a-img img{
    display: none;
}
.jjfa-new-li:hover .jjfa-new-li-a-img img:last-child{
    display: inline-block;
}
.jjfa-new-li-2 .jjfa-new-li-a{
    margin-bottom: 10px;
}
.jjfa-new-li-2 .jjfa-new-li-a-img img{
    transform: rotate(0)!important;
}

.jjfa-new-right{
    width: calc(100% - 496px - 64px);
    background: #ffffff;
    padding: 80px 0 0;
}
.jjfa-new-con-1{
    margin-bottom: 60px;
}
.jjfa-new-con-1-top{
    position: relative;
    margin-bottom: 80px;
}
.jjfa-new-right-title{
    font-size: 26px;
    margin-bottom: 60px;
}
.jjfa-new-right-desc{
    display: flex;
    align-items: flex-start;
}
.jjfa-new-right-desc-point{
    width: 8px;
    height: 8px;
    background-color: #00ada2;
    border-radius: 50%;
    margin-right: 25px;
    margin-top: 15px;
}
.jjfa-new-right-desc-text{
    font-size: 18px;
    text-align: justify;
    width: 30vw;
    line-height: 2;
    position: relative;
    z-index: 11;
}
.jjfa-new-right-num{
    position: absolute;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 3px;
    color: #00ada2;
    right: 8vw;
    top: 0;
}
.jjfa-new-con-1-bottom{
    background: #f7f8fa;
    padding: 40px 48px 80px;
    display: flex;
}
.jjfa-new-con-1-bottom-left{
    width: 30vw;
    min-width: 541px;
}
.jjfa-new-con-1-bottom-tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.jjfa-new-con-1-bottom-tit:before{
    content: '';
    width: 5px;
    height: 11px;
    background-color: #00ada2;
    border-radius: 3px;
    margin-right: 20px;
}
.jjfa-new-con-1-bottom-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 70px 90px;
}
.jjfa-new-con-1-bottom-li{
    display: flex;
    align-items: flex-start;
}
.jjfa-new-con-1-bottom-img{
    margin-right: 25px;
    margin-top: 6px;
}
.jjfa-new-con-1-bottom-num{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #00ada2;
    margin-bottom: 10px;
}
.jjfa-new-con-1-bottom-desc p{
    font-size: 18px;
    font-weight: 300;
}
.jjfa-new-con-1-bottom-right{
    flex: 1;
    position: relative;
}
.jjfa-new-con-1-bottom-right img{
    position: absolute;
    top: -100%;
    right: 50px;
}

.jjfa-new-con-3{
    padding-right: 80px;
    margin-bottom: 60px;
}
.jjfa-new-con-3-title{
    margin-bottom: 40px;
}
.jjfa-new-con-3-swiper{
    position: relative;
}
.jjfa-new-con-3-img{
    display: flex;
    align-items: center;
}
.jjfa-new-con-3-img img{
    width: 100%;
}
.jjfa-new-con-3-con{
    padding: 30px 40px;
    font-size: 18px;
    font-weight: bold;
    background: #f7f8fa;
}
.jjfa-new-con-3-swiper-btn img{
    position: absolute;
    top: 50%;
    width: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
}
.jjfa-new-con-3-swiper-prev{
    left: -25px;
}
.jjfa-new-con-3-swiper-next{
    right: -25px;
}

.jjfa-new-con-4{
    margin-bottom: 80px;
    padding-right: 80px;
}
.jjfa-new-con-4-tit{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}
.jjfa-new-con-4-con{
    display: flex;
    align-items: center;
}
.jjfa-new-con-4-con img{
    width: 100%;
}

.left-mask{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}

.jjfa-new-con-5{
    margin-bottom: 80px;
}
.jjfa-new-con-5-top{
    padding-right: 5vw;
    display: flex;
    align-items: flex-start;
}
.jjfa-new-con-5-top-left{
    width: calc(62% - 25px);
    margin-right: 50px;
}
.jjfa-new-con-5-img{
    width: calc(41% - 50px);
    position: relative;
}
.jjfa-new-con-5-img img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.jjfa-new-con-5-top-swiper{
    position: relative;
}
.jjfa-new-con-5-top-slide{
    display: flex;
    align-items: center;
}
.jjfa-new-con-5-top-slide img{
    width: 100%;
}
.jjfa-new-con-5-bottom{
    display: flex;
    background: #f7f8fa;
    padding: 40px 5vw 40px 50px;
    margin-top: 80px;
    justify-content: space-between;
}
.jjfa-new-con-5-text{
    width: calc(62% - 50px);
    font-size: 18px;
    text-align: justify;
    line-height: 1.6;
    margin-right: 50px;
}

.jjfa-new-con-6{
    display: flex;
    align-items: stretch;
    padding-right: 5vw;
    margin-bottom: 80px;
}
.jjfa-new-con-6-left{
    width: 59%;
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.jjfa-new-con-6-left img{
    width: 100%;
}
.jjfa-new-con-6-right{
    width: 37%;
    background: url("/web/image/zu28_07.png") no-repeat center center;
    background-size: cover;
    padding: 40px;
}

.jjfa-new-con-7{
    margin-bottom: 80px;
    padding-right: 5vw;
}
.jjfa-new-con-7-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jjfa-new-con-7-li{
    width: calc((100% - 26px)/2);
    margin-bottom: 30px;
    background: #f7f8fa;
}
.jjfa-new-con-7-img{
    display: flex;
    align-items: center;
    position: relative;
}
.jjfa-new-con-7-img img{
    width: 100%;
}
.jjfa-new-con-7-img-tit{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    top: 27px;
    left: 27px;
}
.jjfa-new-con-7-img-date{
    color: #ffffff;
    font-weight: 200;
    position: absolute;
    bottom: 20px;
    right: 40px;
}
.jjfa-new-con-7-con{
    padding: 30px 40px;
    min-height: 310px;
}
.jjfa-new-con-7-item{
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5px;
}
.jjfa-new-con-7-tit{
    margin-right: 20px;
}
.jjfa-new-con-7-desc{
    flex: 1;
    font-weight: 300;
    color: #666666;
}

.index-new-7{

}
.index-new-7-box{
    display: flex;
    height: 100%;
    position: relative;
}
.index-new-7-left, .index-new-7-right{
    width: 50%;
    padding: 0 5%;
}
.index-new-7-left{
    background: url("/web/image/bg12_53.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.index-new-7-right{
    background: #3b4560;
}
.index-new-7-container{
    position: absolute;
    width: 62%;
    right: 0;
    top: 0;
    height: 100%;
    padding-right: 5%;
}
.index-new-7-left-box{

}
.index-new-7-title{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.index-new-7-num {
    font-size: 30px;
    font-weight: bold;
    color: #00ada2;
    margin-bottom: 60px;
    line-height: 1;
    display: flex;
    align-items: flex-start;
}
.index-new-7-num span{
    font-size: 60px;
}
.index-new-7-desc{
    font-size: 18px;
    width: 378px;
    line-height: 1.6;
    color: #999;
    text-align: justify;
}
.index-new-7-slide{
    padding: 10px 10px;
    transition: all 0.4s;
    height: auto;
}
.index-new-7-slide-box{
    height: 552px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1), -2px -2px 5px rgba(0,0,0,0.1);
    transition: all 0.4s;
}
.index-new-7-slide-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-new-7-slide-con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background-image: linear-gradient(to top, rgba(0, 173, 162, 0.8), rgba(0,0,0,0));
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
}
.index-new-7-swiper{
    position: absolute;
    width: 100%;
    right: 5%;
    top: 10%;
}
#swiper10{
    padding-bottom: 130px;
}
#swiper10 .swiper-wrapper{
    height: 664px;
    align-items: center;
}
.index-new-7-active{

}
.index-new-7-active .index-new-7-slide-box{
    height: 664px;
}
.index-new-7-info{
    display: flex;
    align-items: center;
    margin-top: 100px;
}
.index-new-7-pagination{
    width: auto;
    color: #999999;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.index-new-7-pagination span:first-child{
    color: #00ada2;
    font-size: 20px;
    font-weight: bold;
}
.index-new-7-info{
    display: flex;
    align-items: center;
}
.index-new-7-info div{
    display: flex;
    align-items: baseline;
    cursor: pointer;
}
.index-new-7-info div img{
    width: 55px;
}

.index-new-8{

}
.index-new-8-top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0 10%;
    margin-top: 60px;
}
.index-new-8-news{
    padding: 0 10%;
    margin-bottom: 100px;
}
.index-new-8-title{
    display: flex;
    align-items: center;
}
.index-new-8-tab{
    display: flex;
    align-items: center;
}
.index-new-8-tab a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136px;
    height: 43px;
    border-radius: 22px;
    border: solid 1px #cccccc;
    transition: all 0.4s;
    margin-left: 20px;
}
.index-new-8-tab .index-new-8-tab-active{
    background-image: linear-gradient(90deg, #20b18a 0%, #1294b3 100%),
    linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    color: #ffffff;
    border-color: rgba(0,0,0,0);
}
.index-new-8-tab a:hover{
    background-image: linear-gradient(90deg, #20b18a 0%, #1294b3 100%),
    linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    color: #ffffff;
    border-color: rgba(0,0,0,0);
}
.index-new-8-item{
    display: flex;
    align-items: stretch;
}
.index-new-8-left{
    width: 560px;
    margin-right: 40px;
}
.index-new-8-img{
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.index-new-8-img img{
    width: 100%;
    transition: all 0.4s;
}
.index-new-8-date{
    position: absolute;
    width: 100px;
    height: 42px;
    background-image: linear-gradient(90deg, #20b18a 0%, #1294b3 100%),
    linear-gradient(#ffffff, #ffffff);
    background-blend-mode: normal, normal;
    border-radius: 0 40px 40px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    left: 0;
    bottom: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-new-8-con{
    background: #f4f3f3;
    padding: 30px 40px;
}
.index-new-8-tit{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: bold;
}
.index-new-8-desc{
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 300;
}
.index-new-8-more{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.index-new-8-right{
    width: calc(100% - 560px - 40px);
}
.index-new-8-left:hover .index-new-8-img img{
    transform: scale(1.1);
}
.index-new-8-list{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}
.index-new-8-li{
    width: calc((100% - 30px)/2);
    height: calc((100% - 40px)/2);
    padding: 40px;
    transition: all 0.4s;
    background: #f4f3f3;
}
.index-new-8-li-tit{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    transition: all 0.4s;
}
.index-new-8-li-desc{
    line-height: 1.6;
    margin-bottom: 20px;
}
.index-new-8-li-date{
    font-size: 20px;
    line-height: 1;
    color: #00ada2;
    transition: all 0.4s;
    font-weight: bold;
    margin-bottom: 15px;
}
.index-new-8-li:hover{
    border-color: #2158a9;
}
.index-new-8-li:hover .index-new-8-li-tit{
    color: #00ada2;
}

/* footer-new */
.footer-new{
    /*height: 100%;*/
    min-height: 480px;
    /*background: #f5f5f5;*/
    background: url("/web/image/footer.jpg") no-repeat center center;
    background-size: cover;
}
.footer-new-top{
    height: 110px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}
.footer-new-top-left{
    width: calc(100% - 460px);
    padding: 30px 100px 30px 0;
    display: flex;
    justify-content: space-between;
    border-right: 1px solid #e5e5e5;
}
.footer-new-logo{
    display: flex;
    align-items: center;
}
.footer-new-logo img{
    height: 40px;
}
.footer-new-item{
    display: flex;
    align-items: center;
}
.footer-new-icon{
    display: flex;
    align-items: center;
}
.footer-new-icon-item{
    display: flex;
    align-items: center;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}
.footer-new-icon-info{
    position: absolute;
    padding-bottom: 10px;
    bottom: 100%;
    left: -50px;
    width: 140px;
    z-index: 10;
}
.footer-new-icon-box{
    display: flex;
    align-items: center;
    padding: 10px;
    background: #ffffff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}
.footer-new-icon-box img{
    width: 100%;
}
.footer-new-icon-item:hover .footer-new-icon-info{
    display: block;
}
.footer-new-link{
    padding: 8px 20px;
    margin-left: 50px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.footer-new-link-list{
    position: absolute;
    width: 100%;
    bottom: -460%;
    left: 0;
    background: #ffffff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 10px 0;
}
.footer-new-link-list a{
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
}
.footer-new-link-list a:hover{
    background: #f5f5f5;
}
.footer-new-link span{
    font-size: 14px;
    margin-right: 20px;
    line-height: 1;
    color: #999;
}
.footer-new-link img{
    width: 9px;
}
.footer-new-link:hover .footer-new-link-list{
    display: block;
}
.footer-new-top-right{
    width: 460px;
    padding-left: 100px;
    display: flex;
    align-items: center;
}
.footer-new-top-right img{
    margin-right: 20px;
}
.footer-new-top-right div{
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}
.footer-new-middle{
    padding: 0 5%;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    height: calc(100% - 110px - 50px);
}
.footer-new-middle-left{
    width: calc(100% - 460px);
    padding: 40px 100px 30px 0;
    border-right: 1px solid #e5e5e5;
}
.footer-new-list{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-new-li-tit{
    font-size: 18px;
    margin-bottom: 20px;
}
.footer-new-li-tit a{
    font-weight: bold;
}
.footer-new-li-list a{
    display: block;
    color: #999;
    margin-bottom: 15px;
}
.footer-new-li a:hover{
    color: #00ada5;
}
.footer-new-middle-right{
    width: 460px;
    padding-left: 100px;
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer-new-middle-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}
.footer-new-middle-icon{
    margin-right: 20px;
}
.footer-new-middle-item-tit{
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.footer-new-middle-item-desc{
    font-size: 14px;
    color: #999999;
}
.footer-new-middle-qr{
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.footer-new-middle-qr img{
    width: 100px;
}
.footer-new-bottom{
    height: 50px;
    padding: 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.footer-new-bottom-left{
    display: flex;
    align-items: center;
}
.footer-new-bottom-a{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.footer-new-bottom-a a{
    font-size: 14px;
    color: #999999;
}
.footer-new-bottom-a span{
    margin: 0 10px;
    font-size: 14px;
    color: #999999;
}
.footer-new-bottom-text{
    font-size: 14px;
    color: #999999;
}
.footer-new-bottom-right a{
    font-size: 14px;
    color: #999999;
}
.footer-new-bottom a:hover{
    color: #00ada5;
}
div.fp-watermark {
    display: none;
}