.banner-img {
    position: relative;
    width: 100%;
}

.banner-img .arrow-left {
    background: url(../liabar-img/index/arrow-left.png) no-repeat;
    position: absolute;
    left: 30px;
    top: 50%;
    top: 50%;
    margin-top: -50px;
    width: 40px;
    height: 100px;
    z-index: 10
}

.banner-img .arrow-right {
    background: url(../liabar-img/index/arrow-right.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -50px;
    width: 40px;
    height: 100px;
    z-index: 10
}

.swiper-container {
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-active-switch {
    border: 2px solid #ACCE22;
    background-color: rgba(0, 0, 0, 0);
}

@media \0screen\,screen\9 {
    /* 只支持IE6、7、8 */
    .swiper-active-switch {
        background-color: #000000;
        filter: Alpha(opacity=0);
        position: static;
        /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
}


/** 平台介绍 start **/

.platform-introduction {
    background: #fff;
}

.platform-info {
    padding-top: .5rem;
}

.platform-info .area-title-wrap {
    padding: 0;
    margin-bottom: 35px;
}

.platform-info-text {
    padding-left: 0;
    padding-right: .5rem;
}

.platform-info-title {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.platform-info-content {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
}

.platform-info-img {
    padding-right: 0;
    /* padding-left: .5rem; */
    padding-left: 0;
    padding-top: 55px;
}


/** 平台介绍 end **/


/** 猎吧优势 start **/

.lbys-content {}

.lbys-item {
    background: url(../liabar-img/index/lbys-bg.png) no-repeat;
    background-size: cover;
    padding: 120px 100px;
    cursor: pointer;
    transition: .3s;
}

.lbys-item:hover {
    background: url(../liabar-img/index/lbys-bg-hover.png) no-repeat;
    background-size: cover;
    transform: translateY(-2px);
}

.lbys-item img {
    width: 108px;
    height: 108px;
}

.lbys-item div {
    margin-top: 5px;
    font-size: 16px;
    color: #000;
}


/** 猎吧优势 end **/


/** 业务介绍 start **/

.business-introduction {
    position: relative;
}

.business-introduction .content_list {
    padding-left: 0;
}

.business-introduction .item_block {
    width: calc(100% / 3 - 20px);
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.business-introduction .item_block:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.business-introduction .item_block:hover .item_img {
    box-shadow: inset 0 0 0 10px #fff
}

.business-introduction .item_block:hover .item_img img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08)
}

.business-introduction .item_block:hover .item_wrapper {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.business-introduction .item_block .item_img {
    transition: all .36s ease;
    overflow: hidden;
}

.business-introduction .item_block .item_img img {
    transition: all .36s ease;
    width: 100%
}

.business-introduction .item_block .item_wrapper {
    transition: all .36s ease;
    padding: 36px 23px 0
}

.business-introduction .item_block .item_wrapper .item_info {
    text-align: left
}

.business-introduction .item_block .item_wrapper .item_info .title {
    color: #303030;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px
}

.business-introduction .item_block .item_wrapper .item_info .title:after {
    content: '';
    width: 28px;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.business-introduction .item_block .item_wrapper .item_info .subtitle {
    font-size: 18px;
    margin-top: 10px;
    line-height: 16px;
    text-align: center;
    display: none;
    color: #000000;
}

.business-introduction .item_block .item_wrapper .item_des {
    padding: 0 0 45px 0;
    font-size: 16px;
    text-align: center;
    color: #000000;
}

.business-introduction .item_block .item_wrapper .item_des .description {
    line-height: 28px;
    height: 56px;
    overflow: hidden
}

.business-introduction .item_block .details {
    position: absolute;
    left: 50%;
    bottom: 40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: transparent
}

.business-introduction .item_block .details i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../liabar-img/index/long-arrow.png) no-repeat;
    opacity: 0
}

.business-introduction .item_block:hover .details i {
    opacity: 1
}

.business-introduction .item_block:hover .details i:before {
    opacity: 1
}

.business-introduction .item_block .item_img {
    transform: translateY(0) rotateX(0);
    transition: all 0.40s ease-in-out 0s;
}

.business-introduction .item_block:hover .item_img {
    transform: translateY(-90%) rotateX(90deg);
    transform-origin: center bottom 0;
    opacity: 0;
}

.business-introduction .item_block:hover {
    /* background-color: #272727; */
    background-color: #ACCE22;
}

.business-introduction .bx-viewport {
    padding-top: 40px;
}

.business-introduction .item_block:hover .item_img {
    box-shadow: none;
}

.business-introduction .item_block:hover .item_wrapper {
    margin-top: -30%;
    margin-bottom: 20%;
}

.business-introduction .item_block:nth-child(odd):hover .item_wrapper {
    margin-top: -20%;
    margin-bottom: 20%;
}

.business-introduction .item_block .item_wrapper {
    padding: 0 40px;
    top: 50%;
    padding-top: 40px;
}

.business-introduction .item_block::before {
    content: '';
    position: absolute;
    width: calc(100% - 300px);
    height: calc(100% - 20px);
    border-top: 2px solid #e3120b;
    top: 10px;
    border-bottom: 2px solid #e3120b;
    display: block;
    left: 150px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}

.business-introduction .item_block:hover::before {
    left: 10px;
    width: calc(100% - 20px);
    z-index: 2;
    opacity: 1;
}

.business-introduction .item_block::after {
    content: '';
    position: absolute;
    height: calc(100% - 300px);
    width: calc(100% - 20px);
    border-left: 2px solid #e3120b;
    left: 10px;
    border-right: 2px solid #e3120b;
    display: block;
    top: 150px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}

.business-introduction .item_block:hover::after {
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    opacity: 1;
    /* background-color: rgba(0, 0, 0, .3); */
}

.business-introduction .item_block .item_wrapper .item_info .title::after {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #515A6E;
}

.business-introduction .item_block:hover .item_wrapper .item_info .title::after {
    width: 100px;
    background-color: #515A6E;
}

.business-introduction .item_block:nth-child(odd) .item_box {
    padding-top: 46.66667%;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.business-introduction .item_block:nth-child(even) .item_box {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-bottom: 46.666667%;
}

.business-introduction .item_block:nth-child(even) .item_img {
    position: absolute;
    bottom: 0px;
    top: auto;
    left: 50%;
    margin-left: -80px;
}

.business-introduction .item_block:nth-child(odd) .item_img {
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0;
    margin-left: -80px;
}

.business-introduction .item_block:nth-child(even):hover .item_wrapper {
    margin: 0;
    transform: translateY(102px);
}

.business-introduction .item_block:nth-child(even):hover .item_img {
    transform: translateY(90%) rotateX(-90deg);
}

.business-introduction .area-content::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .08);
    margin-top: 49px;
}


/** 业务介绍 end **/


/** 市场布局 start **/

.market-layout .area-content {
    /* margin: 0 15% .3rem 15%; */
    margin-bottom: .3rem;
}

.legend {
    margin-left: 15px;
}

.legend img {
    width: 16px;
    height: 16px;
}

#marketLayoutMap {
    width: 100%;
    /* height: 7rem; */
    height: 600px;
    margin-bottom: .4rem;
}

.amap-info-content {
    padding-right: 10px;
}

.amap-info-close {
    display: none;
}

.data-item {
    /* height: 3.88rem; */
    height: 388px;
    text-align: center;
    padding: 1.05rem 0;
    border-radius: 4px;
    cursor: pointer;
    transition: .5s;
}

.data-item-1 {
    background: url(../liabar-img/index/08-27.png) no-repeat center center;
    background-size: cover;
}

.data-item-2 {
    background: url(../liabar-img/index/08-28.png) no-repeat center center;
    background-size: cover;
}

.data-item-3 {
    background: url(../liabar-img/index/08-29.png) no-repeat center center;
    background-size: cover;
}

.data-item-4 {
    background: url(../liabar-img/index/08-30.png) no-repeat center center;
    background-size: cover;
}

.data-item-1:hover {
    background: url(../liabar-img/index/08-27-1.png) no-repeat center center;
    background-size: cover;
    transform: translateY(-3px);
}

.data-item-2:hover {
    background: url(../liabar-img/index/08-28-1.png) no-repeat center center;
    background-size: cover;
    transform: translateY(-3px);
}

.data-item-3:hover {
    background: url(../liabar-img/index/08-29-1.png) no-repeat center center;
    background-size: cover;
    transform: translateY(-3px);
}

.data-item-4:hover {
    background: url(../liabar-img/index/08-30-1.png) no-repeat center center;
    background-size: cover;
    transform: translateY(-3px);
}


/** 市场布局 end **/


/** 成功案例 start **/

.successful-cases {
    /* margin-bottom: .7rem; */
}

.successful-cases .col-md-4 {
    padding: 10px;
}

.case-item {
    cursor: pointer;
    transition: all .36s ease;
}

.case-info {
    background: #fafafa;
    padding: 20px 0;
    transition: all .36s ease;
}

.case-item img {
    transition: all .36s ease;
}

.case-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}

.case-item:hover .case-info h3 {
    color: #acce22;
}

.case-item:hover img {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
}

.case-item .case-info h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.case-item .case-info div {
    font-size: 14px;
    color: #474747;
}


/** 成功案例 end **/


/** 服务价值 start **/

.service-value {
    padding: 60px 0;
    overflow: hidden;
}

.service-value .col-md-4,
.service-value .col-md-6,
.service-value .col-md-8 {
    padding: 0;
}

.business-value-left {
    background: #000;
}

.value-tab {
    min-height: 285px;
    position: relative;
    cursor: pointer;
}

.value-tab h3 {
    text-align: center;
    color: #fff;
    width: 144px;
    height: 80px;
    line-height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -72px;
    margin-top: -40px;
}

.business-introduction .item_block .item_wrapper {
    padding: 0 40px;
    top: 50%;
    padding-top: 40px;
}

.value-tab h3::before {
    content: '';
    position: absolute;
    width: calc(100% - 300px);
    height: calc(100% - 20px);
    border-top: 2px dashed #ACCE22;
    top: 10px;
    border-bottom: 2px dashed #ACCE22;
    display: block;
    left: 150px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}

.value-tab:hover h3::before {
    left: 10px;
    width: calc(100% - 20px);
    z-index: 2;
    opacity: 1;
}

.value-tab h3::after {
    content: '';
    position: absolute;
    height: calc(100% - 300px);
    width: calc(100% - 20px);
    border-left: 2px dashed #ACCE22;
    left: 10px;
    border-right: 2px dashed #ACCE22;
    display: block;
    top: 150px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
}

.value-tab:hover h3 {
    color: #ACCE22;
}

.value-tab:hover h3::after {
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    opacity: 1;
    /* background-color: rgba(0, 0, 0, .3); */
}

.user-value-content {
    display: none;
}

.service-value .area-content {
    background: #000;
}

.value-item {
    padding-top: 77px !important;
    min-height: 285px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.value-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .36s ease;
}

.value-item:hover img {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
}

.value-item:hover h3,
.value-item:hover div {
    color: #ACCE22;
    transition: all .36s ease;
}

.item-icon {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    transition: all .36s ease;
}

.item-icon-1 {
    background: url(../liabar-img/index/09-07.png) no-repeat;
}

.value-item:hover .item-icon-1 {
    background: url(../liabar-img/index/09-07-1.png) no-repeat;
}

.item-icon-2 {
    background: url(../liabar-img/index/09-08.png) no-repeat;
}

.value-item:hover .item-icon-2 {
    background: url(../liabar-img/index/09-08-1.png) no-repeat;
}

.item-icon-3 {
    background: url(../liabar-img/index/09-09.png) no-repeat;
}

.value-item:hover .item-icon-3 {
    background: url(../liabar-img/index/09-09-1.png) no-repeat;
}

.item-icon-4 {
    background: url(../liabar-img/index/09-10.png) no-repeat;
}

.value-item:hover .item-icon-4 {
    background: url(../liabar-img/index/09-10-1.png) no-repeat;
}

.item-icon-5 {
    background: url(../liabar-img/index/09-11.png) no-repeat;
}

.value-item:hover .item-icon-5 {
    background: url(../liabar-img/index/09-11-1.png) no-repeat;
}

.item-icon-6 {
    background: url(../liabar-img/index/09-12.png) no-repeat;
}

.value-item:hover .item-icon-6 {
    background: url(../liabar-img/index/09-12-1.png) no-repeat;
}

.item-icon-7 {
    background: url(../liabar-img/index/09-13.png) no-repeat;
}

.value-item:hover .item-icon-7 {
    background: url(../liabar-img/index/09-13-1.png) no-repeat;
}

.item-icon-8 {
    background: url(../liabar-img/index/09-14.png) no-repeat;
}

.value-item:hover .item-icon-8 {
    background: url(../liabar-img/index/09-14-1.png) no-repeat;
}

.value-item h3 {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 5px;
    position: relative;
}

.value-item div {
    font-size: 18px;
    position: relative;
}


/** 服务价值 end **/


/** 新闻 start **/

.news {
    padding-top: 60px;
    padding-bottom: 80px;
}

.news .col-md-4 {
    padding: 0 10px;
}

.more {
    font-size: 14px;
    color: #999;
    padding: 6px 18px;
    transition: .3s;
}

.more:hover {
    background: #acce22;
    color: #000;
}

.news-item {
    padding: 40px 18px;
    cursor: pointer;
    transition: all .36s ease;
}

.news-item:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    transform: translateY(-2px);
}

.news-title {
    display: inline-block;
    font-size: 18px;
    color: #474747;
    margin-bottom: 10px;
    position: relative;
}

.news-item:hover .news-title {
    color: #ACCE22;
}

.news-date {
    font-size: 14;
    color: #888;
    margin-bottom: 22px;
}

.news-desc {
    font-size: 14;
    color: #666;
    margin-bottom: 30px;
    min-height: 58px;
}

.news-img{
    width: 100%;
    max-height: 208px;
}

/** 新闻 end **/

.blogroll {
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #333;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blogroll .a {
    color: #333;
}

.blogroll .a:hover,
.blogroll a:active {
    color: #ACCE22;
}


/* 留言板 start*/

/* .guestbook {
    width: 230px;
    border-radius: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 4px 1px #9f9f9f;
}

.head {
    padding: 10px;
    background: #81a40f;
    color: #fff;
    font-size: 16px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.head i {
    position: absolute;
    right: 14px;
    cursor: pointer;
}

.close_btn {
    width: 15px;
    top: 12px;
}

.open_btn {
    width: 16px;
    height: 12px;
    top: 14px;
    border: 2px solid #fff;
    border-top: 3px solid #fff;
    display: none;
}

.guestbook_form {
    padding: 10px;
}

textarea {
    margin-bottom: 10px;
    resize: none;
}

input {
    margin-bottom: 10px;
}

.submit-btn {
    width: 100%;
}

.submit-btn {
    background: #81a40f;
    border-color: #81a40f;
}

.submit-btn:hover {
    background: #7a9c08;
    border-color: #7a9c08;
} */


/* 留言板 end */

#responseModal .modal-dialog {
    width: 500px;
}

#responseModal .modal-body {
    padding: .45rem;
}

#responseModal .modal-body {
    text-align: center;
    padding: .5rem;
}

#responseModal .modal-body h3 {
    font-size: .3rem;
}

#responseModal .modal-body div {
    font-size: .16rem;
}

#responseModal .modal-body img {
    display: inline-block;
    width: .8rem;
}

#responseModal .modal-body .return-btn {
    width: 100%;
    margin-top: 30px;
    color: #929090;
    background: #efefef;
    box-shadow: 0px 0px 5px 1px #9E9E9E;
}


@media screen and (min-width: 768px) and (max-width:991px ){
    .platform-info-content {
        font-size: 14px;
        color: #888888;
        line-height: 18px;
    }
    .lbys-item{
        padding: 67px 46px;
    }
    .subtitle {
        line-height: 15px;
        font-size: 15px;
    }
    .data-item{
        height: 200px;
    }

    .service-value {
        padding: 30px 0;
    }

    .news {
        padding-top: 0;
        padding-bottom: 36px;
    }
    .news-item {
        padding: 14px 18px;
    }
    .news-desc {
        margin-bottom: 15px;
    }
 }