/* 公共class */
.pointer {
    /* 手 */
    cursor: pointer;
}

.img {
    /* 图片 */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img100 {
    height: 560px;
    object-fit: cover;
}

.i100 {
    /*left: 50%;*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    object-fit: cover;
}

.flexs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.detail-page {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    /*height: 100%;*/
    background: #fff;
}

.module-setting h5 {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.module-setting h5 .mover {
    font-size: 13px;
    display: flex;
    align-items: center;
}

.module-setting h5 .mover .icon-lie {
    margin-right: 3px;
}

.moduleCombination {
    width: 360px;
    flex-wrap: wrap;
}

/* ----------------------------------------------------------------------- */
.topHover {
    margin-right: 37px;
}

.topHover:last-child {
    margin-right: 0;
}

.topHover a,
.topHover .icon1 {
    display: block;
    font-size: 16px;
    /* height: 66px; */
    color: white;
}

.topHover:hover > a,
.topHover:hover > .icon {
    /*color: #FF5241;*/
    /* border-bottom: 4px solid #FF5241; */
}
.topHover:hover > ul{
    /* color: #FF5241; */
    display: block;
    /* border-bottom: 4px solid #FF5241; */
}

/* 首页bottom */
.poi a {
    color: #000000;
}

/* 圆圈点击出现装修模块 */
.circle {
    position: absolute;
    top: 200px;
    left: 10px;
    /* display: none; */
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 2px 4px 9px 0px #797979;
    /* border: 1px solid #797979; */
    cursor: pointer;
    z-index: 999;
}

.circle img {
    margin: 15px 0 0 0;
    width: 50%;
}

/* 模块点击出现装修侧边栏 */
.module {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 2px 4px 9px 0px #797979;
    cursor: pointer;
    z-index: 999;
}

/* 头部导航 */
.navigation-box {
    /*position: relative;*/
    height: 88px;
    /*line-height: 88px;*/
    position: absolute !important;
    left: 0;
    right: 0;
    z-index: 7;
    background: rgba(255, 255, 255, 0.15);
}

.navigations-box {
    padding: 0 240px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    background-color: #343436;
    align-items: center;
}

/* logo图 */
.navigation-logo {
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    margin-right: 70px;
}

/* 导航文字 */
.flex-box {
    flex: 1;
    display: flex;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
}

/* 导航设置 */
.f-width {
    width: 175px;
    height: 50px;
    background-color: white;
}

.navigations-boxs {
    padding: 0 240px;
    display: flex;
    height: 100%;
    justify-content: space-between;
    /*background-color: #fff;*/
    align-items: center;
    box-sizing: border-box;
}

.flex-boxs {
    flex: 1;
    display: flex;
    color: #3E3E40;
    font-size: 16px;
    justify-content: flex-end;
}

.navigation-btn {
    border: none;
    background: transparent;
    padding: 0px 15px;
    border-radius: 5px;
    line-height: 2.5;
    cursor: pointer;
}

.nav-children {
    position: absolute;
    width: 160px;
    align-items: center;
    top: 100%;
    text-align: center;
    padding: 20px 0px;
    z-index: 9;
    line-height: 1em;
    /*box-shadow: 0px 0px 5px 0px #333;*/
    /* background: rgba(255,255,255,0.96); */
    background-color: #fff;
    border-top: 1px solid #eee;
    transition: all .5s ease;
    box-sizing: border-box;
    /* opacity: 0 ; */
    display: none;
}
.nav-children1 a,
.nav-children1 .icon {
    color: #333;
    font-size: 14px;
}
.nav-children li {
    display: flex;
    height: 42px;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.nav-children1 {
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}
.nav-children2 {
    left: 0px;
    top: 0;
    transform: translate(100%);
}

/* ----------------------------------------------------------------------- */

/* 标题栏 */
.module-title .more-btn {
    position: relative;
    bottom: unset;
    text-align: left !important;
}

.module-title .title-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*animation: translateY100 0.8s linear forwards;*/
}
.module-title .title-main .el-divider__text {padding: 0;}
.module-title .title-main p {
    padding: 0 20px;
}

/* ----------------------------------------------------------------------- */
/* 介绍 */
.module-introduce .introduce-content .introduce-head {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.module-introduce .introduce-content .introduce-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5em;
}

.module-introduce .introduce-content .introduce-text {
    font-size: 16px;
    color: #999;
    line-height: 1.5em;
}

.module-introduce .introduce-content .introduce-img {
    text-align: center;
}

.introduce-img .introduce-img-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0 ,0 , 0, .3);
    color: #fff;
    font-size: 14px;
}

.module-introduce .introduce-content img {
    max-width: 100%;
}

/* 样式2 */
.module-introduce .introduce-content .introduce-img2 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-gap: 20px;
    margin: 0 auto;
}

.module-introduce .introduce-img-item:hover img {
    opacity: 1;
}

.module-introduce .introduce-img-item:hover {
    border-color: red;
}

.module-introduce .introduce-img-item:hover .xm {
    color: red;
    transform: scale(1.2);
    padding: 0 10px;
}

.introduce-img-item .item-content {
    border: 1px solid #efefef;
    border-radius: 5px;
}

.introduce-img-item .item-content img {
    border-radius: 5px 5px 0 0;
    opacity: .5;
    width: 100%;
    height: 165px;
    /*object-fit: cover;*/
    object-fit: contain;
}

.module-introduce .introduce-img-item .xm {
    height: 35px;
    line-height: 35px;
    text-align: center;
    clear: both;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

/* 介绍 - 样式3 */
.tree ul {
    padding-top: 20px;
    position: relative;
    transition: all .5s;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all .5s;
}

.tree li::before,
.tree li::after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 1px solid #b82d32;
    width: 50%;
    height: 20px
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 1px solid #b82d32
}

.tree li:only-child::after,
.tree li:only-child::before {
    display: none
}

.tree li:only-child {
    padding-top: 0;
}

.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none
}

.tree li:last-child::before {
    border-right: 1px solid #8dc63f;
    border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
}

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #8dc63f;
    width: 0;
    height: 20px
}

.tree li a {
    border: 1px solid #8dc63f;
    padding: 0 3px;
    text-decoration: none;
    color: #666767;
    font-family: arial, verdana, tahoma;
    font-size: .85em;
    display: inline-block;
    transition: all .5s;
}

.tree ul.vertical,
ul.vertical ul {
    padding-top: 0;
    left: 50%
}

.tree ul ul.vertical::before {
    display: none
}

.tree ul.vertical li {
    float: none;
    text-align: left;
}

.tree ul.vertical li::before {
    right: auto;
    border: 0
}

.tree ul.vertical li::after {
    display: none
}

.tree ul.vertical li a {
    padding: 0px 5px;
    margin-left: 16px;
}

.tree ul.vertical li::before {
    top: -20px;
    left: 0;
    border-bottom: 1px solid #8dc63f;
    border-left: 1px solid #8dc63f;
    width: 20px;
    height: 60px;
}

.tree ul.vertical li:first-child::before {
    top: 0;
    height: 40px;
}

div.tree>ul>li>a {
    font-size: 1em;
    font-weight: bold;
}

/*鼠标放上去后的效果*/
.tree li a:hover,
.tree li a:hover+ul li a {
    background: #16954f;
    color: white;
    border: 1px solid #16954f;
}

.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
    border-color: #16954f;
}

/*原始代码 end*/

.tree {
    display: flex;
    justify-content: center;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}

.tree li {
    padding: 20px 3px 0 3px;
}

/*第1层*/
.tree>ul>li>a {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 5px;
    background-color: #f00;
    border: 1px solid #f00;
    color: #fff;
}

/*第2层*/
.tree>ul>li>ul>li>a {
    background-color: #FFF;
    font-size: 16px;
    font-weight: bold;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    letter-spacing: 2px;
    padding: 5PX 5PX;
    border-radius: 5px;
    height: 60px;
    background-color: #bd2b2b;
    border: 1px solid #bd2b2b;
    color: #fff;
    background-image: linear-gradient(to bottom, #d04747, #98252a);
}

/*第3层*/
.tree>ul>li>ul>li>ul>li>a {
    color: #F00;
    font-size: 14px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    font-weight: bold;
    border-radius: 10px;
    min-width: 40px;
    text-align: center;
    background-color: #92b74e;
    border: 1px solid #92b74e;
    color: #fff;
}

/*第4层*/
.tree>ul>li>ul>li>ul>li>ul>li>a {
    color: #00f;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 10px;
    min-width: 40px;
    text-align: center;
    background-color: #fb9411;
    border: 1px solid #fb9411;
    color: #fff;
}

.tree .noxx {
    display: none;
}

.tree ul.vertical li::before {
    width: 18px;
}

.tree ul ul::before {
    border-left: 1px solid #bd2b2b;
}

.tree li::before,
.tree li::after {
    border-top: 1px solid #bd2b2b;
}

.tree li::after {
    border-left: 1px solid #bd2b2b
}

.tree li:last-child::before {
    border-right: 1px solid #bd2b2b;
}


.container {
    width: 1250px;
}

.news-content {
    line-height: normal !important;
}

.tree ul li span.tx {
    background-color: #fff;
    display: block;
    clear: both;
    width: 29px;
    border: 2px solid #fff;
    height: 29px;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
}

.tree ul li span.tx img {
    width: 29px;
}

.tree>ul>li>ul>li>a {
    position: relative;
    padding-top: 25px;
    margin-top: 10px;
}
.tree ul.vertical li::before {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}


/* 介绍 - 右侧设置 */
.module-introduce .flex-content dt {
    min-width: 50px !important;
}

.module-introduce .introduce-img-list .img-div {
    width: 70px;
    text-align: center;
    line-height: 70px;
    height: 70px;
    cursor: pointer;
    margin-top: 0;
    overflow: unset;
}

.module-introduce .introduce-img-list .img-div .del-icon {
    position: absolute;
    top: -5px;
    overflow: unset;
    right: -5px;
    display: none;
    font-size: 16px;
}

.module-introduce .introduce-img-list .img-div:hover .del-icon {
    display: block;
}

.module-introduce .introduce-tree ul li span.tx {
    background-color: #fff;
    display: block;
    clear: both;
    width: 29px;
    border: 2px solid #fff;
    height: 29px;
    position: absolute;
    top: -11px;
    left: -1px;
    border-radius: 50%;
    overflow: hidden;
}
/* ----------------------------------------------------------------------- */
/* 图文组合 */
.com-sbox {
    display: block;
}

.com-box {
    padding: 20px 240px 80px;
     display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #FFFFFF;
    overflow: hidden;
}
.course-box {
    padding: 20px 240px;
}
.com-box1 {
    padding-left: 260px !important;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.com-box2 {
    padding-right: 280px !important;
}

.com-left {
    /*overflow: hidden;*/
    /* 当图片变大超出了外包div后隐藏 */
    /* 第一个样式 */
    /* margin-right: 31px; */
    width: 50%;
    /*height: 420px;*/
    /* background-color: darkgoldenrod; */
    position: relative;
}

/* 图文组合 - 样式1 */
.com-left-style1 {
    /*width: 50%;*/
    z-index: 2;
    /*height: 420px;*/
    height: auto;
    overflow: unset;
    animation: translate-100 0.8s linear forwards;
}

.com-left-style1::before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 80%;
    height: 100%;
    background-color: #eee;
}

.com-lefts::before {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 80%;
    height: 100%;
    background-color: #eee;
}

.com-img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    position: relative;
    /* transform: translate(-50%, -50%); */
    transition: 1s;
    bottom: 0;
    margin: auto;
    /* 过度时间 */
}

.com-left:hover .com-img {
    transition: 0.3s;
    position: relative;
    /*top: 0;*/
    /*left: 0;*/
    transform: scale(1.05);
    /*bottom: 0;*/
    /*right: 0;*/
    margin: auto;
    /* 变形一比一放大 */
}

.com-right {
    position: relative;
    /* 第一个样式 */
    width: 49%;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: top;
    padding: 15px;
    box-sizing: border-box;
}

/* 图文组合 - 样式1 */
.com-right-style1 {
    /* width: 40%; */
    width: 50%;
    /*width: calc(100% - 500px);*/
    height: 380px;
    box-shadow: 0 1px 18px 1px rgba(0, 0, 0, 0.25);
    animation: translate100 0.8s linear forwards;
}

.txt-w {
    /* position: absolute; */
    /* top: 48px; */
    /* width: 100%; */
    /* margin: 48px 0 24px 0; */
    font-size: 30px;
    font-weight: 400;
    animation: anim 1s linear 1;
    padding: 10px 0;
}

.txt-nr {
    display: flex;
    /* position: absolute; */
    /* top: 136px; */
    /* width: 570px; */
    /* height: 138px; */
    font-size: 20px;
    color: #787878;
    line-height: 23px;

    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box;
    -webkit-line-clamp: 6; */
    line-clamp: 2;
    -webkit-box-orient: vertical;

    animation: anim1 1s linear 1;
}

@keyframes anim {
    0% {
        top: 250px;
        opacity: 0.5;
    }

    100% {
        top: 48px;
        opacity: 1;
    }
}

@keyframes anim1 {
    0% {
        top: 500px;
        opacity: 0.5;
    }

    100% {
        top: 136px;
        opacity: 1;
    }
}

/* ----------------------------------------------------------------------- */
/* 第二个样式 */
.com-rights {
    /* 第二个样式 */
    /* width: 920px; */
}

/* ----------------------------------------------------------------------- */
/* 第三个样式 */
.comb-box {
    /* height: 510px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FFFFFF;
    padding: 20px 240px;
}

.comb {
    /*margin-bottom: 20px;*/
    width: 49%;
    /* height: 490px; */
    /* background-color: cadetblue; */
}

.comb-img {
    overflow: hidden;
    width: 100%;
    height: 330px;
    position: relative;
}

.comb .comb-img .comb-mask {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0.0);
    transition: all 0.3s;
}

.comb .comb-mask .mask-detail {
    border: 1px solid #fff;
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
}

.comb-img:hover .com-img {
    transition: 0.3s;
    /* 过度时间 */
    position: relative;
    /*top: 0;*/
    /*left: 0;*/
    transform: scale(1.05);
    /* 变形一比一放大 */
}

.comb:hover {
    transition: 0.3s;
    box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.25);
}

.comb:hover .comb-txt {
    background-color: #a32a30 !important;
}

.comb:hover .comb-txt .comb-w,
.comb:hover .comb-txt .comb-nr {
    color: #fff !important;
}

.comb:hover .comb-mask {
    transform: scale(1.0);
}

.comb-txt {
    /* padding: 20px 20px 0 20px; */
    padding: 20px;
    height: calc(100% - 330px);
    box-sizing: border-box;
    border: 1px solid transparent;
}

.comb-w {
    /* margin: 0 0 20px 0; */
    font-size: 20px;
    font-weight: 400;
}

.comb-nr {
    /* height: 69px; */
    margin-top: 10px;
    font-size: 15px;
    color: #787878;
    line-height: 23px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ----------------------------------------------------------------------- */
/* 第四个样式 */
.combi-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
    padding: 20px 240px;
    /* height: 510px; */
    background-color: #FFFFFF;
}

.combis {
    /*margin-right: 20px !important;*/
    /*width: 24% !important;*/
    /* height: 441px !important; */
}

.combis:last-child {
    margin-right: 0px !important;
}

.combi-img {
    overflow: hidden;
    width: 100%;
    height: 200px;
    position: relative;
}

.combi-img img {
    height: 100%;
}

.combi-img:hover .com-img {
    transition: 0.3s;
    /* 过度时间 */
    position: relative;
    /*top: 0%;*/
    /*left: 0;*/
    transform: scale(1.05);
    /* 变形一比一放大 */
}

.combi:hover {
    transition: 0.3s;
    box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.25);
}

.combi-txt {
    padding: 20px 20px;
    /* text-align: center; */
}

.combi-w {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 400;
}

.combi-nr {
    height: 69px;
    font-size: 15px;
    color: #787878;
    line-height: 23px;
    /* text-align: center; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ----------------------------------------------------------------------- */
/* 第五个样式 */
.combi-sbox {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 20px;
    padding: 20px 240px;
    /* height: 510px; */
    background-color: #FFFFFF;
}

.combi:last-child {
    margin-right: 0;
}

/* ----------------------------------------------------------------------- */
/* 第六个样式 */
.combin-box {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 20px 240px;
    grid-row-gap: 20px;
    /* height: 613px; */
    background-color: #FFFFFF;
}

.combin {
    /*margin-bottom: 20px;*/
    position: relative;
    overflow: hidden;
    line-height: 23px;
    /*width: 25%;*/
    height: 610px;
}

.combin img {
    height: 100%;
}

.combin:hover .com-img {
    transition: 0.3s;
    /* 过度时间 */
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.05);
    /* 变形一比一放大 */
}

@keyframes anim2 {
    0% {
        bottom: -251px;
    }

    50% {
        bottom: -125px;
    }

    100% {
        bottom: 0px;
    }
}

.combin-txt {
    width: 89%;
    padding: 20px;
    position: absolute;
    bottom: -251px;
    height: 140px;
    background-color: #FF5241;
}

.combin:hover .combin-txt {
    /* 速度 */
    animation: anim2 0.3s linear 1;
    bottom: 0px;
}

.combin-w {
    margin: 0 0 20px 0;
    font-size: 20px;
    color: #FFFFFF;
}

.combin-nr {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 23px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ----------------------------------------------------------------------- */
/* 第七个样式 */
.combina-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
    padding: 20px 240px;
    /* height: 366px; */
    background-color: #FFFFFF;
}

.combina {
    /*margin-bottom: 20px;*/
    overflow: hidden;
    position: relative;
    /*margin-right: 20px;*/
    /*width: 33%;*/
    height: 275px;
}

.combina:last-child {
    margin-right: 0px;
}

@keyframes anim3 {
    0% {
        background-color: rgba(0, 0, 0, 0);
        opacity: 0;
    }

    50% {
        background-color: rgba(0, 0, 0, 0.15);
        opacity: 0.5;
    }

    100% {
        background-color: rgba(0, 0, 0, 0.3);
        opacity: 1;
    }
}

.combina:hover .combina-txt {
    animation: anim3 0.3s linear 1;
    background-color: rgba(0, 0, 0, 0.5);
}

.combina:hover .combina-w,
.combina:hover .combina-nr {
    opacity: 1;
}

.combina-txt {
    position: absolute;
    top: 0;
    padding: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    /* background-color: #909090; */
    /* background-color: rgba(0,0,0,0.3); */
    /* opacity: 0.8; */
}

.combina-w {
    margin: 109px 0 20px 0;
    font-size: 20px;
    color: #FFFFFF;
    opacity: 0;
}

.combina-nr {
    font-size: 15px;
    color: #FFFFFF;
    opacity: 0;
    line-height: 23px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ----------------------------------------------------------------------- */
/* 第八个样式 */
.combinat-box {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 20px;
    /*display: flex;*/
    /* flex-wrap: wrap; */
    /*justify-content: flex-start;*/
    /* height: 410px; */
    padding: 20px 240px 20px 240px;
    background-color: #FFFFFF;
}

.combinat {
    /*margin: 0px 28px 20px 0;*/
    /*width: 21%;*/
    /* height: 363px; */
    /* background-color: chocolate; */
}

.combinat:last-child {
    margin: 0px 0px 20px 0;
}

.combinat:last-child {
    margin: 0px 0px 20px 0;
}

.combinat-img {
    margin: 0 auto;
    width: 166px;
    height: 166px;
    border-radius: 50%;
    overflow: hidden !important;
    position: relative;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.combinat-img img {
    border-radius: 50%;
}

.combinat-txt {
    width: 100%;
}

.combinat-img:hover .com-img {
    transition: 0.3s;
    /* 过度时间 */
    position: relative;
    /*top: 0;*/
    /*left: 0;*/
    transform: scale(1.05);
    /* 变形一比一放大 */
}

.combinat-img:hover {
    transition: 0.3s;
    box-shadow: 4px 4px 28px 0px rgba(0, 0, 0, 0.25);
}

.combinat-w {
    margin: 15px 0 15px 0;
    text-align: center;
    font-size: 20px;
    color: #000000;
}

.combinat-nr {
    color: #787878;
    font-size: 15px;
    line-height: 23px;
    text-align: center;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* ---------------------------------------------------------------------------------------- */
/* 历程设置 - 页面预览 */
.module-course .course-warper {
    height: 600px;
    background-color: rgba(0, 0, 0, .7);
    /* background: url('https://t9.baidu.com/it/u=166698642,2322496729&fm=3031&app=3031&size=f242,149&n=0&f=JPEG&fmt=auto?s=76289747507C218E1D9AE5E30300F019&sec=1703264400&t=faa6da690c86c8223da0eed73925f635') no-repeat center / cover; */
    position: relative;
}
/* 背景图 */
.course-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

/* 标题 */
.ny-title {
    padding-top: 60px;
}
.ny-title .title-en {
    font-size: 36px;
    color: #b4b4b4;
    font-family: arial;
    line-height: 36px;
    font-weight: normal;
}
.ny-title .title-ch {
    font-size: 26px;
    color: #fff;
    margin: 15px 0;
    font-weight: bold;
}
.ny-title i {
    display: block;
    width: 42px;
    height: 1px;
    background-color: #f26363;
}

/* 时间线 */
.module-course .sj_xian {
    position: absolute;
     top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background-color: #fff;
    z-index: 1;
}


.module-course .course-list {
    flex: 1;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}

.module-course .course-list .course-item {
    width: calc(100% / 6);
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.module-course .course-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.module-course .course-img {
    display: inline-block;
    width: 60px !important;
    height: 60px !important;
    z-index: 1 !important;
    border-radius: 50% !important;
    margin-left: inherit !important;
    left: inherit !important;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.module-course .course-line {
    position: absolute;
    display: block;
    height: 250px;
    width: 1px;
    background-color: #fff;
    top: -200px;
    transform: translateX(-50%);
    left: 30px;
}

.module-course .course-line.line1 {
    top: -250px;
}

.module-course .course-line.line2 {
    top: 60px;
}

.module-course .course-head {
    width: 100%;
    color: #e8bc73;
    font-size: 20px;
    padding-left: 15px;
    font-weight: bold;
    position: absolute;
    padding: 5px;
}

.module-course .course-head.head1 {
    bottom: 0;
    transform: translateY(100%);
}

.module-course .course-head.head2 {
    top: 0;
    transform: translateY(-100%);
}

.module-course .course-content {
    padding: 10px;
    position: absolute;
    left: 50px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    z-index: 3;
}

.course-list .course-item:nth-child(6) .course-content {
    width: auto !important;
}

.module-course .course-content .auto-width {
    width: auto;
}

.module-course .course-content.content1 {
    top: 5%;
}

.module-course .course-content.content2 {
    /*top: 65%;*/
    top: 95%;
    transform: translateY(-100%);
}

.module-course .course-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
}

.module-course .course-content h3 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
}

.module-course .course-content p {
    font-size: 14px;
}

.module-course .course-content:hover p {
    color: #b82d32 !important;
}

/* 历程 - 内容/样式设置 */
.module-course dl dt {
    min-width: 50px;
}

.module-course .img-div {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    /* background-color: pink; */
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    text-align: center;
    line-height: 70px;
    border: 1px dashed #d9d9d9;
    cursor: pointer;
}

.module-course .img-div div {
    height: 100%;
}

.module-course .img-div button {
    left: 0;
}

/* ---------------------------------------------------------------------------------------- */
/* 合作流程 moduleCooperation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.module-cooperation .com-box {
    background-color: #2d2d2d;
}

.module-cooperation .cooperation-box {
    width: 100%;
    margin: 0 auto;
    /*padding: 0 60px;*/
    visibility: visible;
    animation-name: fadeInUp;
}

.module-cooperation .cooperation-outer::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    opacity: 0.2;
    overflow: hidden;
    display: block;
}

.module-cooperation .cooperation-outer {
    position: relative;
    overflow: hidden;
}

.module-cooperation .cooperation-stage {
    position: relative;
    z-index: 1;
    transform: translate3d(-177px, 0px, 0px);
    transition: all 0.25s ease 0s;
    padding: 0 30px;
}

.module-cooperation .cooperation-list {
    display: flex;
    overflow-x: scroll;
    padding-top: 20px;
}

.module-cooperation .cooperation-list li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 20%;
    padding: 0 5px;
    list-style: none;
    flex-shrink: 0;
    box-sizing: border-box;
}

.module-cooperation .cooperation-list li .listId {
    width: 64px;
    height: 64px;
    margin: 10px auto;
    background: #484848;
    border-radius: 100px;
    color: #999;
    font-size: 30px;
    transition: all .3s ease;
    transform: scale(0.8);
    border: 5px solid transparent;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-cooperation .cooperation-list li:hover .listId {
    background: #F4CE58;
    color: #000;
    transform: scale(1);
    border-color: #685d39;
}

.module-cooperation .cooperation-list li h5 {
    font-size: 14px;
    color: #aaa;
}

.module-cooperation .cooperation-nav .iconfont {
    color: rgba(255, 255, 255, .2);
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* ---------------------------------------------------------------------------------------- */
/* 按钮设置 */
.more-btn {
    display: block;
    background-color: #363e45;
    width: 184px;
    line-height: 44px;
    color: #fff;
    /* position: relative; */
    overflow: hidden;
    position: absolute;
    bottom: 15px;
}

.more-btn .btn-after {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    content: "";
    height: 0;
    border-top: 44px solid #b82d32;
    border-left: 28px solid transparent;
    transition: all .5s;
}

.more-btn span {
    display: block;
    padding: 0 15px 0 30px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.more-btn span i {
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.more-btn:hover {
    background-color: #b82d32 !important;
    transition: all .5s;
}

/* 图文设置 */
.flexs-box {
    margin-bottom: 10px;
    width: 80px;
    height: 62px;
    background-color: #FFFFFF;
}

/* ----------------------------------------------------------------------- */
/* 页脚模块 */
.footer-boxs {
    /* height: 433px; */
    /* 第一种样式 */
    background: #FFFFFF;
    padding: 20px 240px;
    /* 第二种样式 */
    /* background: #343436; */
}

.footers-boxs {
    padding: 20px 240px;
    background: #343436;
}

.footer-box {
    margin: 0px auto;
    /* width: 1267px; */
    /* height: 425px; */
    /* background-color: red; */
}

.flex-top {
    display: flex;
    /* justify-content: center; */
    /* 第一种样式 */
    color: #343436;
    /* 第二种样式 */
    /* color: #FFFFFF; */
}

.flexs-tops {
    display: flex;
    /* justify-content: center; */
    color: #FFFFFF;
}

.flexs-tops a {
    color: white;
}

.top {
    margin-right: 15px;
    width: 265px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.top:hover {
    /* 第一 */
    background-color: #D9D9D9;
}

.tops:hover {
    /* 第二 */
    background-color: #787878;
}

.flex-tops {
    display: flex;
    justify-content: center;
    /* 第一种样式 */
    /* color: #343436; */
    /* 第二种样式 */
    color: #FFFFFF;
}

.tops {
    margin-right: 15px;
    width: 265px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.tops:hover {
    /* 第一 */
    /* background-color: #D9D9D9; */
    /* 第二 */
    background-color: #838383;
}

.flex-center {
    /*margin-top: 10px;*/
    padding: 0px 0 0px 0;
    /* height: 300px; */
    /* background-color: red; */
    /*border-top: 1px solid #D5D5D5;*/
    /*border-bottom: 1px solid #D5D5D5;*/
}

.center-txt,
.center-cu {
    font-size: 23px;
    font-weight: 600;
}

.center-txt {
    color: #FF5241;
}

.center-cu {
    margin-top: 10px;
    color: #787878;
}

.center-flex {
    display: flex;
    justify-content: space-between;
    /*margin-top: 36px;*/
}

.center-box {
    /* 第一 */
    /*color: #787878 !important;*/
    font-size: 15px;
    line-height: 25px;

}

.center-boxs {
    /* display: none; */
    /* 第二 */
    color: #cfcfcf;
}

.center-p {
    margin-bottom: 15px;
    font-size: 15px;
}

.center-img {
    width: 136px;
    height: 136px;
    /* background-color: red; */
}

.center-img img {
    width: 100%;
    height: 100%;
}

.flex-bottom {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-txt {
    display: flex;
    /* align-items: center; */
    color: #787878;
    font-size: 15px;
}

.iTxt {
    margin-right: 15px;
}

.is {
    color: #cfcfcf;
}

.bottom-img {
    width: 40px;
    height: 48px;
    /* background-color: red; */
}

.bottom-img img {
    width: 100%;
    height: 100%;
}

/* 页脚模块 - 友情链接 */
.friendly-links {
    color: #969799;
    font-size: 14px;
}
.friendly-links a {
    color: #969799;
}
.footer-friendly-link1:hover {
    color: #333;
}
.footer-friendly-link2:hover {
    color: #fff;
}

/* 页脚模块 */
.touch-info {
    padding: 5px 20px;
    /*width: 90%;*/
    background-color: #F0F2F5;
}

.mInfo {
    margin-bottom: 5px;
    flex: 1;
}

.footer-img-div {
    margin-top: 0 !important;
    width: 94px !important;
    height: 94px !important;
}

/* 专题文章 */
.article-ul li a {
    width: 100%;
}

.article-li {
    width: 32.66%;
    /* height: 360px; */
    /* padding: 0 1% 20px 0; */
    box-sizing: border-box;
}

.img-h {
    height: 211px;
}

.img-txt {
    /* margin-bottom: 36px; */
    padding: 15px 0;
    font-size: 16px;
    color: #333;
    /* height: 72px; */
    line-height: 36px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 专题文章 - 标题 */
.img-txt2 {
    padding: 20px 0;
    font-size: 20px;
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    box-sizing: border-box;
}
/* 专题文章 */
.article-date i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    border-left: 1px solid #e5e5e5;
    text-align: right;
    line-height: 20px;
    font-size: 0;
    
}
.article-date i::before {
    content: "→";
    display: block;
    color: rgb(153, 153, 153);
    speak: none;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    /* -webkit-font-smoothing: antialiased; */
    font-size: 20px;
    text-align: center;
    font-variant: normal;
    transition: all 0.5s ease 0s;
    
}

.imgTxt-box {
    padding: 10px 10px;
    margin-top: -3px;
    height: 130px;
}

.article-li:hover {
    background-color: #EFEFEF;
}

.style2-box {
    /* width: 1370px; */
}

.style2-img {
    /* width: 400px !important;
    height: 218px !important; */
    width: 250px !important;
    height: 150px !important;
}

.style2-text {
    width: 939px;
    margin-left: 40px;
}

@keyframes anim4 {
    0% {
        /* margin-lef: 0; */
        /* opacity: 0.5; */
        /* background-color: white; */
        transform: translate(0);
    }

    100% {
        /* margin-lef: 48px !important; */
        /* opacity: 1; */
        /* background-color: #EFEFEF; */
        transform: translate(15px);
    }
}

.article-ul-il {
    /* margin-lef: 0; */
}

.article-ul-il:hover {
    /* background-color: #EFEFEF; */
    animation: anim4 0.6s 1  forwards;
}

/* 商品 */
.style5-box {
    /* margin-left: 158px; */

}

.wH-box {
    width: 100% !important;
    /* height: 345px !important; */
    height: 300px !important;
}

/* 专题文章样式一 */
.module-article .news-item {
    flex-shrink: 0;
    padding: 0 10px;
    width: 25%;
    box-sizing: border-box;
}

.module-article .news-item:nth-child(1) {
    padding-left: 0;
}

/* 右侧设置样式 */
.flex-style {
    padding: 10px;
    background-color: #F0F2F5;
}

/* 在线留言 */
.leave-box {
    width: 80px;
    height: 80px;
    text-align: center;
    color: white;
    /*background: #FF5241;*/
    border-radius: 5px;
    overflow: hidden;

}
.leave-img-box {
    width: 50px;
    height: 50px;
    background: url(../img/defaultImg.png) no-repeat center / cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-box {
    position: relative;
    /* width: 87px;
    height: 80px; */
    padding: 8px 6px;
    text-align: center;
    color: white;
    background: #F57272;
    border-radius: 5px;
    /* overflow: hidden; */
}

.phoneHover {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    display: none;
    padding: 10px;
    margin: -70px 0 0px -285px;
    width: 254px;
    height: 60px;
    background-color: white;
    box-shadow: 0px 1px 4px 1px #9797A1;
}

.phone-box:hover .phoneHover {
    display: block;
}

.linkButton {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background-color: #FF7F72;
    border-radius: 5px;
    cursor: pointer;
}

.imgBox {
    /* margin: -315px 0px 0 -796px; */
    position: absolute;
    top: 21%;
    left: -202%;
    width: 400px;
    height: 265px;
    background-color: #ffffff;
    box-shadow: 0px 2px 6px -2px black;
}

.swiperflag,
.navigationflag,
.introduceflag,
.imgflag,
.combinationflag,
.brandflag,
.titleflag,
.imageTextflag,
.buttonflag,
.courseflag,
.footerflag,
.textblockflag {
    display: none;
}

.introduce-box {
    padding: 20px 0px 80px !important;
}

.imgTop {
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
    /* height: 50px; */
    color: #303133;
    /* background-color: #FF5241; */
}

.first-div {
    padding: 10px;
    margin-left: 10px;
}

.select {
    margin-left: 20px;
    width: 80% !important;
    outline: none;
}

.add-del {
    display: flex;
    margin: 60px 0 0px 88px;
}

.del {
    margin-left: 50px !important;
}

.el-input__icon {
    line-height: 31px !important;
}

.radio-group {
    width: 56px;
    height: 40px;
}

.radio-group img {
    width: 100%;
}

.displayStyle {
    display: flex;
    justify-content: flex-end;
}

.displayStyle .radio-group {
    margin-right: 5px;
}

/* 产品列表 */
.empty {
    /*height: 50%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty-svg {
    width: 200px;
    height: 200px;
}
.empty-description {
    font-size: 14px;
    color: #5e6d82;
}

/* 新闻列表 */
.cate-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 14px;
    font-size: 14px;
    background: rgba(0,0,0,0.6);
    text-shadow: none;
    border-radius: 50px;
    color: rgba(255,255,255,.6);
    cursor: pointer;
}
.cate-btn:hover {
    color: #000 !important;
	background-color: #f4ce58;
}
.cate-btn.active {
    color: #000 !important;
	background-color: #f4ce58;
}
.news-item .img-box,
.case-item .img-box {
    width: 100% ;
    height: 262px;
    overflow: hidden;
    background-size: 120%;
    vertical-align: top;
}
.news-item .img-box img,
.case-item .img-box img {
    height: 100%;
    object-fit: cover;
}
.news-text {
    padding: 15px;
    background: #222;
    /* background: rgba(0, 0, 0, .5); */
    font-size: 12px;
    color: #999;
    box-sizing: border-box;
}
.news_arrow,
.case_arrow {
    display: block;
    color: rgb(153, 153, 153);
    speak: none;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    font-size: 16px;
    /*float: right;*/
    font-variant: normal;
    transition: all 0.5s ease 0s;
    margin-right: 30px;
    opacity: 0;
}
.news-text .news-title{
    font-size: 16px;
    color: #ccc;
}
.news-item:hover img,
.case-item:hover img {
    transform: scale(1.2);
    transition: 0.5s;
    overflow: hidden;
}
.news-item:hover .news-text,
.news-item:hover .news-title,
.case-item:hover .case-title {
    color: #000 !important;
	background-color: #f4ce58;
    /* transition: 0.3s; */
}
.news-item:hover .news_arrow,
.case-item:hover .case_arrow {
    margin-right: 0;
    opacity: 1;
}


/* 图片上传弹框 */
.img-tags {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    /* overflow: hidden; */
    overflow-x: auto;
}

.tag {
    flex-shrink: 0;
    padding: 10px 0;
    font-size: 15px;
    border-radius: 100px;
    margin-right: 30px;
    line-height: 1;
    cursor: pointer;
    color: #343434;
}
.tag.active {
    /* background-color: #409eff; */
    color: #409eff;
}
.tags-arrow {
    position: absolute;
    right: 20px;
    background: #fff;
    line-height: 3;
}

.img-dialog .el-dialog__footer {
    text-align: center;
    border-top: 1px solid rgb(238, 238, 238);
}
.img-dialog .el-dialog__header {
    border-bottom: 1px solid rgb(238, 238, 238);
}

/*文字区块*/
.module-textblock .textblock-list {
    padding: 20px 240px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 10px;
}

.module-textblock .textblock-item {
    padding: 25px 20px;
    border-radius: 5px;
}

.module-textblock .textblock-item .textblock-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.module-textblock .textblock-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

/*文本框 组件*/
.editor_dialog.el-dialog__wrapper {
    z-index: 1000 !important;
}

.v-modal {
    z-index: 990 !important;
}

.unhover:hover {
    background: unset !important;
}

/* 动画 */
@keyframes translate-100 {
    from {
        transform: translate(-100%);
    }
    to {
        transform: translate(0);
    }
}
@keyframes translate100 {
    from {
        transform: translate(100%);
    }
    to {
        transform: translate(0);
    }
}
@keyframes translateY100 {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
