
/*@font-face {*/
    /*font-family: 'glowblack';*/
    /*src: url('../font/GlowSansSC-Normal-Regular.otf');*/
    /*src:url('../font/GlowSansSC-Normal-Regular.otf') format('OpenType'),*/
/*}*/

*{
    margin:0;
    padding:0;
    list-style: none;
    box-sizing: border-box;
    /*touch-action: none;*/
    font-family: "Microsoft YaHei", Arial, sans-serif;!important;

}
.en,.vn{
    display: none;
}
html, body {
    width: 100%;
    /*min-height: 100%;*/
    overflow-x: hidden!important;
    overflow-y: auto!important;
    /*background: white;*/
    /*background: linear-gradient(to bottom,#EBEBE4,#EBEBE4);*/
    /*background: black;*/
    /*background: url("../image/bg.jpg")no-repeat center center;*/
    /*background-size: 100% 100%;*/
    /*margin-bottom: 4.6rem;*/
    /*min-width: 1200px;*/

    /*#E3EDCD*/

}
/*body {*/
    /*position: relative;*/
    /*-webkit-overflow-scrolling: touch;*/
    /**/


/*}*/
/* 滚动条宽度 */
body::-webkit-scrollbar {
    width: 1px; /* 滚动条的宽度 */
}

/* 滚动条轨道 */
body::-webkit-scrollbar-track {
    background: rgba(0,0,0,1); /* 滚动条轨道颜色 */
}

/* 滚动条滑块 */
body::-webkit-scrollbar-thumb {
    background: #1d4da0; /* 滚动条滑块颜色 */
    border-radius: 6px; /* 圆角 */
}

/* 滑块悬停时 */
body::-webkit-scrollbar-thumb:hover {
    background: #555; /* 悬停时滑块颜色 */
}


/* 滚动条宽度 */
.gunLun::-webkit-scrollbar {
    width: 2px; /* 滚动条的宽度 */
}

/* 滚动条轨道 */
.gunLun::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0); /* 滚动条轨道颜色 */
}

/* 滚动条滑块 */
.gunLun::-webkit-scrollbar-thumb {
    background:#1d4da0; /* 滚动条滑块颜色 */
    border-radius: 6px; /* 圆角 */
}

/* 滑块悬停时 */
.gunLun::-webkit-scrollbar-thumb:hover {
    background: #555; /* 悬停时滑块颜色 */
}


.f-up {
    animation-name: f-up; /*动画名称*/
    animation-duration: 3s; /*动画持续时间*/
    animation-iteration-count: 1; /*动画次数*/
    animation-delay: 0s; /*延迟时间*/
}

@keyframes f-up {
    from {
        will-change: transform; /*优化动画卡顿1*/
        opacity: 0; /*初始状态 透明度为0*/
        transform: translateY(100px); /*初始状态 文档流下100px*/
    }
    to {
        opacity: 1; /*结尾状态 透明度为1*/
        transform: translateY(0px); /*初始状态 恢复正常位置*/
    }
}
.yc{
    -webkit-animation-delay: 2s;/**延迟**/
    animation-delay: 2s;
}

/*头部*/
#tou{
    width:100%;
    /*height:80px;*/
    /*position:fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*z-index:99999;*/
    background: rgba(0,0,0,0);
}
/*身体部分*/
.content_body {
    width: 100%;
    min-height: 100%;
    position: relative;
    /*background: rgba(0,0,0,0.8)*/
    /*filter: grayscale(100%);*/
    /*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
}
.content_body:nth-child(2n) {
    background: rgba(0,0,0,0.05);
}
.fontColor{
    color: rgba(255,255,255,0.99);
}
/*.content_body:nth-child(2n-1) {*/
    /*background: rgba(0,0,0,0.9);*/
/*}*/

.content_body1 {
    width: 70%;
    margin: 0 auto;
    padding: 3rem 0;
    /*min-height: 100%;*/
    /*position: relative;*/
}

.layui-icon{
    /*user-select: text;*/
    /*-webkit-user-select: text;*/
    /*-moz-user-select: text;*/
    /*-ms-user-select: text;*/
    /*cursor: text;*/
}
img{
    border:none 0;
}
body a:hover{
    text-decoration:none;
}
ul,li{
    list-style:none;
}
p{
    margin: 0;
}
.none{
    display: none;
}
.opacity{
    opacity: 0;
}
.wave {
    position: relative;
    overflow: hidden;
}
.wave:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #666 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.wave:active:after {
    transform: scale(0, 0);
    opacity: .5;
    transition: 0s;
}
.wave:active {
    opacity: .9;
}

.slh{
    display: block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.slh2{
    display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
/*.yc{*/
    /*animate-duration: 6s;*/
    /*-webkit-animation-duration:6s*/
/*}*/

.boxShadow{
    box-shadow: 6px 6px 6px 6px #666;
}
.textShadow{
    color: #666 !important;
   /*text-shadow: 6px 8px 8px #666666;*/
}

/*呼吸灯*/
.huxi{
    animation-name: movehuxi;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;

}
@keyframes movehuxi{
    from {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.6;
    }
}

.layui-flow-more {
    width: 100%!important;
    margin: 10px auto !important;
    font-size: 0.55rem !important;
    /* padding: 20px 0; */
}
.layui-fixbar li {
    background-color: #1d4da0!important;
    opacity: 1;
    border-radius: 50%!important;
}
.cz{
    display: flex;
    flex-wrap: wrap;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
    /*text-align: justify;*/
    flex-direction: row;
}


/*hover特效1:渐变流动效果*/
.divHover1 {
    /*background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);*/
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.divHover1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent);
    transition: left 0.8s;
}

.divHover1:hover {
    background: linear-gradient(135deg, #e74c3c 0%, #ff6b00 100%);
    box-shadow: 0 15px 40px rgba(231, 76, 60, 0.4);
    transform: scale(1.02);
}

.divHover1:hover::before {
    left: 100%;
}

/*hover特效2:3D立体翻转*/
.divHover2 {
    /*background: #3498db;*/
    transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
}

.divHover2::before {
    content: 'RED SIDE';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e74c3c;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
    transform: rotateY(180deg);
    backface-visibility: hidden;
    transition: transform 0.8s;
}

.divHover2:hover {
    transform: rotateY(180deg);
}

.divHover2:hover::before {
    transform: rotateY(0);
}

/*hover特效3:霓虹流光效果*/
.divHover3 {
    /*background: #1d4da0;*/
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.divHover3::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg,
    #3498db, #2980b9, #1f618d,
    #e74c3c, #c0392b, #922b21);
    background-size: 400% 400%;
    /*border-radius: 22px;*/
    z-index: -1;
    animation: neonGlow 3s ease infinite;
    opacity: 0;
    transition: opacity 0.5s;
    filter: blur(10px);
}

.divHover3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #0a192f;*/
    /*border-radius: 18px;*/
    z-index: -1;
    transition: all 0.5s;
}

.divHover3:hover::before {
    opacity: 1;
    filter: blur(20px);
}

.divHover3:hover::after {
    background: transparent;
    transform: scale(0.98);
}

@keyframes neonGlow {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

/*hover特效4:液态变形效果*/
.divHover4{
    /*background: #3498db;*/
    /*border-radius: 20px;*/
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.divHover4::before {
    /*content: 'About';*/
    position: absolute;
    width: 200%;
    height: 200%;
    /*background: #e74c3c;*/
    border-radius: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    animation: liquidRotate 20s linear infinite;
}

.divHover4:hover::before {
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(720deg);
}

.divHover4:hover {
    background: #e74c3c;
    box-shadow: 0 0 40px rgba(231, 76, 60, 0.6);
}

@keyframes liquidRotate {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/*弹出框样式修改*/
.layui-layer-title {
    color: white!important;
    background: rgba(0,0,0,0.99)!important;
    border-bottom: none!important;
}
.layui-layer-setwin span ,.layui-layer-setwin .layui-layer-max:after{
    color: rgba(255,255,255,0.99)!important;
    /*border: 1px solid rgba(255,255,255,0.7)!important;*/
}
.layui-layer-setwin .layui-layer-max:after, .layui-layer-setwin .layui-layer-max:before {

    background: rgba(255,255,255,0.99)!important;
}

/*修改弹出框的轨道颜色*/
.layui-layer-content::-webkit-scrollbar {
    width: 8px; /* 滚动条宽度 */
    height: 8px; /* 水平滚动条高度 */
}

.layui-layer-content::-webkit-scrollbar-track {
    background: #000000; /* 滚动条轨道 - 黑色 */
    border-radius: 4px;
}

.layui-layer-content::-webkit-scrollbar-thumb {
    background: #333333; /* 滚动条滑块 - 深灰色 */
    border-radius: 4px;
    border: 2px solid #000000; /* 与轨道相同的黑色边框，增加对比度 */
}

.layui-layer-content::-webkit-scrollbar-thumb:hover {
    background: #555555; /* 悬停时稍亮的灰色 */
}

/* 针对 Firefox 浏览器 */
.layui-layer-content {
    scrollbar-width: thin; /* 细滚动条 */
    scrollbar-color: #333333 #000000; /* 滑块颜色 轨道颜色 */
}

.con_title {
    width: 100%;
    margin: 0.5rem 0;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    /*color: rgba(0, 0, 0, 0.6);*/
}

.section-desc {
    font-size: 0.6rem;
    /*color: rgba(0, 0, 0, 0.6);*/
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


/*媒体查询*/
@media (max-width: 900px) {
    .content_body,.content_body1 {
        width: 100%;

    }
    .content_body1{
        width: 96%;
        margin: 0 auto;
    }

}








