@font-face {
    font-family: "myfont";
    src:url("AlibabaPuHuiTi-3-55-Regular.otf");
    /* src:url("NotoSansCJK-Regular.otf"); */
    font-weight: normal;
    font-style: normal;
}
:root{
    --el-font-family: "" !important;
  }
body{
    margin:0;
    padding:0;
    overflow-y: hidden;
    font-family: myfont !important;
}

.el-image__preview{
    transition: transform 0.5s ease;
}
.el-image__preview:hover{
    transform: scale(1.08);
}

.fenlei{
font-size:50px;
color:#CFCFCF;
margin-top:30px;
}
.fenlei:before{
content:'';
position: absolute;
width: 110px;
height: 3px;
margin-top: 70px;
background: url("./fenlei_icon.png") no-repeat;
background-size: cover;
}
.demo-tabs .el-tabs__item{
    font-size:22px;
}
.demo-tabs .el-tabs__item:hover{
    color:#CD4A26;
}
.demo-tabs .is-active {
    color:#CD4A26 !important;
}
.demo-tabs .el-tabs__nav-wrap:after{
    display:none;
}
.demo-tabs .el-tabs__active-bar{
    background-color:#CD4A26;
    height:3px;
}
.fenleititle{
    width:100%;
    font-size:36px;
    text-align:center;
    margin-bottom: 50px;
}
.fenleititle:before{
    content: '';
    width: 200px;
    height: 3px;
    background: #CD4A26;
    position: absolute;
    margin-left: -270px;
    margin-top: 24px;
}
.fenleititle:after{
    content: '';
    width: 200px;
    height: 3px;
    background: #CD4A26;
    position: absolute;
    margin-top: 24px;
    margin-left:70px;
}
.fenleititletwo{
    width:100%;
    font-size:36px;
    text-align:center;
    margin-bottom: 50px;
}
.fenleititletwo:before{
    content: '';
    width: 50px;
    height: 3px;
    background: #CD4A26;
    position: absolute;
    margin-left: -130px;
    margin-top: 24px;
}
.fenleititletwo:after{
    content: '';
    width: 50px;
    height: 3px;
    background: #CD4A26;
    position: absolute;
    margin-top: 24px;
    margin-left:80px;
}
.article{
    text-indent:2em;
    line-height: 35px;
    font-size: 18px;
    color:#333;
}
p{
    color:#333;
    text-indent:2em;
    font-size: 18px;
}

.el-menu-item{
    font-size:18px !important;
}
.el-sub-menu__title{
    font-size:18px !important;
}
@keyframes slideUp {
    from {
      opacity: 0;
      transform: translateY(100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
.animated{
    opacity: 0; /* 初始透明度为0 */
    transform: translateY(100%); /* 初始位置在屏幕下方 */
    animation: slideUp 1s ease forwards; /* 应用动画并保持在结束状态 */
    visibility:visible !important;
}
/* pc端菜单样式 */
@media (min-width: 768px) {
    .el-popper{
        background-color: transparent  !important;
        border: none !important;
    }
    .el-popper .el-menu-item{
        justify-content: center;
    }
    .el-menu{
        background-color: transparent !important;
    }
    .el-menu--horizontal .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal .el-menu-item:not(.is-disabled):hover{
        background-color: none !important;
    }
    nav .el-menu .is-active::after{
        content: "";
        width: 30px;
        height:2px;
        background: #CD4A26;
        position: absolute;
        margin-top: 58px;

    }
    nav .el-menu li:nth-child(2).is-active::after{
        margin-top: 0;
        margin-left: 24px;
        margin-top: -2px;
    }
    nav .el-menu li:nth-child(3).is-active::after{
        margin-top: 0;
        margin-left: 24px;
        margin-top: -2px;
    }
    .el-menu--popup{
        background-color:rgba(0,0,0,0.6) !important;
        min-width: 100px !important;
        border-top:#fff solid 1px !important;
    }
    .el-menu--popup li{
        background-color: transparent !important;
        color:#fff !important;
        font-size: 16px !important;
    }
    .el-menu--popup li:hover{
        background-color: rgba(0,0,0,0.8) !important;
        color:#CD4A26 !important;
    }
}

/* 手机端css通用样式 */
@media (max-width: 768px) {
    .fenlei{
        font-size:28px !important;
        color:#666 !important;
    }
    .fenlei:before{
        margin-top: 45px !important;
    }
    .fenleititle{
        font-size:22px !important;
        font-weight:bold;
        margin-bottom: 20px !important;
        color:#CD4A26 !important;
    }
    .fenleititle:before{
        content: '';
        width: 50px;
        margin-left: -130px;
        margin-top: 14px !important;
      }
      .fenleititle:after{
        content: '';
        width: 50px;
        margin-top: 14px !important;
        margin-left:80px;
      }
    .fenleititletwo{
        font-size:22px !important;
        font-weight:bold;
        margin-bottom: 20px !important;
        color:#CD4A26 !important;
    }
    .fenleititletwo:before{
        display: none;
    }
    .fenleititletwo:after{
        display: none;
    }
    .keyun{
        margin-top: 40px !important;
    }
    .top80{
        margin-top: 40px !important;
    }
    .case-two{
        margin-top: 40px !important;
    }
    .keyun .kydetail .kyitem p{
        min-height: auto !important;
    }
    .recruit-left{
        display: none !important;
    }
    .recruit-content{
        width:100% !important;
        margin: 0 !important;
    }
    .dkmodule1>div{
        width:100% !important;
    }
    .jingsai .jspic{
        padding: 0 !important;
    }
}
