.max {
    overflow: hidden;
    max-width: 1920px;
    display: block;
    margin: 0 auto
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    width: auto
}

.companyIntroduce .crumbs {
    display: block;
    padding: 0 8.333333%;
    height: 50px;
    line-height: 50px;
    padding-top: 80px;
    box-sizing: content-box;
    background-color: #f8f8f8
}

.companyIntroduce .crumbs a {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    color: #666;
    vertical-align: middle
}

.companyIntroduce .crumbs i {
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    margin: 0 5px;
    color: #999;
    position: relative;
    top: 1.5px
}

.companyIntroduce .crumbs span {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    color: #999;
    vertical-align: middle;
    cursor: default
}

.companyIntroduce .crumbs:after {
    width: 0;
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle
}

@media (max-width:1199px) and (min-width:992px) {
    .companyIntroduce .crumbs {
        padding-top: 110px
    }
}

@media (max-width:991px) and (min-width:0) {
    .companyIntroduce .crumbs {
        padding: 0 30px;
        height: 40px;
        padding-top: 70px
    }

    .companyIntroduce .crumbs a {
        font-size: 12px;
        line-height: 40px;
        vertical-align: baseline
    }

    .companyIntroduce .crumbs i {
        line-height: 40px;
        vertical-align: baseline
    }

    .companyIntroduce .crumbs span {
        font-size: 12px;
        line-height: 40px;
        vertical-align: baseline
    }
}

@media (max-width:574px) and (min-width:0px) {
    .companyIntroduce .crumbs {
        padding-top: 50px
    }
}

.companyIntroduce .banner_box {
    width: 100%;
    height: 400px
}

.companyIntroduce .banner_box .sd_imgbox {
    position: static !important
}

.companyIntroduce .banner_box img {
    min-width: 1600px;
    min-height: 400px
}

@media (max-width:1199px) and (min-width:992px) {
    .companyIntroduce .banner_box {
        height: 300px
    }

    .companyIntroduce .banner_box img {
        min-width: 1024px;
        min-height: 300px
    }
}

@media (max-width:991px) and (min-width:700px) {
    .companyIntroduce .banner_box {
        height: 250px
    }

    .companyIntroduce .banner_box img {
        min-width: 768px;
        min-height: 250px
    }
}

@media (max-width:699px) and (min-width:575px) {
    .companyIntroduce .banner_box {
        height: 200px
    }

    .companyIntroduce .banner_box img {
        min-width: 600px;
        min-height: 200px
    }
}

@media (max-width:574px) and (min-width:0px) {
    .companyIntroduce .banner_box {
        height: 200px
    }

    .companyIntroduce .banner_box img {
        min-width: 375px;
        min-height: 0
    }
}

.companyIntroduce .company_introduce {
    background-color: #fafcfd;
    text-align: center
}

.companyIntroduce .company_introduce .content {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center
}

.companyIntroduce .company_introduce .content h2 {
    text-align: left;
    font-size: 48px;
    line-height: 48px;
    display: inline-block;
    font-weight: 700;
    background-image: linear-gradient(to right, #32beff 0, #005aab 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 30px
}

.companyIntroduce .company_introduce .content p {
    text-align: left;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #999;
    font-family: "Microsoft YaHei"
}

.companyIntroduce .company_introduce .content h3 {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700
}

@media (max-width:1199px) and (min-width:992px) {
    .companyIntroduce .company_introduce .content h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px
    }
}

@media (max-width:991px) and (min-width:0px) {
    .companyIntroduce .company_introduce .content {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .companyIntroduce .company_introduce .content h2 {
        font-size: 36px;
        line-height: 36px
    }

    .companyIntroduce .company_introduce .content p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 25px
    }

    .companyIntroduce .company_introduce .content h3 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 25px
    }
}

@media (max-width:699px) and (min-width:0px) {
    .companyIntroduce .company_introduce {
        position: relative
    }

    .companyIntroduce .company_introduce .content {
        padding-top: 71px;
        padding-bottom: 70px
    }

    .companyIntroduce .company_introduce .content h2 {
        font-size: 36px;
        line-height: 36px;
        display: inline-block
    }

    .companyIntroduce .company_introduce .content p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 25px;
        display: none
    }

    .companyIntroduce .company_introduce .content p.show {
        display: block
    }

    .companyIntroduce .company_introduce .content h3 {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 25px;
        display: none
    }

    .companyIntroduce .company_introduce .content h3.show {
        display: block
    }

    .companyIntroduce .company_introduce .show_all {
        position: absolute;
        left: 8.333%;
        right: 8.333%;
        bottom: 48px;
        height: 24px;
        text-align: center
    }

    .companyIntroduce .company_introduce .show_all:after {
        width: 100%;
        height: 1px;
        content: '';
        background-color: #eee;
        display: block;
        position: absolute;
        top: 12px;
        left: 0;
        z-index: 1
    }

    .companyIntroduce .company_introduce .show_all>div {
        position: relative;
        z-index: 2;
        color: #005aab
    }

    .companyIntroduce .company_introduce .show_all>div div {
        display: inline-block;
        background-color: #fafcfd;
        padding: 0 20px;
        font-size: 14px;
        line-height: 25px
    }

    .companyIntroduce .company_introduce .show_all>div div i {
        margin-left: 10px;
        font-size: 14px;
        line-height: 25px;
        display: inline-block;
        height: 25px;
        vertical-align: top
    }

    .companyIntroduce .company_introduce .show_all>div.hide {
        display: none
    }

    .companyIntroduce .company_introduce.all .show_all .hide {
        display: block
    }

    .companyIntroduce .company_introduce.all .show_all .show {
        display: none
    }
}

@media (max-width:574px) and (min-width:0px) {
    .companyIntroduce .company_introduce .content {
        padding-top: 45px
    }

    .companyIntroduce .company_introduce .content h2 {
        margin-bottom: 15px
    }

    .companyIntroduce .company_introduce .content p {
        margin-bottom: 15px
    }

    .companyIntroduce .company_introduce .content h3 {
        margin-bottom: 5px
    }
}

.companyIntroduce .history_title {
    padding: 60px 0 45px;
    background: url(../images/intohaier_haier_history_title_bg.jpg) repeat;
    background-size: 100% 100%
}

.companyIntroduce .history_title h2 {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff
}

.companyIntroduce .haier_history {
    min-height: 750px
}

.companyIntroduce .haier_history .tab_bar {
    position: relative;
    height: 330px
}

.companyIntroduce .haier_history .tab_bar .bg_box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden
}

.companyIntroduce .haier_history .tab_bar .bg_box img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    width: auto;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: auto;
    right: 0 !important;
}

@media \0screen {
    .companyIntroduce .haier_history .tab_bar .bg_box img {
        margin-top: -166px
    }
}

.companyIntroduce .haier_history .tab_bar ul {
    z-index: 2;
    text-align: center;
    height: 100%
}

.companyIntroduce .haier_history .tab_bar ul li {
    height: 100%;
    padding-top: 84px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    position: relative;
    vertical-align: top;
    border-bottom: 1px solid rgba(50, 190, 255, 1);
    border-left: 1px solid rgba(255, 255, 255, 1);
    cursor: default
}

.companyIntroduce .haier_history .tab_bar ul li:first-child {
    border-left: none
}

.companyIntroduce .haier_history .tab_bar ul li i {
    display: block;
    margin: 0 auto;
    width: 45px;
    height: 45px;
    font-size: 45px;
    line-height: 45px;
    cursor: default
}

.companyIntroduce .haier_history .tab_bar ul li .stage {
    margin-top: 15px
}

.companyIntroduce .haier_history .tab_bar ul li .stage p {
    font-size: 24px;
    line-height: 30px;
    cursor: default
}

.companyIntroduce .haier_history .tab_bar ul li .time {
    margin-top: 20px;
    font-size: 24px;
    line-height: 30px;
    cursor: default
}

.companyIntroduce .haier_history .tab_bar ul li .line {
    margin-top: 20px;
    height: 1px;
    background-image: url(../images/intohaier_haier_history_border.png)
}

.companyIntroduce .haier_history .tab_bar ul li .describe {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    cursor: default;
    white-space: normal
}

.companyIntroduce .haier_history .tab_bar ul li .shadow {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: rgba(50, 190, 255, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c32beff, endColorstr=#4c32beff);
    display: none;
    display: block\0;
    background: 0 0\0;
    -webkit-filter: none\0;
    filter: none\0;
    background: url(../images/nocolorbg.png) repeat\0
}

.companyIntroduce .haier_history .tab_bar ul li .select {
    position: absolute;
    z-index: 6;
    left: 50%;
    bottom: -5px;
    width: 9px;
    height: 9px;
    margin-left: -5px
}

.companyIntroduce .haier_history .tab_bar ul li .select img {
    width: 100%;
    height: 100%
}

.companyIntroduce .haier_history .tab_bar ul li.cur {
    border-bottom: 1px solid #32beff
}

.companyIntroduce .haier_history .tab_bar ul li.cur .shadow {
    display: block;
    background-color: rgba(50, 190, 255, .3)\0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c32beff, endColorstr=#4c32beff)\0
}

.companyIntroduce .haier_history .tab_bar ul li.cur .select {
    width: 31px;
    height: 31px;
    margin-left: -16px;
    bottom: -16px;
    background-image: url(../images/intohaier_haier_history_radius.png);
    background-size: 100% 100%
}

.companyIntroduce .haier_history .tab_bar ul li.cur .select img {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 15px;
    height: 15px
}

.companyIntroduce .haier_history .tab_content {
    position: relative;
    background-image: url(../images/intohaier_haier_history_details_bg.jpg);
    background-size: auto 100%
}

.companyIntroduce .haier_history .tab_content .tabswiper {
    height: 100%;
    position: relative;
    overflow: hidden
}
@media (max-width: 766px){
    .companyIntroduce .haier_history .tab_content .tabswiper{
        height: auto;
    }
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList {
    height: 100%;
    width: 600%;
    position: relative
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item {
    height: 100%;
    width: 16.666667%;
    position: relative;
    display: inline-block
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item.cur .pagination {
    display: block
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-wrapper {
    height: 100%
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 8.333%;
    right: 8.333%
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .left {
    height: 100%;
    overflow: hidden;
    position: relative
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .left img {
    min-width: 100%;
    min-height: 100%
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .left:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #fff;
    opacity: .5;
    margin: 10px
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right {
    padding-left: 60px;
    height: 100%;
    position: relative
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right h2 {
    font-size: 24px;
    line-height: 30px;
    color: #32beff;
    font-weight: 700
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right .line {
    margin-top: 30px;
    height: 3px;
    position: relative
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right .line:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(50, 190, 255, .2);
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right .line:after {
    content: '';
    width: 200px;
    height: 3px;
    background-color: #32beff;
    display: inline-block;
    position: relative;
    z-index: 2
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 25px;
    color: #ccc
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right .year {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 90px;
    color: rgba(255, 255, 255, .1);
    font-family: Arial;
    font-style: italic;
    line-height: 66px
}

.companyIntroduce .haier_history .tab_content .tabswiper .pagination {
    position: absolute;
    bottom: 60px;
    height: 16px;
    margin-left: 60px;
    left: 41.666667%;
    display: none
}

.companyIntroduce .haier_history .tab_content .tabswiper .pagination .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    text-align: center;
    background-color: #a1abb7;
    box-sizing: border-box
}

.companyIntroduce .haier_history .tab_content .tabswiper .pagination .swiper-pagination-switch.swiper-active-switch {
    border: 3px solid #fff;
    background-color: transparent;
    width: 14px;
    height: 14px
}

.companyIntroduce .haier_history .tab_content .tabswiper .arrow {
    cursor: pointer;
    position: absolute;
    bottom: 60px;
    z-index: 8;
    right: 8.333333%;
    color: #fff;
    width: 48px;
    height: 48px;
    font-size: 48px;
    line-height: 48px
}

.companyIntroduce .haier_history .tab_content .tabswiper .arrow.prev {
    margin-right: 68px
}

.companyIntroduce .haier_history .tab_bar ul li:nth-child(3) .describe br {
    display: none
}

@media (min-width:1422px) {
    .companyIntroduce .haier_history .tab_bar ul li:nth-child(3) .describe br {
        display: block
    }
}

@media (max-width:1050px) {
    .companyIntroduce .haier_history .tab_bar ul li:last-child .describe br {
        display: none
    }
}

@media \0screen {
    .companyIntroduce .haier_history .tab_bar .bg_box img {
        margin-top: -166px
    }

    .companyIntroduce .haier_history .tab_bar ul li .shadow {
        display: block;
        background: 0 0;
        -webkit-filter: none;
        filter: none;
        background: url(../images/nocolorbg.png) repeat
    }

    .companyIntroduce .haier_history .tab_bar ul li.cur .shadow {
        background-color: rgba(50, 190, 255, .3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c32beff, endColorstr=#4c32beff)
    }
}

@media (max-width:1920px) and (min-width:1920px) {
    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left {
        width: 50%
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
        width: 50%
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .pagination {
        left: 50%
    }
}

@media (max-width:1366px) and (min-width:1366px) {
    .companyIntroduce .haier_history .tab_bar {
        height: 280px
    }

    .companyIntroduce .haier_history .tab_bar ul li i {
        width: 32px;
        height: 32px;
        font-size: 32px;
        line-height: 32px
    }

    .companyIntroduce .haier_history .tab_bar ul li .stage {
        margin-top: 10px
    }

    .companyIntroduce .haier_history .tab_bar ul li .stage p {
        font-size: 20px;
        line-height: 26px
    }

    .companyIntroduce .haier_history .tab_bar ul li .time {
        margin-top: 10px;
        font-size: 20px
    }

    .companyIntroduce .haier_history .tab_bar ul li .line {
        margin-top: 15px
    }

    .companyIntroduce .haier_history .tab_bar ul li .describe {
        margin-top: 15px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content {
        top: 45px;
        bottom: 45px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .line {
        margin-top: 25px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right p {
        margin-top: 25px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .year {
        font-size: 72px;
        line-height: 56px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .arrow {
        bottom: 45px
    }
}

@media (max-width:1280px) and (min-width:1280px) {
    .companyIntroduce .haier_history .tab_bar {
        height: 330px
    }

    .companyIntroduce .haier_history .tab_bar ul li {
        padding-left: 15px;
        padding-right: 15px
    }

    .companyIntroduce .haier_history .tab_bar ul li i {
        width: 48px;
        height: 48px;
        font-size: 48px;
        line-height: 48px
    }

    .companyIntroduce .haier_history .tab_bar ul li .line {
        margin-top: 15px
    }

    .companyIntroduce .haier_history .tab_bar ul li .describe {
        margin-top: 15px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
        padding-left: 90px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left {
        width: 50%
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
        width: 50%
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .pagination {
        margin-left: 90px;
        left: 50%
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .companyIntroduce .history_title {
        padding: 60px 0 30px
    }

    .companyIntroduce .history_title h2 {
        font-size: 36px;
        line-height: 36px
    }

    .companyIntroduce .haier_history .tab_bar {
        height: 280px
    }

    .companyIntroduce .haier_history .tab_bar ul li {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px
    }

    .companyIntroduce .haier_history .tab_bar ul li i {
        width: 32px;
        height: 32px;
        font-size: 32px;
        line-height: 32px
    }

    .companyIntroduce .haier_history .tab_bar ul li .stage {
        margin-top: 10px
    }

    .companyIntroduce .haier_history .tab_bar ul li .stage p {
        font-size: 20px;
        line-height: 26px
    }

    .companyIntroduce .haier_history .tab_bar ul li .time {
        margin-top: 10px;
        font-size: 20px;
        line-height: 26px
    }

    .companyIntroduce .haier_history .tab_bar ul li .line {
        margin-top: 15px
    }

    .companyIntroduce .haier_history .tab_bar ul li .describe {
        margin-top: 15px;
        font-size: 12px;
        line-height: 18px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content {
        top: 45px;
        bottom: 45px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left {
        width: 50%
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
        width: 50%;
        padding-left: 45px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .line {
        margin-top: 25px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right p {
        margin-top: 25px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .year {
        font-size: 72px;
        line-height: 56px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .arrow {
        bottom: 45px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .pagination {
        margin-left: 45px;
        left: 50%;
        bottom: 45px
    }
}

@media (max-width:991px) and (min-width:0px) {
    .companyIntroduce .history_title {
        padding: 45px 0 30px
    }

    .companyIntroduce .history_title h2 {
        font-size: 36px;
        line-height: 36px
    }

    .companyIntroduce .haier_history {
        min-height: 0
    }

    .companyIntroduce .haier_history .tab_bar {
        height: 250px
    }

    .companyIntroduce .haier_history .tab_bar .bg_box {
        bottom: 15px
    }

    .companyIntroduce .haier_history .tab_bar ul {
        box-sizing: content-box;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 15px
    }

    .companyIntroduce .haier_history .tab_bar ul::-webkit-scrollbar {
        display: none
    }

    .companyIntroduce .haier_history .tab_bar ul li {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        width: 171px !important
    }

    .companyIntroduce .haier_history .tab_bar ul li i {
        font-size: 30px;
        line-height: 30px;
        height: 30px;
        width: 30px
    }

    .companyIntroduce .haier_history .tab_bar ul li .stage {
        margin-top: 15px
    }

    .companyIntroduce .haier_history .tab_bar ul li .stage p {
        font-size: 16px;
        line-height: 22px
    }

    .companyIntroduce .haier_history .tab_bar ul li .time {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px
    }

    .companyIntroduce .haier_history .tab_bar ul li .line {
        margin-top: 10px
    }

    .companyIntroduce .haier_history .tab_bar ul li .describe {
        margin-top: 10px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper>.scrollList {
        height: auto
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList {
        display: flex;
        align-items: stretch
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item {
        display: inline-block;
        height: auto;
        vertical-align: top;
        box-sizing: border-box;
        padding-top: 45px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-container {
        position: static
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-wrapper {
        width: 100000px;
        height: auto
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-wrapper .swiper-slide {
        display: inline-block;
        height: auto;
        width: auto
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content {
        position: static;
        margin: 0 auto;
        display: block
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left {
        height: 300px;
        overflow: hidden;
        position: relative;
        width: 100%
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left img {
        min-width: 100%;
        min-height: 100%
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
        padding: 0;
        height: auto;
        position: relative;
        margin-top: 30px;
        width: 100%;
        padding-bottom: 160px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .year {
        position: absolute;
        bottom: 62px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .arrow {
        position: absolute;
        bottom: 60px;
        z-index: 8;
        color: #fff
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .pagination {
        margin-left: 0;
        left: 8.333333%;
        bottom: 60px
    }
}

@media (max-width:574px) and (min-width:0px) {
    .companyIntroduce .history_title {
        padding-bottom: 25px
    }

    .companyIntroduce .history_title h2 {
        font-size: 28px;
        line-height: 28px
    }

    .companyIntroduce .haier_history .tab_bar ul li {
        width: 150px !important;
        padding-left: 10px;
        padding-right: 10px
    }

    .companyIntroduce .haier_history .tab_bar ul li .time {
        font-size: 16px;
        line-height: 22px
    }

    .companyIntroduce .haier_history .tab_bar ul li .line {
        margin-top: 10px
    }

    .companyIntroduce .haier_history .tab_bar ul li .describe {
        font-size: 12px;
        line-height: 18px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item {
        padding-top: 30px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .left {
        height: 200px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right {
        padding-bottom: 123px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right h2 {
        font-size: 16px;
        line-height: 30px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .line {
        margin-top: 20px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .line:after {
        width: 120px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right p {
        -webkit-text-size-adjust: none
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList .list_item .swiper-slide-content .right .year {
        position: absolute;
        bottom: 45px;
        font-size: 64px;
        line-height: 48px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList p {
        display: inline-block;
        margin-top: 20px !important;
        font-size: 12px !important;
        line-height: 21px !important
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .arrow {
        position: absolute;
        bottom: 45px;
        z-index: 8;
        color: #fff;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 32px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .arrow.prev {
        margin-right: 52px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .pagination {
        margin-left: 0;
        left: 8.333333%;
        bottom: 45px
    }
}

@media \0screen {
    .intoHaier .haier_history .tab_content {
        min-height: 420px
    }

    .intoHaier .haier_history .tab_content .tabswiper {
        min-height: 420px
    }

    .intoHaier .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-wrapper {
        min-height: 420px;
        height: 566px
    }
}

.companyIntroduce .company_culture {
    background: url(../images/companyintroduce_list_bg.jpg) repeat;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(15, 35, 65, .1)
}

.companyIntroduce .company_culture .company_culture_content {
    margin: 0 auto;
    display: block
}

.companyIntroduce .company_culture .title {
    padding: 60px 0 45px 0;
    text-align: center
}

.companyIntroduce .company_culture .title h2 {
    display: inline-block;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    background-image: linear-gradient(to right, #32beff 0, #005aab 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.companyIntroduce .company_culture .line {
    height: 3px;
    width: 100%;
    display: block;
    background-image: linear-gradient(to right, #32beff 0, #005aab 100%)
}

.companyIntroduce .company_culture ul li {
    background-color: rgba(255, 255, 255, .7);
    margin-bottom: 20px;
    padding: 0 45px
}

.companyIntroduce .company_culture ul li .item_show {
    height: 120px
}

.companyIntroduce .company_culture ul li .item_show .middle_box {
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.companyIntroduce .company_culture ul li .item_show .middle_box .left {
    float: left
}

.companyIntroduce .company_culture ul li .item_show .middle_box .left .first div {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    /* font-weight: 700 */
}

.companyIntroduce .company_culture ul li .item_show .middle_box .left .second {
    margin-bottom: 20px
}

.companyIntroduce .company_culture ul li .item_show .middle_box .left .second div {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    border-left: 1px solid #eee
}

.companyIntroduce .company_culture ul li .item_show .middle_box .left .second div h3 {
    display: inline-block;
    color: #333;
    font-size: 20px;
    line-height: 20px;
    vertical-align: top;
    font-weight: 700
}

.companyIntroduce .company_culture ul li .item_show .middle_box .left .second div p {
    display: inline-block;
    vertical-align: top;
    /* color: #999; */
    font-size: 20px;
    line-height: 20px;
    font-weight: 700
}

.companyIntroduce .company_culture ul li .item_show .middle_box .left .second div:first-child {
    border: none;
    margin-left: 0
}

.companyIntroduce .company_culture ul li .item_show .middle_box .right {
    float: right
}

.companyIntroduce .company_culture ul li .item_show .middle_box .right span {
    width: 48px;
    height: 48px;
    display: inline-block;
    font-size: 48px;
    line-height: 48px;
    color: #ccc;
    cursor: pointer
}

.companyIntroduce .company_culture ul li .item_show .middle_box .right span.up {
    display: none
}

.companyIntroduce .company_culture ul li .item_show:after {
    display: inline-block;
    clear: both;
    content: '';
    width: 0;
    height: 100%;
    vertical-align: middle
}

.companyIntroduce .company_culture ul li .item_hide {
    padding: 30px 0;
    display: none
}

.companyIntroduce .company_culture ul li .item_hide p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #999
}

.companyIntroduce .company_culture ul li.show .item_show {
    border-bottom: 1px solid #eee
}

.companyIntroduce .company_culture ul li.show .item_show .middle_box .right span.down {
    display: none
}

.companyIntroduce .company_culture ul li.show .item_show .middle_box .right span.up {
    display: block
}

.companyIntroduce .company_culture ul li.show .item_hide {
    display: block
}

@media (max-width:1199px) and (min-width:992px) {
    .companyIntroduce .company_culture {
        padding-bottom: 25px
    }

    .companyIntroduce .company_culture .title {
        padding-bottom: 30px
    }

    .companyIntroduce .company_culture .title h2 {
        font-size: 36px;
        line-height: 36px
    }

    .companyIntroduce .company_culture ul li {
        padding: 0 30px
    }
}

@media (max-width:991px) and (min-width:0px) {
    .companyIntroduce .company_culture {
        padding-bottom: 25px
    }

    .companyIntroduce .company_culture .title {
        padding-bottom: 30px
    }

    .companyIntroduce .company_culture .title h2 {
        font-size: 36px;
        line-height: 36px
    }

    .companyIntroduce .company_culture ul li {
        padding: 0 30px
    }

    .companyIntroduce .company_culture ul li .item_show {
        height: 100px
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .first div {
        font-size: 12px;
        line-height: 12px
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .second div {
        margin: 0 15px
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .second div h3 {
        font-size: 14px;
        line-height: 14px
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .second div p {
        font-size: 14px;
        line-height: 14px
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .right span {
        margin-top: 4px;
        width: 32px;
        height: 32px;
        font-size: 32px;
        line-height: 32px
    }

    .companyIntroduce .company_culture ul li .item_hide {
        padding: 20px 0
    }
}

@media (max-width:699px) and (min-width:575px) {
    .companyIntroduce .company_culture {
        padding-bottom: 20px
    }

    .companyIntroduce .company_culture ul li {
        margin-bottom: 10px
    }

    .companyIntroduce .company_culture ul li .item_show {
        height: 160px
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .second div {
        margin: 0;
        margin-top: 5px;
        display: block
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .right span {
        margin-top: 0
    }

    .companyIntroduce .company_culture ul li .item_hide {
        padding: 20px 0 10px 0
    }

    .companyIntroduce .company_culture ul li .item_hide p {
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 20px
    }
}

@media (max-width:574px) and (min-width:0px) {
    .companyIntroduce .company_culture {
        padding-bottom: 15px
    }

    .companyIntroduce .company_culture .title {
        padding: 45px 0 25px 0
    }

    .companyIntroduce .company_culture .title h2 {
        font-size: 28px;
        line-height: 28px
    }

    .companyIntroduce .company_culture ul li {
        padding: 0 20px;
        margin-bottom: 10px
    }

    .companyIntroduce .company_culture ul li .item_show {
        height: 178px
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .first div {
        display: block
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .first div:first-child {
        margin-bottom: 5px
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .second div {
        margin: 0;
        margin-top: 5px;
        display: block
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .right span {
        margin-top: 0
    }

    .companyIntroduce .company_culture ul li .item_hide {
        padding: 20px 0 10px;
        padding-bottom: 20px
    }
}

.companyIntroduce .bottom_bg_box {
    padding-top: 60px;
    padding-bottom: 90px;
    background: url(../images/companyintroduce_list_bg.jpg) repeat
}

.companyIntroduce .bottom_bg_box>a {
    height: 400px;
    position: relative;
    margin: 0 auto;
    display: block;
    overflow: hidden
}

.companyIntroduce .bottom_bg_box .sd_imgbox {
    height: 100%
}

.companyIntroduce .bottom_bg_box .content_big_box {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    pointer-events: none
}

.companyIntroduce .bottom_bg_box .content_big_box .content_small_box {
    display: inline-block;
    vertical-align: middle
}

.companyIntroduce .bottom_bg_box .content_big_box .content_small_box h2 {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    pointer-events: auto
}

.companyIntroduce .bottom_bg_box .content_big_box .content_small_box .btn {
    display: inline-block;
    width: 180px;
    border: 1px solid rgba(255, 255, 255, .6);
    margin-top: 30px;
    line-height: 38px;
    font-size: 14px;
    color: #fff
}

.companyIntroduce .bottom_bg_box .content_big_box:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

@media \0screen {
    .companyIntroduce .bottom_bg_box .content_big_box .content_small_box .btn {
        border: 1px solid #fff
    }

    .companyIntroduce .company_culture ul li {
        background-color: #fff
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .companyIntroduce .bottom_bg_box {
        padding-top: 45px
    }

    .companyIntroduce .bottom_bg_box>a {
        height: 300px
    }

    .companyIntroduce .bottom_bg_box .content_big_box .content_small_box h2 {
        font-size: 24px;
        line-height: 24px
    }
}

@media (max-width:991px) and (min-width:0px) {
    .companyIntroduce .bottom_bg_box {
        padding-top: 45px;
        padding-bottom: 60px
    }

    .companyIntroduce .bottom_bg_box>a {
        height: 350px
    }

    .companyIntroduce .bottom_bg_box img {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        top: auto !important
    }

    .companyIntroduce .bottom_bg_box .content_big_box {
        position: absolute;
        left: 0;
        bottom: 50%
    }

    .companyIntroduce .bottom_bg_box .content_big_box .content_small_box {
        vertical-align: top;
        padding-top: 60px
    }

    .companyIntroduce .bottom_bg_box .content_big_box .content_small_box h2 {
        font-size: 24px;
        line-height: 24px
    }

    .companyIntroduce .bottom_bg_box .content_big_box:after {
        vertical-align: top
    }
}

@media (max-width:699px) and (min-width:575px) {
    .companyIntroduce .bottom_bg_box {
        padding-top: 30px
    }
}

@media (max-width:574px) and (min-width:0px) {
    .companyIntroduce .bottom_bg_box {
        padding-top: 25px;
        padding-bottom: 45px
    }

    .companyIntroduce .bottom_bg_box>a {
        height: 250px
    }

    .companyIntroduce .bottom_bg_box .content_big_box .content_small_box {
        padding-top: 45px
    }

    .companyIntroduce .bottom_bg_box .content_big_box .content_small_box h2 {
        font-size: 16px;
        line-height: 16px
    }

    .companyIntroduce .bottom_bg_box .content_big_box .content_small_box .btn {
        width: 150px;
        margin-top: 20px
    }

    .companyIntroduce .bottom_bg_box .content_big_box:after {
        vertical-align: top
    }
}

.companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right p {
    color: #fff
}

@media (min-width:576px) {
    .companyIntroduce .haier_history .tab_bar ul li .describe {
        font-size: 14px;
        line-height: 20px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right p {
        font-size: 16px;
        line-height: 1.75;
        color: #fff
    }
}

@media (min-width:1200px) {
    .companyIntroduce .haier_history .tab_bar ul li .describe {
        font-size: 14px;
        line-height: 20px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right p {
        font-size: 16px;
        line-height: 1.75;
        color: #fff
    }

    .companyIntroduce .company_culture ul li .item_hide p {
        font-size: 16px;
        line-height: 1.75
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .first div {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:575px) {
    .companyIntroduce .haier_history .tab_bar ul li .describe {
        font-size: 12px;
        line-height: 18px
    }

    .companyIntroduce .haier_history .tab_content .tabswiper .scrollList p {
        font-size: 14px !important;
        line-height: 1.75 !important;
        color: #fff !important
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .second div h3 {
        font-size: 16px;
        line-height: 16px
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .second div p {
        font-size: 16px;
        line-height: 20px
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .left .first div {
        font-size: 14px;
        line-height: 20px
    }

    .companyIntroduce .company_culture ul li .item_hide p {
        font-size: 16px;
        line-height: 1.75
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box {
        position: relative
    }

    .companyIntroduce .company_culture ul li .item_show .middle_box .right span {
        position: absolute;
        top: 0;
        right: 0
    }
}

.ie8 .companyIntroduce .haier_history .tab_bar ul li .describe {
    font-size: 14px;
    line-height: 20px
}

.ie8 .companyIntroduce .haier_history .tab_content .tabswiper>.scrollList .list_item .swiper-slide-content .right p {
    font-size: 16px;
    line-height: 1.75;
    color: #fff
}

.ie8 .companyIntroduce .company_culture ul li .item_hide p {
    font-size: 16px;
    line-height: 1.75
}

.ie8 .companyIntroduce .company_culture ul li .item_show .middle_box .left .first div {
    font-size: 16px;
    line-height: 16px
}

@media (max-width:1350px) {
    .companyIntroduce .haier_history .tab_bar ul li.tab_bar_li_5 .describe br:first-child {
        display: block
    }
}