        .mini-banner {
            height: 704px;
            background: rgba(172, 230, 255, 0.2);
            margin-bottom: 65px;
        }
        
        .mini-banner .banner img {
            animation: banner 2s;
            position: relative;
        }
        
        .mini-banner .banner {
            margin-top: 35px;
            width: 1200px;
            overflow: hidden;
        }
        
        .mini .title {
            position: relative;
        }
        
        .mini .title .background {
            background: #D9ECFE;
            width: 140px;
            height: 26px;
            position: absolute;
            left: 45px;
            top: 25px;
        }
        
        .mini .title h2 {
            color: #3E659B;
            font-size: 30px;
            font-weight: 400;
            line-height: 36px;
            position: relative;
            z-index: 1;
        }
        
        .mini .title h3 {
            color: #3082A5;
            font-size: 28px;
            font-weight: 400;
            line-height: 34px;
            margin-left: 30px;
            position: relative;
            z-index: 1;
        }
        
        .mini .title p {
            height: 227px;
            width: 370px;
            color: #666;
            font-size: 20px;
            font-weight: 400;
            line-height: 40px;
            margin-top: 75px;
        }
        
        .mini .title a {
            display: block;
            width: 72px;
            height: 26px;
            background: #75BAFA;
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 26px;
            position: absolute;
            left: 0;
            top: 380px;
        }
        
        #noSeamScroll {
            margin-top: 55px;
            height: 380px;
            position: relative;
            overflow: hidden;
            margin-bottom: 60px;
        }
        
        #noSeamScroll ul {
            position: absolute;
            list-style: none;
        }
        
        #noSeamScroll ul li {
            float: left;
            width: 242px;
            height: 380px;
            margin-right: 20px;
        }
        
        #noSeamScroll ul li p {
            margin-top: 15px;
            color: #333;
            font-size: 18px;
        }
        
        .mini .introduce .left {
            width: 573px;
            position: relative;
            margin-right: 80px;
        }
        
        .mini .introduce {
            margin-bottom: 75px;
            display: flex;
        }
        
        .mini .introduce p {
            height: 159px;
            font-size: 16px;
            font-weight: 400;
            line-height: 30px;
            color: #666;
            margin-top: 40px;
            margin-bottom: 15px;
        }
        
        .mini .introduce .btn {
            width: 72px;
            height: 26px;
            background: #75BAFA;
            text-align: center;
            position: absolute;
            right: 0;
            top: 180px;
        }
        
        .mini .introduce .btn a {
            color: #fff;
        }
        
        .mini .manage {
            width: 1200px;
            margin-left: 90px;
            margin-top: 50px;
        }
        
        .mini .manage li {
            display: inline-block;
            margin-right: 220px;
            text-align: center;
            margin-bottom: 100px;
        }
        
        .mini .manage li p {
            color: #666;
            font-size: 24px;
            font-weight: 400;
            line-height: 29px;
            margin-top: 10px;
        }
        
        .mini .news .news-top {
            display: flex;
        }
        
        .mini .news .news-top .left {
            margin-right: 25px;
            position: relative;
        }
        
        .mini .news .news-top .left .text {
            position: absolute;
            top: 0;
            text-align: center;
            left: 230px;
            top: 210px;
        }
        
        .mini .news .news-top .left .text p {
            color: #fff;
            font-size: 30px;
            margin-bottom: 20px;
        }
        
        .mini .news .news-top .right ul li {
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            color: #666;
            position: relative;
            border-bottom: 1px dashed #707070;
        }
        
        .mini .news .news-top .right ul li a {
            color: #666;
            display: inline-block;
            width: 400px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }
        
        .mini .news .news-top .right ul li span {
            text-align: right;
            position: absolute;
            right: 0;
            top: 0;
        }
        
        .news .news-bottom {
            margin-top: 30px;
            display: flex;
            margin-bottom: 100px;
        }
        
        .news .news-bottom li {
            margin-right: 53px;
            position: relative;
        }
        
        .news .news-bottom li div p:nth-of-type(1) {
            color: #fff;
            font-size: 30px;
            font-weight: 400;
            line-height: 36px;
        }
        
        .news .news-bottom li div p:nth-of-type(2) {
            font-weight: 400;
            line-height: 24px;
            color: #fff;
            font-size: 20px;
        }
        
        .news .news-bottom li div {
            position: absolute;
            top: 195px;
            text-align: center;
            left: 80px;
        }
        
        .craft .title {
            width: 370px;
        }
        
        .craft .img-right .top-img {
            margin-bottom: 35px;
        }
        
        .craft .img-right {
            margin-bottom: 80px;
        }
        
        .footer-banner {
            margin-bottom: 130px;
            width: 1200px;
            overflow: hidden;
        }
        
        .load {
            /* animation: banner 2s; */
            position: relative;
        }
        
        .footer-banner .address {
            width: 465px;
            height: 340px;
            background: #FFFFFF;
            color: #000;
            position: absolute;
            left: 365px;
            top: 130px;
            text-align: center;
        }
        
        .footer-banner .address h3 {
            font-weight: bold;
            line-height: 19px;
            font-size: 16px;
            color: #333;
            margin-top: 40px;
        }
        
        .footer-banner .address p {
            color: #666;
            font-size: 14px;
            font-weight: 400;
            line-height: 17px;
            margin-top: 15px;
        }
        
        @keyframes banner {
            0% {
                left: -1220px;
            }
            100% {
                left: 0;
            }
        }
        
        #grid {
            margin-left: 40px;
            position: relative;
            height: 1220px!important;
        }
        
        #grid li {
            width: 260px!important;
            height: 380px!important;
            position: relative;
        }
        
        #grid li:nth-of-type(2) {
            position: absolute!important;
            left: 300px!important;
            top: 0!important;
        }
        
        #grid li:nth-of-type(3) {
            position: absolute!important;
            left: 600px!important;
            top: 0px!important;
        }
        
        #grid li:nth-of-type(4) {
            position: absolute!important;
            left: 900px!important;
            top: 0px!important;
        }
        
        #grid li:nth-of-type(5) {
            position: absolute!important;
            left: 400px!important;
            top: 450px!important;
            width: 325px!important;
            height: 360px!important;
        }
        
        #grid li:nth-of-type(6) {
            position: absolute!important;
            left: 755px!important;
            top: 590px!important;
            width: 385px!important;
            height: 220px!important;
        }
        
        #grid li:nth-of-type(7) {
            position: absolute!important;
            left: 400px!important;
            top: 850px!important;
            width: 450px!important;
            height: 335px!important;
        }
        
        #grid li:nth-of-type(8) {
            position: absolute!important;
            left: 880px!important;
            top: 850px!important;
            width: 260px!important;
            height: 220px!important;
        }
        
        #grid li .text {
            position: absolute;
            top: 195px;
            text-align: center;
            left: 80px;
        }
        
        #grid li div p:nth-of-type(1) {
            color: #fff;
            font-size: 30px;
            font-weight: 400;
            line-height: 36px;
        }
        
        #grid li div p:nth-of-type(2) {
            font-weight: 400;
            line-height: 24px;
            color: #fff;
            font-size: 20px;
        }