
@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: glowblack;

}
html, body {
    width: 100%;
    min-height: 100vh;
    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;
    overflow-x: hidden!important;
    overflow-y: auto!important;


}

.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%;
    /*position:fixed;*/
    /*top:0;*/
    /*left:0;*/
    /*z-index:99;*/
}
/*身体部分*/
.content_body {
    width: 100%;
    min-height: 100%;
    /*background: yellow;*/
    /*background: rgba(0,0,0,0.03);*/
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    /*-webkit-overflow-scrolling: touch;*/
}

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: 3px 4px 6px 0px #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.4;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.6;
    }
}


/*右下角返回顶部按钮*/
.layui-fixbar li {
    width: 2rem!important;
    height: 2rem!important;
    line-height: 2rem!important;
    font-size: 1.5rem!important;
    /*background-color: #86c369!important;*/
    color: white!important;
}
.layui-fixbar li:hover {
    opacity: 1!important;
}
/*.layui-icon-top:before {*/
    /*content: ""!important;*/
/*}*/

/*轮播图容器*/
/*#test2{*/
    /*width: 75%;*/
    /*margin: 0 auto;*/
/*}*/
.layui-carousel, .layui-carousel>[carousel-item]>* {
    background-color: rgba(248,248,248,0.08)!important;
}

.bannerDiv1{
    width: 100%;
    height: 100%;
    background: url('../image/banner/mo1.jpg'); /* 设置背景图片 */
    background-size: cover; /* 背景图片覆盖整个div，保持宽高比 */
    background-position: center; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */

    /*position: relative;*/
    /*filter: blur(50px); !* 应用模糊效果 *!*/
}

.bannerDiv2{
    width: 100%;
    height: 100%;
    background: url('../image/banner/mo2.jpg'); /* 设置背景图片 */
    background-size: cover; /* 背景图片覆盖整个div，保持宽高比 */
    background-position: center; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */

    /*position: relative;*/
    /*filter: blur(50px); !* 应用模糊效果 *!*/
}

.bannerDiv3{
    width: 100%;
    height: 100%;
    background: url('../image/banner/mo3.jpg'); /* 设置背景图片 */
    background-size: cover; /* 背景图片覆盖整个div，保持宽高比 */
    background-position: center; /* 背景图片居中 */
    background-repeat: no-repeat; /* 背景图片不重复 */

    /*position: relative;*/
    /*filter: blur(30px); !* 应用模糊效果 *!*/
}

.biglogo{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*position: absolute;*/
    /*filter: blur(0); !* 取消模糊效果 *!*/
}

/*页面上的*/
.con_titleIndex{
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.5rem;
    /*color: #3397cb;*/
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: bold;
}

.con_title {
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color: #3397cb;
    font-size: 1rem;
}
/*.con_title .layui-icon{*/
    /*font-size: 1rem!important;*/
/*}*/
.con_title b{
    font-size: 0.65rem!important;
}
.enword{
    font-size: 0.5rem!important;
}
.con_title1 {
    width: 100%;
    letter-spacing: 1px;
    line-height: 1.5rem;
    color: #86c369;
    font-size: 0.8rem;
}

.layui-card-header {
    height: auto!important;
    border-bottom: none!important;
    /*line-height: auto;*/
}
/*.con_title .layui-icon{*/
/*font-size: 1rem!important;*/
/*}*/





/*搜索框*/
.searchCP {
    width: 100%;
    /*margin-left: 75%;*/
    /*background: blueviolet;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: center;*/
}
.layui-form-item {
    margin-bottom: 0px!important;
}
.searchCP1 {
    width: 100%;
    padding-left: 0%;
    margin: 0px auto;
    /*background: green;*/
    /*display: flex;*/
    /*align-items: center;*/
}
.searchCP1Div {
    display: flex;
    margin-left: 0 !important;
}

.searchCP1 .input {
    width: 80%!important;
    /*height: 1.5rem;*/
    /*line-height: 1.5rem;*/
    font-size: 0.5rem;
}

.searchCP1 button {
    width: 20%;
    background: #86c369 !important;
}
#translate{
    display: none!important;
}


/*媒体查询*/
@media (max-width: 900px) {
    .layui-icon-template-1{
        font-size: 0.5rem!important;
    }
    /*.bannerDiv1{*/
        /*background: white; !* 设置背景图片 *!*/
    /*}*/

    /*.bannerDiv2{*/
        /*background: white; !* 设置背景图片 *!*/
    /*}*/

    /*.bannerDiv3{*/
        /*background: white; !* 设置背景图片 *!*/
    /*}*/
    .biglogo{
        object-fit: cover;
        margin: 0px auto!important;
    }

    /*页面上的*/
    .con_titleIndex {
        line-height: 1.5rem;
        /* color: #3397cb; */
        font-size: 1rem;
        margin-bottom: 2px;
    }
    .con_title {
        line-height: 1.1rem;
        /* color: #3397cb; */
        font-size: 1rem;
    }


    .enword{
        font-size: 0.5rem!important;
    }
    .con_title1 {
        font-size: 0.9rem;
    }
    .con_title1 b{
        font-size: 0.4rem!important;
    }
    /*.layui-card-body {*/
        /*padding: 10px 0px!important;*/
    /*}*/
    /*.productItem img {*/
        /*height: 3rem;*/
    /*}*/
    /*.layui-card-header {*/
        /*padding: 0 0px!important;*/
        /*font-size: 0.5rem!important;*/
    /*}*/
    /*.productItem p {*/
        /*line-height: 0.8rem!important;*/
        /*font-size: 0.5rem!important;*/
    /*}*/

    /*搜索框*/
    .searchCP {
        width: 5rem;
        /*background: blueviolet;*/
        padding: 1px;
    }
    .layui-form-item {
         margin-bottom: 0px!important;
    }
    .layui-input-block {
         min-height: auto!important;
    }
    .searchCP1 {
        width: 100%;
        padding-left: 0%;
        margin: 0px auto;
        /*background: green;*/
        /*display: flex;*/
        /*align-items: center;*/
    }
    .searchCP1Div {
        display: flex;
        margin-left: 0 !important;
    }

    .searchCP1 .input {
        width: 4rem!important;
        /*height: 1.5rem;*/
        /*line-height: 1.5rem;*/
        font-size: 0.5rem;
    }
    .layui-input,.layui-btn {
        height: 20px!important;
        line-height: 20px!important;
    }

    .searchCP1 button {
        width: 1rem!important;
        background: #86c369 !important;
        padding: 0 0px!important;
    }


}





