    /* 声明字体图标 */
    
    @font-face {
        font-family: 'icomoon';
        src: url('../fonts/icomoon.eot?tomleg');
        src: url('../fonts/icomoon.eot?tomleg#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?tomleg') format('turetype'), url('../fonts/icomoon.woff?tomleg') format('woff'), url('../fonts/icomoon.svg?tomleg#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: block;
    }
    
    body {
        position: relative;
    }
    
    * {
        margin: 0;
        padding: 0;
        outline: none;
        box-sizing: border-box;
    }
    
    li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    .w {
        margin: 0 auto;
        width: 90%;
        max-width: 1800px;
        padding: 0 15px;
    }
    .top {
        height: 30px;
        line-height: 30px;
        text-align: right;
    }
    
    .top a {
        color: #cccccc;
        text-decoration: none;
        margin-left: 30px;
    }
    
    .top .link1 span::before {
        font-family: 'icomoon';
        content: '\e91c';
        margin-right: 4px;
        vertical-align: middle;
    }
    
    .top .link1 span::after,
    .w .link2 span::after {
        font-family: 'icomoon';
        content: '\e90c';
        vertical-align: middle;
    }
    
    .top .link2 span::before {
        font-family: 'icomoon';
        content: '\e919';
        margin-right: 4px;
        vertical-align: middle;
    }
    
    .top .link3 span::before {
        font-family: 'icomoon';
        content: '\e91b';
        margin-right: 4px;
        vertical-align: middle;
    }
    
    header {
        height: 78px;
        border-bottom: 1px solid #e6e6e6;
    }
    
    .nav {
        position: relative;
        height: 66px;
        line-height: 66px;
    }
    
    .nav .logo {
        float: left;
        margin-top: 22px;
    }
    
    .nav .logo img {
        width: 133px;
        height: 30px;
    }
    
    .main {
        float: left;
        margin-left: 0px;
    }
    
    .main ul li {
        float: left;
    }
    
    .main ul li .m-a {
        display: block;
        height: 78px;
        line-height: 78px;
        padding: 0 20px;
        font-size: 16px;
        color: #111111;
    }
    
    .main ul .m-a:hover {
        border-bottom: 2px solid #C7000B;
    }
    .search span::after {
        content: '\e986';
        font-family: 'icomoon';
        vertical-align: middle;
        margin-right: 80px;
    }
    
    .big-focus {
        width: 100%;
        height: 568px;
        background-color: transparent;
        margin-bottom: 70px;
    }
    
    .focus {
        position: absolute;
        top: 108px;
        left: 50%;
        margin-left: -994px;
        width: 1800px;
        height: 568px;
        background-color: pink;
        overflow: hidden;
        padding-bottom: 70px;
    }
    
    .focus .img {
        position: relative;
        width: 5964px;
        height: 560px;
        background-color: purple;
        /* animation: swith 10s ease-in 2s infinite forwards; */
    }
    
    .img img {
        float: left;
        width: 1988px;
        height: 568px;
    }
    
    @keyframes swith {
        0% {
            margin-left: 0;
        }
        25% {
            margin-left: -1988px;
        }
        50% {
            margin-left: -1988px;
        }
        75% {
            margin-left: -3976px;
        }
        100% {
            margin-left: -3976px;
        }
    }
    
    .focus .img::before {
        display: none;
        position: absolute;
        top: 240px;
        left: 110px;
        font-size: 50px;
        color: #C7000B;
        content: '\e910';
        font-family: 'icomoon';
        vertical-align: middle;
    }
    
    .focus .img::after {
        display: none;
        position: absolute;
        top: 240px;
        right: 110px;
        font-size: 50px;
        color: #C7000B;
        content: '\e913';
        font-family: 'icomoon';
        vertical-align: middle;
    }
    
    .img img:hover .focus .img::before {
        display: block;
    }
    
    .recommend {
        width: 1430px;
        height: auto;
        margin: 0 auto 70px;
    }
    
    .title {
        position: relative;
        width: 1400px;
        height: 60px;
        margin: 0 auto 20px;
    }
    
    .title h1 {
        width: 160px;
        height: 60px;
        line-height: 60px;
        color: #333;
        margin: 0 auto;
    }
    
    .title h1::after {
        position: absolute;
        left: 50%;
        margin-left: -3%;
        top: 55px;
        content: '';
        width: 4%;
        height: 2px;
        background-color: #c7000b;
    }

       /*小墨成语*/
        .xiaomo-idiom-rec {  
        display: flex;  
        width: 1470;  
        height: 500px;  
        margin-bottom: 40px;  
        /* 移除perspective属性，因为它通常用于3D变换，与Flex布局不直接相关 */  
        /* perspective: 1500px; */  
    }  
      
    .xiaomo-idiom-rec > div { /* 使用通用选择器来简化样式 */  
        position: relative;  
        flex: 1;  
        background-color: pink;  
        overflow: hidden;  
        /* 仅非最后一个元素有右边距 */  
        margin-right: 30px;  
    }  
      
    .xiaomo-idiom-rec > div:last-child { /* 移除最后一个元素的右边距 */  
        margin-right: 0;  
    }  
      
    .xiaomo-idiom-rec img { /* 简化图片样式 */  
        width: 100%;  
        height: 100%;  
        object-fit: cover; /* 确保图片覆盖整个容器，可能需要根据需求调整 */  
    }
    .app-content {  
        /* 您可以根据需要添加样式 */  
        font-size: 20px; /* 字体大小 */  
        color: #333; /* 字体颜色 */  
        text-align: left; /* 文本居中，或根据需求调整 */  
        margin: 0 auto; /* 如果需要水平居中，并且容器宽度小于父元素，可以添加此样式 */  
        width: 100%; /* 可选：限制文本容器的宽度 */  
        text-indent: 2em;
        margin-bottom: 20px; /* 可选：与后续内容的边距 */  
    }
    .underline {  
        border-bottom: 2px solid #000; /* 设置下边框为2像素宽、实线、黑色 */  
        padding-bottom: 10px; /* 可选：添加一些内边距，使文本与下横线之间有一些空间 */  
        margin-top: 8px; /* 可选：添加上边距，以分隔上一段文本（如果有的话） */  
    }

    /*点语成金*/
    .idiom-rec {  
        display: flex;  
        width: 1470;  
        height: 500px;  
        margin-bottom: 40px;  
        /* 移除perspective属性，因为它通常用于3D变换，与Flex布局不直接相关 */  
        /* perspective: 1500px; */  
    }
    .idiom-rec > div { /* 使用通用选择器来简化样式 */  
        position: relative;  
        flex: 1;  
        background-color: pink;  
        overflow: hidden;  
        /* 仅非最后一个元素有右边距 */  
        margin-right: 30px;  
    }  
      
    .idiom-rec > div:last-child { /* 移除最后一个元素的右边距 */  
        margin-right: 0;  
    }        
    .idiom-rec img { /* 简化图片样式 */  
        width: 100%;  
        height: 100%;  
        object-fit: cover; /* 确保图片覆盖整个容器，可能需要根据需求调整 */  
    }



    .copy {
        width: 100%;
        height: 50px;
        background-color: #E6E6E6;
        margin-top: 100px;
        padding: 10px 0;
    }
    
    .copy-text {
        width: 1750px;
        height: 30px;
        margin: 0 auto;
        padding: 0 390px;
    }
    
    .copy-left-area {
        float: left;
        width: 600px;
        height: 30px;
        line-height: 30px;
        border-right: 1px solid #ccc;
    }
    
    .copy-right-area {
        float: left;
        width: 350px;
        height: 30px;
        line-height: 30px;
        margin-left: 20px;
    }
    
    .copy-right-area ul li {
        float: left;
        margin: 0 8px;
    }
    
    .copy-right-area ul li a {
        color: #666666;
    }
    /* 隐藏模块1 */
    
    .main .hidden-box1 {
        display: none;
        position: absolute;
        top: 78px;
        left: -2150px;
        width: 6076px;
        height: 620px;
        background-color: #fff;
        z-index: 2;
    }
    
    .main .hidden-box1 .hidden-box1-top {
        width: 100%;
        height: 500px;
        margin: 0 auto;
    }
    
    .top-big-box {
        display: flex;
        width: 1200px;
        height: 400px;
        margin: 0 auto;
    }
    
    .box1-top-left {
        flex: 1;
    }
    
    .box1-top-left .chanpin {
        width: 300px;
        height: 50px;
        margin-left: 30px;
        border-bottom: 1px solid #ccc;
    }
    
    .box1-top-left .chanpin h3 {
        color: #333333;
        font-size: 24px;
        line-height: 50px;
        font-weight: 400;
    }
    
    .box1-top-left .left-bottom {
        display: flex;
        height: 350px;
        width: 100%;
    }
    
    .box1-top-left .left-bottom .join {
        flex: 1;
    }
    
    .box1-top-left .left-bottom .join ul li {
        margin: 15px 35px;
        height: 30px;
        line-height: 40px;
    }
    
    .box1-top-left .left-bottom .join ul li:nth-child(1) {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
    }
    
    .box1-top-left .left-bottom .join ul li a {
        color: #333333;
    }
    
    .box1-top-left .left-bottom .cloud {
        flex: 1;
        /* background-color: #fff; */
    }
    
    .box1-top-left .left-bottom .cloud ul li {
        margin: 15px 35px;
        text-align: center;
        height: 30px;
        line-height: 40px;
    }
    
    .box1-top-left .left-bottom .cloud ul li:nth-child(1) {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
    }
    
    .box1-top-left .left-bottom .cloud ul li a {
        color: #333333;
    }
    
    .box1-top-left .left-bottom .kunpeng {
        flex: 1;
        padding-top: 40px;
    }
    
    .box1-top-left .left-bottom .kunpeng ul li {
        margin: 29px 20px;
        height: 0;
        line-height: 52px;
    }
    
    .box1-top-left .left-bottom .kunpeng ul li a {
        color: #333333;
    }
    
    .box1-top-right {
        flex: 1;
    }
    
    .box1-top-right .fuwu {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #ccc;
    }
    
    .box1-top-right .fuwu h3 {
        float: left;
        color: #333333;
        font-size: 24px;
        line-height: 50px;
        font-weight: 400;
        margin-right: 55px;
    }
    
    .box1-top-right .fuwu h3:nth-child(1) {
        margin-right: 150px;
    }
    
    .box1-top-right .right-bottom {
        display: flex;
        height: 350px;
        width: 100%;
    }
    
    .box1-top-right .right-bottom .first-ul {
        flex: 1;
    }
    
    .box1-top-right .right-bottom .first-ul ul li {
        margin: 15px 0;
        height: 30px;
        line-height: 40px;
    }
    
    .box1-top-right .right-bottom .first-ul ul li a {
        color: #333333;
    }
    
    .box1-top-right .right-bottom .two-ul {
        flex: 1;
    }
    
    .box1-top-right .right-bottom .two-ul ul li {
        position: relative;
        margin: 15px 10px 15px 0;
        height: 30px;
        line-height: 40px;
    }
    
    .box1-top-right .right-bottom .two-ul ul li:nth-child(8)::after {
        position: absolute;
        top: 0px;
        right: -30px;
        content: '\e913';
        font-family: 'icomoon';
        vertical-align: middle;
        color: crimson;
        font-size: 22px;
    }
    
    .box1-top-right .right-bottom .two-ul ul li a {
        color: #333333;
    }
    
    .box1-top-right .right-bottom .three-ul {
        flex: 1;
    }
    
    .box1-top-right .right-bottom .three-ul ul li {
        margin: 20px 0;
        height: 18px;
        line-height: 40px;
    }
    
    .box1-top-right .right-bottom .three-ul ul li a {
        margin-right: 30px;
        color: #333333;
    }
    
    .hidden-box1-bottom {
        width: 100%;
        height: 120px;
        background-color: #f7f7f7;
    }
    
    .bottom-big-box {
        width: 1200px;
        height: 120px;
        margin: 0 auto;
    }
    
    .bottom-big-box .left-b {
        float: left;
        width: 1000px;
        height: 60px;
        margin: 30px 0;
    }
    
    .left-b ul li {
        position: relative;
        float: left;
        line-height: 60px;
        margin-right: 80px;
    }
    
    .left-b ul li a {
        color: #333333;
        margin-left: 60px;
    }
    
    .left-b ul li:nth-child(1)::before {
        position: absolute;
        top: -5px;
        left: 0px;
        content: '\e90b';
        font-family: 'icomoon';
        vertical-align: middle;
        margin-right: 10px;
        font-size: 40px;
        color: crimson;
    }
    
    .left-b ul li:nth-child(2)::before {
        position: absolute;
        top: -5px;
        left: 0px;
        content: '\e972';
        font-family: 'icomoon';
        vertical-align: middle;
        margin-right: 10px;
        font-size: 40px;
        color: crimson;
    }
    
    .left-b ul li:nth-child(3)::before {
        position: absolute;
        top: -5px;
        left: 0px;
        content: '\e927';
        font-family: 'icomoon';
        vertical-align: middle;
        margin-right: 10px;
        font-size: 40px;
        color: crimson;
    }
    
    .bottom-big-box .right-b {
        float: right;
        margin-top: 25px;
        font-size: 40px;
    }
    /* 隐藏模块2 */
    
    .main .hidden-box2 {
        display: none;
        position: absolute;
        top: 78px;
        left: -2200px;
        width: 6076px;
        height: 500px;
        background-color: #fff;
        z-index: 2;
    }
    
    .main .hidden-box2 .box2-bigbox {
        width: 100%;
        height: 500px;
        margin: 0 auto;
    }
    
    .more-bigbox {
        display: flex;
        width: 1200px;
        height: 500px;
        margin: 0 auto;
    }
    
    .more-bigbox .bigbox-first {
        flex: 1;
    }
    
    .title-one {
        width: 249px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        font-weight: 700;
    }
    
    .title-one h4 {
        font-size: 22px;
        font-weight: 400;
    }
    
    .title-one-ul ul li {
        position: relative;
        height: 45px;
        line-height: 45px;
        margin-right: 110px;
    }
    
    .bigbox-first .title-one-ul ul li:nth-child(7)::after {
        position: absolute;
        top: 2px;
        right: -30px;
        content: '\e913';
        font-family: 'icomoon';
        vertical-align: middle;
        color: #E1797F;
        font-size: 22px;
    }
    
    .title-one-ul ul li a {
        color: #111111;
    }
    
    .bigbox-two {
        flex: 1;
    }
    
    .bigbox-two .title-one-ul ul li:nth-child(6)::after {
        position: absolute;
        top: 2px;
        right: -30px;
        content: '\e913';
        font-family: 'icomoon';
        vertical-align: middle;
        color: #E1797F;
        font-size: 22px;
    }
    
    .bigbox-three {
        flex: 1;
    }
    
    .bigbox-three .title-one-ul ul li:nth-child(6)::after {
        position: absolute;
        top: 2px;
        right: -30px;
        content: '\e913';
        font-family: 'icomoon';
        vertical-align: middle;
        color: #E1797F;
        font-size: 22px;
    }
    
    .bigbox-four {
        flex: 1;
    }
    
    .bigbox-four .title-one-ul ul li:nth-child(6)::after {
        position: absolute;
        top: 2px;
        right: -30px;
        content: '\e913';
        font-family: 'icomoon';
        vertical-align: middle;
        color: #E1797F;
        font-size: 22px;
    }
    
    .more-bigbox .right-b {
        float: right;
        margin-top: 400px;
        font-size: 40px;
    }
    /* 隐藏模块3 */
    
    .main .hidden-box3 {
        display: none;
        position: absolute;
        top: 78px;
        left: -2200px;
        width: 6076px;
        height: 500px;
        background-color: #fff;
        z-index: 2;
    }
    
    .main .hidden-box3 .box3-bigbox {
        width: 100%;
        height: 500px;
        margin: 0 auto;
    }
    
    .more-bigbox {
        display: flex;
        width: 1200px;
        height: 500px;
        margin: 0 auto;
    }
    
    .more-bigbox .bigbox-first {
        flex: 1;
    }
    
    .title-one {
        width: 249px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        font-weight: 700;
    }
    
    .title-one h4 {
        font-size: 22px;
        font-weight: 400;
    }
    
    .title-one-ul-b ul li {
        position: relative;
        height: 50px;
        line-height: 50px;
        margin-right: 120px;
    }
    
    .bigbox-first .title-one-ul-b ul li:nth-child(4)::after {
        position: absolute;
        top: 2px;
        right: -30px;
        content: '\e913';
        font-family: 'icomoon';
        vertical-align: middle;
        color: #E1797F;
        font-size: 22px;
    }
    
    .title-one-ul-b ul li a {
        color: #111111;
    }
    
    .bigbox-two {
        flex: 1;
    }
    
    .bigbox-two .title-one-ul-b ul li:nth-child(6)::after {
        position: absolute;
        top: 2px;
        right: -30px;
        content: '\e913';
        font-family: 'icomoon';
        vertical-align: middle;
        color: #E1797F;
        font-size: 22px;
    }
    
    .bigbox-three {
        flex: 1;
    }
    
    .bigbox-four {
        flex: 1;
    }
    
    .bigbox-four .title-one-ul-b ul li:nth-child(7)::after {
        position: absolute;
        top: 2px;
        right: -30px;
        content: '\e913';
        font-family: 'icomoon';
        vertical-align: middle;
        color: #E1797F;
        font-size: 22px;
    }
    
    .more-bigbox .right-c {
        float: right;
        margin-top: 400px;
        font-size: 40px;
    }
    /* 隐藏模块4 */
    
    .main .hidden-box4 {
        display: none;
        position: absolute;
        top: 78px;
        left: -2200px;
        width: 6076px;
        height: 400px;
        background-color: #fff;
        z-index: 2;
    }
    
    .main .hidden-box4 .box4-bigbox {
        width: 100%;
        height: 500px;
        margin: 0 auto;
    }
    
    .more-bigbox {
        position: relative;
        display: flex;
        width: 1200px;
        height: 500px;
        margin: 0 auto;
    }
    
    .more-bigbox .bigbox-first-a {
        width: 400px;
        height: 500px;
    }
    
    .title-one {
        width: 249px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
        font-weight: 700;
    }
    
    .title-one h4 {
        font-size: 22px;
        font-weight: 400;
        border-bottom: 1px solid #ccc;
    }
    
    .title-one-ul-a ul li {
        height: 50px;
        line-height: 50px;
        margin-right: 100px;
    }
    
    .title-one-ul-a ul li a {
        color: #111111;
    }
    
    .bigbox-two-a {
        width: 200px;
        height: 500px;
    }
    
    .bigbox-three-a {
        width: 200px;
        height: 500px;
    }
    
    .more-bigbox .bigbox-im {
        width: 400px;
        height: 300px;
    }
    
    .more-bigbox .bigbox-im img {
        height: 100%;
        width: 100%;
        margin-top: 50px;
        margin-left: -40px;
    }
    
    .box4-bigbox .right-e {
        float: left;
        margin-top: 600px;
        font-size: 40px;
    }