/* CSS Document */
/**轮播**/
#banner {
    overflow: hidden;
    zoom: 1;
    position: relative;
}

#index_b_hero {
    width: 1200px;
    height: 450px;
    margin: auto;
    position: relative;
}

#index_b_hero .heros img {
    width: 1200px;
    height: 450px;
}

#index_b_hero .heros {
    position: absolute;
    left: 0;
    top: 0;
    width: 30000px;
    height: 450px;
}

#index_b_hero .hero-wrap {
    overflow: visible;
    position: relative;
    width: 1200px;
    height: 450px;
}

#index_b_hero .disabled {
    background-color: #eee;
}

#index_b_hero .mask-left, #index_b_hero .mask-right {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 450px;
    overflow: hidden;
    left: 2400px;
}

#index_b_hero .heros li {
    width: 1200px;
    height: 450px;
    float: left;
    background: url(/Public/Home/qbaobei2/video/images/loading.gif) center center no-repeat
}

#index_b_hero .mask-right, #index_b_hero .mask-left {
    z-index: 4;
    left: -1200px;
    filter: alpha(Opacity=50);
    opacity: .5;
    background: #fff;
    overflow: hidden;
}

#index_b_hero .mask-right {
    left: 1200px;
}

#index_b_hero .active {
    z-index: 2;
    left: 0;
}

#banner .helper .btn {
    cursor: pointer;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#banner .helper .btn:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: rgba(0, 0, 0, 0.4)
}

/**轮播控制器**/
.focus-control {
    position: absolute;
    left: 50%;
    z-index: 99;
    width: 680px;
    height: 120px;
    margin-left: -340px;
    bottom: 15px;
}

.focus-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#88000000', endColorstr='#88000000');
}

.small-outer {
    height: 60px;
    position: relative;
}

.small-inner {
    height: 60px;
    width: 595px;
    position: absolute;
    left: 45px;
    overflow: hidden
}

.small-inner {
}

.focus-control .focus-title {
    width: 590px;
    height: 46px;
    line-height: 46px;
    padding: 0 45px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner-small-ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 2000px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.banner-small-ul li {
    float: left;
    margin-right: 10px;
    width: 110px;
    height: 60px;
    overflow: hidden
}

.banner-small-ul li img {
    width: 110px;
    height: 60px;
}

.focus-control .btn {
    cursor: pointer;
    display: block;
    width: 22px;
    height: 46px;
    position: absolute;
    background-color: #f00;
    top: 7px;
}

.focus-control .prev {
    left: 13px;
    background: url(/Public/Home/qbaobei2/video/images/arr.png) 0 0 no-repeat
}

.focus-control .next {
    right: 13px;
    background: url(/Public/Home/qbaobei2/video/images/arr.png) 0 -46px no-repeat
}

.banner-small-ul li a {
    opacity: 0.8;
    display: inline-block;
    width: 110px;
    height: 60px;
    overflow: hidden;
    transition: none;
}

.banner-small-ul .active a {
    opacity: 1;
    width: 104px;
    height: 54px;
    border: 3px solid #fa4e68
}

.banner-small-ul .active img {
    margin: -3px 0 0 -3px;
    z-index: 0;
}

/**main1**/
.g-main1 {
    overflow: hidden;
}

.g-main1 .fast-nav {
    padding: 40px 0;
    overflow: hidden;
    width: 110%
}

.g-main1 .fast-nav li {
    width: 66px;
    height: 80px;
    float: left;
    position: relative;
    margin-right: 37px;
}

.g-main1 .fast-nav li a {
    display: block;
    height: 100%;
}

.g-main1 .fast-nav h4 {
    width: 66px;
    height: 22px;
    line-height: 22px;
    font-weight: normal;
    position: absolute;
    background-color: #ff687f;
    bottom: 0;
    text-align: center;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.g-main1 .fast-nav .ico {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    left: 0;
    background-color:;
    border-radius: 50%;
}

.g-main1 .fast-nav a:hover .ico {
    animation: moveAnimation 10s ease-in-out 0s 1 normal;
    -webkit-animation: moveAnimation 10s ease-in-out 0s 1 normal;
    -moz-animation: moveAnimation 10s ease-in-out 0s 1 normal;
    margin-top: -30px;
}

@keyframes moveAnimation {
    0% {
        top: 0;
        margin-top: 0
    }
    3% {
        top: -30px;
        margin-top: 0
    }
    6% {
        top: 0;
        margin-top: 0
    }
    8% {
        top: -5px;
        margin-top: 0
    }
    10% {
        top: 0;
        margin-top: 0
    }
    100% {
        top: 0;
        margin-top: 0
    }
}

@-moz-keyframes moveAnimation {
    0% {
        top: 0;
        margin-top: 0
    }
    3% {
        top: -30px;
        margin-top: 0
    }
    6% {
        top: 0;
        margin-top: 0
    }
    8% {
        top: -5px;
        margin-top: 0
    }
    10% {
        top: 0;
        margin-top: 0
    }
    100% {
        top: 0;
        margin-top: 0
    }
}

@-webkit-keyframes moveAnimation {
    0% {
        top: 0;
        margin-top: 0
    }
    3% {
        top: -30px;
        margin-top: 0
    }
    6% {
        top: 0;
        margin-top: 0
    }
    8% {
        top: -5px;
        margin-top: 0
    }
    10% {
        top: 0;
        margin-top: 0
    }
    100% {
        top: 0;
        margin-top: 0
    }
}

.g-main1 .fast-nav .ico1 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -68px no-repeat
}
.g-main1 .fast-nav .ico2 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -203px no-repeat
}
.g-main1 .fast-nav .ico3 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -271px no-repeat
}
.g-main1 .fast-nav .ico4 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -338px no-repeat
}
.g-main1 .fast-nav .ico5 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -135px no-repeat
}
.g-main1 .fast-nav .ico6 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -406px no-repeat
}
.g-main1 .fast-nav .ico7 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -473px no-repeat
}
.g-main1 .fast-nav .ico8 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -541px no-repeat
}
.g-main1 .fast-nav .ico9 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -609px no-repeat
}
.g-main1 .fast-nav .ico10 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -676px no-repeat
}
.g-main1 .fast-nav .ico11 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 -744px no-repeat
}
.g-main1 .fast-nav .ico12 {
    background:url(/Public/Home/qbaobei2/video/images/video_ico.png) 0 0 no-repeat
}

/**main2**/
.g-main2 {
    margin-bottom: 20px;
}

.g-main2 .bigPic {
    width: 430px;
    position: relative;
}

.g-main2 .bigPic img {
    width: 430px;
    height: 240px;
    float: left;
    float: left;
}

.g-main2 .bigPic .title {
    display: block;
    width: 430px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

.g-main2 .bigPic .time {
    position: absolute;
    right: 0;
    top: 220px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: rgba(0, 0, 0, 0.7);
}

.smallPic {
    width: 740px;
}

.pic-size1 li {
    width: 170px;
}

.pic-size1 li img {
    height: 100px;
}

.pic-size1 li .time {
    top: 80px;
}

/**main3**/
.video-left {
    width: 810px;
}

.video-right {
    width: 360px;
}

.pic-size2 li {
    width: 188px;
    margin-right: 19px;
}

.pic-size2 li img {
    height: 100px;
}

.pic-size2 li .time {
    top: 80px;
}

.right-hideshow-ul {
    overflow: hidden;
}

.right-hideshow-ul li {
    width: 100%;
    float: left;
    padding: 8px 0;
}

.right-hideshow-ul li .nub {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    text-align: center;
    line-height: 18px;
    color: #999;
    background-color: #ddd;
    float: left;
    font-weight: normal;
    font-size: 12px;
}

.right-hideshow-ul li:nth-child(1) .nub {
    background-color: #fa4e68;
    color: #fff;
}

.right-hideshow-ul li:nth-child(2) .nub {
    background-color: #ff7388;
    color: #fff;
}

.right-hideshow-ul li:nth-child(3) .nub {
    background-color: #fdb2bd;
    color: #fff;
}

.right-hideshow-ul li img {
    width: 130px;
    height: 80px;
    margin: 0 15px;
    float: left
}

.right-hideshow-ul li .show, .right-hideshow-ul li.active .hide {
    display: block;
    overflow: hidden;
}

.right-hideshow-ul li .hide, .right-hideshow-ul li.active .show {
    display: none;
    overflow: hidden
}

.right-hideshow-ul li .show {
    height: 18px;
    line-height: 18px;
}

.right-hideshow-ul li .show a {
    display: inline-block;
    height: 18px;
    max-width: 330px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 12px;
}

.right-hideshow-ul li .hide .info {
    width: 180px;
}

.right-hideshow-ul li .hide .info span {
    display: inline-block;
    width: 100%;
    overflow: hidden
}

.right-hideshow-ul li .hide .title {
    height: 44px;
    line-height: 22px;
}

.right-hideshow-ul li .hide .all {
    background: url(/Public/Home/qbaobei2/video/images/v-btn.png) left center no-repeat;
    padding-left: 25px;
    font-size: 12px;
    color: #999;
    height: 14px;
    line-height: 14px;
    margin-top: 5px;
}

/**main10**/
.video-left1, .video-right1 {
    width: 585px;
}

.pic-size3 li {
    width: 182px;
    margin-right: 18px;
}

.pic-size3 li img {
    height: 112px;
}

.pic-size3 li .time {
    top: 92px;
}
.app-video-play {
    background-image: url(/Public/Home/qbaobei3/images/video.png);
    background-size: contain;
    background-color: rgba(0, 0, 0, 0);
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
