    @charset "utf-8";
    .section1 {
        padding-top: 40px;
        padding-bottom: 120px;
    }
    
    .sect1 ul li {
        position: relative;
        float: left;
        width: 20%;
        background: url(/images/s1-xx.png) no-repeat left center;
        text-align: center;
        cursor: pointer;
    }
    
    .sect1 ul li:first-child {
        background: none;
    }
    
    .sect1 ul li .icon {
        position: relative;
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: url(/images/s1-qq.png) no-repeat center center;
        background-size: 100% 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .sect1 ul li .icon::after {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-radius: 50%;
        background: url(/images/s1-x-qq.png) no-repeat center center;
        background-size: 100% 100%;
    }
    
    .sect1 ul li .icon img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .sect1 ul li p {
        margin-top: 25px;
        font-size: 22px;
        color: #221815;
    }
    
    .sect1 ul li .fu-con {
        position: absolute;
        left: 0;
        right: 0;
        height: 359px;
        width:320px;
        top: -85px;
        background: url(/images/s1-fu-tc.jpg) no-repeat center bottom;
        background-size: cover;
        padding: 10px;
        padding-top: 0;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
        z-index: -1;
    }
    
    .sect1 ul li:hover .fu-con {
        opacity: 1;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        z-index: 99;
    }
    
    .fu-tit {
        position: relative;
        padding-top: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-align: center;
    }
    
    .fu-tit::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -14px;
        border: 5px solid transparent;
        border-top: 8px solid rgba(255, 255, 255, .2);
    }
    
    .sect1 ul li .fu-tit .icon {
        position: relative;
        display: inline-block;
        width: 90px;
        height: 90px;
        background: url(/images/s1-qq-other.png) no-repeat center center;
        background-size: 100% 100%;
        vertical-align: middle;
    }
    
    .sect1 ul li .fu-tit .icon:after {
        left: 7px;
        right: 7px;
        top: 7px;
        bottom: 7px;
        background: url(/images/s1-x-qq-other.png) no-repeat center center;
        background-size: 100% 100%;
    }
    
    .sect1 ul li .fu-tit .text {
        display: inline-block;
        padding-left: 15px;
        vertical-align: middle;
    }
    
    .sect1 ul li .fu-tit .text p {
        margin-top: 0;
        font-size: 22px;
        color: #fff;
        margin-bottom: 10px;
    }
    
    .sect1 ul li .fu-tit .text span {
        font-size: 15px;
        color: #fff;
        opacity: .5;
        text-transform: uppercase;
    }
    
    .fu-con .f-ul {
        margin-top: 30px;
    }
    
    .f-ul ul {
        overflow: hidden;
        width:320px;
    }
    
    .f-ul ul li {
        position: relative;
        float: left;
        width: 49%;
        line-height: 25px;
        text-align: left;
        padding: 5px 0;
        padding-left: 10px;

    }
    
    .f-ul ul li::after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #9fbceb;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s;
    }
    
    .f-ul ul li a {
        position: relative;
        font-size: 15px;
        color: #9fbceb;
        transition: all .3s;
        padding-right:15px;
    }
    
    .f-ul ul li:hover::after {
        background: #fff;
    }
    
    .f-ul ul li:hover a {
        color: #fff;
    }
    
    .section2 {
        padding-top: 55px;
     
        background: url(/images/20240918005.png) no-repeat center -370px;
        background-size: cover;
    }
    
    .title {
        position: relative;
        text-align: center;
    }
    
    .title h2 {
        display: inline-block;
        padding-left: 20px;
        border-left: 3px solid #ff8a00;
        color: #1e50a2;
        font-size: 0;
        text-align: left;
    }
    
    .title h2 p {
        font-size: 34px;
    }
    
    .title h2 span {
        padding-top: 10px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1;
    }
    
    .title .more {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .title .more a {
        display: block;
        font-size: 14px;
        color: #1e50a2;
    }
    

    
    .sect2 {
        overflow: hidden;
    }
    
    .tz {
        float: right;
        width: 100%;
        background-color:#ffffff;
    }
    
    .tz ul {
        margin-top: 15px;
        width:45%;
    }
    
    .tz ul li {
        position: relative;
        padding-left: 95px;
        padding-right: 35px;
        line-height: 54px;
        left: 0;
        transition: all .3s;
        width:100%;
    }
    
    .tz ul li:hover {
        left: -5px;
    }
    
    .tz ul li a {
        display: block;
        font-size: 18px;
        color: #333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all .3s;
    }
    

    
    a .tz ul li:hover a {
        font-weight: bold;
    }
    
    .tz ul li i {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        font-weight: bold;
    }
    
    .tz ul li span {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #333;
    }
    
    .tz ul li:hover span {
        color: #1e50a2;
    }
    
    .tz ul li.red i {
        color: #ff6e00;
    }
    
    .tz ul li.red:hover a {
        color: #ff6e00;
    }
    
    .tz ul li.qing1 i {
        color: #51d97f;
    }
    
    .tz ul li.qing1:hover a {
        color: #67d2be;
    }
    
    .tz ul li.qing i {
        color: #67d2be;
    }
    
    .tz ul li.qing:hover a {
        color: #51d97f;
    }
    
    .tz ul li.blue2 i {
        color: blue;
    }
    
    .tz ul li.blue2:hover a {
        color: blue;
        ;
    }
    
    .tz ul li.blue1 i {
        color: #00d4f7;
    }
    
    .tz ul li.blue1:hover a {
        color: #00d4f7;
    }
    
    .tz ul li.red2 i {
        color: #ec9191;
    }
    
    .tz ul li.red2:hover a {
        color: #ec9191;
    }
    
    .tz ul li.orange i {
        color: #ff6e00;
    }
    
    .tz ul li.orange:hover a {
        color: #ff6e00;
    }
    
    .tz ul li.blue i {
        color: #1e50a2;
    }
    
    .tz ul li.blue:hover a {
        color: #1e50a2;
    }
    
    .tz ul li.green i {
        color: #34691e;
    }
    
    .tz ul li.green:hover a {
        color: #34691e;
    }
    
    .tz ul li.green1 i {
        color: yellowgreen;
    }
    
    .tz ul li.green1:hover a {
        color: yellowgreen;
    }
    
    .tz ul li.red1 i {
        color: #980096;
    }
    
    .tz ul li.red1:hover a {
        color: #980096;
    }
    
    .tz ul li.brown i {
        color: #855442;
    }
    
    .tz ul li.brown:hover a {
        color: #855442;
    }
    
    .tz ul li.purple i {
        color: #c491c4;
    }
    
    .tz ul li.purple:hover a {
        color: #c491c4;
    }
    
    .section3 {
        padding-top: 60px;
        padding-bottom: 50px;
    }
    
    .news {
        margin-top: 40px;
    }
    
    .news ul li {
        float: left;
        width: 23.5%;
        position: relative;
        margin-left: 2%;
    }
    
    .news ul li:first-child {
        margin-left: 0;
    }
    
    .news ul li::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 3px;
        background-color: #ff8a00;
        transition: all .3s;
    }
    
    .news ul li a {
        position: relative;
        display: block;
    }
    
    .news ul li a .pic {
        padding-top: 74.69%;
    }
    
    .news ul li a .date {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 67px;
        height: 67px;
        background: rgba(0, 64, 152, .8);
        padding-top: 5px;
        text-align: center;
        font-family: "Century Gothic";
        color: #fff;
        box-sizing: border-box;
    }
    
    .news ul li a .date p {
        font-size: 28px;
    }
    
    .news ul li a .date span {
        display: inline-block;
        font-size: 15px;
    }
    
    .news ul li a .text {
        background-color: #f7f7f7;
        padding: 20px 15px 30px 15px;
        transition: all .3s;
        background-position: center center;
    }
    
    .news ul li a .text h2 {
        line-height: 30px;
        font-size: 18px;
        color: #333;
        font-weight: normal;
        height: 60px;
        margin-bottom: 15px;
        overflow: hidden;
    }
    
    .news ul li a .text p {
        line-height: 25px;
        font-size: 14px;
        color: #808080;
        height: 50px;
        overflow: hidden;
    }
    
    .news ul li:hover::after {
        width: 100%;
    }
    
    .news ul li:hover a .text {
        background: url(/images/news-bg.jpg) no-repeat center center;
        background-size: cover;
    }
    
    .news ul li:hover a .text h2 {
        color: #fff;
    }
    
    .news ul li:hover a .text p {
        color: #fff;
    }
    
    .date .slick-slide>div {
        margin-top: 60px;
    }
    
    .date .slick-slide>div li a {
        display: block;
        padding-right: 10px;
        overflow: hidden;
    }
    
    .date .slick-slide>div li .icon {
        float: left;
    }
    
    .date .slick-slide>div li .text {
        overflow: hidden;
        padding-left: 10px;
    }
    
    .date .slick-slide>div li .text h2 {
        margin-bottom: 5px;
        color: #050505;
    }
    
    .date .slick-slide>div li .text h2 span {
        font-size: 32px;
        font-family: "Arial";
    }
    
    .date .slick-slide>div li:hover .text h2 span {
        color: #1e50a2;
    }
    
    .date .slick-slide>div li .text h2 i {
        font-size: 16px;
        font-weight: normal;
    }
    
    .date .slick-slide>div li .text p {
        line-height: 24px;
        font-size: 15px;
        color: #666666;
        height: 68px;
        overflow: hidden;
    }
    
    .date .slick-dots {
        position: relative;
        margin-top: 20px;
    }
    
    .date .slick-dots li {
        width: 18px;
        height: 18px;
        background: url(/images/s4-slick.png) no-repeat center center;
        transition: all .3s;
    }
    
    .date .slick-dots li.slick-active {
        background: url(/images/s4-slick-active.png) no-repeat center center;
    }
    
    .section5 {
        padding-top: 55px;
        padding-bottom: 50px;
    }
    
    .sect5 ul li {
        position: relative;
        float: left;
        width: 24%;
        margin-left: 1%;
        border-radius: 10px;
        text-align: center;
        top: 0;
        transition: all .3s;
    }
    
    .sect5 ul li:hover {
        top: -5px;
    }
    
    .sect5 ul li:nth-child(4n-3) {
        margin-left: 0;
    }
    
    .sect5 ul li a {
        display: block;
        padding: 20px 0;
        font-size: 0;
    }
    
    .sect5 ul li a .icon {
        display: block;
        width: 95px;
        height: 95px;
        border: 1px dashed #fff;
        border-radius: 50%;
        padding: 8px;
        vertical-align: middle;margin: 0 auto;
    }
    
    .sect5 ul li a .icon span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #fff;
    }
    
    .sect5 ul li:nth-child(1) {
        background: url(/images/s5-bg1.png) no-repeat center center;
        background-size: cover;
    }
    
    .sect5 ul li:nth-child(2) {
        background: url(/images/s5-bg2.png) no-repeat center center;
        background-size: cover;
    }
    
    .sect5 ul li:nth-child(3) {
        background: url(/images/s5-bg3.png) no-repeat center center;
        background-size: cover;
    }
        .sect5 ul li:nth-child(4) {
        background: url(/images/s5-bg1.png) no-repeat center center;
        background-size: cover;
    }
    
    .sect5 ul li a .icon span img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .sect5 ul li a .text {
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
    }
    
    .sect5 ul li a .text p {
        font-size: 22px;
        color: #fff;
    }
    
    @media screen and (max-width:1400px) {
        .sect1 ul li .fu-con {
            left: -100px;
            right: -100px;
        }
        .sect1 ul li:nth-child(1) .fu-con {
            right: -200px;
            left: 0;
        }
        .sect1 ul li:nth-child(4) .fu-con {
            right: 0;
            left: -200px;
        }
    }
    
    @media screen and (max-width:1200px) {
        .sect5 ul li a .text {
            display: block;
            padding-left: 0;
            margin-top: 10px;
        }
        .sect5 ul li a .icon {
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 70px;
            height: 70px;
        }
    }
    
    @media screen and (max-width:1024px) {
        .tz {
            float: none;
            width: 100%;
        }
        .f-ul ul li a {
            position: relative;
            font-size: 18px;
            padding-left: 15px;
        }
        .f-ul ul li a::after {
            content: "";
            position: absolute;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #9fbceb;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: all .3s;
        }
        .f-ul ul li::after {
            display: none;
        }
        .fu-con .f-ul {
            margin-top: 10px;
        }
        .f-ul ul li {
            line-height: 24px;
            text-align: center;
        }
        .sect1 ul li .fu-tit .icon {
            width: 70px;
            height: 70px;
        }
        .sect1 ul li:hover .fu-con {
            transform: none;
        }
        .sect1 ul li .icon {
            width: 80px;
            height: 80px;
        }
        .sect1 ul li .icon img {
            height: 30px;
        }
        .sect1 ul li p {
            margin-top: 5px;
            font-size: 16px;
        }
        .sect1>ul>li {
            position: static;
        }
        .sect1 ul {
            position: relative;
        }
        .sect1>ul>li {
            float: none;
            width: 100%;
            margin-bottom: 15px;
            text-align: center;
        }
        .sect1>ul>li>.icon {
            display: none;
        }
        .sect1>ul>li>p {
            display: none;
        }
        .sect1 ul li .fu-con {
            position: static;
            opacity: 1;
            width: 100%;
            height: auto;
        }
    }
    
    @media screen and (max-width:1000px) {
        .news ul li {
            width: 48%;
            margin-left: 0;
            margin-right: 4%;
            margin-bottom: 15px;
        }
        .news ul li:nth-child(2n) {
            margin-right: 0;
        }
        .sect5 ul li a .text {
            height: 48px;
        }
    }
    
    @media screen and (max-width:700px) {
        .section1 {
            position: relative;
            padding-top: 15px;
            padding-bottom: 15px;
            z-index: 99;
        }
        .section2,
        .section3,
        .section5 {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .title h2 p {
            font-size: 22px;
        }
        .title h2 {
            padding-left: 10px;
        }
        .tz ul li {
            line-height: 32px;
            padding-left: 78px;
            width:190%;
        }
        .tz ul li i {
            font-size: 16px;
        }
        .tz ul li a {
            font-size: 16px;
        }
        .title {
            text-align: left;
        }
        .news ul li {
            float: none;
            width: 100%;
            margin-right: 0;
        }
        .news {
            margin-top: 15px;
        }
        .date .slick-slide>div {
            margin-top: 15px;
        }
        .date .slick-slide img {
            height: 30px;
        }
        .date .slick-slide>div li .text h2 span {
            font-size: 24px;
        }
        .sect5 ul li {
            float: none;
            width: 100%;
            margin-left: 0;
            margin-bottom: 15px;
        }
        .news ul li a .text {
            padding: 15px;
        }
        .date .slick-slide>div li .text p {
            height: auto;
        }
        .sect5 ul li a .text p {
            font-size: 16px;
        }
        .sect5 ul li a .text {
            height: auto;
        }
        .news ul li a .text h2 {
            font-size: 16px;
            margin-bottom: 5px;
        }
        .news ul li a .date {
            height: 55px;
        }
        .news ul li a .date p {
            font-size: 20px;
        }
        .sect5 ul li a .icon span img {
            height: 25px;
        }
        .sect1 ul {
            width: 100%;
        }
        .f-ul ul li a {
            font-size: 14px;
        }
    }