.waterfall_box {
    background: #fff
}

.waterfall_box .filter {
    padding: 10px 0;
    border-bottom: solid 1px #eee;
    box-shadow: 0 0 10px 0 rgba(15, 35, 65, .05)
}

.waterfall_box .filter .item {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #999;
    padding: 15px 0 15px 80px;
    border-top: solid 1px #eee;
    text-align: left;
    position: relative
}

.waterfall_box .filter .item:first-child {
    border: none
}

.waterfall_box .filter .tagName {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 20px;
    color: #ccc;
    font-weight: 700
}

.waterfall_box .filter ul {
    display: inline-block;
    vertical-align: middle
}

.waterfall_box .filter li {
    display: inline-block;
    margin: 5px 20px 5px;
    cursor: pointer
}

.waterfall_box .filter li.cur {
    color: #005aab;
    font-weight: 700
}

.waterfall_box .filter_select {
    display: none
}

.waterfall_box .filter_select .oleft {
    border-bottom: 1px solid #eee;
    padding: 25px 0 15px
}

.waterfall_box .filter_select ol {
    display: inline-block;
    max-width: 90%
}

.waterfall_box .filter_select li {
    display: inline-block;
    height: 32px;
    border: 1px solid #ccc;
    margin: 5px 10px 5px 0
}

.waterfall_box .filter_select li:first-child {
    margin-left: 0
}

.waterfall_box .filter_select li span {
    font-size: 14px;
    line-height: 32px;
    color: #666;
    padding: 0 10px
}

.waterfall_box .filter_select li i {
    padding: 0 7px;
    cursor: pointer
}

.waterfall_box .filter_select .clear {
    display: inline-block;
    float: right;
    line-height: 44px;
    cursor: pointer
}

.waterfall_box .filter_select .clear .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
}

.waterfall_box .filter_select .clear .icon img {
    width: 100%;
    height: 100%
}

.waterfall_box .filter_select .clear span {
    display: inline-block;
    font-size: 14px;
    line-height: 44px;
    color: #666;
    margin-left: 5px
}

.waterfall_box .filter_mobile {
    display: none;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 10px 0 rgba(15, 35, 65, .05)
}

.waterfall_box .filter_mobile .o_u {
    position: relative;
    text-align: left
}

.waterfall_box .filter_mobile .left {
    line-height: 50px;
    font-size: 14px;
    color: #005aab
}

.waterfall_box .filter_mobile .right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #005aab
}

.waterfall_box .filter_mobile_dialog {
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999
}

.waterfall_box .filter_mobile_dialog .layer-bg {
    height: 100%;
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80)
}

.waterfall_box .filter_mobile_dialog .layer-box {
    background: #fff;
    height: 100%;
    overflow-y: auto
}

.waterfall_box .filter_mobile_dialog .layer-tit {
    line-height: 60px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-left: 30px
}

.waterfall_box .filter_mobile_dialog .iconclose {
    color: #333;
    float: right;
    padding: 0 30px
}

.waterfall_box .filter_mobile_dialog .layer-list {
    padding: 10px 30px;
    margin-bottom: 85px
}

.waterfall_box .filter_mobile_dialog .layer-list li {
    position: relative;
    font-size: 12px;
    border-bottom: 1px dashed #eee;
    padding: 15px 0
}

.waterfall_box .filter_mobile_dialog .layer-list .list-tit {
    display: inline-block;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin: 5px 0
}

.waterfall_box .filter_mobile_dialog .layer-list .list-line {
    display: block;
    font-size: 0;
    margin: 0 -5px
}

.waterfall_box .filter_mobile_dialog .layer-list .list-btn {
    display: inline-block;
    min-width: 70px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 30px;
    color: #999;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    margin: 5px
}

.waterfall_box .filter_mobile_dialog .layer-list .list-btn.cur {
    background: #005aab;
    border: 1px solid #005aab;
    color: #fff
}

.waterfall_box .filter_mobile_dialog .layer-list-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-top: 30px;
    background: #fff;
    font-size: 0;
    text-align: center;
    width: 75%
}

.waterfall_box .filter_mobile_dialog .list-btn-reset {
    width: 50%;
    background: #fff;
    color: #666;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #ccc;
    box-sizing: border-box
}

.waterfall_box .filter_mobile_dialog .list-btn-finish {
    width: 50%;
    color: #fffefe;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px
}

.oleft {
    text-align: left
}

@media (min-width:992px) and (max-width:1199px) {
    .waterfall_box .filter .item {
        font-size: 14px;
        padding: 15px 0 15px 70px
    }

    .waterfall_box .filter li {
        margin: 5px 15px
    }
}

@media (min-width:701px) and (max-width:991px) {
    .waterfall_box .filter {
        padding: 15px 0
    }

    .waterfall_box .filter .item {
        font-size: 14px;
        padding: 10px 0
    }

    .waterfall_box .filter .tagName {
        position: relative;
        left: 0;
        top: 0;
        margin: 5px 0
    }

    .waterfall_box .filter ul {
        margin: 0 -15px
    }

    .waterfall_box .filter li {
        margin: 5px 15px
    }

    .waterfall_box .filter_select .oleft {
        padding: 15px 0
    }
}

@media (min-width:576px) and (max-width:700px) {
    .waterfall_box .filter {
        display: none
    }

    .waterfall_box .filter_select {
        display: none
    }

    .waterfall_box .filter_mobile {
        display: block
    }
}

@media (max-width:575px) {
    .waterfall_box .filter {
        display: none
    }

    .waterfall_box .filter_select {
        display: none
    }

    .waterfall_box .filter_mobile {
        display: block
    }

    .waterfall_box .filter_mobile_dialog .layer-tit {
        line-height: 50px;
        padding-left: 20px
    }

    .waterfall_box .filter_mobile_dialog .iconclose {
        padding: 0 20px
    }

    .waterfall_box .filter_mobile_dialog .layer-list {
        padding: 0 20px
    }

    .waterfall_box .filter_mobile_dialog .layer-list-btn {
        margin-top: 30px;
        width: 83.33333333%
    }

    .waterfall_box .filter_mobile_dialog .list-btn-reset {
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }

    .waterfall_box .filter_mobile_dialog .list-btn-finish {
        font-size: 14px;
        height: 40px;
        line-height: 40px
    }
}

.mediaDatabase {
    padding-bottom: 90px;
    padding-top: 80px;
    background: #f8f8f8
}

.mediaDatabase .sd_imgbox {
    height: 100%
}

.mediaDatabase .crumbs {
    line-height: 50px;
    height: 50px
}

.mediaDatabase .crumbs>div {
    text-align: left
}

.mediaDatabase .crumbs a {
    font-size: 14px;
    padding: 0 5px;
    color: #666
}

.mediaDatabase .crumbs a:first-child {
    padding-left: 0
}

.mediaDatabase .crumbs span {
    font-size: 14px;
    padding: 0 5px;
    color: #999
}

.mediaDatabase .crumbs i {
    font-size: 16px;
    color: #999
}

.mediaDatabase .banner {
    height: 400px;
    text-align: center;
    position: relative
}

.mediaDatabase .banner img {
    height: 100%;
    margin: 0 -100%
}

.mediaDatabase .banner .banner_text_box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8.33333333%;
    right: 0;
    display: block;
    line-height: 400px;
    text-align: left
}

.mediaDatabase .banner .banner_text_box .banner_text {
    margin: 0 auto;
    display: inline-block
}

.mediaDatabase .banner .banner_text_box .banner_text .text {
    font-size: 48px;
    line-height: 260px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0
}

.mediaDatabase .select_box {
    height: 80px;
    line-height: 80px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 15, 40, .05)
}

.mediaDatabase .select_box>div {
    text-align: left
}

.mediaDatabase .select_box .o_DropdownBody {
    width: 350px;
    margin-right: 10px
}

.mediaDatabase .select_box .o_DropdownBody:first-child .o_Dropdown .listbox .list {
    height: auto !important;
    max-height: 800px
}

.mediaDatabase .select_box .o_DropdownBody:first-child .o_Dropdown .listbox .list li:first-child {
    display: block
}

.mediaDatabase .select_box .o_DropdownBody:first-child .o_Dropdown select option:first-child {
    display: block
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown {
    background: 0 0;
    width: 100% !important;
    height: 40px
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown i {
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    right: 9px;
    color: #333
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown i:before {
    content: '\e71c'
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .name {
    height: 40px;
    line-height: 38px !important;
    color: #333;
    padding-right: 0
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox {
    top: 50px
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list {
    border: 1px solid #eee;
    box-shadow: 0 2px 6px 0 rgba(3, 0, 0, .1)
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li {
    text-align: left
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li:hover {
    background-color: #f8f8f8
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li:hover span {
    color: #666
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li span {
    line-height: 40px;
    padding: 0 15px;
    color: #666;
    font-size: 14px
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li.cur {
    background: #005aab
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li.cur span {
    color: #fff
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .list li:first-child {
    display: none
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown .listbox .o_bar {
    background: #005aa0
}

.mediaDatabase .select_box .o_DropdownBody .o_Dropdown select option:first-child {
    display: none
}

.mediaDatabase .select_box .o_DropdownBody.open .o_Dropdown {
    border-color: #32beff
}

.mediaDatabase .select_box:first-child {
    margin-left: 0
}

.mediaDatabase .mediaDatabaseList {
    padding-top: 50px
}

.mediaDatabase .mediaDatabaseList ul {
    margin: 0 -10px;
    font-size: 0;
    text-align: left
}

.mediaDatabase .mediaDatabaseList ul li {
    display: inline-block;
    width: 25%;
    padding: 10px;
    box-sizing: border-box
}

.mediaDatabase .mediaDatabaseList ul li .img {
    display: block;
    height: 200px;
    position: relative;
    cursor: pointer
}

.mediaDatabase .mediaDatabaseList ul li .img:hover .imgMask {
    opacity: .7;
    filter: alpha(opacity=70)
}

.mediaDatabase .mediaDatabaseList ul li .img:hover p {
    bottom: 15px
}

.mediaDatabase .mediaDatabaseList ul li .img .videoMask {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(15, 35, 65, .3);
    display: table
}

.mediaDatabase .mediaDatabaseList ul li .img .videoMask .iconplay {
    font-size: 48px;
    line-height: normal;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle
}

.mediaDatabase .mediaDatabaseList ul li .img .imgMask {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #0f2341;
    filter: alpha(opacity=0);
    display: table;
    bottom: 0;
    opacity: 0;
    transition: all .5s
}

.mediaDatabase .mediaDatabaseList ul li .img p {
    width: 90%;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -100%;
    text-align: left;
    padding: 0 5%;
    transition: all .3s
}

.mediaDatabase .mediaDatabaseList ul li .img p.description {
    height: 50px;
    line-height: 50px;
    background: rgba(15, 35, 65, .3);
    bottom: 0
}

.mediaDatabase .mediaDatabaseList ul li .img .video_title {
    bottom: 15px;
    text-align: center
}

.mediaDatabase .pager {
    text-align: center;
    padding-top: 35px
}

.mediaDatabase .pager .oPager a.cur {
    color: #fff;
    background: #005bab
}

.mediaDatabase .pager .oPager .next,
.mediaDatabase .pager .oPager .prev {
    padding: 0
}

.mediaDatabase .pager .oPager span {
    color: #333;
    margin-right: 0;
    vertical-align: top;
    font-size: 18px;
    line-height: 40px
}

.mediaDatabase .pager .oPager a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #eee;
    background: #fff;
    margin-right: 5px;
    color: #666;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top
}

.mediaDatabase .pager .jumpbox {
    display: none
}

.mediaDatabase .global_search {
    display: none
}

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

    .mediaDatabase .banner {
        height: 300px
    }

    .mediaDatabase .banner .banner_text_box {
        line-height: 300px
    }

    .mediaDatabase .banner .banner_text_box .banner_text .text {
        font-size: 36px;
        line-height: 42px
    }

    .mediaDatabase .select_box .o_DropdownBody {
        width: 250px
    }

    .mediaDatabase .mediaDatabaseList {
        padding-top: 35px
    }

    .mediaDatabase .mediaDatabaseList ul li {
        width: 33.3333%
    }

    .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
        opacity: .3;
        filter: alpha(opacity=30)
    }

    .mediaDatabase .mediaDatabaseList ul li .img p {
        bottom: 15px
    }

    .viewLargerImage .iconclose.gree {
        color: #cccc
    }
}

@media (min-width:701px) and (max-width:991px) {
    .mediaDatabase {
        padding-top: 70px;
        padding-bottom: 60px
    }

    .mediaDatabase .crumbs {
        padding: 0 30px;
        line-height: 40px;
        height: 40px
    }

    .mediaDatabase .crumbs a {
        font-size: 12px
    }

    .mediaDatabase .crumbs span {
        font-size: 12px
    }

    .mediaDatabase .banner {
        height: 250px
    }

    .mediaDatabase .banner .banner_text_box {
        line-height: 250px
    }

    .mediaDatabase .banner .banner_text_box .banner_text .text {
        font-size: 36px;
        line-height: 42px
    }

    .mediaDatabase .select_box {
        height: 60px;
        line-height: 60px
    }

    .mediaDatabase .select_box .o_DropdownBody {
        width: 200px
    }

    .mediaDatabase .mediaDatabaseList {
        padding-top: 35px
    }

    .mediaDatabase .mediaDatabaseList ul li {
        width: 50%
    }

    .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
        opacity: .3
    }

    .mediaDatabase .mediaDatabaseList ul li .img p {
        bottom: 15px
    }

    .mediaDatabase .pager {
        padding-top: 35px
    }

    .viewLargerImage .iconclose.gree {
        color: #cccc
    }
}

@media (min-width:576px) and (max-width:700px) {
    .mediaDatabase {
        padding-top: 70px;
        padding-bottom: 60px
    }

    .mediaDatabase .crumbs {
        padding: 0 30px;
        line-height: 40px;
        height: 40px
    }

    .mediaDatabase .crumbs a {
        font-size: 12px
    }

    .mediaDatabase .crumbs span {
        font-size: 12px
    }

    .mediaDatabase .banner {
        height: 200px
    }

    .mediaDatabase .banner .banner_text_box {
        line-height: 200px
    }

    .mediaDatabase .banner .banner_text_box .banner_text .text {
        font-size: 36px;
        line-height: 42px
    }

    .mediaDatabase .select_box {
        height: 60px;
        line-height: 60px
    }

    .mediaDatabase .select_box .o_DropdownBody {
        width: 200px
    }

    .mediaDatabase .mediaDatabaseList {
        padding-top: 35px
    }

    .mediaDatabase .mediaDatabaseList ul li {
        width: 50%
    }

    .mediaDatabase .mediaDatabaseList ul li .img {
        height: 150px
    }

    .mediaDatabase .mediaDatabaseList ul li .img:hover p {
        bottom: 10px
    }

    .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
        opacity: .3
    }

    .mediaDatabase .mediaDatabaseList ul li .img p {
        font-size: 12px;
        bottom: 10px
    }

    .mediaDatabase .mediaDatabaseList ul li .img p.description {
        height: 40px;
        line-height: 40px
    }

    .mediaDatabase .mediaDatabaseList ul li .img .video_title {
        bottom: 10px
    }

    .mediaDatabase .pager {
        padding-top: 20px
    }

    .viewLargerImage .iconclose.gree {
        color: #cccc
    }
}

@media (max-width:575px) {
    .mediaDatabase {
        padding-top: 50px;
        padding-bottom: 60px
    }

    .mediaDatabase .crumbs {
        padding: 0 30px;
        line-height: 40px;
        height: 40px
    }

    .mediaDatabase .crumbs a {
        font-size: 12px
    }

    .mediaDatabase .crumbs span {
        font-size: 12px
    }

    .mediaDatabase .banner {
        height: 200px
    }

    .mediaDatabase .banner .banner_text_box {
        width: 83.3333%;
        left: 50%;
        bottom: auto;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        line-height: normal;
        text-align: center
    }

    .mediaDatabase .banner .banner_text_box .banner_text .text {
        font-size: 28px;
        line-height: 34px;
        text-align: center
    }

    .mediaDatabase .select_box {
        height: 60px;
        line-height: 60px
    }

    .mediaDatabase .select_box .select {
        margin: 0 -5px
    }

    .mediaDatabase .select_box .o_DropdownBody {
        width: 50%;
        padding: 0 5px;
        margin: 0;
        box-sizing: border-box
    }

    .mediaDatabase .mediaDatabaseList {
        padding-top: 35px
    }

    .mediaDatabase .mediaDatabaseList ul li {
        width: 100%
    }

    .mediaDatabase .mediaDatabaseList ul li .img {
        height: 200px
    }

    .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
        opacity: .3
    }

    .mediaDatabase .mediaDatabaseList ul li .img p {
        font-size: 14px;
        bottom: 15px
    }

    .mediaDatabase .pager {
        padding-top: 20px
    }

    .viewLargerImage .iconclose.gree {
        color: #cccc
    }
}

@media (min-width:0) and (max-width:1199px) {
    .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
        height: 50px
    }

    .mediaDatabase .mediaDatabaseList ul li .img p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center
    }
}

@media (min-width:576px) and (max-width:700px) {
    .mediaDatabase .mediaDatabaseList ul li .img .imgMask {
        height: 40px
    }
}

.viewLargerImage .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.viewLargerImage .vjs-fullscreen.video-js {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    margin-left: 0
}

.colorfont {
    background-image: linear-gradient(to right, #32beff 0, #005aab 100%);
    -webkit-background-clip: text;
    color: transparent
}

.cp {
    cursor: pointer
}

.fulls {
    display: inline-table
}

.noswiper {
    cursor: default !important;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

.ie8 .noswiper .iconarrow-jiantou-left1,
.ie8 .noswiper .iconarrow-jiantou-right1 {
    color: #b2c9e1 !important
}

.atlas {
    padding-bottom: 90px
}

.atlas .swiper-slide {
    overflow: hidden;
    box-sizing: border-box
}

.atlas .atlas_title {
    font-size: 48px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 45px;
    display: inline-block
}

.atlas .pclunbio,
.atlas .pclunbio2 {
    position: relative
}

.atlas .pclunbio .atlas_pc,
.atlas .pclunbio2 .atlas_pc {
    height: 600px;
    width: 100%
}

.atlas .pclunbio .atlas_pc.NEWatlas,
.atlas .pclunbio2 .atlas_pc.NEWatlas {
    height: 650px
}

.atlas .pclunbio .atlas_pc,
.atlas .pclunbio2 .atlas_pc {
    height: 650px
}

.atlas .pclunbio .prev,
.atlas .pclunbio2 .prev {
    position: absolute;
    top: 0;
    left: -10%;
    width: 10%;
    cursor: pointer
}

.atlas .pclunbio .next,
.atlas .pclunbio2 .next {
    position: absolute;
    top: 0;
    right: -10%;
    width: 10%;
    cursor: pointer
}

.atlas .pclunbio .iconarrow-jiantou-left1,
.atlas .pclunbio .iconarrow-jiantou-right1,
.atlas .pclunbio2 .iconarrow-jiantou-left1,
.atlas .pclunbio2 .iconarrow-jiantou-right1 {
    font-size: 48px;
    line-height: 600px;
    color: #005aab;
    position: relative;
    margin-top: -24px
}

.atlas .atlas_mo {
    height: 550px
}

.atlas .lineHeight3 {
    height: 350px
}

.atlas .lineHeight2 {
    height: 250px
}

.atlas .lineHeight650 {
    height: 650px
}

.atlas .lineHeight6 {
    height: 600px
}

.atlas .lineHeight300 {
    height: 300px
}

.atlas .lineHeight325 {
    height: 325px
}

.atlas .NEWimgbox5 .img1 {
    height: 350px
}

.atlas .NEWimgbox5 .img2 {
    height: 350px
}

.atlas .NEWimgbox5 .img3,
.atlas .NEWimgbox5 .img4,
.atlas .NEWimgbox5 .img5 {
    height: 300px
}

.atlas .NEWimgbox4 .img1,
.atlas .NEWimgbox4 .img2,
.atlas .NEWimgbox4 .img3,
.atlas .NEWimgbox4 .img4 {
    height: 325px
}

.atlas .NEWimgbox3 .width60 {
    width: 60%
}

.atlas .NEWimgbox3 .width60 .img1 {
    height: 650px
}

.atlas .NEWimgbox3 .width40 {
    width: 40%
}

.atlas .NEWimgbox3 .width40 .img2,
.atlas .NEWimgbox3 .width40 .img3 {
    height: 325px
}

.atlas .NEWimgbox2 .img1,
.atlas .NEWimgbox2 .img2 {
    height: 650px
}

.atlas .NEWimgbox1 .img1 {
    height: 650px
}

.atlas .imgbox6 .img1 {
    position: relative;
    width: 40%;
    height: 250px
}

.atlas .imgbox6 .img2 {
    position: relative;
    width: 60%;
    height: 250px
}

.atlas .imgbox6 .img3 {
    position: relative;
    height: 350px
}

.atlas .imgbox6 .img4 {
    position: relative;
    height: 350px
}

.atlas .imgbox6 .img5 {
    position: relative;
    width: 60%;
    height: 250px
}

.atlas .imgbox6 .img6 {
    position: relative;
    width: 40%;
    height: 250px
}

.atlas .v2 {
    visibility: hidden
}

.atlas .v2.cur {
    visibility: visible
}

.atlas .v2.swiper-slide-active {
    visibility: visible
}

.atlas .imgbox5 .img1 {
    width: 40%;
    height: 250px
}

.atlas .imgbox5 .img2 {
    position: relative;
    width: 60%;
    height: 250px
}

.atlas .imgbox5 .img3 {
    position: relative;
    height: 350px
}

.atlas .imgbox5 .img4 {
    position: relative;
    height: 350px
}

.atlas .imgbox5 .img5 {
    position: relative;
    height: 250px
}

.atlas .imgbox5.v2 .v2_box {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden
}

.atlas .imgbox5.v2 .imgBox_cut3 {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px
}

.atlas .imgbox5.v2 .img1 {
    width: 50%;
    height: 370px;
    padding-right: 5px
}

.atlas .imgbox5.v2 .img2 {
    width: 50%;
    height: 370px;
    padding-left: 5px
}

.atlas .imgbox5.v2 .img3,
.atlas .imgbox5.v2 .img4,
.atlas .imgbox5.v2 .img5 {
    width: 33.333333%;
    display: inline-block;
    padding: 0 5px;
    box-sizing: border-box;
    height: 270px
}

.atlas .imgbox4 .img1 {
    height: 250px
}

.atlas .imgbox4 .img2 {
    position: relative;
    height: 350px
}

.atlas .imgbox4 .img3 {
    position: relative;
    height: 350px
}

.atlas .imgbox4 .img4 {
    position: relative;
    height: 250px
}

.atlas .imgbox4.v2 .v2_box {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden
}

.atlas .imgbox4.v2 .img1,
.atlas .imgbox4.v2 .img3 {
    width: 50%;
    height: 320px;
    padding-right: 5px
}

.atlas .imgbox4.v2 .img2,
.atlas .imgbox4.v2 .img4 {
    width: 50%;
    height: 320px;
    padding-left: 5px
}

.atlas .imgbox4.v2 .img3,
.atlas .imgbox4.v2 .img4 {
    margin-top: 10px
}

.atlas .imgbox3 .img1 {
    height: 250px
}

.atlas .imgbox3 .img2 {
    position: relative;
    height: 350px
}

.atlas .imgbox3 .img3 {
    position: relative;
    height: 600px
}

.atlas .imgbox3.v2 .v2_box {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden
}

.atlas .imgbox3.v2 .img1 {
    width: 100%;
    height: 650px;
    padding-right: 6px
}

.atlas .imgbox3.v2 .img2,
.atlas .imgbox3.v2 .img3 {
    width: 100%;
    height: 320px;
    padding-left: 4px
}

.atlas .imgbox3.v2 .img3 {
    margin-top: 10px
}

.atlas .imgbox2 .img1 {
    height: 600px
}

.atlas .imgbox2 .img2 {
    position: relative;
    height: 600px
}

.atlas .imgbox2.v2 .v2_box {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden
}

.atlas .imgbox2.v2 .img1 {
    width: 100%;
    height: 650px;
    padding-right: 5px
}

.atlas .imgbox2.v2 .img2 {
    width: 100%;
    height: 650px;
    padding-left: 5px
}

.atlas .imgbox1 .img1 {
    height: 600px
}

.atlas .imgbox1.v2 .v2_box {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden
}

.atlas .imgbox1.v2 .img1 {
    width: 100%;
    height: 650px
}

.atlas .videoMask {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(15, 35, 65, .3);
    display: table
}

.atlas .videoMask .iconplay {
    font-size: 48px;
    line-height: normal;
    color: #fff;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle
}

.atlas .pagination {
    margin-top: 20px
}

.atlas .swiper-pagination-switch {
    width: 10px;
    height: 10px;
    background: #32beff;
    display: inline-block;
    border-radius: 60%;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6;
    margin-right: 10px;
    cursor: pointer
}

.atlas .swiper-active-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 3px solid #32beff;
    border-radius: 50%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.atlas img:hover {
    transition: all 1s;
    transform: scale(1.1)
}

.atlas .allShow .next,
.atlas .allShow .prev {
    cursor: default
}

.atlas .allShow .next span,
.atlas .allShow .prev span {
    cursor: pointer
}

.atlas .smallShow {
    display: none !important
}

.atlas .js_imglunbo .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url(baipishu_atlasbg.png);
    background: linear-gradient(to bottom, rgba(15, 35, 65, 0) 0, rgba(15, 35, 65, .6) 100%)
}

.atlas .js_imglunbo .title .title_content {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 30px;
    box-sizing: border-box
}

@media (min-width:992px) and (max-width:1199px) {
    .atlas {
        margin-bottom: 90px
    }

    .atlas .atlas_title {
        font-size: 36px;
        font-weight: 700;
        margin-top: 60px;
        margin-bottom: 30px
    }

    .atlas .pclunbio,
    .atlas .pclunbio2 {
        position: relative
    }

    .atlas .pclunbio .atlas_pc,
    .atlas .pclunbio2 .atlas_pc {
        height: 500px;
        width: 100%
    }

    .atlas .pclunbio .atlas_pc.NEWatlas,
    .atlas .pclunbio2 .atlas_pc.NEWatlas {
        height: 550px
    }

    .atlas .pclunbio .iconarrow-jiantou-left1,
    .atlas .pclunbio .iconarrow-jiantou-right1,
    .atlas .pclunbio2 .iconarrow-jiantou-left1,
    .atlas .pclunbio2 .iconarrow-jiantou-right1 {
        line-height: 500px
    }

    .atlas .NEWimgbox5 .img1 {
        height: 300px
    }

    .atlas .NEWimgbox5 .img2 {
        height: 300px
    }

    .atlas .NEWimgbox5 .img3,
    .atlas .NEWimgbox5 .img4,
    .atlas .NEWimgbox5 .img5 {
        height: 250px
    }

    .atlas .NEWimgbox4 .img1,
    .atlas .NEWimgbox4 .img2,
    .atlas .NEWimgbox4 .img3,
    .atlas .NEWimgbox4 .img4 {
        height: 275px
    }

    .atlas .NEWimgbox3 .width60 {
        width: 60%
    }

    .atlas .NEWimgbox3 .width60 .img1 {
        height: 550px
    }

    .atlas .NEWimgbox3 .width40 {
        width: 40%
    }

    .atlas .NEWimgbox3 .width40 .img2,
    .atlas .NEWimgbox3 .width40 .img3 {
        height: 275px
    }

    .atlas .NEWimgbox2 .img1,
    .atlas .NEWimgbox2 .img2 {
        height: 550px
    }

    .atlas .NEWimgbox1 .img1 {
        height: 550px
    }

    .atlas .imgbox6 .img1 {
        position: relative;
        width: 40%;
        height: 200px;
        display: inline-table
    }

    .atlas .imgbox6 .img2 {
        position: relative;
        width: 60%;
        height: 200px
    }

    .atlas .imgbox6 .img3 {
        position: relative;
        height: 300px;
        display: inline-table
    }

    .atlas .imgbox6 .img4 {
        position: relative;
        height: 300px;
        display: inline-table
    }

    .atlas .imgbox6 .img5 {
        position: relative;
        width: 60%;
        height: 200px;
        display: inline-table
    }

    .atlas .imgbox6 .img6 {
        position: relative;
        width: 40%;
        height: 200px;
        display: inline-table
    }

    .atlas .imgbox5 .img1 {
        width: 40%;
        height: 200px
    }

    .atlas .imgbox5 .img2 {
        position: relative;
        width: 60%;
        height: 200px;
        display: inline-table
    }

    .atlas .imgbox5 .img3 {
        position: relative;
        height: 300px;
        display: inline-table
    }

    .atlas .imgbox5 .img4 {
        position: relative;
        height: 300px;
        display: inline-table
    }

    .atlas .imgbox5 .img5 {
        position: relative;
        height: 200px
    }

    .atlas .imgbox5.v2 .img1 {
        height: 280px
    }

    .atlas .imgbox5.v2 .img2 {
        height: 280px
    }

    .atlas .imgbox5.v2 .img3,
    .atlas .imgbox5.v2 .img4,
    .atlas .imgbox5.v2 .img5 {
        height: 210px
    }

    .atlas .imgbox4 .img1 {
        height: 200px
    }

    .atlas .imgbox4 .img2 {
        position: relative;
        height: 300px
    }

    .atlas .imgbox4 .img3 {
        position: relative;
        height: 300px;
        display: inline-table
    }

    .atlas .imgbox4 .img4 {
        position: relative;
        height: 200px;
        display: inline-table
    }

    .atlas .imgbox4.v2 .img1,
    .atlas .imgbox4.v2 .img2,
    .atlas .imgbox4.v2 .img3,
    .atlas .imgbox4.v2 .img4 {
        height: 245px
    }

    .atlas .imgbox3 .img1 {
        height: 200px
    }

    .atlas .imgbox3 .img2 {
        position: relative;
        display: inline-table;
        height: 300px
    }

    .atlas .imgbox3 .img3 {
        display: inline-table;
        position: relative;
        height: 500px
    }

    .atlas .imgbox3.v2 .img1 {
        width: 100%;
        height: 500px;
        padding-right: 6px
    }

    .atlas .imgbox3.v2 .img2,
    .atlas .imgbox3.v2 .img3 {
        width: 100%;
        height: 245px;
        padding-left: 4px
    }

    .atlas .imgbox3.v2 .img3 {
        margin-top: 10px
    }

    .atlas .imgbox2 .img1 {
        height: 500px
    }

    .atlas .imgbox2 .img2 {
        position: relative;
        display: inline-table;
        height: 500px
    }

    .atlas .imgbox2.v2 .img1,
    .atlas .imgbox2.v2 .img2 {
        height: 500px
    }

    .atlas .imgbox1 .img1 {
        height: 500px
    }

    .atlas .imgbox1.v2 .img1 {
        height: 500px
    }

    .atlas .videoMask {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        background: rgba(15, 35, 65, .3);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C0f2341, endColorstr=#4C0f2341);
        display: table
    }

    .atlas .videoMask .iconplay {
        font-size: 48px;
        line-height: normal;
        color: #fff;
        cursor: pointer;
        display: table-cell;
        vertical-align: middle
    }

    .atlas .js_imglunbo .title {
        height: 80px
    }

    .atlas .js_imglunbo .title .title_content {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width:701px) and (max-width:991px) {
    .atlas {
        padding-bottom: 60px
    }

    .atlas .atlas_title {
        font-size: 36px;
        margin-bottom: 30px
    }

    .atlas .atlas_mo {
        height: 550px
    }

    .atlas .lineHeight3 {
        height: 300px
    }

    .atlas .lineHeight2 {
        height: 250px
    }

    .atlas .lineHeight6 {
        height: 550px
    }

    .atlas .imgbox6 .img1 {
        width: 40%;
        height: 250px
    }

    .atlas .imgbox6 .img2 {
        width: 60%;
        height: 250px
    }

    .atlas .imgbox6 .img3 {
        height: 300px
    }

    .atlas .imgbox6 .img4 {
        height: 300px
    }

    .atlas .imgbox6 .img5 {
        width: 60%;
        height: 250px
    }

    .atlas .imgbox6 .img6 {
        width: 40%;
        height: 250px
    }

    .atlas .imgbox5 .img1 {
        width: 40%;
        height: 250px
    }

    .atlas .imgbox5 .img2 {
        width: 60%;
        height: 250px
    }

    .atlas .imgbox5 .img3 {
        height: 300px
    }

    .atlas .imgbox5 .img4 {
        height: 300px
    }

    .atlas .imgbox5 .img5 {
        height: 250px
    }

    .atlas .imgbox4 .img1 {
        height: 250px
    }

    .atlas .imgbox4 .img2 {
        height: 300px
    }

    .atlas .imgbox4 .img3 {
        height: 300px
    }

    .atlas .imgbox4 .img4 {
        height: 250px
    }

    .atlas .imgbox3 .img1 {
        height: 250px
    }

    .atlas .imgbox3 .img2 {
        height: 300px
    }

    .atlas .imgbox3 .img3 {
        height: 550px
    }

    .atlas .imgbox3.v2 .img1 {
        height: 320px;
        padding-right: 0
    }

    .atlas .imgbox3.v2 .img2,
    .atlas .imgbox3.v2 .img3 {
        width: 50%;
        height: 220px;
        padding-right: 5px;
        padding-left: 0;
        margin-top: 10px
    }

    .atlas .imgbox3.v2 .img3 {
        padding-right: 0;
        padding-left: 5px
    }

    .atlas .imgbox2 .img1 {
        height: 275px
    }

    .atlas .imgbox2 .img2 {
        height: 275px
    }

    .atlas .imgbox2.v2 .img1,
    .atlas .imgbox2.v2 .img2 {
        width: 100%;
        height: 270px;
        padding: 0
    }

    .atlas .imgbox2.v2 .img2 {
        margin-top: 10px
    }

    .atlas .imgbox1 .img1 {
        height: 550px
    }

    .atlas .imgbox1.v2 .img1 {
        height: 550px
    }

    .atlas .allShow {
        display: none !important
    }

    .atlas .allShow .atlas_pc {
        height: 550px
    }

    .atlas .allShow .iconarrow-jiantou-left1,
    .atlas .allShow .iconarrow-jiantou-right1 {
        font-size: 32px;
        margin-top: -16px;
        line-height: 550px
    }

    .atlas .allShow.smallShow {
        display: block !important
    }

    .atlas .js_imglunbo .title {
        height: 80px
    }

    .atlas .js_imglunbo .title .title_content {
        font-size: 14px;
        line-height: 20px
    }

    .NEWatlas .imgbox5 .img1 {
        width: 100% !important;
        height: 300px !important
    }

    .NEWatlas .imgbox5 .img2,
    .NEWatlas .imgbox5 .img3 {
        width: 50% !important;
        height: 250px !important
    }

    .NEWatlas .imgbox5 .img4,
    .NEWatlas .imgbox5 .img5 {
        height: 275px
    }

    .NEWatlas .imgbox4 .img1,
    .NEWatlas .imgbox4 .img2,
    .NEWatlas .imgbox4 .img3,
    .NEWatlas .imgbox4 .img4 {
        height: 275px
    }

    .NEWatlas .imgbox3 .img1,
    .NEWatlas .imgbox3 .img2 {
        height: 275px
    }

    .NEWatlas .imgbox3 .img3 {
        height: 550px
    }
}

@media (min-width:576px) and (max-width:700px) {
    .atlas {
        padding-bottom: 60px
    }

    .atlas .atlas_title {
        font-size: 36px;
        margin-bottom: 30px
    }

    .atlas .atlas_mo {
        height: 550px
    }

    .atlas .lineHeight3 {
        height: 300px
    }

    .atlas .lineHeight2 {
        height: 250px
    }

    .atlas .lineHeight6 {
        height: 550px
    }

    .atlas .imgbox6 .img1 {
        width: 40%;
        height: 250px
    }

    .atlas .imgbox6 .img2 {
        width: 60%;
        height: 250px
    }

    .atlas .imgbox6 .img3 {
        height: 300px
    }

    .atlas .imgbox6 .img4 {
        height: 300px
    }

    .atlas .imgbox6 .img5 {
        width: 60%;
        height: 250px
    }

    .atlas .imgbox6 .img6 {
        width: 40%;
        height: 250px
    }

    .atlas .imgbox5 .img1 {
        width: 40%;
        height: 250px
    }

    .atlas .imgbox5 .img2 {
        width: 60%;
        height: 250px
    }

    .atlas .imgbox5 .img3 {
        height: 300px
    }

    .atlas .imgbox5 .img4 {
        height: 300px
    }

    .atlas .imgbox5 .img5 {
        height: 250px
    }

    .atlas .imgbox4 .img1 {
        height: 250px
    }

    .atlas .imgbox4 .img2 {
        height: 300px
    }

    .atlas .imgbox4 .img3 {
        height: 300px
    }

    .atlas .imgbox4 .img4 {
        height: 250px
    }

    .atlas .imgbox3 .img1 {
        height: 250px
    }

    .atlas .imgbox3 .img2 {
        height: 300px
    }

    .atlas .imgbox3 .img3 {
        height: 550px
    }

    .atlas .imgbox3.v2 .img1 {
        height: 320px;
        padding-right: 0
    }

    .atlas .imgbox3.v2 .img2,
    .atlas .imgbox3.v2 .img3 {
        width: 50%;
        height: 220px;
        padding-right: 5px;
        padding-left: 0;
        margin-top: 10px
    }

    .atlas .imgbox3.v2 .img3 {
        padding-right: 0;
        padding-left: 5px
    }

    .atlas .imgbox2 .img1 {
        height: 275px
    }

    .atlas .imgbox2 .img2 {
        height: 275px
    }

    .atlas .imgbox2.v2 .img1,
    .atlas .imgbox2.v2 .img2 {
        width: 100%;
        height: 270px;
        padding: 0
    }

    .atlas .imgbox2.v2 .img2 {
        margin-top: 10px
    }

    .atlas .imgbox1 .img1 {
        height: 550px
    }

    .atlas .imgbox1.v2 .img1 {
        height: 550px
    }

    .atlas .allShow {
        display: none !important
    }

    .atlas .allShow .atlas_pc {
        height: 550px
    }

    .atlas .allShow .iconarrow-jiantou-left1,
    .atlas .allShow .iconarrow-jiantou-right1 {
        font-size: 32px;
        margin-top: -16px;
        line-height: 550px
    }

    .atlas .allShow.smallShow {
        display: block !important
    }

    .atlas .js_imglunbo .title {
        height: 80px
    }

    .atlas .js_imglunbo .title .title_content {
        font-size: 14px;
        line-height: 20px
    }

    .NEWatlas .imgbox5 .img1 {
        width: 100% !important;
        height: 300px !important
    }

    .NEWatlas .imgbox5 .img2,
    .NEWatlas .imgbox5 .img3 {
        width: 50% !important;
        height: 250px !important
    }

    .NEWatlas .imgbox5 .img4,
    .NEWatlas .imgbox5 .img5 {
        height: 275px
    }

    .NEWatlas .imgbox4 .img1,
    .NEWatlas .imgbox4 .img2,
    .NEWatlas .imgbox4 .img3,
    .NEWatlas .imgbox4 .img4 {
        height: 275px
    }

    .NEWatlas .imgbox3 .img1,
    .NEWatlas .imgbox3 .img2 {
        height: 275px
    }

    .NEWatlas .imgbox3 .img3 {
        height: 550px
    }
}

@media (max-width:575px) {
    .atlas {
        padding-bottom: 45px;
        padding-bottom: 30px
    }

    .atlas .pagination {
        margin-top: 15px
    }

    .atlas .atlas_title {
        font-size: 28px;
        margin-bottom: 25px;
        margin-top: 45px
    }

    .atlas .atlas_mo {
        height: 350px
    }

    .atlas .lineHeight3 {
        height: 200px
    }

    .atlas .lineHeight2 {
        height: 150px
    }

    .atlas .lineHeight6 {
        height: 350px
    }

    .atlas .imgbox6 .img1 {
        width: 40%;
        height: 150px
    }

    .atlas .imgbox6 .img2 {
        width: 60%;
        height: 150px
    }

    .atlas .imgbox6 .img3 {
        height: 200px
    }

    .atlas .imgbox6 .img4 {
        height: 200px
    }

    .atlas .imgbox6 .img5 {
        width: 60%;
        height: 150px
    }

    .atlas .imgbox6 .img6 {
        width: 40%;
        height: 150px
    }

    .atlas .imgbox5 .img1 {
        width: 40%;
        height: 150px
    }

    .atlas .imgbox5 .img2 {
        width: 60%;
        height: 150px
    }

    .atlas .imgbox5 .img3 {
        height: 200px
    }

    .atlas .imgbox5 .img4 {
        height: 200px
    }

    .atlas .imgbox5 .img5 {
        height: 150px
    }

    .atlas .imgbox4 .img1 {
        height: 150px
    }

    .atlas .imgbox4 .img2 {
        height: 200px
    }

    .atlas .imgbox4 .img3 {
        height: 200px
    }

    .atlas .imgbox4 .img4 {
        height: 150px
    }

    .atlas .imgbox3 .img1 {
        height: 150px
    }

    .atlas .imgbox3 .img2 {
        height: 200px
    }

    .atlas .imgbox3 .img3 {
        height: 350px
    }

    .atlas .imgbox3.v2 .img1 {
        height: 200px;
        padding-right: 0
    }

    .atlas .imgbox3.v2 .img2,
    .atlas .imgbox3.v2 .img3 {
        width: 50%;
        height: 145px;
        padding-right: 2.5px;
        padding-left: 0;
        margin-top: 5px
    }

    .atlas .imgbox3.v2 .img3 {
        padding-right: 0;
        padding-left: 2.5px
    }

    .atlas .imgbox2 .img1 {
        height: 175px
    }

    .atlas .imgbox2 .img2 {
        height: 175px
    }

    .atlas .imgbox2.v2 .img1,
    .atlas .imgbox2.v2 .img2 {
        width: 100%;
        height: 172.5px;
        padding: 0
    }

    .atlas .imgbox2.v2 .img2 {
        margin-top: 5px
    }

    .atlas .imgbox1 .img1 {
        height: 350px
    }

    .atlas .imgbox1.v2 .img1 {
        height: 350px
    }

    .atlas .allShow {
        display: none !important
    }

    .atlas .allShow .atlas_pc {
        height: 350px
    }

    .atlas .allShow .next,
    .atlas .allShow .prev {
        position: static;
        display: inline-block;
        margin-right: 5px;
        height: 62px
    }

    .atlas .allShow .next {
        margin-right: 0;
        margin-left: 5px
    }

    .atlas .allShow .iconarrow-jiantou-left1,
    .atlas .allShow .iconarrow-jiantou-right1 {
        font-size: 32px;
        margin-top: -16px;
        line-height: 62px
    }

    .atlas .allShow.smallShow {
        display: block !important
    }

    .atlas .js_imglunbo .title {
        height: 80px
    }

    .atlas .js_imglunbo .title .title_content {
        font-size: 12px;
        line-height: 18px;
        padding: 0 20px;
        bottom: 15px
    }

    .NEWatlas .imgbox5 .img1 {
        width: 100% !important;
        height: 200px !important
    }

    .NEWatlas .imgbox5 .img2,
    .NEWatlas .imgbox5 .img3 {
        width: 50% !important;
        height: 150px !important
    }

    .NEWatlas .imgbox5 .img4,
    .NEWatlas .imgbox5 .img5 {
        height: 175px
    }

    .NEWatlas .imgbox4 .img1,
    .NEWatlas .imgbox4 .img2,
    .NEWatlas .imgbox4 .img3,
    .NEWatlas .imgbox4 .img4 {
        height: 175px
    }

    .NEWatlas .imgbox3 .img1,
    .NEWatlas .imgbox3 .img2 {
        height: 175px
    }

    .NEWatlas .imgbox3 .img3 {
        height: 350px
    }
}

.viewLargerImage {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    background: rgba(15, 35, 65, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50f2341, endColorstr=#E50f2341)
}

.viewLargerImage .iconclose {
    font-size: 32px;
    color: #fff;
    margin-right: 14px;
    margin-top: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5
}

.viewLargerImage .viewLargerImage_title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(15, 35, 65, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E50f2341, endColorstr=#E50f2341);
    z-index: 20;
    text-align: center
}

.viewLargerImage .viewLargerImage_title span {
    font-size: 16px;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    height: 100%
}

.viewLargerImage .viewLargerImage_title span:hover {
    font-size: 20px
}

.viewLargerImage .viewLargerImage_next,
.viewLargerImage .viewLargerImage_prev {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(15, 35, 65, .15);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#330f2341, endColorstr=#330f2341);
    cursor: pointer;
    z-index: 3
}

.viewLargerImage .viewLargerImage_next i,
.viewLargerImage .viewLargerImage_prev i {
    font-size: 48px;
    color: #fff;
    position: relative;
    top: -2px
}

.viewLargerImage .viewLargerImage_prev {
    position: absolute;
    left: 30px;
    top: 50%
}

.viewLargerImage .viewLargerImage_next {
    position: absolute;
    right: 30px;
    top: 50%
}

.viewLargerImage .swiper-wrapper {
    white-space: nowrap
}

.viewLargerImage .swiper-wrapper .swiper-slide {
    position: relative
}

.viewLargerImage .swiper-wrapper .swiper-slide .vjs-big-play-button {
    display: none
}

.viewLargerImage .swiper-wrapper .swiper-slide .middel {
    vertical-align: baseline
}

.viewLargerImage .swiper-wrapper .swiper-slide .img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.viewLargerImage .table {
    display: table;
    height: 100%
}

.viewLargerImage .table_cell {
    display: table-cell
}

.viewLargerImage .videoBox {
    position: relative;
    height: 560px
}

.viewLargerImage .video-js {
    position: absolute;
    width: 1000px !important;
    height: 100% !important;
    top: 0;
    left: 50%;
    margin-left: -500px
}

@media (min-width:992px) and (max-width:1199px) {
    .viewLargerImage .videoBox {
        height: 450px
    }

    .viewLargerImage .viewLargerImage_title {
        padding: 0 30px
    }

    .viewLargerImage .video-js {
        position: absolute;
        width: 800px !important;
        height: 100% !important;
        top: 0;
        left: 50%;
        margin-left: -400px
    }
}

@media (min-width:701px) and (max-width:991px) {
    .viewLargerImage .videoBox {
        height: 100%
    }

    .viewLargerImage .viewLargerImage_title {
        padding: 0 30px
    }

    .viewLargerImage .video-js {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
        margin-left: 0
    }
}

@media (min-width:576px) and (max-width:700px) {
    .viewLargerImage .videoBox {
        height: 100%
    }

    .viewLargerImage .viewLargerImage_title {
        padding: 0 30px
    }

    .viewLargerImage .video-js {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
        margin-left: 0
    }

    .viewLargerImage .viewLargerImage_prev {
        position: absolute;
        left: 20px;
        top: 50%
    }

    .viewLargerImage .viewLargerImage_next {
        position: absolute;
        right: 20px;
        top: 50%
    }
}

@media (max-width:575px) {
    .viewLargerImage .videoBox {
        height: 100%
    }

    .viewLargerImage .video-js {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
        margin-left: 0
    }

    .viewLargerImage .iconclose {
        font-size: 24px;
        margin-right: 8px
    }

    .viewLargerImage .viewLargerImage_title {
        padding: 0 20px;
        font-size: 12px;
        height: 40px;
        line-height: 40px
    }

    .viewLargerImage .viewLargerImage_prev {
        position: absolute;
        left: 20px;
        top: 50%;
        width: 24px;
        height: 24px
    }

    .viewLargerImage .viewLargerImage_prev i {
        font-size: 24px
    }

    .viewLargerImage .viewLargerImage_next {
        position: absolute;
        right: 20px;
        top: 50%;
        width: 24px;
        height: 24px
    }

    .viewLargerImage .viewLargerImage_next i {
        font-size: 24px
    }

    .viewLargerImage .viewLargerImage_next i,
    .viewLargerImage .viewLargerImage_prev i {
        top: -1px
    }
}

.vjs-default-skin .vjs-big-play-button {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 64px !important;
    color: #fff !important
}

.vjs-default-skin .vjs-big-play-button:before {
    font-family: iconfont !important;
    content: "\e6f3" !important;
    text-shadow: none !important
}

.vjs-default-skin .vjs-big-play-button:focus,
.vjs-default-skin:hover .vjs-big-play-button {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important
}

.ie8 .vjs-poster IMG {
    vertical-align: middle;
    display: inline-block
}

.ie8 .vjs-poster {
    text-align: center
}

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

.ie8 .viewLargerImage .viewLargerImage_next i,
.ie8 .viewLargerImage .viewLargerImage_prev i {
    position: static
}

.global_search {
    padding-top: 120px
}

.global_search .displaynone {
    display: none !important
}

.global_search .search_head {
    background-color: #f8f8f8;
    padding-top: 25px;
    padding-bottom: 25px
}

.global_search .search_head .search_box {
    text-align: left
}

.global_search .search_head .search_box .search_input_box {
    display: inline-block;
    position: relative
}

.global_search .search_head .search_box .search_input_box .search_input {
    width: 400px;
    height: 50px;
    background-color: #fff;
    border: solid 1px #ccc;
    padding-right: 40px;
    padding-left: 15px;
    padding-top: 17px;
    padding-bottom: 17px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333
}

.global_search .search_head .search_box .search_input_box .search_icon {
    position: absolute;
    font-size: 24px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: #ccc;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    z-index: 1;
    cursor: pointer
}

.global_search .search_head .search_box .search_input_box .input_tips {
    position: absolute;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    left: 15px;
    top: 50%;
    margin-top: -8px;
    color: #333
}

.global_search .search_head .search_box .hot_search {
    display: inline-block;
    box-sizing: border-box
}

.global_search .search_head .search_box .hot_search span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0;
    color: #005aab
}

.global_search .search_head .search_box .hot_search .hot_item {
    cursor: pointer
}

.global_search .search_head .search_box .hot_search .hot_item_box {
    display: inline-block
}

.global_search .search_head .search_box .hot_search .hot_item_box span {
    margin-left: 30px
}

.global_search .search_head .search_box .hot_search span.hot_item_last {
    margin-right: 0
}

.global_search .search_head .search_box .hot_search .hot {
    padding-left: 90px;
    color: #999
}

.global_search .search_list {
    text-align: left;
    overflow: hidden
}

.global_search .search_list .search_result {
    padding-top: 45px
}

.global_search .search_list .search_result span {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #333;
    margin-right: 30px;
    display: inline-block
}

.global_search .search_list .search_result span .char_deal {
    letter-spacing: -6px
}

.global_search .search_list .search_result span.cur span.char_chuli {
    color: #32beff !important;
    font-weight: 700
}

.global_search .search_list .search_result span.result_class_last {
    margin-right: 0
}

.global_search .search_list .search_result .result_class_box {
    display: inline-block
}

.global_search .search_list .search_result .result_class {
    color: #999;
    cursor: pointer
}

.global_search .search_list .search_result .result {
    font-weight: 700
}

.global_search .search_list .search_result .cur {
    color: #32beff !important;
    font-weight: 700
}

.global_search .search_list .fengexian {
    height: 1px;
    background-color: #0f2341;
    opacity: .1;
    width: 100%;
    margin-top: 20px
}

.global_search .search_list .no_content_box {
    height: 400px;
    text-align: center
}

.global_search .search_list .no_content_box .no_content {
    display: inline-block
}

.global_search .search_list .no_content_box .no_content .icon_box {
    height: 96px;
    width: 96px;
    padding-top: 60px;
    padding-bottom: 25px;
    display: inline-block
}

.global_search .search_list .no_content_box .no_content .icon_box img {
    height: 100%;
    width: 100%
}

.global_search .search_list .no_content_box .no_content .no_content_tips {
    font-size: 20px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0;
    color: #333
}

.global_search .search_list .no_content_box .no_content .no_content_tips font {
    padding-left: 13px;
    padding-right: 13px
}

.global_search .search_list .result_list {
    min-height: 100px
}

.global_search .search_list .result_list .result_item_box {
    padding-top: 30px
}

.global_search .search_list .result_list .result_item .result_item_title {
    display: inline-block;
    padding-bottom: 10px;
    cursor: pointer;
    max-height: 50px;
    overflow: hidden
}

.global_search .search_list .result_list .result_item .result_item_title span {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0;
    color: #333
}

.global_search .search_list .result_list .result_item .result_item_title .haier_blue {
    color: #32beff
}

.global_search .search_list .result_list .result_item .result_item_title:hover span {
    color: #32beff
}

.global_search .search_list .result_list .result_item .result_item_content {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #999;
    max-height: 40px;
    overflow: hidden
}

.global_search .search_list .result_list .result_item .result_item_content .haier_blue {
    color: #32beff;
    position: relative;
    top: -1.1px
}

.global_search .search_list .result_list .result_item .time {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #ccc
}

.global_search .search_list .result_list .item_line {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 25px 0
}

.global_search .search_list .result_list .result_list_pager {
    text-align: center;
    padding-bottom: 90px;
    padding-top: 45px;
    display: none
}

.global_search .search_list .result_list .result_list_pager .oPager a.cur {
    color: #fff;
    background: #005bab
}

.global_search .search_list .result_list .result_list_pager .oPager span {
    color: #333;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px
}

.global_search .search_list .result_list .result_list_pager .oPager a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    border-radius: 0;
    border: 1px solid #eee;
    background: #fff;
    margin-right: 5px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top
}

.global_search .search_list .result_list .result_list_pager .oPager a span {
    margin-right: 0
}

.global_search .search_list .result_list .result_list_pager .jumpbox {
    display: none
}

.global_search .search_list .result_list.only1 {
    margin-bottom: 30px
}

.global_search .search_list .result_list2 {
    padding-top: 45px;
    min-height: 100px
}

.global_search .search_list .result_list2 font {
    color: #32beff !important
}

.global_search .search_list .result_list2 .result_list2_container {
    margin-left: -15px
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 {
    height: 380px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    box-sizing: border-box
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela {
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 30px
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_img {
    height: 200px;
    width: 200px;
    display: inline-block
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_img a {
    cursor: pointer;
    display: inline-block
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_img a img {
    height: 100%;
    width: 100%
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .intro_title {
    padding-top: 30px;
    padding-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .xinghao span {
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #999
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .xinghao .xinghao_head {
    color: #32beff
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .price {
    padding-top: 25px
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .price span {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #999
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela .product_intro .price .price_num {
    color: #32beff
}

.global_search .search_list .result_list2 .result_list2_container .result_item2 .result_item2_rela:hover .product_intro .intro_title {
    color: #32beff !important
}

.global_search .search_list .result_list2 .result_list2_container .result_item2:hover .result_item2_rela {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05)
}

.global_search .search_list .result_list2 .result_list2_pager {
    text-align: center;
    padding-bottom: 90px;
    padding-top: 15px;
    display: none
}

.global_search .search_list .result_list2 .result_list2_pager .oPager a.cur {
    color: #fff;
    background: #005bab
}

.global_search .search_list .result_list2 .result_list2_pager .oPager span {
    color: #333;
    margin-right: 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px
}

.global_search .search_list .result_list2 .result_list2_pager .oPager a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    border-radius: 0;
    border: 1px solid #eee;
    background: #fff;
    margin-right: 5px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top
}

.global_search .search_list .result_list2 .result_list2_pager .oPager a span {
    margin-right: 0
}

.global_search .search_list .result_list2 .result_list2_pager .jumpbox {
    display: none
}

.global_search .search_list .result_list2.only1 {
    margin-bottom: 45px
}

.global_search .search_list .result_list3 {
    min-height: 100px
}

.global_search .search_list .result_list3 font {
    color: #32beff !important
}

.global_search .search_list .result_list3 .result_item3 {
    padding: 25px 0;
    border-bottom: 1px dashed #eee
}

.global_search .search_list .result_list3 .result_item3 .result_item3_title {
    display: inline-block;
    cursor: pointer;
    max-height: 50px;
    overflow: hidden
}

.global_search .search_list .result_list3 .result_item3 .result_item3_title span {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0;
    color: #333
}

.global_search .search_list .result_list3 .result_item3 .result_item3_title .title_head {
    color: #32beff
}

.global_search .search_list .result_list3 .result_item3 .result_item3_title:hover span {
    color: #32beff
}

.global_search .search_list .result_list3 .result_item3 .reason {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #999;
    padding-top: 10px;
    max-height: 40px
}

.global_search .search_list .result_list3 .result_item3:first-child {
    padding-top: 30px
}

.global_search .search_list .result_list3 .result_list3_pager {
    text-align: center;
    padding-bottom: 90px;
    padding-top: 45px;
    display: none
}

.global_search .search_list .result_list3 .result_list3_pager .oPager a.cur {
    color: #fff;
    background: #005bab
}

.global_search .search_list .result_list3 .result_list3_pager .oPager span {
    color: #333;
    margin-right: 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px
}

.global_search .search_list .result_list3 .result_list3_pager .oPager a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    border-radius: 0;
    border: 1px solid #eee;
    background: #fff;
    margin-right: 5px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top
}

.global_search .search_list .result_list3 .result_list3_pager .oPager a span {
    margin-right: 0
}

.global_search .search_list .result_list3 .result_list3_pager .jumpbox {
    display: none
}

.global_search .search_list .result_list3.only1 {
    margin-bottom: 30px
}

.global_search .search_list .result_list4 {
    min-height: 100px
}

.global_search .search_list .result_list4 font {
    color: #32beff !important
}

.global_search .search_list .result_list4 .result_item4 {
    padding: 25px 0;
    border-bottom: 1px dashed #eee
}

.global_search .search_list .result_list4 .result_item4 .result_item4_title .name {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0;
    color: #333;
    margin-right: 10px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.global_search .search_list .result_list4 .result_item4 .result_item4_title .logo_box {
    display: inline-block
}

.global_search .search_list .result_list4 .result_item4 .result_item4_title .logo {
    display: inline-block;
    height: 20px;
    width: 50px;
    margin-right: 5px
}

.global_search .search_list .result_list4 .result_item4 .result_item4_title .logo img {
    height: 100%;
    width: 100%
}

.global_search .search_list .result_list4 .result_item4 .result_item4_title .logo2 {
    margin-right: 0
}

.global_search .search_list .result_list4 .result_item4 .result_item4_title:hover .name {
    color: #32beff
}

.global_search .search_list .result_list4 .result_item4 .address {
    padding-top: 15px;
    padding-bottom: 10px
}

.global_search .search_list .result_list4 .result_item4 .address span {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #666
}

.global_search .search_list .result_list4 .result_item4 .address .address_name {
    color: #999
}

.global_search .search_list .result_list4 .result_item4 .sales_content span {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0;
    color: #666
}

.global_search .search_list .result_list4 .result_item4 .sales_content .sales_content_name {
    color: #999
}

.global_search .search_list .result_list4 .result_item4:first-child {
    padding-top: 30px
}

.global_search .search_list .result_list4 .result_list4_pager {
    text-align: center;
    padding-bottom: 90px;
    padding-top: 45px;
    display: none
}

.global_search .search_list .result_list4 .result_list4_pager .oPager a.cur {
    color: #fff;
    background: #005bab
}

.global_search .search_list .result_list4 .result_list4_pager .oPager span {
    color: #333;
    margin-right: 0;
    vertical-align: top;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px
}

.global_search .search_list .result_list4 .result_list4_pager .oPager a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    min-width: 40px;
    border-radius: 0;
    border: 1px solid #eee;
    background: #fff;
    margin-right: 5px;
    text-align: center;
    color: #333;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top
}

.global_search .search_list .result_list4 .result_list4_pager .oPager a span {
    margin-right: 0
}

.global_search .search_list .result_list4 .result_list4_pager .jumpbox {
    display: none
}

.global_search .search_list .result_list4.only1 {
    margin-bottom: 25px
}

.global_search .search_list .global_search_list .may_need {
    padding: 25px 0;
    border-bottom: 1px dashed #eee
}

.global_search .search_list .global_search_list .may_need span {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0;
    color: #999
}

.global_search .search_list .global_search_list .may_need a {
    text-align: center;
    display: inline-block;
    width: auto;
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0;
    color: #333;
    border: solid 1px #ccc;
    box-sizing: border-box;
    padding: 0 11px;
    margin: 5px 2.5px
}

.global_search .search_list .global_search_list .may_need .last_a {
    margin-right: 0
}

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

    .global_search .search_head .search_box .search_input_box .search_input {
        width: 350px;
        height: 50px
    }

    .global_search .search_head .search_box .hot_search .hot {
        padding-left: 60px
    }

    .global_search .search_list .result_list_pager {
        padding-bottom: 60px !important
    }

    .global_search .search_list .result_list2 .result_item2_rela {
        border: 1px solid #eee
    }

    .global_search .search_list .result_list2_pager {
        padding-bottom: 60px !important
    }

    .global_search .search_list .result_list3_pager {
        padding-bottom: 60px !important
    }

    .global_search .search_list .result_list4_pager {
        padding-bottom: 60px !important
    }
}

@media (min-width:0) and (max-width:991px) {
    .global_search {
        padding-top: 70px
    }

    .global_search .search_head {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .global_search .search_head .search_box .search_input_box {
        width: 100%
    }

    .global_search .search_head .search_box .search_input_box .search_input {
        width: 100%;
        height: 50px
    }

    .global_search .search_head .search_box .hot_search {
        width: 100% !important;
        padding-top: 15px
    }

    .global_search .search_head .search_box .hot_search span {
        font-size: 14px;
        line-height: 20px
    }

    .global_search .search_head .search_box .hot_search .hot {
        padding-left: 0
    }

    .global_search .search_list .search_result span {
        margin-right: 20px
    }

    .global_search .search_list .no_content_box .no_content .icon_box {
        padding-bottom: 20px;
        display: inline-block
    }

    .global_search .search_list .no_content_box .no_content .icon_box img {
        height: 100%;
        width: 100%
    }

    .global_search .search_list .no_content_box .no_content .no_content_tips {
        font-size: 16px;
        line-height: 18px
    }

    .global_search .search_list .no_content_box .no_content .no_content_tips font {
        padding-left: 10px;
        padding-right: 10px
    }

    .global_search .search_list .result_list2 {
        padding-top: 30px
    }

    .global_search .search_list .result_list2 .result_item2_rela {
        border: 1px solid #eee
    }

    .global_search .search_list .result_list2.only1 {
        margin-bottom: 30px
    }

    .global_search .search_list .result_list_pager {
        padding-bottom: 60px !important
    }

    .global_search .search_list .result_list2_pager {
        padding-bottom: 60px !important
    }

    .global_search .search_list .result_list3_pager {
        padding-bottom: 60px !important
    }

    .global_search .search_list .result_list4_pager {
        padding-bottom: 60px !important
    }
}

@media (min-width:576px) and (max-width:700px) {
    .global_search .search_list .search_result {
        padding-top: 30px
    }

    .global_search .search_list .result_list_pager {
        padding-top: 30px !important
    }

    .global_search .search_list .result_list2_pager {
        padding-top: 0 !important
    }

    .global_search .search_list .result_list3_pager {
        padding-top: 30px !important
    }

    .global_search .search_list .result_list4_pager {
        padding-top: 30px !important
    }
}

@media (max-width:575px) {
    .global_search {
        padding-top: 50px
    }

    .global_search .search_head .search_box .hot_search span {
        font-size: 12px;
        line-height: 20px
    }

    .global_search .search_head .search_box .hot_search .hot_item_box span {
        margin-left: 20px
    }

    .global_search .search_list .result_list_pager {
        padding-top: 30px !important;
        padding-bottom: 45px !important
    }

    .global_search .search_list .result_list2_pager {
        padding-top: 0 !important;
        padding-bottom: 45px !important
    }

    .global_search .search_list .result_list3_pager {
        padding-top: 30px !important;
        padding-bottom: 45px !important
    }

    .global_search .search_list .result_list4_pager {
        padding-top: 30px !important;
        padding-bottom: 45px !important
    }

    .global_search .search_list .no_content_box {
        height: 300px;
        text-align: center
    }

    .global_search .search_list .no_content_box .no_content {
        display: inline-block
    }

    .global_search .search_list .no_content_box .no_content .icon_box {
        height: 64px;
        width: 64px;
        padding-top: 45px;
        padding-bottom: 15px
    }

    .global_search .search_list .no_content_box .no_content .no_content_tips {
        font-size: 14px;
        line-height: 18px
    }

    .global_search .search_list .no_content_box .no_content .no_content_tips font {
        padding-left: 9px;
        padding-right: 9px
    }

    .global_search .search_list .search_result {
        padding-top: 25px
    }

    .global_search .search_list .search_result .result {
        display: block
    }

    .global_search .search_list .search_result .result_class {
        font-size: 12px;
        line-height: 20px;
        padding-top: 15px
    }

    .global_search .search_list .result_list .item_line {
        margin: 20px 0
    }

    .global_search .search_list .result_list .result_item .result_item_title {
        max-height: 40px
    }

    .global_search .search_list .result_list .result_item .result_item_title span {
        font-size: 14px;
        line-height: 20px
    }

    .global_search .search_list .result_list .result_item .result_item_content {
        font-size: 12px;
        line-height: 20px;
        max-height: 40px
    }

    .global_search .search_list .result_list .result_item .time {
        padding-top: 15px;
        font-size: 12px;
        line-height: 20px
    }

    .global_search .search_list .result_list .result_item_box {
        padding-top: 25px
    }

    .global_search .search_list .result_list.only1 {
        margin-bottom: 25px
    }

    .global_search .search_list .result_list2 {
        padding-top: 25px
    }

    .global_search .search_list .result_list2.only1 {
        margin-bottom: 25px
    }

    .global_search .search_list .result_list3 .result_item3 {
        padding: 20px 0
    }

    .global_search .search_list .result_list3 .result_item3 .result_item3_title {
        max-height: 40px
    }

    .global_search .search_list .result_list3 .result_item3 .result_item3_title span {
        font-size: 14px;
        line-height: 20px
    }

    .global_search .search_list .result_list3 .result_item3 .reason {
        max-height: 40px;
        font-size: 12px;
        line-height: 20px
    }

    .global_search .search_list .result_list3 .result_item3:first-child {
        padding-top: 25px
    }

    .global_search .search_list .result_list3.only1 {
        margin-bottom: 20px
    }

    .global_search .search_list .result_list4 .result_item4 {
        padding: 20px 0
    }

    .global_search .search_list .result_list4 .result_item4 .result_item4_title .name {
        font-size: 14px;
        line-height: 20px
    }

    .global_search .search_list .result_list4 .result_item4 .address {
        padding-top: 10px
    }

    .global_search .search_list .result_list4 .result_item4 .address span {
        font-size: 12px;
        line-height: 20px
    }

    .global_search .search_list .result_list4 .result_item4 .sales_content span {
        font-size: 12px;
        line-height: 20px
    }

    .global_search .search_list .result_list4 .result_item4:first-child {
        padding-top: 25px
    }

    .global_search .search_list .result_list4.only1 {
        margin-bottom: 20px
    }

    .global_search .search_list .global_search_list .may_need {
        padding: 20px 0 15px;
        margin: 0 -2.5px
    }

    .global_search .search_list .global_search_list .may_need span {
        display: block;
        line-height: 20px;
        padding: 0 2.5px;
        margin-bottom: 5px
    }
}

.hasbackImg {
    background: url(backimg.jpg) no-repeat;
    background-size: cover;
    background: 0 0\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//imagegroup1.haier.com/images/backimg.jpg', sizingMethod='scale')
}

@media (min-width:1200px) {
    .mediaDatabase .crumbs a {
        font-size: 16px
    }

    .mediaDatabase .crumbs {
        line-height: 56px;
        height: 56px
    }

    .mediaDatabase .crumbs span {
        font-size: 16px
    }

    .waterfall_box .filter li:first-child {
        width: 37.53px
    }
}

@media (min-width:576px) and (max-width:1199px) {
    .waterfall_box .filter li:first-child {
        width: 32.84px
    }
}

@media (max-width:575px) {
    .mediaDatabase .crumbs a {
        font-size: 14px
    }

    .mediaDatabase .crumbs span {
        font-size: 14px
    }

    .mediaDatabase .crumbs {
        line-height: 46px;
        height: 46px
    }
}

.ie8 .mediaDatabase .crumbs a {
    font-size: 16px
}

.ie8 .mediaDatabase .crumbs {
    line-height: 56px;
    height: 56px
}

.ie8 .mediaDatabase .crumbs span {
    font-size: 16px
}

.ie8 .waterfall_box .filter li:first-child {
    width: 37.53px
}