
        .about .con {
            padding-top: 70px;
            padding-bottom: 160px;
            background: #fff;
        }
        
        .about .banner {
            width: 100%;
            min-width: 1200px;
            height: 480px;
            background: url(template/szsn/image/gszmz.jpg) center center no-repeat;
            background-size: cover;
        }
        
        .about .con .first {
            margin-top: 63px;
            display: flex;
            /* align-items: center; */
            justify-content: center
        }
        
        .about .con .first .right {
            margin-left: 123px;
        }
        
        .about .con .first .right .tit1 {
            height: 69px;
            font-size: 68px;
            font-weight: 500;
            color: #F7FCFF;
            line-height: 63px;
        }
        
        .about .con .first .right .tit2 {
            height: 63px;
            font-size: 28px;
            font-weight: 400;
            color: #293038;
            line-height: 63px;
            margin-top: -20px;
        }
        
        .p-01 {
            display: inline-block;
            background: linear-gradient(90deg, #041037, #1c3881, #2f94ca);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-size: 18px;
            line-height: 40px;
            margin-top: 20px;
            font-weight: 700;
        }
        
        .p-title {
            display: inline-block;
            background: linear-gradient(90deg, #041037, #1c3881, #2f94ca);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-family: 'Syncopate', sans-serif;
            text-transform: uppercase;
            font-size: 28px;
            font-weight: 700;
        }
        
        .about .con .first .right .tit3 {
            width: 490px;
            font-size: 16px;
            font-weight: 400;
            color: #777777;
            line-height: 22px;
            text-align: justify;
        }
        
        .about .con .first .right .tit4 {
            margin-top: 50px;
        }
        
        .about .first .right .list {
            display: flex;
            align-items: center;
        }
        
        .about .first .right .list:last-child {
            margin-top: 30px;
        }
        
        .about .first .right .list .txt {
            margin-left: 20px;
        }
        
        .about .first .right .list .txt div:first-child {
            font-size: 18px;
            font-weight: 400;
            color: #293038;
            line-height: 18px;
        }
        
        .about .first .right .list .txt div:last-child {
            font-size: 14px;
            font-weight: 400;
            color: #777777;
            margin-top: 10px;
            line-height: 14px;
        }
        
        .about .second {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 58px;
        }
        
        .about .second .right {
            margin-right: 141px;
        }
        
        .about .second .right .tit4 .list {
            display: flex;
            align-items: center;
            margin-top: 50px;
        }
        
        .about .second .right .list .txt {
            margin-left: 20px;
        }
        
        .about .second .right .list .txt div:first-child {
            font-size: 18px;
            font-weight: 400;
            color: #293038;
            line-height: 18px;
        }
        
        .about .second .right .list .txt div:last-child {
            font-size: 14px;
            font-weight: 400;
            color: #777777;
            margin-top: 10px;
            line-height: 14px;
        }
        
        .about .second .tit1 {
            font-size: 28px;
            font-weight: 400;
            color: #293038;
        }
        
        .about .second .tit2 {
            width: 490px;
            font-size: 16px;
            font-weight: 400;
            color: #777777;
            line-height: 25px;
            margin-top: 44px;
            text-align: justify;
        }
        
        .about .third {
            margin-top: 100px;
        }
        
        .about .third .tit {
            text-align: center;
            font-size: 28px;
            font-weight: 400;
            color: #000000;
        }
        
        .about .third .img {
            margin-top: 50px;
            width: 1200px;
        }
        
        .about .third .img img {
            max-width: 1200px;
        }
        /* .about .third {
            margin-top: 224px;
        } */
        
        .about .fifth .ul {
            display: flex;
            margin-top: 60px;
        }
        
        .about .fifth .ul .li {
            width: 200px;
            height: 408px;
            position: relative;
            overflow: hidden;
        }
        /* .about .fifth ul li:hover .txt {
      top: 0;
      transition: all .8s;
    } */
        
        .about .fifth .ul .li img {
            width: 200px;
            height: 408px;
        }
        
        .about .fifth .ul .li .txt {
            width: 200px;
            height: 408px;
            background: linear-gradient(360deg, rgba(13, 22, 109, 0.9) 0%, rgba(11, 28, 112, 0.6) 100%);
            color: #ffffff;
            position: absolute;
            top: 408px;
            left: 0;
            padding: 20px;
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            overflow-y: scroll;
        }
        
        .about .fifth .li .tit1 {
            display: flex;
            align-items: flex-end;
        }
        
        .about .fifth .li .txt .name {
            font-size: 20px;
            font-weight: 400;
            margin-right: 10px;
        }
        
        .about .fifth .li .txt .position {
            font-size: 14px;
            font-weight: 400;
        }
        
        .about .fifth .li .txt .tit2,
        .about .fifth .li .txt .tit3 {
            font-size: 12px;
            font-weight: 400;
            margin-top: 10px;
            text-align: justify;
            line-height: 18px;
            opacity: 0.6;
        }
        
        .about .fifth .li .tit3 ul li {
            display: flex;
        }
        
        .about .fifth .li .tit3 ul li::before {
            content: '·';
            font-size: 50px;
            height: 11px;
            line-height: 13px;
            display: inline-block;
            margin-right: 10px;
        }
        /* .about .fifth li .txt .tit2 {
      height: 90px;
    } */
        
        .about .fifth ul .li .txt::-webkit-scrollbar {
            width: 0 !important
        }
        
        .about .fifth ul .li .txt {
            -ms-overflow-style: none;
        }
        
        .about .fifth ul .li .txt {
            overflow: -moz-scrollbars-none;
        }
        /* 滚动导航 */
        
        .nav-height {
            position: relative;
            height: 50px;
        }
        
        .nav-wrap {
            width: 100%;
            height: 50px;
            background: #fff;
        }
        
        .nav-wrap.navFix {
            position: fixed;
            top: 0;
            left: 0;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            border-bottom: 1px solid #e3e3e9;
            z-index: 99999;
        }
        
        .nav-wrap ul {
            padding: 0;
            margin: 0 auto;
            width: 1200px;
            display: block;
            border-bottom: 2px solid #eee;
        }
        
        .nav-wrap.navFix ul {
            border-bottom: 0;
        }
        
        .nav-wrap li {
            display: inline-block;
            text-align: left;
            height: 50px;
            line-height: 50px;
            float: left;
        }
        
        .nav-wrap li a {
            display: block;
            padding: 0 20px;
            font-size: 18px;
            color: #333;
            text-decoration: none;
        }
        
        .nav-wrap li a:hover {
            color: #22579B;
        }
        
        .nav-wrap li a.active {
            border-bottom: 2px solid #22579B;
            color: #22579B;
        }
        
        .nav-mobile {
            display: none;
            font-weight: bold;
            width: 100%;
        }
        
        .click-me {
            width: 150px;
            height: 30px;
            background: #22579B;
            color: white;
            text-align: center;
            line-height: 30px;
        }
        
        .click-me a {
            display: block;
            color: white;
        }
        .ql-editor {
            overflow-y: initial !important; 
        }
        .parview {
            margin: 0 !important;
        }
    .ql-editor{
        white-space: revert;
        max-width: 800px;
        margin: auto !important;
    }
    .ql-editor p {
        white-space: pre-wrap !important;  
    }