html,body {

}
body {
    margin: 0;
    color: #333;
    font-size: 16px;
    padding-top: 92px;
}
p {
    margin: 0;
}
body>div {
    overflow-x: hidden;
    height: 100%;
}
body>div>div:not(.poster, .honer, .image-viewer,.foot-content,.container-header, .right-bar) {
    width: 1328px;
    margin: 0 auto;
}
.poster {
    width: 100%;
    margin-bottom: 38px;
}
.poster img {
    width: 100%;
    /*height: 33.33vh;*/
    height: 18.75vw;

}

video {
    float: right;
    width: 598px;
    height: 336px;
    margin-top: 12px;
    margin-left: 30px;
}

.desc {
    margin-bottom: 31px !important;
    min-height: 443px;
}
.desc>div:first-child {
   margin-bottom: 18px;
    font-size: 30px;
    font-weight: bold;
}

.desc-span {
    line-height: 40px;
    font-size: 16px;
}
.desc-span p {
    text-indent: 2em;
}

.tag {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 43px !important;
    height: 156px;
    box-shadow: 0 0 20px 2px #F3F3F3;
    background: #fff;
}

.tag > div {
    width: 16.66%;
    height: 68px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #e9e9e9;
}
.tag>div:last-child {
    border-right: none;
}

.tag > div > span:first-child {
    font-size: 30px;
    color: #1e67ce;
    font-weight: bold;
    padding-bottom: 20px;
}

/*兄弟公司*/
.group-other {
    display: flex;
    flex-flow: column nowrap;
    color: #333;
    margin-bottom: 112px  !important;
    position: relative;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.group-other>div:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1328px;
    margin: 0 auto 33px;
}
.group-other>div:nth-child(2) {
    width: 1328px;
    min-height: 336px;
    margin: 0 auto;
    background: #fff;
    display: flex;
}
.group-other>div:nth-child(2)>span {
    padding-top: 42px;
    padding-right: 42px;
    display: flex;
    flex-flow: column nowrap;
    width: calc(100% - 552px);
    height: 336px;
    overflow-y: auto;

}
.group-other>div:first-child>div:first-child {
    font-size: 30px;
    font-weight: bold;
    flex-shrink: 0;
    padding-right: 50px;
    width: calc(100% - 885px);
}

.swiper {
    margin: 0 50px;
    width: 100%;
}
.swiper-wrapper {}
.swiper-slide {
    display: flex;
}
.swiper-button-prev {
    width: 24px;
    height: 24px;
    top: 30px;
    background-image: url("../../img/front/aboutHh/fzlc_left.png");
    background-size: cover;
}
.swiper-button-next {
    width: 24px;
    height: 24px;
    top: 30px;
    background-image: url("../../img/front/aboutHh/fzlc_right.png");
    background-size: cover;
}
.swiper-button-prev:after,
.swiper-button-next:after {
   content: '';
}
.group-btn {
    font-size: 20px;
    color: #333;
    display: flex;
    font-weight: bold;
    width: 885px;
    position: relative;
    /*overflow-y: hidden;*/
    /*overflow-x: auto;*/
}

.group-btn .group-bt-item:nth-child(even) {
}
.group-btn .group-bt-item.active {
    color: #1e67ce;
}
.group-bt-item {
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
    cursor: pointer;
    width: 33.33%;
    flex-shrink: 0;
}
.group-bt-item>div:first-child {
    width: 100%;
    text-overflow: ellipsis;    /*1*/
    overflow: hidden;           /*2*/
    white-space: nowrap;        /*3*/
    word-break: break-all;
    text-align: center;
}
.under-name {
    height: 3px;
    width: 64px;
    background: #1e67ce;
    border-radius: 2px;
    margin-top: 5px;
    display: none;
}
.active .under-name {
    display: block;
}
.group-other img {
    padding-right: 50px;
    height: 336px;
    width: 552px;
    flex-shrink: 0;
}
.group-other>div>div:last-child>span {
    display: flex;
    flex-flow: column nowrap;
}
/*子公司简介标题*/
.group-other .intro-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
    display: none;
}
/*子公司简介*/
.group-other .intro-content{
    line-height: 40px;
    padding-bottom: 30px;
}
.group-mask {
    width: 100vw;
    height: calc(100% + 185px);
    position: absolute;
    top: -121px;
    left: 0;
    z-index: -1;
    background: #f8f8f8;
}
.intro-content p {
    text-indent: 2em;
}

.dev-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 26px;
}
.dev-time-line {
    min-height: 450px;
}
.history-img {
    width: 660px;
    height: 525px;
    margin-right: 54px;
}
.history-content-container {
    display: flex;
    flex-flow: column;
    height: 525px;
    overflow-y: auto;
}
.history-title {
    font-size: 20px;
    font-weight: bold;
    color: #1E67CE;
    margin-bottom: 16px;
}
.history-content {
    display: flex;
    flex-flow: column nowrap;
}
.history-content>* {
    line-height: 45px;
    font-size: 16px;
}


.time-line-content {
    min-height: 525px;
    margin-bottom: 36px!important;
}
.time-line-btn {
    display: flex;
    position: relative;
    justify-content: space-around;
    height: 230px;
    padding: 0 30px;
}
.time-line-btn .line {
    background: #e7e7e7;
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: -1;
    top: calc(50% - 2px / 2);
    left: 0;
}
.switch-btn {
    width: 44px;
    height: 44px;
    position: absolute;
    top: calc(50% - 44px / 2);
    cursor: pointer;
}
.left-btn {
    background: url("../../img/front/aboutHh/fzlc_left1.png") no-repeat 100% 100%;
    left: 0;
}
.left-btn:hover {
    background: url("../../img/front/aboutHh/fzlc_left.png") no-repeat 100% 100%;
}
.right-btn {
    background: url("../../img/front/aboutHh/fzlc_right1.png") no-repeat 100% 100%;
    right: 0;
}
.right-btn:hover {
    background: url("../../img/front/aboutHh/fzlc_right.png") no-repeat 100% 100%;
}

.time-line-btn>div:not(.line,.switch-btn) {
    width: 185px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 35px 0 66px 0;
    cursor: pointer;
}
.time-line-btn>div.active:not(.line,.switch-btn) {
    padding-top: 0;
    color: #1e67ce;
    font-size: 20px;
}
.history-year {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efefef;
    height: 30px;
    border-radius: 15px;
    width: 120px;
}
.time-line-btn .active .history-year {
    width: 184px;
    height: 44px;
    background: #e8f0fa;
    border-radius: 22px;
    font-size: 24px;
    color: #1e67ce;
    font-weight: bold;
}

.time-line-btn .point {
    width: 14px;
    height: 14px;
    position: absolute;
    top: calc(50% - 14px / 2);
    left: calc(50% - 14px / 2);
    z-index: 1;
    background: #c1c1c1;
    border-radius: 50%;
}
.time-line-btn .active .point {
    background: #1e67ce;
}
.time-line-btn .v-line {
    height: calc(50% - 40px);
    width: 3px;
    background: #c1c1c1;
    position: absolute;
    top: 40px;
    left: calc(50% - 1.5px);
    z-index: -1;
}
.time-line-btn .active .v-line {
    background: #1e67ce;
    height: calc(50%);
    top: 0;
}
.history-item>div:last-child {
    font-size: 18px;
}
.honer {
    height: 342px;
    width: 100%;
    background-image: url("../../img/front/aboutHh/ry_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-top: -37px;

}
.honer>div {
    width: 1328px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    padding: 43px 0 74px;
    margin: 0 auto;
}
.honer>div>div:first-child {
    font-size: 30px;
}
.honer-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.honer-banner>div {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 33.33%;
}
.honer-banner>div>span {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-left: 24px;
}
.honer-banner>div>span>span:last-child {
    font-size: 20px;
    font-weight: normal;
}
.honer-img-container {
    width: 100% !important;
    margin-bottom: 45px !important;
    background: #f8f8f8;
    padding-top: 64px !important;

}
.honer-img-container>div {
    width: 1328px;
    height: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 26px;
}
.honer-img-container .honer-item {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 404px;
    height: 252px;
    border: 1px solid #c1cec1;
    margin-bottom: 38px;
    overflow: hidden;
    padding: 12px;
    background: #fff;
}
.honer-img-container img {
    height: 100%;
}
.honer-img-container .honer-item:hover {
    border: 1px solid #1e67ce;
    padding: 0 !important;
    box-shadow: 0 0 10px 2px #e2e2e2;
}
.honer-img-container .honer-item:hover img {
    transform: scale(1.1);
}
.image-viewer {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 1000000;
    margin: 0 !important;
}
.image-viewer>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1144px;
    height: 764px;
    box-shadow: 0 0 5px 0px #e2e2e2;
    padding: 26px;
    background: #fff;
    border: 1px solid #1e67ce;
}

.image-viewer img {
    height: 100%;
    max-width: 1090px;
}

@media only screen and (max-width: 1366px) {
    .image-viewer>div {
        width: 869px;
        height: 580px;
    }
    .image-viewer img {
        max-width: 815px;
    }
}

.culture {
    margin-bottom: 50px !important;
}
.culture>div:first-child {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 42px;
}

.culture .img-container {
    display: flex;
    justify-content: center;
}
.culture img {
    width: 100%;
}

.no-data-str {
    font-size: 16px;
    color: #666;
}
.honer-nodata {
    height: 600px !important;
    width: 100%;
    font-size: 16px;
    color: #666;
    justify-content: center !important;
    align-items: center;
}
.cultrue-nodata {
    height: 545px;
    width: 100%;
    background-image: url("../../img/front/aboutHh/tp_zwsj.png");
    background-repeat: no-repeat;
    background-position: center center;

}