.channel_content {
    padding: 70px 0;
    min-height: 300px;
}
.wrap {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
}
.infor{line-height:unset;}
/* 影像 */

/* 影像力劲 */
.imgVideo_ban {
    display: none;
}

.img_video.channel_content {
    padding: 0;
}

.img_video .common_tit {
    margin-bottom: .55rem;
}

.img_video01 {
    background: #cdd2d8;
    position: relative;
    overflow: hidden;
}

.img_video01 .container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    perspective: 20rem;
}

.img_video01 .container .scroller {
    height: 100%;
    transform-style: preserve-3d;
}

/* room */
.img_video01 .container .room {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    margin: -50vh 0 0 -50vw;
    pointer-events: none;
    opacity: 0;
    transform-style: preserve-3d;
}

.img_video01 .container .room_current {
    pointer-events: auto;
    opacity: 1;
}

.img_video01 .container .room_side {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

.img_video01 .container .room_side_left, .img_video01 .container .room_side_right {
    width: 40rem;
    height: 100vh;
    background: #d9dde0;
}

.img_video01 .container .room_side_back {
    width: 100vw;
    height: 100vh;
    background: #e3e5e8;
    box-shadow: 0 0 0 2px #e3e5e8;
    transform: translate3d(0, 0, -40rem) rotate3d(1, 0, 0, 0.1deg) rotate3d(1, 0, 0, 0deg);
}

.img_video01 .container .room_side_right {
    right: 0;
    justify-content: flex-end;
    transform: rotate3d(0, 1, 0, -90.03deg);
    transform-origin: 100% 50%;
}

.img_video01 .container .room_side_left {
    justify-content: flex-start;
    transform: rotate3d(0, 1, 0, 90deg);
    transform-origin: 0 50%;
}

.img_video01 .container .room_side_bottom {
    width: 100vw;
    height: 40rem;
    background: #cdd2d8;
    transform: rotate3d(1, 0, 0, 90deg) translate3d(0, -40rem, 0);
    transform-origin: 50% 0%;
}

.img_video01 .container .room_side_bottom {
    top: 100%;
}

.img_video01 .container .room_img {
    flex: none;
    max-width: 40%;
    max-height: 60%;
    margin: 0 5%;
    transform: translate3d(0, 0, 10px);
    backface-visibility: hidden;
}

/* Content */
.img_video01 .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.img_video01 .content .wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Slides */
.img_video01 .slides {
    position: relative;
    flex: 1;
}

.img_video01 .slide {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    pointer-events: none;
    opacity: 0;
    bottom: 0;
}

.img_video01 .slide.slide_current {
    pointer-events: auto;
    opacity: 1;
}

.img_video01 .slide .slide_name {
    font-size: 190px;
    line-height: 1;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: 5px;
    color: #ea0a2a;
    white-space: nowrap;
}

.img_video01 .slide .slide_title, .img_video01 .slide .slide_tips {
    text-align: right;
    margin-right: 10px;
}

.img_video01 .slide_number {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 0 15px;
    border-radius: .06rem;
    display: inline-block;
    background: #ea0a2a;
    font-weight: bold;
}

.img_video01 .slide_tips {
    font-size: .16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ea0a2a;
    margin-top: .1rem;
}

/* Nav */
.img_video01 .nav_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none;
    margin-bottom: 30px;
}

.img_video01 .btn_nav .xgicon {
    font-size: .4rem;
    pointer-events: auto;
    cursor: pointer;
    color: #606060;
}

.img_video01 .btn_nav.btn_nav_right .xgicon {
    transform: rotate(180deg);
}

.img_video01 .btn_nav .xgicon:hover {
    color: #ea0a2a;
}

.img_video03 {
    margin: 100px 0 120px;
}

.img_video03 .infor .tit {
    font-size: 46px;
    color: #000;
    text-align: center;
    font-family: 'ali_bold';
    margin-bottom: 20px;
}

.img_video03 .tab_t_box {
    text-align: center;
}

.img_video03 .tab_t_box .tab_t {
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
    color: #000;
    transition: all .4s ease;
}

.img_video03 .tab_t_box .tab_t div {
    display: inline-block;
    vertical-align: middle;
    font-size: .19rem;
    line-height: .3rem;
    font-weight: bold;
}

.img_video03 .tab_t_box .tab_t .xgicon {
    font-size: .25rem;
}

.img_video03 .tab_t_box .tab_t:hover {
    color: #ea0a2a;
}

.img_video03 .tab_t_box .tab_t.cur {
    color: #ea0a2a;
}

.img_video03 .tab_c_box {
    margin-top: .3rem;
    text-align: center;
    font-size: 0;
}

/* .img_video03 .tab_c_box .tab_c{display:none;} */
.img_video03 .tab_c_box .tab_b {
    display: inline-block;
    margin: 0 6px;
    font-size: 14px;
    padding: 0 6px;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    cursor: pointer;
    color: #000000;
}

.img_video03 .tab_c_box .tab_b:hover {
    background: #ea0a2a;
    color: #fff;
}

.img_video03 .tab_c_box .tab_b.cur {
    background: #ea0a2a;
    color: #fff;
}

.img_video03 .tab_m_box {
    margin-top: 60px;
}

.img_video03 .tab_m_box .tab_m li {
    width: 18.48%;
    float: left;
    margin-bottom: 28px;
    margin-right: 1.9%;
    position: relative;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.img_video03 .tab_m_box .tab_m li.li_first {
    width: 38.78%;
}

.img_video03 .tab_m_box .tab_m li:nth-child(4) {
    margin-right: 0;
}

.img_video03 .tab_m_box .tab_m li:nth-child(5n+7) {
    margin-right: 0;
}

.img_video03 .tab_m_box .tab_m li .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(10, 30, 64, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.img_video03 .tab_m_box .tab_m li .cover .play {
    width: .5rem;
    height: .5rem;
    background: url(../img/img_video03_play.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.img_video03 .tab_m_box .tab_m li:hover .cover {
    opacity: 1;
    visibility: visible;
}

.img_video03 .rect-693 {
    padding-bottom: 69.3%;
}

.img_video03 .video .rect-693 img {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: none;
}

.img_video03 .li_first .rect-693 {
    padding-bottom: 71.5%;
}

.img_video04 {
    margin-top: .7rem;
    text-align: center;
    overflow: hidden;
}

.img_video04 .rect-5963 {
    padding-bottom: 59.63%;
}

.img_video04 .box {
    position: relative;
}

.img_video04 .content {
    width: 73.7%;
    margin: 0 auto;
}

.img_video04 .swiper-container {
    overflow: visible;
}

.img_video04 .swiper-slide {
    border-radius: 6px;
    opacity: .5;
    transition: opacity .3s ease;
}

.img_video04 .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.img_video04 .swiper-slide .words {
    position: absolute;
    bottom: 5.2%;
    left: 5%;
    width: 90%;
    color: #fff;
    font-weight: bold;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.img_video04 .swiper-slide.swiper-slide-active .words {
    opacity: 1;
    visibility: visible;
}

.img_video04 .swiper-slide .paly_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 77px;
    height: 77px;
    background: url(../img/img_video04_play.png) no-repeat center/cover;
    cursor: pointer;
}

.img_video04 .swiper-button-next, .img_video04 .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: .75rem;
    height: .75rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0 0 6px 2px rgba(0,0,0,0.1);
    outline: none;
}

.img_video04 .iconfont {
    color: #000;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    font-weight: bold;
}

.img_video04 .swiper-button-prev {
    left: 0;
}

.img_video04 .swiper-button-next {
    right: 0;
}

/* 下层banner手机端显示 */
.xc_banner.m_show {
    display: none;
}

/* 图集 */
.img_video02 .imgList {
    display: none;
}


/* 分页 start*/
.widgets_common_pages_4 {
    font-size: 18px;
    color: #838383;
    text-align: center;
    margin-top: 30px;
}

.widgets_common_pages_4>.wrap {
    width: 100%;
}

.widgets_common_pages_4 a, .widgets_common_pages_4 span {
    color: #000;
    display: inline-block;
    border: 1px solid #e8e8e8;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 7px;
    font-size: 14px;
    font-family: Arial;
}

.widgets_common_pages_4 .gonext,.widgets_common_pages_4 .count {
    margin-left: 0;
}

.widgets_common_pages_4 span.current {
    color: #fff;
    background: #ea0a2a;
    border-color: #ea0a2a;
}

.widgets_common_pages_4 span.count {
    border: 0;
    background: 0;
    color: #000;
}

.widgets_common_pages_4 a, .widgets_common_pages_4 span {
        width: auto;
    padding: 0 14px;
    border-radius: 6px;
}

.widgets_common_pages_4 .goprev {
    margin-right: 10px;
    background: none;
}

.widgets_common_pages_4 span.ellipsis {
    border-color: transparent;
    padding: 0;
}

.widgets_common_pages_4 .goprev i {
    transform: rotateZ(180deg);
}

.widgets_common_pages_4 a:hover, .widgets_common_pages_4 .goprev:hover {
    color: #fff;
    background: #ea0a2a;
    border-color: #ea0a2a;
}

.widgets_common_pages_4 .goprev {
    width: .36rem;
    height: .36rem;
    background: url(../img/widgets_common_pages_4_1.png) no-repeat center/cover;
    background-size: cover;
    border: none;
    padding: 0;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.widgets_common_pages_4 .goprev:hover {
    background: url(../img/widgets_common_pages_4_3.png) no-repeat center;
    background-size: cover;
}

.widgets_common_pages_4 .gonext {
    width: .36rem;
    height: .36rem;
    background: url(../img/widgets_common_pages_4_2.png) no-repeat center/cover;
    background-size: cover;
    border: none;
    padding: 0;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.widgets_common_pages_4 .gonext:hover {
    background: url(../img/widgets_common_pages_4_4.png) no-repeat center;
    background-size: cover;
}

/* 分页 end*/


@media only screen and (max-width: 1240px) {
	
	/* 影像 */
    .img_video01 .slide .slide_name{font-size:80px;}
    .img_video03{margin:70px 0 40px;}
    .img_video03 .tab_c_box{margin-top:25px;}
    .img_video03 .tab_m_box{margin-top:40px;}
    .img_video03 .tab_m_box .tab_m li{margin-bottom:25px;}

}

@media only screen and (max-width: 992px){
	.breadcumb-area {
		margin-top: 60px;
	}
	
	    /* 影像力劲 */
    .img_video01 .slide .slide_name{font-size:45px;}
    .img_video03 .tab_m_box .tab_m li.li_first{width:49%;}
    .img_video03 .tab_m_box .tab_m li{width:23.5%; margin-right:2%; margin-bottom:25px;}
    .img_video03 .tab_m_box .tab_m li:nth-child(4){margin-right:2%;}
    .img_video03 .tab_m_box .tab_m li:nth-child(5n+7){margin-right:2%;}
    .img_video03 .tab_m_box .tab_m li:nth-child(3){margin-right:0;}
    .img_video03 .tab_m_box .tab_m li:nth-child(4n+5){margin-right:0;}
    .img_video03 .infor .tit{font-size:30px; line-height:35px;}
}

@media only screen and (max-width: 620px) {
	
    .img_video03 .tab_m_box{margin-top:20px;}
    .img_video03 .tab_m_box .tab_m li.li_first{width:100%;}
    .img_video03 .tab_m_box .tab_m li{width:48%; margin-right:4%; margin-bottom:15px;}
    .img_video03 .tab_m_box .tab_m li:nth-child(4){margin-right:4%;}
    .img_video03 .tab_m_box .tab_m li:nth-child(5n+7){margin-right:4%;}
    .img_video03 .tab_m_box .tab_m li:nth-child(3){margin-right:4%;}
    .img_video03 .tab_m_box .tab_m li:nth-child(4n+5){margin-right:4%;}
    .img_video03 .tab_m_box .tab_m li:nth-child(2n+1){margin-right:0;}}