@charset "utf-8"; /* CSS Document */
#LRfloater0 {
    display: none;
}

#LXB_CONTAINER .lxb-cb-tip-info {
    margin-top: 108px;
}

ul,ol {
    list-style: none;
    margin-bottom: 0;
}

.orange {
    color: #ff9900;
}

.container {
    max-width: 1110px;
}

/*视频模块布局*/
/*breadcrumb*/
#breadcrumb {
    color: #969696;
    padding: 25px 0 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.breadcrumb > li + li:before {
    content: "";
    color: #969696;
}

/*reset carousel*/
.index-carousel {
    max-width: 1920px;
    margin: auto;
}

.index-carousel .carousel-caption {
    width: 450px;
    left: 15%;
    top: 20%;
    text-align: left;
    text-shadow: none;
}

.index-carousel .carousel-caption h3 {
    color: #333333;
    font-size: 30px;
}

.index-carousel .carousel-caption p {
    color: #656565;
    font-size: 12px;
}

.index-carousel .carousel-indicators {
    bottom: 20px;
}

.index-carousel .carousel-indicators li {
    border: 1px solid #fff;
    background-color: #fff;
}

.index-carousel .carousel-indicators li.active {
    border: none;
    background-color: #ff9900;
}

@media screen and (max-width: 1024px) {
    .index-carousel .carousel-caption {
        top: 10%;
    }
}

@media screen and (max-width: 768px) {
    .index-carousel .carousel-caption {
        display: none;
    }
}

/*show carousel*/
.reset-pm {
    padding: 0;
    margin: 0;
}

.show-content-top {
    margin-top: 40px;
    margin-bottom: 30px;
}

.show-title {
    float: left;
    font-size: 25px;
    color: #212121;
}

.show-info {
    float: right;
    color: #9b9b9b;
}

.show-date {
    margin-right: 15px;
    color: #9b9b9b;
    font-size: 12px;
}

.show-times {
    color: #9b9b9b;
    font-size: 12px;
}

.show-carousel {
    width: 100%;
    max-width: 825px;
    height: auto;
}

.show-carousel .carousel-indicators {
    position: absolute;
    bottom: 0px;
    top: 0px;
    left: 855px;
    z-index: 15;
    width: 255px;
    height: 173px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.show-carousel .carousel-indicators img {
    width: 100%;
}

.show-carousel .carousel-indicators li {
    display: inline-block;
    width: 255px;
    height: 173px;
    margin: 0px;
    text-indent: 0;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    background-color: transparent;
}

.show-carousel .carousel-indicators li:nth-child(2) {
    margin: 20px 0;
}

.show-carousel .carousel-indicators .active {
    margin: 0;
    width: 255px;
    height: 173px;
}

.show-carousel .carousel-control.left {
    z-index: 1;
    top: 35%;
    height: 110px;
    width: 65px;
    background: url(../images/jiantou-zuo.png) no-repeat;
}

.show-carousel .carousel-control.right {
    z-index: 1;
    top: 35%;
    height: 110px;
    width: 65px;
    background: url(../images/jiantou-you.png) no-repeat;
}

.show-carousel .glyphicon-chevron-right:before {
    content: "";
}

.show-carousel .glyphicon-chevron-left:before {
    content: "";
}

.show-content-description {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

.show-description-title {
    font-size: 22px;
    color: #333333;
    float: left;
}

.show-content-description .video-content {
    float: right;
}

.show-content-description .video-content i {
    display: inline-block;
    margin: 0 10px;
    height: 10px;
    border-left: 1px solid #ccc;
}

.show-content-description .video-content span {
    display: inline-block;
    padding-left: 0px;
    cursor: pointer;
}

.show-content-description .video-content span img {
    margin-right: 10px;
}

.show-description {
    color: #afafaf;
    font-size: 12px;
}

.box {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box:before {
    content: "";
    width: 0;
    height: 100%;
    background: #000000;
    padding: 14px 18px;
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

.box:hover:before {
    width: 100%;
    left: 0;
    opacity: 0.7;
}

.box img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.box .box-content {
    width: 100%;
    padding: 14px 18px;
    color: #fff;
    position: absolute;
    top: 28%;
    left: 0;
}

.box .title {
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.box .title .link {
    background-color: transparent;
    color: #fff;
}

.box:hover .title, .box:hover .post {
    opacity: 1;
    transition-delay: 0.7s;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 15px;
}

.box .icon li {
    display: inline-block;
}

.box .btn {
    border: 1px solid #fff;
}

.box .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: transparent;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-right: 5px;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease 0s;
}

.box:hover .icon li a {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.5s;
}

.recommend > div {
    margin-bottom: 20px;
}

.recommend > div:last-child {
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    .recommend > div {
        margin-top:20px;
    }

    ul.recommend {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .recommend > div {
        margin-top:20px;
    }

    .recommend > div img {
        display: block;
        margin: 0 auto;
    }
}

.controll-page {
    margin: 28px 0;
    color: #9d9d9d;
    font-size: 12px;
}

.controll-page .page-pre {
    float: left;
}

.controll-page .page-next {
    float: right;
}

.controll-page .page-pre-nav {
    margin-right: 5px;
}

.controll-page .page-next-nav {
    margin-left: 5px;
}

/*category-thumb*/
.category-thumb {
    padding-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}

.category-thumb p {
    font-size: 16px;
    margin-top: 30px;
    color: #484848;
}

/*.category-thumb a:hover p{color:#333; }*/
.category-thumb .cate-power {
    background: url(/imagevideo/images/power.png) no-repeat center center;
    height: 60px;
    width: 60px;
}

.category-thumb .cate-customer {
    background: url(/imagevideo/images/customer.png) no-repeat center center;
    height: 60px;
    width: 60px;
}

.category-thumb .cate-products {
    background: url(/imagevideo/images/products.png) no-repeat center center;
    height: 60px;
    width: 60px;
}

.category-thumb .cate-honor {
    background: url(/imagevideo/images/honor.png) no-repeat center center;
    height: 60px;
    width: 60px;
}

.category-thumb .cate-exhibition {
    background: url(/imagevideo/images/exhibition.png) no-repeat center center;
    height: 60px;
    width: 60px;
}

.category-thumb .cate-video {
    background: url(/imagevideo/images/video.png) no-repeat center center;
    height: 60px;
    width: 60px;
}

.category-thumb .cate-power.active {
    background: #3671cf url(/imagevideo/images/power-active.png) no-repeat center center;
    height: 80px;
    width: 80px;
    border-radius: 80px;
}

.category-thumb .cate-customer.active {
    background: #3671cf url(/imagevideo/images/customer-active.png) no-repeat center center;
    height: 80px;
    width: 80px;
    border-radius: 80px;
}

.category-thumb .cate-products.active {
    background: #3671cf url(/imagevideo/images/products-active.png) no-repeat center center;
    height: 80px;
    width: 80px;
    border-radius: 80px;
}

.category-thumb .cate-honor.active {
    background: #3671cf url(/imagevideo/images/honor-active.png) no-repeat center center;
    height: 80px;
    width: 80px;
    border-radius: 80px;
}

.category-thumb .cate-exhibition.active {
    background: #3671cf url(/imagevideo/images/exhibition-active.png) no-repeat center center;
    height: 80px;
    width: 80px;
    border-radius: 80px;
}

.category-thumb .cate-video.active {
    background: #3671cf url(/imagevideo/images/video-active.png) no-repeat center center;
    height: 80px;
    width: 80px;
    border-radius: 80px;
}

.category-thumb .cate-power:hover {
    background: url(/imagevideo/images/power-active.png) no-repeat center center;
    background-color: #3671cf;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    line-height: 80px;
    padding: 10px;
}

.category-thumb .cate-customer:hover {
    background: url(/imagevideo/images/customer-active.png) no-repeat center center;
    background-color: #3671cf;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    line-height: 80px;
    padding: 10px;
}

.category-thumb .cate-products:hover {
    background: url(/imagevideo/images/products-active.png) no-repeat center center;
    background-color: #3671cf;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    line-height: 80px;
    padding: 10px;
}

.category-thumb .cate-honor:hover {
    background: url(/imagevideo/images/honor-active.png) no-repeat center center;
    background-color: #3671cf;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    line-height: 80px;
    padding: 10px;
}

.category-thumb .cate-exhibition:hover {
    background: url(/imagevideo/images/exhibition-active.png) no-repeat center center;
    background-color: #3671cf;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    line-height: 80px;
    padding: 10px;
}

.category-thumb .cate-video:hover {
    background: url(/imagevideo/images/video-active.png) no-repeat center center;
    background-color: #3671cf;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    line-height: 80px;
    padding: 10px;
}

.category-thumb .cate-img {
    background-color: transparent;
    height: 80px;
}

@media screen and (max-width: 768px) {
    .category-thumb .cate-height {
        height:180px;
    }
}

/*reset index-tab style*/
.index-tab .nav-tabs > li > a {
    border: none;
    border-radius: 0px;
    padding: 0 0;
    width: auto;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    margin-right: 30px;
}

.index-tab .nav-tabs > li:not(:last-child) > a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #ddd;
    top: 50%;
    margin-top: -5px;
    margin-left: 15px;
}

.index-tab .tab-title {
    float: left;
    margin-right: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1e1e1e;
    font-size: 23px;
}

.index-tab .nav-tabs > li > a:hover {
    background: transparent;
}

.index-tab .tab-more {
    color: #666;
    float: right;
    font-size: 12px;
    margin-right: -15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #000;
    /* padding-bottom: 5px; */
    border-bottom: 2px solid #ff9900;
    width: auto;
    background: transparent;
    color: #000;
    cursor: default;
}

@media screen and (max-width: 768px) {
    .index-tab .tab-more {
        margin-right: 0px;
    }
}

/*banner*/
.imgvideo-banner {
    background: url(../images/project-banner.jpg) no-repeat rgb(54,113,207);
    padding: 56px 0 60px 0;
    /* margin-bottom: 40px; */
    height: 260px;
    overflow: hidden;
}

.imgvideo-banner h1 {
    font-size: 26px;
    color: #fff;
}

.imgvideo-banner p {
    font-size: 12px;
    color: #fff;
}

.imgvideo-banner .text {
    background: transparent;
}

/*project-tab*/
.project-tab {
    padding-top: ;
}

.project-tab .nav-tabs > li > a {
    border: none;
    border-radius: 0px;
    padding: 0 0;
    width: auto;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    margin-right: 30px;
}

.project-tab .nav-tabs > li:not(:last-child) > a:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #ddd;
    top: 50%;
    margin-top: -5px;
    margin-left: 15px;
}

.project-tab .nav-tabs > li > a:hover {
    background: transparent;
}

.project-tab .tab-more {
    color: #333333;
    float: right;
    font-size: 12px;
    margin-right: -15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-color: #000;
    /* padding-bottom: 5px; */
    border-bottom: 2px solid #ff9900;
    width: auto;
    background: transparent;
    color: #000;
    cursor: default;
}

.project {
    border-top: 1px solid #e3e3e3;
}

.project .nav-tabs {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 40px;
}

.intrest {
    border-top: 20px solid #f4f7f9;
    padding-top: 35px;
}

.intrest .nav-tabs > li:not(:last-child) > a:after {
    width: 0px;
}

.intrest .nav-tabs > li > a {
    margin-right: 12px;
}

.project .tab-content ul.video-box.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*reset pagination*/
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 0px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 32px;
    margin-left: 10px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 32px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 32px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ff9900;
    border-color: #ff9900;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #ff9900;
    border-color: #ff9900;
    cursor: default;
}

.sb-loading img {
    z-index: -1;
    position: relative;
    width: 100%;
}

.imgvideo-layer {
    position: relative;
}

.imgvideo-layer .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #4a4e51;
    opacity: 0.7;
    /* z-index:1; */
    transition: all 300ms;
}

.imgvideo-layer:hover .mask {
    opacity: 0;
}

.imgvideo-layer img {
    display: inline-block;
}

.video-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWZjMWQyYy1iYWQ2LWQzNDQtOGM2MS0xNzU3NGY3MzNlZWUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qjk1OEQ1N0YyMEVBMTFFODgzRTJCMEUyNjZDNTlENzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qjk1OEQ1N0UyMEVBMTFFODgzRTJCMEUyNjZDNTlENzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhiZWIzMzhiLTU2YjItZDc0My1hYjNiLTg4ODVkNjA5MTAxZCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWZjMWQyYy1iYWQ2LWQzNDQtOGM2MS0xNzU3NGY3MzNlZWUiLz4gPC9y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);
    position: absolute;
    height: 60px;
    width: 60px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /* z-index: 2; */
    border-radius: 60px;
}

.video-box {
    padding: 0px;
    margin-left: -30px;
}

.video-box p {
    font-size: 12px;
    margin-top: 25px;
    margin-bottom: 35px;
}

.qysl {
    margin-top: 45px;
}

.jxzt {
    background-color: #f6f6fa6;
    padding-top: 65px;
}

.sp {
    background-color: #f6f6f6;
    padding-top: 65px;
}

.intrest .index-tab .tab-title {
    float: none;
}

/*视频模块结尾*/
.baidu-share .close {
    float: right;
    display: block;
    color: red;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 10px;
}

.baidu-share {
    width: 240px;
    position: absolute;
    bottom: 0;
    right: -10px;
    transform: translate(0%,30%);
}

.baidu-share .bshare-custom {
    float: right;
}

/*视频自适应css*/
.video-play{background:#000;}
.video-play > div {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.video-play .polyvFlashObject, .video-play > div > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
}
