
.sec1 {
    height: 100vh;
}
.sec1 img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec1 .intro {
    width: 100%;
    height: 100%;
}
.sec1 .intro video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec2 {
    position: relative;
    height: 100vh;
}
.sec2 .fp-overflow {
    height: 100%;
}
.sec2 .intro {
    width: 100%;
    height: 100%;
}
.sec2 .fp-overflow>img {
    height: 100%;
}
.sec2 .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 9;
    opacity: 0;
    transform: translateY(40px);
    transition: 1s;
    transition-delay: 0.6s;
}
.sec2.active .circle {
    opacity: 1;
    transform: translateY(0);
}
.sec2 .circle:nth-child(2) {
    top: 139px;
    left: 1063px;
}
.sec2 .circle:nth-child(3) {
    top: 241px;
    left: 1131px;
}
.sec2 .circle:nth-child(4) {
    top: 257px;
    left: 872px;
}
.sec2 .circle:nth-child(5) {
    top: 298px;
    left: 980px;
}
.sec2 .circle:nth-child(6) {
    top: 393px;
    left: 799px;
}
.sec2 .circle:nth-child(7) {
    top: 546px;
    left: 651px;
}
.sec2 .circle:nth-child(8) {
    top: 785px;
    left: 718px;
}
.sec2 .circle:nth-child(8) {
    top: 785px;
    left: 718px;
}
.sec2 .circle:nth-child(9) {
    top: 609px;
    left: 1243px;
}
.sec2 .circle img {
    display: block;
    width: 45px;
    height: fit-content;
    position: relative;
    z-index: 10;
}
.sec2 .circle:before {
    content: "";
    width: 64px;
    height: 64px;
    background: #7c7a7a;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.sec2 .circle:after {
    content: "";
    width: 50%;
    height: 100%;
    background: #FFC000;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
}
.sec2 .circle .circle2 {
    content: "";
    width: 80px;
    height: 80px;
    border: 1px dashed #464646;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: roate 9s linear infinite;
    z-index: 2;
}
@keyframes roate {
    100% {
        -webkit-transform: translate(-50%,-50%) rotate(360deg);
        -moz-transform: translate(-50%,-50%) rotate(360deg);
        -ms-transform: translate(-50%,-50%) rotate(360deg);
        -o-transform: translate(-50%,-50%) rotate(360deg);
        transform: translate(-50%,-50%) rotate(360deg);
    }
}
.sec2 .circle p {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    font-size: 16px;
    font-family: Roboto;
    font-weight: 500;
    color: #363434;
    line-height: 64px;
    text-align: center;
    width: 140px;
    height: 64px;
    background: #FFC000;
    border-radius: 0px 29px 29px 0px;
    transition: 1s;
    z-index: -1;
}
.sec2 .siderBar {
    width: 0;
    height: 100%;
    background: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 13;
    transition: 1s;
}
.sec2 .siderBar.active {
    width: 700px;
}
.sec2 .siderBar .item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.sec2 .siderBar .item.on {
    opacity: 1;
    pointer-events: unset;
}
.sec2 .siderBar .item .img {
    width: 100%;
    height: 414px;
    margin-bottom: 50px;
    position: relative;
}
.sec2 .siderBar .item .img .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 63px;
    color: #fff;
    transition: 1s;
    cursor: pointer;
}
.sec2 .siderBar .item .img .iconfont:hover {
    color: #FFC000;
}
.sec2 .siderBar .item .img img {
    width: 100%;
    height: 100%;
    display: block;
}
.sec2 .siderBar .item h1 {
    font-size: 38px;
    font-family: Roboto;
    font-weight: 500;
    color: #363434;
    margin-left: 56px;
    clip-path: inset(0 100% 0 0);
    transition: 0.2s;
}
.sec2 .siderBar.active .item h1 {
    clip-path: inset(0 0% 0 0);
}
.sec2 .siderBar .item>.swiper {
    width: 730px;
    position: absolute;
    left: 86px;
    bottom: 200px;
}
.sec2 .siderBar .item .swiper p {
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #363434;
    padding-left: 23px;
    margin-top: 20px;
}
.sec2 .siderBar .item .line {
    width: 920px;
    height: 6px;
    background: rgba(209, 208, 202, 0.23);
    border-radius: 2px;
    position: absolute;
    left: 86px;
    bottom: 122px;
}
.sec2 .siderBar .item .line .num {
    width: 25%;
    position: absolute;
    height: 6px;
    background: #FFC000;
    border-radius: 2px;
    left: 0;
    top: 0;
    transition: 1s;
}
.sec2 .siderBar .item .bottom {
    position: absolute;
    bottom: 58px;
    left: 86px;
    display: flex;
    align-items: center;
}
.sec2 .siderBar .item .bottom .num {
    display: flex;
    align-items: center;
    margin-right: 27px;
}
.sec2 .siderBar .item .bottom .num p:nth-child(1) {
    font-size: 20px;
    font-family: Rubik;
    font-weight: 900;
    color: #363434;
    transition: 1s;
}
.sec2 .siderBar .item .bottom .num p:nth-child(3),.sec2 .siderBar .item .bottom .num span {
    display: block;
    font-size: 14px;
    font-family: Rubik;
    font-weight: 900;
    color: #363434;
    line-height: 34px;
    opacity: 0.37;
}
.sec2 .siderBar .item .bottom .num span {
    margin: 0 8px 0 12px;
}
.sec2 .siderBar .item .bottom .btns {
    display: flex;
    align-items: center;
}
.sec2 .siderBar .item .bottom .btns .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(25, 25, 25, 0.12);
    border-radius: 50%;
    font-size: 16px;
    margin-right: 13px;
    cursor: pointer;
    transition: 1s;
}
.sec2 .siderBar .item .bottom .btns .iconfont:hover {
    background: #FFC000;
}
.sec2 .siderBar .item .bottom .btns .iconfont:nth-child(1) {
    transform: rotate(-90deg);
}
.sec2 .siderBar .item .bottom .btns .iconfont:nth-child(2) {
    transform: rotate(90deg);
}
.sec2 img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec2 .siderBar .item img {
    width: unset;
    max-width: 100%;
}
.sec4 .intro {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.sec3 .pro .joke {
    width: 1708px;
    margin: auto;
    padding-top: 123px;
}
.sec3 .pro .joke .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 68px;
}
.sec3 .pro .joke .top .title {
    width: fit-content;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s;
    transition-delay: 0.6s;
}
.sec3.active .pro .joke .top .title {
    opacity: 1;
    transform: translateY(0);
}
.sec3 .pro .joke .top .title h1 {
    width: 184px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1E1E1E;
    position: relative;
    margin-bottom: 35px;
}
.sec3 .pro .joke .top .title h1:after {
    content: "";
    width: 100%;
    height: 1px;
    border: 1px solid #000000;
    opacity: 0.05;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.sec3 .pro .joke .top .title h1:before {
    content: "";
    width: 45px;
    height: 3px;
    background: #FFC000;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.sec3 .pro .joke .top .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6C6C6C;
}
.sec3 .pro .joke .top .btn {
    display: flex;
    align-items: center;
}

.sec3 .pro .joke .top .btn .iconfont {
    display: flex;
    width: 50px;
    height: 50px;
    border: 1px solid #E3E3E3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
    font-size: 20px;
    margin-right: 17px;
    color: #303030;
    transition: 1s;
}
.sec3 .pro .joke .top .btn:hover .iconfont {
    border: 1px solid #FFC000;
    color: #FFC000;
}
.sec3 .pro .joke .top .btn p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #303030;
    transition: 1s;
}
.sec3 .pro .joke .top .btn:hover p {
    color: #FFC000;
}
.sec3 .pro .joke .wrap {
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
    transition-delay: 0.6s;
}
.sec3.active .pro .joke .wrap {
    opacity: 1;
    transform: translateY(0);
}
.sec3 .pro .joke .wrap .item {
    width: 400px;
    margin-right: 36px;
    margin-bottom: 61px;
    padding-bottom: 22px;
    border-bottom: 3px solid transparent;
    transition: 1s;
    position: relative;
}
.sec3 .pro .joke .wrap .item:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    background: #FFC000;
    bottom: -3px;
    left: 0;
    transition: 1s;
    transition-delay: 1s;
}
.sec3 .pro .joke .wrap .item:hover:after {
    width: 100%;
}
.sec3 .pro .joke .wrap .item:hover {
    border-bottom: 3px solid rgba(235, 235, 235, 0.4);
}
.sec3 .pro .joke .wrap .item:nth-child(4n) {
    margin-right: 0;
}
.sec3 .pro .joke .wrap .item .img {
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
}
.sec3 .pro .joke .wrap .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}
.sec3 .pro .joke .wrap .item .img:hover img {
    transform: scale(1.2);
}
.sec3 .pro .joke .wrap .item .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 22px 0 19px;
    margin-bottom: 5px;
    width: 100%;

}
.sec3 .pro .joke .wrap .item .title h1 {
    width: 300px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #303030;
    transition: 1s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sec3 .pro .joke .wrap .item:hover .title h1,.sec3 .pro .joke .wrap .item:hover .title .iconfont {
    color: #FFC000;
}
.sec3 .pro .joke .wrap .item .title .iconfont {
    transform: rotate(90deg);
    font-size: 28px;
    color: #303030;
    opacity: 0;
    transition: 1s;
}
.sec3 .pro .joke .wrap .item:hover .title .iconfont {
    opacity: 1;
}
.sec3 .pro .joke .wrap .item .content {
    padding: 0 7px 0 16px;
}
.sec3 .pro .joke .wrap .item .content p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.sec3 .service {
    width: 100%;
}
.sec3 .service .joke {
    width: 1730px;
    margin: auto;
}
.sec3 .service .title {
    margin: 0 auto 79px;
    width: fit-content;
}
.sec3 .service .title h1 {
    width: 184px;
    text-align: center;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1E1E1E;
    position: relative;
    margin:0 auto 35px;
}
.sec3 .service .title h1:after {
    content: "";
    width: 100%;
    height: 1px;
    border: 1px solid #000000;
    opacity: 0.05;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.sec3 .service .title h1:before {
    content: "";
    width: 45px;
    height: 3px;
    background: #FFC000;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.sec3 .service .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6C6C6C;
}
.sec3 .service .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 134px;
}
.sec3 .service .wrap .item {
    width: 400px;
}
.sec3 .service .wrap .item .img {
    display: block;
    width: 100%;
    height: 261px;
    overflow: hidden;
    margin-bottom: 49px;
}
.sec3 .service .wrap .item .img img {
    width: 100%;
    height: 100%;
    transition: 3s;
}
.sec3 .service .wrap .item .img:hover img {
    transform: scale(1.2);
}
.sec3 .service .wrap .item h5 {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #232222;
    margin-bottom: 20px;
}
.sec3 .service .wrap .item p {
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #888888;
    line-height: 28px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sec4 {
    width: 100vw;
    height: 100vh;
    background: #FFC000;

    display: flex;
    justify-content: center;
}
.sec4 .fp-overflow {
    display: flex;
    padding-top: 200px;
    justify-content: center;
}
.sec4 .fp-tableCell {
    display: flex;
    justify-content: center;
}
.sec4 .fp-tableCell .fp-scroller {
    display: flex;
    justify-content: center;
}
.sec4 .left {
    position: relative;
    transform: scale(1.1);
    transition: 1s;
    transition-delay: 0.6s;
}
.sec4 .left img {
    height: 95%;
    display: block;


}
.sec4.active .left {
    transform: scale(1);
}
.sec4 .left .iconfont {
    position: absolute;
    font-size: 16px;
    color: #696969;
    z-index: 9;
    cursor: pointer;font-size: 18px;
}
.sec4 .left .iconfont svg {
    width: 24px;
    fill: #696969;
    transition: 1s;
}
.sec4 .left .iconfont.on {
    color: var(--main-color);
}
.sec4 .left .iconfont.on svg {
    width: 30px;
    fill: #FFC000;
}
.sec4 .left .iconfont.on svg path {
    stroke: #ADADAD;
}
.sec4 .left .iconfont:nth-child(2) {
    top: 362px;
    left: 553px;
}
.sec4 .left .iconfont:nth-child(3) {
    top: 356px;
    left: 466px;
}
.sec4 .left .iconfont:nth-child(4) {
    top: 370px;
    left: 383px;
}
.sec4 .left .iconfont:nth-child(5) {
    top: 457px;
    left: 468px;
}
.sec4 .left .iconfont:nth-child(6) {
    top: 337px;
    left: 553px;
}
.sec4 .left .iconfont:nth-child(7) {
    top: 271px;
    left: 553px;
}
.sec4 .left .iconfont:nth-child(8) {
    top: 160px;
    left: 613px;
}
.sec4 .left .iconfont:nth-child(9) {
    top: 217px;
    left: 504px;
}
.sec4 .swiper {
    width: 631px;
    margin: 0 0 0 41px;
}
.sec4 .swiper .swiper-slide {
    opacity: 0;
    pointer-events: none;
    background: transparent;
    display: block;
}
.sec4 .swiper .swiper-slide-active {
    opacity: 1;
    pointer-events: unset;
}
.sec4 .right h1 {
    font-size: 38px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #363434;
    margin-bottom: 61px;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
    transition-delay: 0.2s;
}
.sec4 .swiper .swiper-slide-active h1 {
    opacity: 1;
    transform: translateY(0);
}
.sec4 .right .info {
    display: flex;
    align-items: center;
    margin-bottom: 71px;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
    transition-delay: 0.2s;
}
.sec4 .swiper .swiper-slide-active .info {
    opacity: 1;
    transform: translateY(0);
}
.sec4 .right .info .item {
    display: flex;
    align-content: center;
    margin-right: 50px;
}
.sec4 .right .info .item .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    background: #FFFFFF;
    opacity: 0.95;
    border-radius: 50%;
    font-size: 29px;
    color: #666666;
    margin-right: 13px;
}

.sec4 .right .info .item .iconfont img{width: 30px;height: auto;vertical-align: middle;}

.sec4 .right .info .item .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sec4 .right .info .item .text p:nth-child(1) {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #363434;
    margin-bottom: 4px;
}
.sec4 .right .info .item .text p:nth-child(2) {
    font-size: 22px;
    font-family: Nexa Text Demo;
    font-weight: bold;
    color: #363434;
}
.sec4 .right>p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #363434;
    position: relative;
    margin-bottom: 37px;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
    transition-delay: 0.2s;
}
.sec4 .swiper .swiper-slide-active>p {
    opacity: 1;
    transform: translateY(0);
}
.sec4 .right>p:after {
    content: "";
    width: 41px;
    height: 1px;
    background: #363434;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.sec4 .right .organ {
    width: 467px;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s;
    transition-delay: 0.2s;
}
.sec4 .swiper .swiper-slide-active .organ {
    opacity: 1;
    transform: translateY(0);
}
.sec4 .right .organ img {
    display: block;
    width: 100%;
    margin-bottom: 31px;
}
.sec4 .right .organ h5 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #363434;
    margin-bottom: 20px;
}
.sec4 .right .organ p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2A2A2A;
    line-height: 28px;
}
.sec5 {
    width: 100%;
}
.sec5 .intro {
    opacity: 0;
    transform: translateY(30px);
    transition: 1s;
    transition-delay: 0.6s;
}
.sec5.active .intro {
    opacity: 1;
    transform: translateY(0);
}
.sec5 .partner {
    width: 1660px;
    margin: auto;
    padding-top: 152px;
    position: relative;
}
.sec5 .partner .title h1 {
    width: 184px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1E1E1E;
    position: relative;
    margin: 0 auto 35px;
    text-align: center;
}
.sec5 .partner .title h1:after {
    content: "";
    width: 100%;
    height: 1px;
    border: 1px solid #000000;
    opacity: 0.05;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.sec5 .partner .title h1:before {
    content: "";
    width: 45px;
    height: 3px;
    background: #FFC000;
    position: absolute;
    left: 70px;
    bottom: -20px;
}
.sec5 .partner .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6C6C6C;
}
.sec5 .partner .title {
    width: fit-content;
    margin: 0 auto 75px;
}
.sec5 .partner .swiper {
    width: 1526px;
    margin: 0 auto 140px;
    position: relative;
}
.sec5 .partner .swiper .swiper-wrapper {
    transition-timing-function: linear!important;
}
.sec5 .partner .swiper .swiper-slide {
    height: 106px;
    border: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec5 .partner .swiper .swiper-slide img {
    display: block;
    transform: scale(1.2);
}
.sec5 .partner .btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 368px;
    left: 0;
}
.sec5 .partner .btns .iconfont {
    font-size: 40px;
    transition: 1s;
    cursor: pointer;
}
.sec5 .partner .btns .iconfont:nth-child(2) {
    transform: rotate(90deg);
}
.sec5 .partner .btns .iconfont:nth-child(1) {
    transform: rotate(-90deg);
}
.sec5 .partner .btns .iconfont:hover {
    color: #FFC000;
}
.sec5 .new {
    height: 300px;
    width: 100%;
    position: relative;
}
.sec5 .new .bg {
    width: 100%;
    height: 100%;
}
.sec5 .new .bg img {
    width: 100%;
    height: 100%;
    display: block;
}
.sec5 .new .title h1 {
    width: 184px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1E1E1E;
    position: relative;
    margin: 0 auto 35px;
    text-align: center;
}
.sec5 .new .title h1:after {
    content: "";
    width: 100%;
    height: 1px;
    border: 1px solid #000000;
    opacity: 0.05;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.sec5 .new .title h1:before {
    content: "";
    width: 45px;
    height: 3px;
    background: #FFC000;
    position: absolute;
    left: 70px;
    bottom: -20px;
}
.sec5 .new .title p {
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6C6C6C;
    line-height: 28px;
    text-align: center;
}
.sec5 .new .title {
    width: fit-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec5 .newInfo {
    padding-top: 87px;
    display: flex;
    justify-content: center;
    margin-bottom: 105px;
}
.sec5 .newInfo .left {
    width: 1032px;
}
.sec5 .newInfo .left .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 38px;
}
.sec5 .newInfo .left .top a {
    width: 92px;
    height: 38px;
    background: #737373;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    transition: 1s;
}
.sec5 .newInfo .left .top a:hover{
    background: #FFC000;
    color: #363434;
}
.sec5 .newInfo .left .img {
    display: flex;
    position: relative;
    width: 100%;
    height: 481px;
    overflow: hidden;
}
.sec5 .newInfo .left .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}
.sec5 .newInfo .left .img:hover img {
    transform: scale(1.2);
}
.sec5 .newInfo .left .img .text {
    width: 640px;
    position: absolute;
    top: 314px;
    left: 65px;
}
.sec5 .newInfo .left .img .text h1 {
    width: 100%;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    margin-bottom: 32px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sec5 .newInfo .left .img .text p {
    width: 100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sec5 .newInfo .right {
    width: 609px;
    margin-left: 80px;
}
.sec5 .newInfo .right .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 55px;
}
.sec5 .newInfo .right .top a {
    width: 92px;
    height: 38px;
    background: #737373;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    transition: 1s;
}
.sec5 .newInfo .right .top a:hover{
    background: #FFC000;
    color: #363434;
}
.sec5 .newInfo .right .text a {
    display: block;
    width: 528px;
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #353535;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 55px;
    transition: 1s;
    line-height: 39px;
}
.sec5 .newInfo .right .text a:hover {
    color: #FFC000;
}
.sec5 .newInfo .right .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #686868;
    line-height: 28px;
    margin-bottom: 37px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sec5 .newInfo .right .img {
    display: block;
    width: 100%;
    height: 238px;
    overflow: hidden;
}
.sec5 .newInfo .right .img img {
    width: 100%;
    height: 100%;
    transition: 3s;
}
.sec5 .newInfo .right .img:hover img {
    transform: scale(1.2);
}
.fixed_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: 1s;
}
.fixed_mask .joke {
    display: flex;
}
.fixed_mask .video {
    width: 800px;
    height: 460px;
    margin: 0 20px 0 0;
}
.fixed_mask .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fixed_mask .close {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.fixed_mask .close span {
    width: 25px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 6px;
    position: relative;
    top: 8px;
    left: 0;
    transition: 0.4s;
}
.fixed_mask .close span:nth-child(1) {
    transform: rotate(45deg);
}
.fixed_mask .close span:nth-child(2) {
    transform: rotate(-45deg);
    top: 0px;
}
.events_active {
    pointer-events: unset !important;
    opacity: 1 !important;
}
.Tow_mask{
    display: none;
}
.sec1 .intro {
    display: block;
}
.sec1 .ph {
    display: none;
}
@media screen and (max-width: 3840px){
    .sec2 .circle{
        transform: translateY(80px);
    }
    .sec4 .left  .iconfont{
        transform: translate(-20px, -14px);
    }
    .sec4 .left  .iconfont:nth-child(2){

        top: 20.770833vw;
        left: 20.947917vw;
    }
    .sec4 .left  .iconfont:nth-child(3){


        top: 16.014583vw;
        left: 32.402083vw
    }
    .sec4 .left  .iconfont:nth-child(4){
        top: 20.052083vw;
        left: 31.302083vw;
    }
    .sec4 .left .iconfont:nth-child(5){
        top: 13.233333vw;
        left: 33.227083vw;
    }
    .sec4 .left .iconfont:nth-child(6){
        top: 26.302083vw;
        left: 27.375vw;
    }
    .sec4 .left .iconfont:nth-child(7){
        top: 21.870833vw;
        left: 23.147917vw;
    }
    .sec4 .left .iconfont:nth-child(8){


        top: 21.541667vw;
        left: 28.270833vw;
    }
    .sec4 .left .iconfont:nth-child(9){


        top: 21.854267vw;
        left: 32.80208vw;
    }

    .sec4 .left .iconfont:nth-child(10){


        top: 17.254267vw;
        left: 27.60208vw;
    }
    .sec4 .left .iconfont:nth-child(11){

        top: 22.854267vw;
        left: 26.90208vw;
    }
    .sec4 .left .iconfont:nth-child(12){


        top: 24.954267vw;
        left: 30.90208vw;
    }
    .sec4 .left .iconfont:nth-child(13){

        top: 13.554267vw;
        left: 29.90208vw;
    }


    .sec2 .circle:nth-child(2){
        top: 6.239583vw;
        left: 53.364583vw;
    }
    .sec2 .circle:nth-child(3){
        top: 12.552083vw;
        left: 58.90625vw;
    }
    .sec2 .circle:nth-child(4){
        /* top: 13.385417vw;
        left: 45.416667vw; */
        top: 15.385417vw;
        left: 28.416667vw;
    }
    .sec2 .circle:nth-child(5){
        top: 16.520833vw;
        left: 51.041667vw;
    }
    .sec2 .circle:nth-child(6){
        top: 19.46875vw;
        left: 37.614583vw;
    }
    .sec2 .circle:nth-child(7){
        top: 28.4375vw;
        left: 33.90625vw;
    }
    .sec2 .circle:nth-child(8){
        /* top: 40.885417vw;
        left: 37.395833vw; */
        top: 38.885417vw;
        left: 37.395833vw;
    }
    .sec2 .circle:nth-child(9){
        top: 25.71875vw;
        left: 67.739583vw;
    }
    .sec4 .left img{
        width: 41.66666667vw;
        height: auto;
    }
    .sec2 .siderBar{
        overflow: hidden;
    }
    .sec2 .siderBar.active .item h1{
        white-space: nowrap;
    }
}


@media screen and (max-width: 2048px){
    .sec2 .circle{
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1856px){
	.sec3 .pro .joke .top .title h1 {
        font-size: 32px;
    }
    .sec3 .pro .joke .top {
        margin-bottom: 20px;
    }
    .sec3 .pro .joke .wrap .item .img img{
        width: 100%;
        height: auto;
    }
    .sec3 .pro .joke .wrap .item{
        width: 23%;
        margin-right: 0;
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .sec3 .pro .joke .wrap{
        justify-content: space-between;
    }
    .sec3 .pro .joke .wrap .item .img{
        height: auto;
    }
    .sec3 .pro .joke {
        width: 80%;
    }
    .sec3 .pro .joke .wrap .item .title {
        padding-top: 10px ;
    }
    .sec2 .siderBar.active {
        width: 650px;
    }
    .sec2 .siderBar .item .img {
        height: 380px;
    }
    .sec2 .siderBar .item h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1792px){
	.fp-overflow{
        height: 100%;
    }
    .sec5 .newInfo .left {
        width: 800px;
    }
    .header .nav li .second{
        width: 100px;
    }
    .sec2 .siderBar .item .swiper {
        width: 650px;
    }
}

@media screen and (max-width: 1680px){
    .sec4 .fp-overflow{
        padding-top: 160px;
    }
	.sec2 .circle,
    .sec2 .circle:before{
        width: 50px;
        height: 50px;
    }
    .sec2 .circle img{
        width: 30px;
        height: auto;
    }
    .sec2 .circle p {
        height: 50px;
        line-height: 50px;
    }
    /* .sec2 .circle::after {
        height: 65px;
        width: 65px;
    } */
    .sec5 .partner .swiper{
        width: 1200px;
    }
    .sec5 .partner{
        width: 100%;
    }
    .sec5 .partner .btns{
        padding: 0 120px;
    }
    .sec3 .pro .joke .wrap .item .title h1{
        font-size: 18px;
    }
    .sec5 .newInfo .right .text a,
    .sec5 .newInfo .left .img .text h1 {
        font-size: 24px;
    }
    .sec5 .partner .title h1,
    .sec5 .new .title h1{
        font-size: 32px;
    }
    .sec4 .right h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){
	.sec5 .newInfo .left {
        width: 700px;
    }
    .sec5 .newInfo .right {
        width: 500px;
    }
    .sec5 .newInfo .right .text a, .sec5 .newInfo .left .img .text h1 {
        font-size: 22px;
    }
    .sec5 .partner .swiper {
        width: 1100px;
    }
    .sec4 .fp-overflow {
        padding-top: 120px;
    }
    .sec4 .right .info,
    .sec4 .right h1 {
        margin-bottom: 25px;
    }
    .sec4 .right .info .item .iconfont {
        width: 60px;
        height: 60px;
    }
    .sec4 .right .info .item .text p:nth-child(2) {
        font-size: 20px;
    }
    .sec2 .siderBar .item .img {
        height: 300px;
        margin-bottom: 30px;
    }
    .sec2 .siderBar .item h1 {
        font-size: 28px;
        margin-left: 30px;
    }

    .sec2 .siderBar .item .line,
    .sec2 .siderBar .item .bottom,
    .sec2 .siderBar .item .swiper{
        left: 30px;
    }
    .sec2 .siderBar .item .swiper {
        width: 550px;
    }
    .sec2 .siderBar.active {
        width: 550px;
    }
}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){

}






@media screen and (max-width: 820px){
    .sec5 .partner .swiper .swiper-slide img {
        transform: unset;
        width: 140%;
    }
    .sec3 .pro .joke .top .btn {
        display: none;
    }
    .sec3 .pro .joke .wrap .item{
        width: 98%;
    }
    .sec3 .pro .joke{
        width: 100%;
        padding: 0 60px;

    }
    .sec4 .left .iconfont:nth-child(10) {
        top: 17.454267vw;
        left: 28.00208vw;
    }
    .sec4 .left .iconfont:nth-child(4) {
        top: 20.052083vw;
        left: 31.502083vw;
    }
    .sec4 .left .iconfont:nth-child(8) {
        top: 21.441667vw;
        left: 28.270833vw;
    }
    .sec4 .left .iconfont:nth-child(2) {
        top: 21.054267vw;
        left: 21.10208vw;
    }
    .sec4 .intro{
        flex-direction: column;
    }
    .sec1{
        padding-top: 70px;
    }
    .sec1 .intro {
        display: none;
    }
    .sec1 .ph {
        display: block;
    }
    .sec1 .ph video {
        display: block;
        width: 100%;
    }
    .sec2 {
        display: none!important;
    }
    .sec1,
    .sec2{
        min-height: auto !important;
    }
    .sec2 .circle{
        transition-delay: 0s;
        transform: translateY(0);
        opacity: 1;
    }
    .sec2 .intro>.circle{
        display: none;
    }
    .sec2 .circle{
        position: static;
    }
    .sec2 .intro .circleBox{
        position: absolute;
        width: 100%;
        padding: 0 60px;
        top: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sec2 .intro .circleBox .item{
        width: 50%;
        margin-top: 40px;
        display: flex;
        justify-content: start;
    }
    .sec2 .siderBar{
        display: none !important;
    }
    .sec3{
        padding-top: 50px;
    }
    .sec3 .pro .joke .top .title,
    .sec3 .pro .joke .wrap{
        transform: translateY(0);
        opacity: 1;
    }
    .sec3 .pro .joke .top .title h1 {
        font-size: 28px;
    }
    /* .sec4 .fp-overflow {
        padding-top: 60px;
    } */
    .sec4{
        height: auto;
    }
    .sec4 .intro{
        padding: 0 60px;
    }
    .sec4 .swiper{
        width: 100%;
        margin: 0;
    }
    .sec4 .left{
        width: 41.66666667vw;
        transform: scale(1.6);
        margin: 0 auto;
    }
    .sec4.active .left{
        transform: scale(1.6);
    }
    .sec4 .left .iconfont {
        transform: scale(0.8) translate(-10px, -20px);
    }
    .sec5{
        justify-content: start !important;
        padding-top: 50px;
    }
    .sec4 .swiper{
        margin-top: 20px;
    }
    .sec5 .partner {
        padding-top: 10px;
    }
    .sec5 .partner .swiper{
        width: 80%;
    }
    .sec4 .right h1 {
        font-size: 28px;
    }
    .sec5 .partner .swiper .swiper-slide{
        height: 82px;
    }
    .sec5 .partner .btns{
        display: none;
    }
    .sec5 .partner .title h1{
        font-size: 28px;
    }
    .sec5 .partner .swiper{
        margin-bottom: 40px;
    }
    .sec5 .new {
        height: 150px;
    }
    .sec5 .partner .title h1, .sec5 .new .title h1 {
        font-size: 28px;
    }
    .sec5 .newInfo{
        flex-wrap: wrap;
        padding: 0 60px;
    }
    .sec5 .newInfo .left,
    .sec5 .newInfo .right{
        width: 100%;
    }
    .sec5 .newInfo .left .img .text {
        left: 30px;
        width: 80%;
    }
    .sec5 .newInfo .left .top,
    .sec5 .newInfo .right .top{
        margin-top: 40px;
    }
    .sec5 .newInfo .right{
        margin-left: 0;
    }
    .sec5 .intro{
        opacity: 1;
        transform: translateY(0);
    }
    .fixed_mask .video{
        width: 80%;
        height: auto;
        margin-right: 10px;
    }
    .Tow_mask .siderBar .item .img .close{
        position: absolute;
        top: 40px;
        right: 70px;
    }
    .Tow_mask .siderBar .item .img .close .strip{
        width: 30px;
        height: 4px;
        background-color: #FFC000;
        border-radius: 3px;
        position: absolute;
        top: 0;
    }
    .Tow_mask .siderBar .item .img .close .strip:first-child{
        transform: rotate(45deg);
    }
    .Tow_mask .siderBar .item .img .close .strip:last-child{
        transform: rotate(-45deg);
    }

    .Tow_mask{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        z-index: 99;
        display: none;
        /* display: flex;
        align-items: center;
        justify-content: center; */
        /* pointer-events: none; */
    }
    .Tow_mask .siderBar{
        width: 80vw;
        height: 80vh;
        background: #FFFFFF;
        position: relative;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

    .Tow_mask .siderBar .item .img {
        width: 100%;
        height: 414px;
        margin-bottom: 20px;
        position: relative;
    }

    .Tow_mask .siderBar .item .img .iconfont {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        font-size: 63px;
        color: #fff;
        transition: 1s;
        cursor: pointer;
    }
    .Tow_mask .swiper-slide img{
        width: 100%;
        height: auto;
    }


    .Tow_mask .siderBar .item .img img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .Tow_mask .siderBar .item h1 {
        font-size:24px;
        font-family: Roboto;
        font-weight: 500;
        color: #363434;
        margin-left: 20px;
        transition: 0.2s;
    }

    .Tow_mask .siderBar .item?.swiper {
        width:90%;
        margin-top: 50px;
    }
    .Tow_mask .siderBar .item .swiper p {
        font-size: 16px;
        font-family: Roboto;
        font-weight: 400;
        color: #363434;
        padding-left: 23px;
        margin-top: 20px;
    }
    .Tow_mask .siderBar .item .line {
        width: 80%;
        height: 6px;
        background: rgba(209, 208, 202, 0.23);
        border-radius: 2px;
        position: relative;
        margin: 60px auto 0;
        /* position: absolute;
        left: 50%;
        transform: translateX(-50%); */
    }
    .Tow_mask .siderBar .item .line .num {
        width: 25%;
        position: absolute;
        height: 6px;
        background: #FFC000;
        border-radius: 2px;
        left: 0;
        top: 0;
        transition: 1s;
    }
    .Tow_mask .siderBar .item .bottom {
        /* position: absolute;
        bottom: 58px;
        right: 60px; */
        display: flex;
        align-items: center;
        margin: 30px 0;
        justify-content: end;
    }
    .Tow_mask .siderBar .item .bottom .num {
        display: flex;
        align-items: center;
        margin-right: 27px;
    }
    .Tow_mask .siderBar .item .bottom .num p:nth-child(1) {
        font-size: 20px;
        font-family: Rubik;
        font-weight: 900;
        color: #363434;
        transition: 1s;
    }
    .Tow_mask .siderBar .item .bottom .num p:nth-child(3),.Tow_mask .siderBar .item .bottom .num span {
        display: block;
        font-size: 14px;
        font-family: Rubik;
        font-weight: 900;
        color: #363434;
        line-height: 34px;
        opacity: 0.37;
    }
    .Tow_mask .siderBar .item .bottom .num span {
        margin: 0 8px 0 12px;
    }
    .Tow_mask .siderBar .item .bottom .btns {
        display: flex;
        align-items: center;
        margin-right: 50px;
    }
    .Tow_mask .siderBar .item .bottom .btns .iconfont {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        background: rgba(25, 25, 25, 0.12);
        border-radius: 50%;
        font-size: 16px;
        margin-right: 13px;
        cursor: pointer;
        transition: 1s;
    }
    .Tow_mask .siderBar .item .bottom .btns .iconfont:hover {
        background: #FFC000;
    }
    .Tow_mask .siderBar .item .bottom .btns .iconfont:nth-child(1) {
        transform: rotate(-90deg);
    }
    .Tow_mask .siderBar .item .bottom .btns .iconfont:nth-child(2) {
        transform: rotate(90deg);
    }
    .fixed_mask .video video{
        height: auto;
    }
    .fixed_mask .joke{
        justify-content: center;
        position: relative;
    }
    .sec5 .newInfo .right .text a{
        width: 100%;
        margin-bottom: 20px;
    }
    .sec3{
        min-height: auto !important;
    }
    .sec3 .wrap .thereswiper{
        width: 100%;
        overflow: hidden;
    }
    /* .fixed_mask .joke .video_btn{
        position: absolute;
        right:0;
    } */
}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 540px){
    .sec4 .left .iconfont.on svg {
        width: 20px;
        fill: #FFC000;
    }
    .sec4 .right .organ {
        width: 100%;
    }
    .sec4 .left .iconfont svg {
        width: 20px;
    }
	.Tow_mask .siderBar .item .img{
        height: auto;
    }
    .Tow_mask .siderBar .item .img .iconfont {
        font-size: 40px;
    }
    .sec2 .intro>img {
        width: 150%;
        height: auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec2 .intro .circleBox {
        padding: 0 20px;
    }
    .Tow_mask .siderBar .item .line{
        margin-top: 30px;
    }
    .Tow_mask .siderBar .item .bottom {
        bottom: 30px;
        right: 20px;
    }
    /* .Tow_mask .siderBar{
        margin-top: 30px;
    } */
    .Tow_mask .siderBar .item .img .close {
        top: 20px;
        right: 40px;
    }
    .sec3 .pro .joke{
        padding: 0 20px;
    }
    .sec3 .pro .joke .top .title h1 {
        font-size: 24px;
    }
    .sec3 {
        padding-top: 20px;
    }
    .sec3 .pro .joke .top .btn .iconfont {
        width: 30px;
        height: 30px;
    }
    .sec3 .pro .joke .wrap .item .title,
    .sec3 .pro .joke .wrap .item .content{
        padding-left: 10px;
    }
    .sec3 .pro .joke .wrap .item {
        margin-bottom: 10px;
    }
    .sec4.active .left {
        transform: scale(1.8);
    }
    .sec4 .left .iconfont {
    }
    .sec4 .intro {
        padding: 0 20px;
    }
    .sec4 .right .info .item .iconfont {
        width: 50px;
        height: 50px;
    }
    .sec4 .right .info .item{
        margin-right: 0;
    }
    .sec4 .right .info{
        justify-content: space-between;
    }
    .sec5 {
        padding-top: 30px;
    }
    .sec5 .partner .title {
        margin-bottom: 30px;
    }
    .sec5 .partner .swiper .swiper-slide img{
        width: auto;
        height: auto;
        padding: 0 10px;
        max-width: 100%;max-height: 100%;
    }
    .sec5 .new .bg{
        position: relative;
    }
    .sec5 .new .bg img{
        width: auto;
        height: 100%;
        position: absolute;
        right: 0;
    }
    .sec5 .partner{
        padding: 0 20px;
    }
    .sec5 .partner .swiper {
        width: 100%;
    }
    .sec5 .newInfo{
        padding: 0 20px;
    }
    .sec5 .newInfo .left .img img{
        width: 100%;
        height: auto;
    }
    .sec5 .newInfo .left .img{
        height: auto;
    }
    .sec5 .newInfo .right .top {
        margin-bottom: 30px;
    }
    .sec5 .newInfo .left .img .text {
        top: auto;
        bottom: 20px;
        left: 10px;
    }
    .sec5 .newInfo .left .img .text h1,
    .sec5 .newInfo .right .text a {
        margin-bottom: 10px;
    }

    .sec5 .newInfo .right .text a, .sec5 .newInfo .left .img .text h1 {
        font-size: 16px;
    }
    .sec5 .newInfo .right .text p,
    .sec5 .newInfo .left .img .text p {
        font-size: 12px;
    }

    .sec5 .newInfo .right .text p{
        margin-bottom: 20px;
    }
    .Tow_mask .siderBar {
        height: auto;
        /* height: 75.609756vw; */
    }
    .sec3 .pro .joke .wrap .item {
        width: 100%;
    }
    .sec4 .left .iconfont {
        transform: scale(0.5) translate(-25px, -30px);
    }
    .sec4 .left .iconfont:nth-child(2) {
        top: 21.854267vw;
        left: 31.80208vw;
    }
    .sec2 .circle p {
        left: 20px;
    }
    .sec2 .circle, .sec2 .circle:before {
        /* width: 40px;
        height: 40px; */
        width: 50px;
        height: 50px;
    }
    /* .sec2 .circle::after {
        height: 55px;
        width: 55px;
    } */
    .sec2 .circle:hover p{
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .sec4 .right .info .item .text p:nth-child(1) {
        font-size: 14px;
    }
}


@media screen and (max-width: 414px){
	/* .sec2 .circle, .sec2 .circle:before {
        width: 40px;
        height: 40px;
    }
    .sec2 .circle::after {
        height: 55px;
        width: 55px;
    } */
    .sec2 .intro .circleBox .item{
        justify-content: start;
    }
    .sec2 .circle:hover p{
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .sec2 .intro .circleBox .item{
        margin-top: 30px;
    }
    .Tow_mask .siderBar .item .line {
        width: 90%;
    }
    .Tow_mask .siderBar .item .swiper p{
        padding-left: 0;
    }
    .Tow_mask .siderBar .item .swiper .swiper-slide{
        text-align: center;
    }
    .sec4.active .left,
    .sec4 .left{
        transform: scale(1.8);
    }
    .sec3 .pro .joke .wrap .item {
        width: 100%;
    }
    .sec3 .pro .joke .top .title p {
        font-size: 14px;
    }
    .sec3 .pro .joke .top .title h1 {
        width: 160px;
    }
    .sec4 .left .iconfont {
        transform: scale(0.4) translate(-30px, -30px);
    }
    .sec4 .right .info .item .text p:nth-child(2) {
        font-size: 12px;
    }
    .sec5 .partner .title h1, .sec5 .new .title h1 {
        font-size: 22px;
    }
    .sec5 .new {
        height: 120px;
    }
    .sec5 .newInfo .right .text a{
        width: auto;
        line-height: 24px;
    }
    .sec5 .newInfo .right .text p {
        line-height: 20px;
    }
    .sec5 .newInfo .left .top,
     .sec5 .newInfo .right .top{
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .sec5 .newInfo{
        margin-bottom: 50px;
    }
    .sec4 .right .organ h5{
        font-size: 16px;
    }
    .sec5 .newInfo .left .img .text {
        width: 90%;
    }
}

@media screen and (max-width: 375px){
	.sec4 .right h1 {
        font-size: 24px;
    }
    .sec4 .right .info .item .text p:nth-child(1) {
        font-size: 14px;
    }
    .sec4 .right .info .item .iconfont {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
    .sec4 .right .info .item .iconfont svg{
        transform: scale(0.8);
    }
    .sec4 .right .organ img {
        margin-bottom: 18px;
    }
    .sec5 .new .bg img {
        right: -80px;
    }
}

@media screen and (max-width: 360px){

}
.sec3 .wrap .thereswiper .swiper-wrapper {
    flex-wrap: wrap;
}
.sec3 .wrap .thereswiper .swiper-wrapper .swiper-slide {
    height: fit-content;
}
.sec1 .ph {
    position: relative;
    padding: 10px;
}
.sec1 .ph .iconfont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    padding-left: 6px;
    color: #fff;
    transition: 1s;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec1 .ph .iconfont.on {
    opacity: 0;
    pointer-events: none;
}
