#header {
    width: 100%;
    height: 410px;
    background: url("../images/img_bg_city_sketch@1x.png") center/cover no-repeat;
}

.shopindex_searchs,
.communication {
    /* 隐藏通用头搜索框-联系按钮 */
    display: none;
}

/* el组件样式重置 */
.el-image-viewer__actions__divider,
.el-icon-c-scale-to-original,
.el-icon-full-screen,
.el-image-viewer__actions__divider {
    display: none;
}

/* 通用类样式 */
.anchor {
    position: absolute;
    top: 70px;
    transition: 1000ms;
}

[v-cloak] {
    display: none;
}

.card_out {
    /*height: 360px;*/
    padding: 60px 0;
    font-size: 18px;
    color: #333;
}

/*.lotut_intr.card_out,*/
/*.enterprice_culture.card_out,*/
/*.qualification_honor.card_out {*/
/*    height: 360px;*/
/*}*/

.card_out h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 40px;
}

.big_things .change_position {
    /* 交互操作器-偏移按钮 */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    position: absolute;
    z-index: 10;
}

.change_position .left_icon,
.change_position .right_icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.change_position .left_icon .icon {
    transform: rotate(90deg);
}

.change_position .right_icon .icon {
    transform: rotate(-90deg);
}

/* 悬浮固定项 */
.fixed_items--menu {
    width: 100%;
    height: 60px;
    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 #FF383A;
}


/* --资质&荣誉-控制器颜色 */
.qualification_honor .left_icon,
.qualification_honor .right_icon {
    background: rgba(0, 0, 0, .1);
}

.qualification_honor .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;
    padding: 118px 0;
}

.enterprice_culture ul {
    display: flex;
}

.enterprice_culture ul li {
    display: flex;
    flex-direction: column;

}

.enterprice_culture ul li:nth-child(1) {
    padding-right: 60px;
}

.enterprice_culture ul li:nth-child(2) {
    padding: 0 60px;
}

.enterprice_culture ul li:nth-child(3) {
    padding-left: 60px;
}

.enterprice_culture ul li + li {
    border-left: 1px solid #CCC;
}

.enterprice_culture h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

/* 资质&荣誉 */
.qualification_honor {
    background: #FFF;
}

.qualification_honor .change_position {
    position: absolute;
    top: 114px;
    z-index: 9;
    width: 100%;
}

.qualification_honor .pictures {
    position: relative;
    z-index: 19;
    width: calc(100% - 140px);
    margin-left: 70px;
    overflow: hidden;
}

.qualification_honor ul {
    position: relative;
    left: 0;
    display: flex;
    transition: 1000ms;
}

.qualification_honor ul li {
    margin-right: 30px;
}

.qualification_honor .img {
    width: 160px;
    height: 117px;
    margin-bottom: 10px;
}

.qualification_honor .img img {
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}

.qualification_honor ul div:last-of-type {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    color: #999;
}

/* 大事件 */
.big_things {
    width: 100%;
    height: 678px;
    /*background: linear-gradient(180deg, #F95F61 0%, #921F20 100%);*/
    background: url("../images/img_bg_about_event@1x.png") no-repeat center/cover;
    color: #FFF;
    overflow: hidden;
    padding-top: 100px;
}

.big_things h2 {
    margin-bottom: 30px;
}

.bt_things {
    height: 352px;
    position: relative;
    top: 20px;
    left: 0;
    transition: 1000ms;
    /*left: 354px;*/
    /*top: 129px;*/
}

.bt_things .container1200 {
    position: relative;
}

.bt_things .bt_card {
    position: absolute;
    /*margin-left: 100px;*/
    text-align: justify;
}

.bt_card .bt_top {
    width: 330px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.302);
    border-radius: 4px;
    display: flex;
    padding: 15px;
}

.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, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.bt_card .bt_bottom div:last-child {
    margin-left: 8px;
}

/* 地图样式 */
.lotut_map {
    height: 660px;
    position: relative;
}

.lotut_map .card_out {
    position: relative;
    z-index: 79;
    padding: 0;

}

.lotut_map .card_out h2 {
    position: absolute;
    top: 40px;
}

.lotut_map .communication_msg {
    position: absolute;
    top: 120px;
}

.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 {
    height: 90px;
    display: flex;
    cursor: pointer;
}

.communication_msg li + li {
    margin-top: 20px;
}

.communication_msg li h3 {
    font-size: 20px;
    line-height: 26px;
}

.communication_msg li div:first-child {
    width: 5px;
    height: 100%;
    background: #FF383A;
    opacity: 0;
    margin-right: 15px;
}

.communication_msg .addr {
    line-height: 20px;
    color: #999;
    margin: 5px 0 10px 0;
}

.communication_msg li div:last-child {
    border-bottom: 1px solid #EBEBEB;
}

.communication_msg .kf a {
    color: #FF383A;
}

.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;
}

/* 地图两侧渐变 */
.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%);
}
