header {
    height: 184px;
}
header .header.header_on {
    background: unset;
    box-shadow: none;
}
header .header.header_on_ .header_right .menu span {
    background: #FFFFFF;
}
.header.header_on_ .header_right .lan a, .header.header_on_ .header_right .lan span{
    color: rgba(255, 255, 255, 0.5);
}
.header.header_on_ .header_right .lan a:hover, .header.header_on_ .header_right .lan a.on {
    color: rgba(255, 255, 255, 1);
}
.sec1 {
    position: relative;
}
.sec1 .index_banner {
    width: 100%;
    height: 100%;
}
.sec1 .index_banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec1 .btns {
    position: absolute;
    bottom: 70px;
    right: 80px;
    z-index: 20;
}
.sec1 .swiper-pagination {
    display: flex;
    bottom: 70px;
}
.sec1 .swiper-pagination .swiper-pagination-current {
    width: 220px;
    height: 32px;
    background: #E52129;
    text-align: right;
    font-size: 28px;
    font-family: PingFang SC b;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    padding-right: 9px;
}
.sec1 .swiper-pagination .line {
    display: block;
    margin: 0 5px;
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    opacity: 0.3;
}
.sec1 .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    opacity: 0.3;
}
.sec1 .index_banner .swiper-slide .swiper_content {
    position: relative;
}
.sec1 .index_banner .swiper-slide .text {
    position: absolute;
    left: 12.5vw;
    top: 50%;
    transform: translateY(-50%);
}
.sec1 .index_banner .swiper-slide .text h1 {
    font-size: 54px;
    font-family: PingFang SC b;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s;
}
.sec1 .index_banner .swiper-slide .text h1 span {
    color: #E72410;
}
.sec1 .index_banner .swiper-slide .text {
    opacity: 0;
}
.sec1 .index_banner .swiper-slide-active .text {
    opacity: 1;
}
.sec1 .index_banner .swiper-slide .text>p {
    font-size: 30px;
    font-family: PingFang SC r;
    font-weight: 100;
    color: #FFFFFF;
    margin-bottom: 50px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.2s;
}
.sec1 .index_banner .swiper-slide .text .more {
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.4s;
}
.sec1 .index_banner .swiper-slide .swiper_content.go .text h1 ,.sec1 .index_banner .swiper-slide .swiper_content.go .text p,.sec1 .index_banner .swiper-slide .swiper_content.go .text .more {
    transform: translateY(0px);
    opacity: 1;
}
.sec1 .scr {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.sec1 .scr p {
    font-size: 12px;
    font-family: PingFang SC m;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.sec1 .scr>div {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    margin: auto;
    position: relative;
}
.sec1 .scr>div .line {
    width: 1px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: myMove 3s infinite;
    background: #E52129;
}
.sec1 .ph {
    display: none;
}
.sec1 .scr>div .line:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #E52129;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    left: -100%;
}
@keyframes myMove {
    0% {
        height: 0;
    }
    70% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}
.sec3 .joke .numList {
    display: flex;
    justify-content: space-between;

}
.sec3 .joke .numList .item .num {
    width: fit-content;
    font-size: 40px;
    font-family: PingFang SC m;
    font-weight: 500;
    color: #E52129;
    line-height: 40px;
    position: relative;
}
.sec3 .joke .numList .item p {
    font-size: 14px;
    font-family: PingFang SC l;
    font-weight: 300;
    color: #1A1A1A;
    line-height: 32px;
}
.sec3 .joke .numList .item .num:after {
    content: attr(data-text);
    position: absolute;
    top: -1px;
    left: 100% !important;
    right: unset!important;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #E52129;
}
.sec3 .joke .numList .item:nth-child(2) .num:after {
    content: attr(data-text);
    position: absolute;
    top: -1px;
    right: -17px;
    font-size: 14px;
    line-height: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #E52129;
}
.sec4 .sec4_bottom .item_main .item_text {
    position: relative;
    z-index: 20;
}
.sec3 .joke .numList .item:nth-child(3) .num:after {
    content: attr(data-text);
    position: absolute;
    top: -1px;
    right: -17px;
    font-size: 14px;
    line-height: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #E52129;
}
.sec3 .joke .numList .item:nth-child(4) .num:after {
    content: "+";
    position: absolute;
    top: -1px;
    right: -17px;
    font-size: 14px;
    line-height: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #E52129;
}
.sec3 .joke .numList .item:nth-child(5) .num:after {
    content: attr(data-text);
    position: absolute;
    top: -1px;
    right: -17px;
    font-size: 14px;
    line-height: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #E52129;
}
.sec3 {
    position: relative;
}
.sec3 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.sec3 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec3 .joke {
    width: 1500px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec3 .joke .left {
    width: 720px;
    position: relative;
}
.sec3 .fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec3 .joke .left>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec3 .joke .left h1 {
    font-size: 36px;
    font-family: PingFang SC b;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 48px;
    margin-bottom: 30px;
}
.sec3 .joke .left h1 span {
    color: #E52129;
}
.sec3 .joke .left div>p {
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    opacity: 0.8;
    margin-bottom: 75px;
}
.sec3 .joke .left .more {
    margin-top: 85px;
}
.sec3 .joke .left .more p {
    color: #E52129;
}
.sec3 .joke .right {
    position: relative;
}
.sec3 .joke .right .play {
    position: absolute;
    cursor: pointer;
    top: 6px;
    left: -16px;
}
.sec3 .joke .right .play:after {
    content: "";
    width: 14px;
    height: 16px;

    background: #E52129;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec3 .joke .right .play img {
    animation: 10s movetop infinite linear;
}
@keyframes movetop {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.sec3 .scr {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.sec3 .scr p {
    font-size: 12px;
    font-family: PingFang SC m;
    font-weight: 500;

    color: #1A1A1A;
    margin-bottom: 20px;
}
.sec3 .scr>div {
    width: 1px;
    height: 60px;
    background: rgba(0, 0, 0, 0.2);
    margin: auto;
    position: relative;
}
.sec3 .scr>div .line {
    width: 1px;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: myMove 3s infinite;
    background: #E52129;
}
.sec3 .scr>div .line:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #E52129;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    left: -100%;
}
.sec4 .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.sec4 .sec4_top {
    display: flex;
    width: 1440px;
    justify-content: space-between;
    margin-bottom: 68px;
}
.sec4 .sec4_top .sec4_top_left {
    width: 872px;
}
.sec4 .sec4_top .sec4_top_left h1 {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 48px;
    margin-bottom: 32px;
}
.sec4 .sec4_top .sec4_top_left h1 span {
    color: #E52129;
}
.sec4 .sec4_top .sec4_top_left div>p {
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
    line-height: 34px;
    margin-bottom: 56px;
}
.sec4 .sec4_top .sec4_top_left .more p {
    color: #E52129;
}
.sec4 .sec4_top .sec4_top_right {
    padding-top: 45px;
}
.sec4 .sec4_bottom {
    display: flex;
}
.sec4 .sec4_bottom .item {
    width: 25vw;
    height: 25vw;
    position: relative;
    transition: 0.6s;
    border: 1px solid #EDEDED;
    border-bottom: none;
    background: #FAFAFA;
    padding: 72px 80px 50px;
    overflow: hidden;
    position: relative;
}
.sec4 .sec4_bottom .item:after {
    content: "";
    width: 150%;
    height: 150%;
    background: linear-gradient(-135deg, #0C4F8D, #5FC0CF);
    z-index: 1;
    transition: 1s;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%,100%);
    border-radius: 50%;
}
.sec4 .sec4_bottom .item:hover{
    background: unset;
}
.sec4 .sec4_bottom .item:hover:after {
    transform: translate(-16%,-20%);
}
.sec4 .sec4_bottom .item_main>img {
    width: 25vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    transition: 0.2s;
}
.sec4 .sec4_bottom .item_main>img:nth-child(1) {
    opacity: 0;
}
.sec4 .sec4_bottom .item_main>img:nth-child(2) {
    opacity: 1;
}
.sec4 .sec4_bottom .item:hover .item_main>img:nth-child(1) {
    opacity: 1;
}
.sec4 .sec4_bottom .item:hover .item_main>img:nth-child(2) {
    opacity: 0;
}
.sec4 .sec4_bottom .item_main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.sec4 .sec4_bottom .item_main .item_title {
    display: flex;
    justify-content: space-between;
}
.sec4 .sec4_bottom .item_main .item_title h4 {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1A1A1A;
    transition: 0.6s;
}
.sec4 .sec4_bottom .item_main .item_title p {
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #1A1A1A;
    transition: 0.6s;
}
.sec4 .sec4_bottom .item:hover .item_main .item_title p,.sec4 .sec4_bottom .item:hover .item_main .item_title h4 {
    color: #FFFFFF;
}
.sec4 .sec4_bottom .item_main .item_text h5 {
    font-size: 26px;
    font-family: PingFang SC b;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 24px;
    transition: 0.6s;
}
.sec4 .sec4_bottom .item_main .item_text p {
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #333333;
    height: 44px;
    line-height: 22px;
    opacity: 0.8;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}
.sec4 .sec4_bottom .item:hover .item_main .item_text p,.sec4 .sec4_bottom .item:hover .item_main .item_text h5 {
    color: #FFFFFF;
}
.sec4 .sec4_bottom .item_main .item_title .img {
    position: relative;
    width: 63px;
    height: 55px;

}
.sec4 .sec4_bottom .item_main .item_title .img img {
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
}
.sec4 .sec4_bottom .item_main .item_title .img img:nth-child(1),.sec4 .sec4_bottom .item:hover .item_main .item_title .img img:nth-child(2) {
    opacity: 1;
}
.sec4 .sec4_bottom .item_main .item_title .img img:nth-child(2),.sec4 .sec4_bottom .item:hover .item_main .item_title .img img:nth-child(1) {
    opacity: 0;
}
.sec5 .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sec5 .main {
    width: 1470px;
    margin: 0 auto 214px;
    display: flex;
    justify-content: space-between;
}
.sec5 .main h5 {
    font-size: 36px;
    font-family: PingFang SC b;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 36px;
    margin-bottom: 40px;
}
.sec5 .main .news_left a {
    width: 580px;
    height: 380px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 0 29px 25px;
}
.sec5 .main .news_left img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 3s;
}
.sec5 .main .news_left a:hover img {
    transform: scale(1.1);
}
.sec5 .main .news_left p {
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.sec5 .main .news_left h4 {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}
@media screen and (max-width: 1921px) {
    .footer .joke .footer_top {
        padding: 40px 0 20px;
    }
    .footer .joke .footer_bottom {
        padding: 18px 0 32px;
    }
    .sec5 .main {
        margin: 0 auto 54px;
    }
}

.sec5 .main .news_right a {
    width: 800px;
    display: flex;
    align-items: center;
    height: 95px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}
.sec5 .main .news_right a p {
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #999999;
    margin-right: 39px;
    transition: 0.6s;
}
.sec5 .main .news_right a h4 {
    font-size: 20px;
    font-family: PingFang SC m;
    font-weight: 500;
    color: #303436;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 550px;
    transition: 0.6s;
}
.sec5 .main .news_right a .jia {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}
.sec5 .main .news_right a .jia:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #E6E6E6;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.6s;
}
.sec5 .main .news_right a .jia:before {
    content: "";
    width: 12px;
    height: 2px;
    background: #E6E6E6;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.6s;
    transform: translate(-50%,-50%);
}
.sec5 .main .news_right a:hover .jia:after {
    background: #FFFFFF;
}
.sec5 .main .news_right a:hover .jia:before {
    background: #FFFFFF;
    transform: translate(-50%,-50%) rotate(90deg);
}
.sec5 .main .news_right a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #0C4F8D, #5FC0CF);
    opacity: 0;
    transition: 0.6s;
    z-index: -1;
}
.sec5 .main .news_right a:hover:after {
    opacity: 1;
}
.sec5 .main .news_right a:hover p {
    transform: translateX(40px);
    color: #FFFFFF;
}
.sec5 .main .news_right a:hover h4 {
    transform: translateX(40px);
    color: #FFFFFF;
}
.sec2 .index_pro_swiper {
    width: 1560px;
    margin: auto;
    transform: translateX(65px);
    position: static;
    overflow: unset;
}
.sec2 .index_pro_swiper>.swiper-wrapper1>.swiper-slide1{
    display: none;
    position: static;
}
.sec2 .index_pro_swiper>.swiper-wrapper1 {
    position: static;
}
.sec2 .index_pro_swiper>.swiper-wrapper1>.swiper-slide-active{
    display: block;
}
.sec2 .index_pro_swiper>.swiper-wrapper1>.swiper-slide1 .sw_co {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
}
.sec2 .index_pro_swiper>.swiper-wrapper1>.swiper-slide-active .sw_co {
    opacity: 1;
}
.sec2 .index_pro_swiper>.swiper-wrapper1>.swiper-slide1 .sw_co .index_pro_swiper_info1,.sec2 .index_pro_swiper>.swiper-wrapper>.swiper-slide .sw_co .index_pro_swiper_info2 {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.6s;
}
.sec2 .index_pro_swiper>.swiper-wrapper1>.swiper-slide-active .sw_co .index_pro_swiper_info1,.sec2 .index_pro_swiper>.swiper-wrapper>.swiper-slide-active .sw_co .index_pro_swiper_info2 {
    opacity: 1;
    transform: translateY(0px);
    z-index: 9999;
}
.sec2 .fp-tableCell {
    display: flex;
    align-items: center;
}
.sec2 .index_pro_swiper .index_pro_swiper_info1 {
    width: 350px;
    margin: 0;
}
.sec2 .index_pro_swiper .index_pro_swiper_info2 .swiper-slide {
    transition: 0.6s;
}
.sec2 .index_pro_swiper .index_pro_swiper_info2 .swiper-slide-active {
    opacity: 1;
}
.sec2 .index_pro_swiper .index_pro_swiper_info2 .swiper-slide-next {
    opacity: 0.4;
    cursor: pointer;
}
.sec2 .index_pro_swiper .index_pro_swiper_info2 {
    width: 52vw;
    margin-left: 10.7vw;
}
.sec2 .index_pro_swiper .index_pro_swiper_info1 h1 {
    font-size: 16px;
    font-family: PingFang SC m;
    font-weight: 500;
    color: #E52129;
    padding-left: 17px;
    position: relative;
    margin-bottom: 20px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.6s;
}

.sec2 .index_pro_swiper .index_pro_swiper_info1 h1:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #E52129;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.sec2 .index_pro_swiper .index_pro_swiper_info1 h5 {
    font-size: 36px;
    font-family: PingFang SC b;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 48px;
    margin-bottom: 30px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.2s;
}
.sec2 .index_pro_swiper .index_pro_swiper_info1 .more {
    transform: translateY(30px);
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.6s;
}
.sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide .swiper_content>p {
    font-size: 20px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #1A1A1A;
    margin-bottom: 65px;
    transform: translateY(30px);
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.4s;
}
.sec2 .index_pro_swiper .index_pro_swiper_info2 .swiper-slide {
    pointer-events: auto!important;
}
.sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide .swiper_content a p {

    color: #E52129;
}
.sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide .swiper_content {
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}
.sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide-active .swiper_content {
    opacity: 1;
    pointer-events: auto;
}
.sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide-active .swiper_content>p,.sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide-active .swiper_content>h1,.sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide-active .swiper_content>h5,.sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide-active .swiper_content>.more {
    transform: translateY(0px);
    opacity: 1;
}
.sec2 {
    position: relative;
}
.sec2 .btnsList {
    width: 104px;
    position: absolute;
    bottom: 77px;
    left: 50%;
    transform: translateX(-50%);

}
.sec2 .btnsList .btns {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}
.sec2 .btnsList .btns .cir {
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.1);
}
.sec2 .btnsList .btns .cir:nth-last-child(1) {
    box-shadow: -2px -3px 5px 0px rgba(0,0,0,0.1);
}
.sec2 .btnsList .btns.on {
    opacity: 1;
    pointer-events: auto;
}
.sec2 .proItemList {
    position: absolute;
    right: 4vw;
    bottom: 70px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 21px;
    z-index: 999;
}
.sec2 .proItemList .main {
    display: flex;
    align-items: center;
}
.sec2 .proItemList .main .item {
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #999999;
    transition: 0.6s;
    cursor: pointer;
}
.sec2 .proItemList .main .item.on,.sec2 .proItemList .main .item:hover {

    color: #E52129;
}
.sec2 .proItemList .main .item:not(:nth-last-child(1)) {
    margin-right: 36px;
}
.sec2 .proItemList img {
    position: absolute;
    bottom: -6px;
    transition: 0.6s;
}

.sec2 .swiper-pagination {
    display: flex;
    position: absolute;
    left: calc((1560px - 100vw)/2 - 65px);
    bottom: calc((500px - 100vh)/2 + 30px);
    z-index: 20;
}
.sec2 .swiper-pagination .swiper-pagination-current {
    width: 220px;
    height: 32px;
    background: #E52129;
    text-align: right;
    font-size: 28px;
    font-family: PingFang SC b;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    padding-right: 9px;
}
.sec2 .swiper-pagination .line {
    display: block;
    margin: 0 5px;
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;

    color: #999999;
    line-height: 50px;
    opacity: 0.3;
}
.sec2 .swiper-pagination .swiper-pagination-total {
    font-size: 14px;
    font-family: PingFang SC r;
    font-weight: 400;

    color: #999999;
    line-height: 50px;
    opacity: 0.3;
}
.index_banner .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide {
    overflow: hidden;
}
.index_banner .swiper-slide .slide-inner .swiper_content img {
    transition: 8s;
    transform: scale(1.15);
}
.index_banner .swiper-slide .slide-inner .swiper_content.go img {
    transform: scale(1);
}
.sec2 .circle {
    width: 100%;
    height: 100%;
    position: absolute;
}
.sec2 .circle .c1,.sec2 .circle .c2,.sec2 .circle .c3 {
    width: 570px;
    height: 570px;
    border-radius: 50%;
    background: #e52129;
    opacity: 0.05;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
    filter: blur(20px);
}
.sec2 .circle .c2 {
    transform: translate(-50%,-50%) scale(1.5);
}
.sec2 .circle .c3 {
    transform: translate(-50%,-50%) scale(2);
}
@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}
@media screen and (max-width: 1600px) {
    header {
        height: 100px;
    }
    .sec5 .main .news_right  {
        width: 55%;
    }
    .sec5 .main .news_right a {
        width: 100%;
    }
    .sec1 .index_banner .swiper-slide .text h1 {
        font-size: 46px;
    }
    .sec1 .index_banner .swiper-slide .text>p {
        font-size: 26px;
    }
    .sec2 .index_pro_swiper .index_pro_swiper_info1 h5,.sec3 .joke .left h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide .swiper_content>p {
        font-size: 18px;
    }
    .sec3 .joke {
        width: 90%;
    }
    .sec3 .joke .left {
        width: 45%;
    }
    .sec3 .joke .left div>p {
        margin-bottom: 40px;
    }
    .sec3 .joke .left .more {
        margin-top: 30px;
    }
    .sec4 .sec4_top .sec4_top_left h1 {
        font-size: 32px;
    }
    .sec4 .sec4_bottom .item .item_text {
        position: relative;
        z-index: 999;
    }
    .footer .joke .footer_center {
        margin-bottom: 20px;
    }
    .sec4 .sec4_top {
        margin-bottom: 28px;
    }
    .sec4 .sec4_top .sec4_top_left div>p {
        margin-bottom: 26px;
    }
    .sec5 .main h5,.sec5 .main h5 {
        font-size: 32px;
        margin-bottom: 21px;
    }
    .sec5 .main {
        width: 90%;
    }
    .sec5 .main .news_right a {
        height: 80px;
    }
    .sec5 .main .news_left {
        width: 40%;
    }
    .sec5 .main .news_left a {
        width: 100%;
        height: 320px;
    }
    .sec5 .main .news_right a h4 {
        font-size: 16px;
    }
    .sec5 .main .news_left h4 {
        font-size: 18px;
    }
    .footer .joke .footer_top {
        padding: 30px 0 20px;
    }
    .sec4 .sec4_top {
        width: 90%;
    }
    .sec4 .sec4_bottom .item {
        padding: 40px;
    }
    .sec4 .sec4_top .sec4_top_left {
        width: 60%;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 .index_banner .swiper-slide .text h1 {
        font-size: 40px;
    }
    .sec1 .index_banner .swiper-slide .text>p {
        font-size: 22px;
    }
    .sec1 .swiper-pagination .swiper-pagination-current {
        font-size: 24px;
    }
    .sec2 .index_pro_swiper .index_pro_swiper_info2 .swiper-slide img {
        max-width: 100%;

    }
    .sec3 .joke .left div>p {
        font-size: 14px;
        line-height: 2;
    }
    .sec2 .index_pro_swiper .index_pro_swiper_info1 h5, .sec3 .joke .left h1 {
        font-size: 28px;
    }
    .sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide .swiper_content>p {
        font-size: 16px;
    }
    .sec2 .swiper-pagination .swiper-pagination-current {
        font-size: 24px;
    }
    .sec2 .index_pro_swiper {
        width: 90%;
        transform: unset;
    }
    .sec2 .swiper-pagination {
        left: 0;
    }
    .sec3 .joke .right {
        width: 500px;
    }
    .sec3 .joke .right img {
        width: 100%;
    }
    .sec3 .joke .numList .item .num {
        font-size: 30px;
    }
    .sec4 .sec4_bottom .item_main .item_text h5 {
        font-size: 20px;
    }
    .sec4 .sec4_bottom .item {
        height: 20vw;
    }
    .sec4 .sec4_top .sec4_top_left div>p {
        font-size: 14px;
        line-height: 2;
    }
    .footer .joke .footer_bottom {
        padding: 18px 0;
    }
    .sec5 .main .news_right {
        width: 60%;
    }
    .sec5 .main .news_right a {
        width: 100%;
        height: 60px;
    }
    .sec5 .main .news_left a {
        height: 240px;
        width: 380px;
    }
    .footer .joke .footer_center {
        margin-bottom: 9px;
    }
    .sec5 .main h5, .sec5 .main h5 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1365px) {
    .sec1 .index_banner .swiper-slide-active .text h1,.sec1 .index_banner .swiper-slide-active .text>p,.sec1 .index_banner .swiper-slide-active .text .more {
        opacity: 1;
        transform: translateY(0);
    }
    .sec1 .pc {
        display: none;
    }
    .sec1 .ph {
        display: block;
    }
    header {
        height: 60px;
    }
    .sec2 .index_pro_swiper .index_pro_swiper_info2 .swiper-slide img {
        display: block;
        margin: auto;
    }
    .section,.section .fp-tableCell  {
        height: auto!important;
    }
    /*.sec1,.sec1 .fp-tableCell {*/
    /*    height: 100vh!important;*/
    /*}*/
    .sec1 .index_banner .swiper-slide .swiper_content {
        height: 100%;
    }
    .fixed_paging {
        display: none;
    }
    .sec1 .index_banner .swiper-slide .text {
        left: 5vw;
    }
    .sec1 .swiper-pagination .swiper-pagination-current {
        width: 110px;
        font-size: 20px;
    }
    .sec2,.sec3 {
        padding: 40px 0 60px;
    }
    .sec3 {
        padding: 40px 0 20px;
    }
    .sec2 .proItemList {
        display: none;
    }
    .sec2 .index_pro_swiper>.swiper-wrapper1>.swiper-slide-active .sw_co {
        flex-direction: column;
    }
    .sec1 .index_banner .swiper-slide .text h1 {
        font-size: 32px;
    }
    .sec1 .index_banner .swiper-slide .text>p {
        font-size: 18px;
    }
    .sec2 .index_pro_swiper .index_pro_swiper_info1 h5, .sec3 .joke .left h1 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .sec2 .index_pro_swiper .index_pro_swiper_info1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .sec2 .index_pro_swiper .index_pro_swiper_info2 {
        width: 90%;
        margin: 0 auto 0;
        padding-bottom: 40px;
    }
    .sec2 .swiper-pagination {
        display: none;
    }
    .sec3 .joke {
        flex-direction: column;
    }
    .sec2 .index_pro_swiper .index_pro_swiper_info1 .swiper-slide .swiper_content>p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .sec3 .joke .left>img {
        display: none;
    }
    .sec2 .circle {
        overflow: hidden;
    }
    .sec3 .joke .left,.sec3 .joke .right {
        width: 100%;
    }
    .sec3 .joke .numList .item p {
        font-size: 12px;
    }
    .sec3 .joke .numList .item .num {
        font-size: 24px;
    }
    .sec3 .joke .numList .item .num:after {
        font-size: 12px;
    }
    .sec3 .joke .left .more {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .sec3 .joke .numList {
        flex-wrap: wrap;
    }
    .sec3 .scr {
        display: none;
    }
    .sec4 .sec4_top .sec4_top_right {
        display: none;
    }
    .sec4 .sec4_top .sec4_top_left h1 {
        font-size: 20px;
    }
    .sec4 .sec4_top .sec4_top_left {
        width: 100%;
    }
    .sec4 .sec4_top .sec4_top_left h1 {
        margin-bottom: 10px;
    }
    .sec4 .sec4_bottom .item {
        width: 50vw;
        height: 50vw;
        padding: 15px;
    }
    .sec4 .sec4_bottom .item_main .item_text h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .sec4 .sec4_bottom .item_main .item_text p {
        font-size: 12px;
    }
    .sec4 .sec4_bottom .item_main .item_title .img {
        width: 30px;
    }
    .sec4 .sec4_bottom .item_main .item_title .img img {
        width: 100%;
    }
    .sec4 .sec4_bottom .item_main .item_title h4 {
        font-size: 16px;
    }
    .sec4 .sec4_bottom {
        flex-wrap: wrap;
    }
    .sec3 .joke .numList .item {
        width: 50%;
    }
    .sec5 .main {
        flex-direction: column;
        padding: 40px 0 30px;
    }
    .sec5 .main .news_left a {
        width: 100%;
    }
    .sec5 .main .news_left h4 {
        font-size: 14px;
    }
    .sec5 .main h5, .sec5 .main h5 {
        margin-bottom: 20px;
        margin-bottom: 12px;
    }
    .sec5 .main .news_left {
        margin-bottom: 30px;
    }
    .sec5 .main .news_right {
        width: 100%;
    }
    .sec5 .main .news_right a h4 {
        font-size: 12px;
    }
    .sec5 .main .news_right a p {
        font-size: 12px;
        margin-right: 9px;
    }
    .sec5 .main .news_left {
        width: 100%;
    }
    .sec1 .btns {
        bottom: 70px;
        right: 20px;
        display: none;
    }
    .sec1 .scr {
        display: none;
    }
}
