﻿@charset "UTF-8";
.body-wrap {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px
}

.body-wrap.head {
    padding-top: 0
}

.body-wrap#ad {
    margin-top: 40px
}

.home.head {
    padding-bottom: 0
}

.body-wrap:nth-of-type(even) {
    background-color: #fafafa
}

.icons-left-arrow, .icons-right-arrow {
    width: 27px;
    height: 39px
}

.icons-left-arrow {
    background: url(//js.ibaotu.com/revision/img/left_arrow.png) no-repeat
}

.icons-right-arrow {
    background: url(//js.ibaotu.com/revision/img/right_arrow.png) no-repeat
}

.bt-body .module-tit {
    text-align: center
}

.bt-body .module-tit a {
    position: relative;
    color: #ff8a00
}

.bt-body .module-tit a:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .1)
}

.bt-body .module-tit a:hover:before {
    display: block
}

.bt-body .module-tit h2 {
    color: #ff8a00;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 1px
}

.bt-body .module-tit p {
    font-size: 18px;
    color: #666;
    margin-top: 16px;
    position: relative
}

.bt-body .module-tit p::before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 12px;
    left: 566px
}

.bt-body .module-tit p::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 12px;
    left: 820px
}

.bt-body .recommended li {
    height: 240px;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.bt-body .recommended li:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none
}

.bt-body .recommended .hover-pop {
    height: 240px;
    background-color: rgba(0, 0, 0, .4);
    z-index: 2
}

.bt-body .recommended .tit-name {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 240px;
    display: inline-block;
    color: #fff;
    font-size: 24px
}

.bt-body .recommended .tit-name span {
    border-bottom: 4px solid #fff;
    padding-bottom: 10px
}

.bt-body .video-box:hover .mask-box {
    opacity: 1
}

.bt-body .video-box:hover .mask-box {
    top: 10px
}

.bt-body .mask-box {
    width: 85px;
    height: 35px;
    background-color: #3d6f76;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 10px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: 230ms;
    -o-transition: 230ms;
    transition: 230ms
}

.bt-body .icont-mask {
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none
}

.bt-body .care-bt .care-tit {
    color: #666;
    font-size: 20px;
    padding-top: 60px
}

.bt-body .care-bt ul {
    margin-top: 40px;
    margin-bottom: 40px
}

.bt-body .care-bt li {
    width: 450px;
    height: 270px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 0 42px;
    margin-right: 50px;
    float: left;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.bt-body .care-bt li:last-child {
    margin-right: 0
}

.bt-body .care-bt figure img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin: 22px auto 20px
}

.bt-body .care-bt figure p {
    font-size: 16px;
    color: #666;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 15px
}

.bt-body .care-bt figure figcaption {
    font-size: 14px;
    color: #666;
    line-height: 22px
}

.bt-body .swiper-warp {
    position: relative;
    overflow: hidden;
    height: 81px
}

.bt-body .swiper-warp::before {
    content: '';
    width: 30px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 2;
    display: block;
    background: #fff;
    background: -moz-linear-gradient(left, #e1ffff 0, rgba(255, 255, 255, .1) 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #fff), color-stop(100%, rgba(255, 255, 255, .1)));
    background: -webkit-linear-gradient(left, #fff 0, rgba(255, 255, 255, .1) 100%);
    background: -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, .1) 100%);
    background: -ms-linear-gradient(left, #fff 0, rgba(255, 255, 255, .1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, .1)));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, .1) 100%)
}

.bt-body .swiper-warp::after {
    content: '';
    width: 30px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 2;
    display: block;
    background: #fff;
    background: -moz-linear-gradient(right, #e1ffff 0, rgba(255, 255, 255, .1) 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #fff), color-stop(100%, rgba(255, 255, 255, .1)));
    background: -webkit-linear-gradient(right, #fff 0, rgba(255, 255, 255, .1) 100%);
    background: -o-linear-gradient(right, #fff 0, rgba(255, 255, 255, .1) 100%);
    background: -ms-linear-gradient(right, #fff 0, rgba(255, 255, 255, .1) 100%);
    background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, .1)));
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #fff), to(rgba(255, 255, 255, .1)));
    background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, .1) 100%)
}

.bt-body .swiper-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 6000px;
    height: 81px;
    padding-top: 10px
}

.bt-body .swiper-box div {
    float: left;
    font-size: 14px;
    color: #aea38f;
    text-align: center;
    margin-right: 102px
}

.bt-body .swiper-box p {
    display: block;
    line-height: 14px;
    padding-top: 10px
}

.bt-body .swiper-box .iconfont {
    font-size: 40px
}

.bt-body .swiper-box .icon-zhifubao {
    font-size: 60px;
    margin-top: -16px;
    display: block
}

.bt-body .swiper-box .font-zhifubao p {
    padding-top: 0
}

.bt-body .link-box {
    padding-top: 60px
}

.bt-body .link-box nav a {
    color: #ccc;
    font-size: 14px;
    margin-right: 26px
}

.bt-body .link-box nav a:hover {
    color: #ff8a00
}

.bt-body .link-box nav:first-child a {
    margin-right: 18px;
    color: #999
}

.bt-body .link-box nav:first-child a.active {
    color: #666
}

.bt-body .link-box nav:last-child {
    padding-top: 10px;
    padding-bottom: 60px
}

.bt-body .link-box nav:last-child a {
    margin-right: 18px;
    color: #ccc
}

.bt-body .link-box nav:last-child a:hover {
    color: #ff8a00
}

.aside-left {
    position: fixed;
    overflow: hidden;
    left: 100px;
    top: 0;
    bottom: 0;
    z-index: 7;
    margin: auto 0;
    width: 44px;
    height: 560px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
    opacity: 0;
    pointer-events: none
}

.aside-left > a {
    display: block;
    width: 100%;
    height: 80px;
    color: #999;
    text-align: center
}

.aside-left > a.active, .aside-left > a:hover {
    color: #ff8a00
}

.aside-left > a.active > i, .aside-left > a:hover > i {
    font-size: #ff8a00
}

.aside-left > a > i {
    font-size: 27px
}

.aside-left > a > span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 12px;
    line-height: 10px;
    font-size: 12px;
    letter-spacing: 2px;
    text-indent: 2px
}

.aside-left > a:nth-of-type(1) {
    padding-top: 14px
}

.aside-left > a:nth-of-type(1) > span {
    top: -2px
}

.aside-left > a:nth-of-type(2) {
    padding-top: 14px
}

.aside-left > a:nth-of-type(2) > span {
    top: -5px
}

.aside-left > a:nth-of-type(3) {
    padding-top: 11px
}

.aside-left > a:nth-of-type(3) > i {
    font-size: 26px
}

.aside-left > a:nth-of-type(3) > span {
    top: -2px
}

.aside-left > a:nth-of-type(4) {
    padding-top: 16px
}

.aside-left > a:nth-of-type(4) > i {
    font-size: 24px
}

.aside-left > a:nth-of-type(4) > span {
    top: 2px
}

.aside-left > a:nth-of-type(5) {
    padding-top: 9px
}

.aside-left > a:nth-of-type(5) > i {
    font-size: 34px
}

.aside-left > a:nth-of-type(5) > span {
    top: -7px
}

.aside-left .aside-icon-illu {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(//js.ibaotu.com/revision/img/home/aside/illu.png) no-repeat
}

.aside-left .aside-icon-deco {
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(//js.ibaotu.com/revision/img/home/aside/deco.png) no-repeat
}

.aside-left .active .aside-icon-illu, .aside-left > a:hover .aside-icon-illu {
    background-image: url(//js.ibaotu.com/revision/img/home/aside/illu_hover.png)
}

.aside-left .active .aside-icon-deco, .aside-left > a:hover .aside-icon-deco {
    background-image: url(//js.ibaotu.com/revision/img/home/aside/deco_hover.png)
}

.home .pb-nav {
    height: 606px;
    margin-bottom: 50px
}

.home-search-wrap {
    position: relative;
    width: 1020px;
    height: 50px;
    margin: 26px auto 0;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color: #e6e6e6
}

.home-search-wrap > input {
    width: 746px;
    height: 38px;
    padding: 8px 10px 10px 0;
    margin: 7px 0 0 30px;
    line-height: 28px;
    font-size: 18px;
    color: #666;
    letter-spacing: 3px;
    background-color: #e6e6e6
}

.home-search-wrap .home-search {
    position: absolute;
    top: 0;
    right: 0;
    width: 116px;
    height: 100%;
    background: #ffae12;
    background: -moz-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, #ffae12), color-stop(100%, #f07d17));
    background: -webkit-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -o-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -ms-linear-gradient(left, #ffae12 0, #f07d17 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffae12), to(#f07d17));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffae12), to(#f07d17));
    background: linear-gradient(to right, #ffae12 0, #f07d17 100%);
    -webkit-border-top-right-radius: 25px;
    border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    cursor: pointer
}

.home-search-wrap .home-search:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .1)
}

.home-search-wrap .home-search:hover:before {
    display: block
}

.home-search-wrap .icon-search {
    position: absolute;
    top: 2px;
    left: 38px;
    font-size: 36px;
    color: #fff
}

.home-search-wrap .search-tips-bannner {
    display: none;
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 4;
    width: 874px;
    padding: 20px 0 21px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .08);
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.home-search-wrap .search-history {
    width: 95%;
    height: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 40px;
    line-height: 14px;
    line-height: 12px \9 \0;
    font-size: 14px;
    color: #ccc
}

.home-search-wrap .search-history > a {
    margin-left: 25px;
    color: #ccc
}

.home-search-wrap .search-history > a:hover {
    color: #ff8a00
}

.home-search-wrap .recommend-wrap {
    padding-top: 25px
}

.home-search-wrap .recommend-wrap > ul {
    position: relative
}

.home-search-wrap .recommend-wrap li {
    overflow: hidden;
    letter-spacing: 1px
}

.home-search-wrap .recommend-wrap li:nth-of-type(1) > a > .record-name, .home-search-wrap .recommend-wrap li:nth-of-type(2) > a > .record-name, .home-search-wrap .recommend-wrap li:nth-of-type(3) > a > .record-name {
    color: #ff8a00
}

.home-search-wrap .recommend-wrap .every-record {
    float: left;
    width: 100%;
    height: 32px;
    padding: 8px 42px 8px 40px;
    line-height: 16px;
    font-size: 16px;
    color: #999;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.home-search-wrap .recommend-wrap .every-record:hover {
    background-color: #f5f5f5;
    color: #ff8a00
}

.home-search-wrap .recommend-wrap .record-name {
    float: left
}

.home-search-wrap .recommend-wrap .record-number-wrap {
    float: right;
    font-size: 14px;
    color: #ccc
}

.home-search-tips {
    position: absolute;
    bottom: -24px;
    left: 30px;
    margin-top: 12px;
    height: 14px;
    line-height: 14px
}

.home-search-tips > a {
    font-size: 14px;
    color: #999;
    margin-left: 13px
}

.home-search-tips > a:first-child {
    margin-left: 0
}

.home-search-tips > a:hover {
    color: #ff8a00
}

.slide-home {
    position: relative;
    overflow: hidden;
    width: 1390px;
    height: 400px;
    margin: 50px auto 0;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.slide-home .home-slogan {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 437px;
    height: 78px
}

.slide-home .home-slogan:hover .bg-bottom {
    width: 480px
}

.slide-home .home-slogan:hover .bg-bottom .icon-icon1 {
    opacity: 1
}

.slide-home .home-slogan:hover .slogan-words > h2 {
    text-shadow: 0 0 7px rgba(0, 0, 0, .2)
}

.slide-home .home-slogan .bg-bottom, .slide-home .home-slogan .bg-top {
    position: absolute;
    top: 0;
    right: 0
}

.slide-home .home-slogan .bg-bottom {
    width: 437px;
    height: 78px;
    background: url(//js.ibaotu.com/revision/img/business_bottom.png) no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    z-index: 1;
    -webkit-transition: 230ms;
    -o-transition: 230ms;
    transition: 230ms
}

.slide-home .home-slogan .bg-bottom .icon-icon1 {
    position: absolute;
    left: 55px;
    top: 20px;
    font-size: 38px;
    color: #fff;
    opacity: 0
}

.slide-home .home-slogan .bg-top {
    width: 398px;
    height: 78px;
    background: url(//js.ibaotu.com/revision/img/business_top.png) no-repeat;
    z-index: 2
}

.slide-home .home-slogan .slogan-words {
    position: absolute;
    top: 16px;
    left: 114px;
    z-index: 3;
    height: 46px;
    color: #fff
}

.home-slogan .slogan-words > div {
    float: left
}

.home-slogan .slogan-l {
    position: relative;
    width: 180px;
    margin-right: 14px
}

.home-slogan .slogan-l:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    margin: auto 0;
    width: 1px;
    height: 36px;
    background: #fff
}

.home-slogan .slogan-l > h2 {
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 3px
}

.home-slogan .slogan-l > p {
    height: 12px;
    line-height: 12px;
    padding-right: 17px;
    font-size: 12px;
    margin-top: 6px;
    text-align: right;
    letter-spacing: 1px
}

.home-slogan .slogan-r {
    padding-top: 5px;
    font-size: 14px;
    letter-spacing: 1px
}

.home-slogan .slogan-r > p {
    height: 14px;
    line-height: 14px
}

.home-slogan .slogan-r > div {
    height: 14px;
    line-height: 14px;
    margin-top: 10px
}

.home-slogan .slogan-r .slogan-video {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(//js.ibaotu.com/revision/img/home/slogan/video.png) no-repeat
}

.slide-home .slide-wrap {
    position: absolute;
    top: 0;
    left: -1390px;
    width: 5560px;
    height: 100%
}

.slide-home .slide-item {
    position: relative;
    float: left;
    width: 1390px;
    height: 100%
}

.slide-home .slide-item.ad:before {
    position: absolute;
    content: '广告';
    left: 8px;
    top: 10px;
    z-index: 3;
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.slide-home .slide-item img {
    width: 100%
}

.slide-home .slide-focus {
    position: absolute;
    bottom: 14px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 12px;
    line-height: 12px;
    text-align: center
}

.slide-home .slide-focus > li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 7px;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.slide-home .slide-focus > li:first-child {
    margin-left: 0
}

.slide-home .slide-focus > li.active {
    width: 38px;
    background-color: #fff
}

.slide-home > .next, .slide-home > .prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 50px;
    height: 80px;
    background-position: center;
    cursor: pointer;
    opacity: 0
}

.slide-home > .prev {
    left: 0
}

.slide-home > .prev:hover {
    background-image: url(//js.ibaotu.com/revision/img/left_arrow_hover.png)
}

.slide-home > .next {
    right: 0
}

.slide-home > .next:hover {
    background-image: url(//js.ibaotu.com/revision/img/right_arrow_hover.png)
}

.slide-home:hover > .next, .slide-home:hover > .prev {
    opacity: 1
}

.home-topic > li:hover .bg-shadow {
    height: 340px
}

.home-topic > li:hover .tit-name {
    margin-top: 96px;
    border-bottom: 4px solid #fff
}

.home-topic > li > img {
    width: 100%;
    height: 100%
}

.home-topic .bg-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 70px;
    height: 340px \9 \0;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    opacity: .4 \9 \0;
    background: #000 \9 \0;
    -webkit-filter: none \9 \0;
    filter: none \9 \0;
    -ms-filter: none \9 \0
}

.home-topic .tit-name-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center
}

.home-topic .tit-name-wrap > .tit-name {
    display: inline-block;
    width: auto;
    height: 48px;
    line-height: inherit;
    padding: 10px 8px;
    margin: 186px auto 0;
    margin: 96px auto 0 \9 \0;
    letter-spacing: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.home-topic .tit-name-wrap > .tit-name > span {
    float: left;
    height: 24px;
    line-height: 22px;
    border-bottom: 0;
    padding-bottom: 0
}

.home .pop-tit .tit-name {
    float: left;
    width: 240px !important
}

.bt-body .videobig-box .show-image, .bt-body .videobig-box .video-box-hand, .bt-body .videodesign .videobig-box .video-play {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.bt-body .videobig-box .shade-box.big .video-title {
    width: 90%
}

.act-180123 {
    display: block
}

.act-180123 .wrap-180123 {
    position: absolute;
    top: 304px;
    right: 30px;
    width: 528px;
    height: 400px
}

.wrap-180123 .img-wrap {
    position: absolute;
    top: 85px;
    width: 70%
}

.act-180123 .home-slogan {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    width: 437px;
    height: 78px
}

.home-slogan .bg-white {
    position: absolute;
    left: -23px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: bgWhiteMax 2s infinite;
    animation: bgWhiteMax 2s infinite
}

@-webkit-keyframes bgWhiteMax {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
}

@keyframes bgWhiteMax {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }
    100% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0
    }
}

.act-180123 .home-slogan:hover .bg-bottom {
    width: 480px
}

.act-180123 .home-slogan:hover .bg-bottom .icon-icon1 {
    opacity: 1
}

.act-180123 .home-slogan:hover .slogan-words > h2 {
    text-shadow: 0 0 7px rgba(0, 0, 0, .2)
}

.act-180123 .home-slogan .bg-bottom, .act-180123 .home-slogan .bg-top {
    position: absolute;
    top: 0;
    right: 0
}

.act-180123 .home-slogan .bg-bottom {
    width: 437px;
    height: 78px;
    background: url(//js.ibaotu.com/revision/img/business_bottom.png) no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    z-index: 1;
    -webkit-transition: 230ms;
    -o-transition: 230ms;
    transition: 230ms
}

.act-180123 .home-slogan .bg-bottom .icon-icon1 {
    position: absolute;
    left: 55px;
    top: 20px;
    font-size: 38px;
    color: #fff;
    opacity: 0
}

.act-180123 .home-slogan .bg-top {
    width: 398px;
    height: 78px;
    background: url(//js.ibaotu.com/revision/img/business_top.png) no-repeat;
    z-index: 2
}

.act-180123 > .bt-body {
    -webkit-box-shadow: none;
    box-shadow: none
}

.act-180123 .home-slogan .slogan-words {
    position: absolute;
    top: 16px;
    left: 114px;
    z-index: 3;
    height: 46px;
    color: #fff
}

@media all and (max-width: 1680px) {
    .aside-left {
        left: 60px
    }

    .home-search-wrap {
        width: 950px;
        height: 44px;
        -webkit-border-radius: 22px;
        border-radius: 22px
    }

    .home-search-wrap .home-search {
        -webkit-border-top-right-radius: 22px;
        border-top-right-radius: 22px;
        -webkit-border-bottom-right-radius: 22px;
        border-bottom-right-radius: 22px
    }

    .home-search-wrap > input {
        width: 676px;
        margin-top: 3px
    }

    .home-search-wrap .icon-search {
        top: 0
    }

    .bt-body .recommended li {
        height: 200px
    }

    .home-topic .tit-name-wrap > .tit-name {
        font-size: 20px
    }

    .slide-home {
        width: 1140px;
        height: 328px
    }

    .slide-home .slide-wrap {
        left: -1140px;
        width: 4560px
    }

    .slide-home .slide-item {
        width: 1140px
    }

    .home .pb-nav {
        height: 530px
    }

    .home-search-wrap .search-tips-bannner {
        width: 804px;
        top: 44px
    }

    .bt-body .module-tit p::before {
        left: 458px
    }

    .bt-body .module-tit p::after {
        left: 681px
    }

    .home-topic .tit-name-wrap > .tit-name {
        margin-top: 148px
    }

    .home-topic > li:hover .tit-name {
        margin-top: 72px
    }

    .home .pop-tit .tit-name {
        width: 244px !important
    }

    .bt-body .videodesign .videobig-box {
        width: 560px;
        height: 355px
    }

    .bt-body .show-image.big, .bt-body .videobig-box .show-image img {
        width: 100%;
        height: 100%
    }

    .bt-body .video-box .show-image.big {
        height: 100%
    }

    .bt-body .videodesign .videobig-box .video-play {
        height: 100%
    }

    .bt-body .videobig-box .video-box .video-titbox {
        height: 100%
    }

    .bt-body .videobig-box .shade-box {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        bottom: -40px
    }

    .bt-body .care-bt li {
        width: 380px;
        margin-right: 30px
    }

    .bt-body .link-box nav:last-child a {
        margin-right: 16px
    }

    .bt-body .care-bt figure img {
        margin: 15px auto 15px
    }

    .bt-body .care-bt figure p {
        font-size: 14px
    }

    .bt-body .download-icont {
        font-size: 22px
    }

    .bt-body .collect-words {
        position: relative;
        top: -2px
    }

    .act-180123 .wrap-180123 {
        top: 225px
    }

    .classify-search {
        height: 44px
    }

    .classify-search .current-classify {
        line-height: 42px
    }

    .classify-search .select-ban {
        top: 44px
    }
}

.nav-bottom {
    display: none
}

.nav-yq-s {
    display: block
}

@media all and (max-width: 1440px) {
    .pb-head-home {
        height: 108px;
        padding-top: 30px
    }

    .home .pb-nav {
        height: 454px
    }

    .home-search-wrap {
        width: 820px;
        margin-top: 16px
    }

    .home-search-wrap > .search-tips-bannner, .home-search-wrap > input {
        width: 546px
    }

    .slide-home {
        width: 950px;
        height: 273px
    }

    .slide-home .slide-wrap {
        left: -950px;
        width: 5700px
    }

    .slide-home .slide-item {
        width: 950px
    }

    .slide-home .home-slogan {
        width: 370px;
        height: 74px
    }

    .slide-home .home-slogan .bg-bottom {
        width: 346px;
        height: 100%
    }

    .slide-home .home-slogan:hover .bg-bottom {
        width: 370px
    }

    .slide-home .home-slogan .bg-top {
        width: 328px;
        height: 100%
    }

    .slide-home .home-slogan .bg-bottom .icon-icon1 {
        left: 38px;
        font-size: 30px
    }

    .slide-home .home-slogan .slogan-words {
        left: 100px
    }

    .home-slogan .slogan-l {
        width: 150px;
        margin-right: 8px
    }

    .home-slogan .slogan-l > h2 {
        font-size: 24px
    }

    .home-slogan .slogan-l > p {
        padding-right: 9px
    }

    .bt-body .recommended li {
        height: 165px
    }

    .home-topic .tit-name-wrap > .tit-name {
        margin-top: 120px;
        font-size: 18px
    }

    .home-topic > li:hover .tit-name {
        margin-top: 56px
    }

    .home .pop-tit .tit-name {
        width: 91% !important
    }

    .pb-aside-right {
        width: 38px
    }

    .bt-body .module-tit p::before {
        left: 362px
    }

    .bt-body .module-tit p::after {
        left: 576px
    }

    .aside-left {
        width: 40px;
        left: 40px
    }

    .bt-body .care-bt li {
        width: 320px;
        height: 230px;
        margin-right: 20px;
        padding: 0 24px
    }

    .bt-body .care-bt figure img {
        width: 50px;
        height: 50px;
        margin: 15px auto 5px
    }

    .bt-body .care-bt figure p {
        margin-bottom: 10px
    }

    .bt-body .care-bt figure figcaption {
        font-size: 12px
    }

    .pb-bottom .content > figure {
        margin-right: 94px
    }

    .pb-bottom .content > figure > figcaption {
        font-size: 16px
    }

    .act-180123 .wrap-180123 {
        top: 137px;
        right: 25px
    }
}

@media all and (max-width: 1060px) {
    .aside-left {
        display: none !important
    }
}

/*精品专题新增四个分类*/
/*四个为一体轮播*/
/*左右点击按钮*/
.main-body {
    position: relative;
}
.main-body.display .swiper-button-next,
.main-body.display .swiper-button-prev{
    display: block;
}

.main-body.display .swiper-button-next {
    right: -74px;
    background: #f5f5f5 url(//js.ibaotu.com/revision/img/home/icon_right_click.png) no-repeat;
}
.main-body.display .swiper-button-prev {
    left: -74px;
    background: #f5f5f5 url(//js.ibaotu.com/revision/img/home/icon_left_click.png) no-repeat;

}
.main-body .swiper-button-next, .main-body .swiper-button-prev {
    display: none;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
}

.main-body .swiper-button-prev {
    left: -74px;
    background: url(//js.ibaotu.com/revision/img/home/icon_left_hui.png) no-repeat 17px 12px;
}

.main-body .swiper-button-next {
    right: -74px;
    background: url(//js.ibaotu.com/revision/img/home/icon_right_hui.png) no-repeat 17px 12px;
}

.main-body .swiper-button-prev:hover {
    left: -74px;
    background: #f5f5f5 url(//js.ibaotu.com/revision/img/home/icon_left_click.png) no-repeat;
}

.main-body .swiper-button-next:hover {
    right: -74px;
    background: #f5f5f5 url(//js.ibaotu.com/revision/img/home/icon_right_click.png) no-repeat;
}

/*首页新增优惠弹窗*/
.youhui-popbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1100;
    top: 0;
    left: 0;
}

.youhui-popbox .youhui-box {
    width: 500px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -300px;
    background: url(//js.ibaotu.com/revision/img/home/red_envelope.png) no-repeat;
}

.youhui-popbox .youhui-box .youhui-close-pop {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 110px;
    right: 90px;
}

.youhui-popbox .youhui-box .youhui-close-pop img {
    width: 100%;
    height: 100%;
}

.youhui-popbox .youhui-box .youhui-jump {
    display: block;
    position: absolute;
    width: 500px;
    height: 400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 58px;
}

/*四月天特惠弹窗*/
.april-popbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1100;
    top: 0;
    left: 0;
}

.april-popbox .th-april-box {
    width: 589px;
    height: 491px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -295px;
    margin-top: -245px;
    background: url(//js.ibaotu.com/revision/img/home/img_th_april.png) no-repeat;
}

.april-popbox .th-april-box .th-close-pop {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0px;
    right: 90px;
}

.april-popbox .th-april-box .th-close-pop img {
    width: 100%;
    height: 100%;
}

.april-popbox .th-april-box .th-april-jump {
    display: block;
    position: absolute;
    width: 589px;
    height: 450px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 38px;
}

/*插画问卷调查*/
.left-illu-jump{
    width: 77px;
    height: 71px;
    background: url(//js.ibaotu.com/revision/img/home/img_jump_illu.png)no-repeat center;
    background-size: cover;
    position: fixed;
    left: 4%;
    bottom: 88px;
}
.left-illu-jump .illu-jumps-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 77px;
    height: 71px;
}
.left-illu-jump div{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0.75) rotateX(75deg) rotateY(0deg) rotateZ(-45deg);
    transform: scale(0.75) rotateX(75deg) rotateY(0deg) rotateZ(-45deg);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}


/*39/299弹窗*/
/*底部弹窗*/
.upgrade-popbox3 {
    position: fixed;
    width: 100%;
    height: 395px;
    z-index: 1100;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.upgrade-popbox3 .popbox-39 {
    display: block;
    width: 100%;
    height: 100%;
    background: url(//js.ibaotu.com/revision/img/newAct/180709/39-fenlei2.png)center no-repeat;
}

.upgrade-popbox3 .th-close-pop {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0px;
    right: 35%;
    cursor: pointer;
}


.upgrade-popbox4 {
    position: fixed;
    width: 100%;
    height: 395px;
    z-index: 1100;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.upgrade-popbox4 .popbox-299 {
    display: block;
    width: 100%;
    height: 100%;
    background: url(//js.ibaotu.com/revision/img/newAct/180709/39-quanzhan2.png)center no-repeat;
}

.upgrade-popbox4 .th-close-pop {
    display: block;
    position: absolute;
    width: 38px;
    height: 38px;
    top: 0px;
    right: 35%;
    cursor: pointer;
}

/*39/299弹窗*/
/*中间弹窗*/
.upgrade-popbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1100;
    top: 0;
    left: 0;
}

.upgrade-popbox .upgrade-popbox-39 {
    width: 484px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -242px;
    margin-top: -150px;
    background: url(//js.ibaotu.com/revision/img/home/39-fenlei.png)center no-repeat;
}

.upgrade-popbox .th-close-pop {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: -20px;
    right: 68px;
    cursor: pointer;
}

.upgrade-popbox .popbox-39-jump{
    display: block;
    width: 353px;
    height: 270px;
    left: 0;
    right: 0;
    margin: 18px auto 0px;
}


.upgrade-popbox2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1100;
    top: 0;
    left: 0;
}

.upgrade-popbox2 .upgrade-popbox-299 {
    width: 484px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -242px;
    margin-top: -150px;
    background: url(//js.ibaotu.com/revision/img/home/39-quanzhan.png)center no-repeat;
}

.upgrade-popbox2 .th-close-pop {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    top: -20px;
    right: 68px;
    cursor: pointer;
}

.upgrade-popbox2 .popbox-299-jump{
    display: block;
    width: 353px;
    height: 270px;
    left: 0;
    right: 0;
    margin: 18px auto 0px;
}