.w-e-text-container {
    /* wangeditor 编辑器隐藏 */
    position: fixed;
    z-index: -2;
}

.sec-wetc {
    z-index: 9;
}

/* 通用 */
.container_new {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* 通用类样式 */
[v-cloak] {
    display: none;
}

.card_out {
    padding: 60px 0;
    font-size: 18px;
    color: #333;
}

.card_out h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 40px;
}

.big_things .change_position {
    /* 交互操作器-偏移按钮 */
    width: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.change_position .left_icon,
.change_position .right_icon {
    width: 50px;
    height: 50px;
    background: rgba(193, 193, 193, 0.4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.change_position .right_icon .icon {
    transform: rotate(180deg);
}

/* 样式重置 */
.headnavFixed {
    z-index: 100; /* 地图通过z-index切换，所以这里要增大头部层级值 */
}

/* el组件样式重置 */
.el-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.el-image img {
    width: 100%;
}

#header {
    width: 100%;
    height: 410px;
    background: red;
}

.nopos>div {
    position: relative;
}

.el-image-viewer__actions__divider,
.el-icon-c-scale-to-original,
.el-icon-full-screen {
    display: none;
}

/* 轮播图 */
.shopindex_searchs,
.communication {
    /* 隐藏通用头搜索框-联系按钮 */
    display: none;
}

/* 悬浮固定项 */
.fixed_items--menu {
    width: 100%;
    height: 60px;
    z-index: 99;
    background: #F9F9F9;
}

.fixed_items--menu ul{
    display: flex;
    justify-content: center;
    align-items: center;
}


.fixed_items--menu ul li {
    position: relative;
    width: 130px;
    height: 60px;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 60px;
}

.fixed_items--menu ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_items--menu ul li.active:after {
    position: absolute;
    bottom: 0;
    width: 20px;
    margin-left: 55px;
    display: block;
    content: "";
    border-bottom: 3px solid #C71522;
}

/* 锚点
.anchor {
    position: relative;
    top: -140px;
}

#about-intro {
    top: -80px;
} */

/* 轮播 */
.el-carousel__item h3 {
    color: #475669;
    font-size: 14px;
    opacity: 0.75;
    line-height: 150px;
    margin: 0;
}

.el-carousel__item:nth-child(2n) {
    background-color: #fafafa;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #fafafa;
}

/* --资质&荣誉-控制器颜色 */
.qualification_honor {
    position: relative;
}

.qualification_honor .left_icon,
.qualification_honor .right_icon {
    background: rgba(0, 0, 0, .1);
}

.qualification_honor .icon, .big_things .icon {
    color: #999;
}

/* 简介 */
.lotut_intr {
    background: #FFF;
}

.lotut_intr p {

    font-weight: 400;
    line-height: 30px;
    color: #333;
    text-align: justify;

}

.lotut_intr p + p {
    margin-top: 10px;
}

/* 企业文化 */
.enterprice_culture {
    /*display: flex;
    align-items: center;*/
    padding-top: 70px;
}

.enterprice_culture ul {
    display: flex;
    flex-wrap: wrap;
}

.enterprice_culture ul li {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 60px;
}

.enterprice_culture ul li + li {
    border-left: 1px solid #CCC;
}

.enterprice_culture ul li:first-child {
    padding-left: 0;
}

.enterprice_culture ul li:last-child {
    padding-right: 0;
}

.enterprice_culture ul li:nth-child(5) {
    padding-left: 0;
    border-left: none;
}

.enterprice_culture ul li:nth-child(5) ~ li {
    margin-top: 20px;
}

.enterprice_culture h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.enterprice_culture p {
    width: 319px;
    max-height: 48px;
}

/* 资质&荣誉 */
.qualification_honor {
    background: #FFF;
}

.qualification_honor .change_position {
    position: absolute;
    top: 170px;
    width: 100%;
}

.qualification_honor .pictures {
    width: calc(100% - 140px);
    position: relative;
    z-index: 9;
    margin-left: 70px;
    overflow: hidden;
}

.qualification_honor ul {
    width: 5000px;
    position: relative;
    left: 0;
    display: flex;
    transition: 1000ms;
}

.qualification_honor ul li {
    width: 300px;
    margin-right: 30px;
}

.qualification_honor .img {
    width: 300px;
    height: 225px;
    margin-bottom: 10px;
}

.qualification_honor .img img {
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}

.qualification_honor ul div:last-of-type {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    color: #999;
    overflow: hidden;
}

/* 大事件 */
.big_things {
    width: 100%;
    /*background: linear-gradient(180deg, #EC616B 0%, #C71522 100%);*/
    color: #333;
    overflow: hidden;
    padding-top: 100px;
}

.big_things h2 {
    margin-bottom: 30px;
}

.bt_things {
    height: 352px;
    position: relative;
    left: 0;
    margin-top: 60px;
    transition: 1000ms;
}

.bt_things .container_new {
    position: relative;
}

.bt_things .bt_card {
    position: absolute;
    /*margin-left: 100px;*/
    text-align: justify;
}

.bt_card .bt_top {
    width: 330px;
    background: #eee;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    display: flex;
    padding: 15px;
}

.bt_top_title {
    width: 600px;
    max-height: 300px;
    overflow: auto;
    padding: 5px;
    font-size: 14px;
    color: #333;
    border: 1px solid #DDD;
    background: #FFF;
    display: none;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 20;
}

.bt_card .bt_bottom {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
}

.bt_card .bt_bottom div {
    float: left;
}

.bt_card .bt_bottom div:first-child {
    width: 2px;
    height: 90px;
    background: linear-gradient(180deg, #5f5f5f 0%, rgba(0, 0, 0, 0) 100%);
}

.bt_card .bt_bottom div:last-child {
    margin-left: 8px;
}

/* 地图样式 */
.lotut_map {
    /*height: 660px;*/
    /*position: relative;*/
    padding-bottom: 30px;
}

.lotut_map .card_out {
    position: relative;
    z-index: 79;
    padding: 0;

}

.lotut_map .card_out h2 {
    /*position: absolute;*/
    /*top: 40px;*/
}

.lotut_map .communication_msg {
    /*height: 308px;*/
    /*max-height: 500px;*/
    /*overflow: auto;*/
    /*position: absolute;*/
    /*top: 120px;*/
    /*width: 100%;*/
}

.lotut_map
.bmap {
    width: 100%;
    position: absolute;
    top: 0;
}

.bmap > div {
    width: 100%;
    position: absolute !important;
}

.communication_msg {
    background: #FFF;
    padding: 20px 20px 20px 0;
    /*width: 400px;*/
    /*height: 350px;*/
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.communication_msg li {
    display: flex;
    /*cursor: pointer;*/
}

.communication_msg li + li {
    margin-top: 20px;
}

.communication_msg li h3 {
    font-size: 25px;
    line-height: 50px;
}

.communication_msg li div:first-child {
    width: 5px;
    /*background: linear-gradient(180deg, #EC616B 0%, #C71522 100%);*/
    background: white !important;
    opacity: 0;
    margin-right: 15px;
}

.communication_msg .addr {
    font-size: 20px;
    display: inline;
    line-height: 20px;
    color: #999;
    margin: 5px 0 10px 20px;
}

.communication_msg li div:last-child {
    border-bottom: 1px solid #EBEBEB;
    width: 99%;
    min-height: 50px;
}

.communication_msg .kf a {
    color: #2932e1;
}

.communication_msg .kf span:first-child {
    padding-right: 5px;
}

.communication_msg li.active div:first-child {
    opacity: 1;
}

.communication_msg li.active h3 {
    font-weight: bold;
    display: inline;
}

/* 地图两侧渐变 */
.white-box-left,
.white-box-right {
    width: calc((100% - 1200px) / 2);
    height: 100%;
    position: absolute;
    z-index: 79;
}

.white-box-left {
    left: 0;
    background: linear-gradient(90deg, #FAFAFA 0%, rgba(250, 250, 250, 0.8) 68%, rgba(250, 250, 250, 0) 100%);
}

.white-box-right {
    right: 0;
    background: linear-gradient(270deg, #FAFAFA 0%, rgba(250, 250, 250, 0.8) 68%, rgba(250, 250, 250, 0) 100%);
}

.map_box {
    height: 660px;
}
.img_box{
    text-align: center;
}
