@charset "UTF-8";
* {margin: 0;padding: 0;}
.cus-card .cus-card-title{
    line-height: 42px;
    background-color: #5DB3F0;
}

 

/*专题专栏。css*/
.zl-card .zl-card-title{
    line-height: 34px;
}
.zl-card .zl-card-title:before{
    content:'专题专栏';
    width: 80px;
    height: 100%;
    text-align: center;
    color: #fff;
    background-color: #0769a9;
    border-right: 8px solid #eee;
    position: absolute;
    top: 0;
    left: 0;
}
.zl-card .zl-card-title:after{
    content: '';
    border-width: 8px;
    border-style: solid;
    border-color: #0769a9 transparent transparent #0769a9;
    position: absolute;
    bottom: -8px;
    left: 0;
}
.zl-card .zl-card-body .mdui-btn-block{
    height: 52px;
}

/*swiper*/
@keyframes bannerTran {
    0% {
        transform: scale(1.1, 1.1);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.1, 1.1);
    }
}

#bg-banner {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#banner-swiper .banner-item {
    height: 100vh;
}

#banner-swiper .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-swiper .banner-item.swiper-slide-active img {
   /* animation: bannerTran 22s ease infinite forwards;*/
}

#hot-news-swiper .swiper-slide {
    height: 370px;
    background-color: #eee;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper-slide .c-txt {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background-color: rgba(0, 0, 0, .2);
    color: #eee;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-container .hotnews-btn {
    width: 30px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-30px);
    transition: transform 0.3s;
    z-index: 1009;
}

.swiper-container .hotnews-btn.next {
    left: auto;
    right: 0;
    transform: translateY(-50%) translateX(30px);
}

.swiper-container:hover .hotnews-btn {
    transform: translateY(-50%) translateX(0);
}

#hot-news-swiper .swiper-pagination {
    width: 80px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .8;
}

.swiper-pagination-bullet-active {
    background: #EC7C02;
}
#openinfo-news{
    height: 80px;
}

/*企业标语轮播*/
#bannerText{
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    overflow: hidden;
}
#bannerText .text-box{
    width: 1200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    /*background-color: red;*/
}
#bannerText .swiper-wrapper,
#bannerText .swiper-wrapper .delay-3{
    transition-delay:.3s;
}
#bannerText .swiper-slide .t-title>i{
    border-bottom: 2px solid #0769a9;
}
#bannerText .swiper-slide .t-title,
#bannerText .swiper-slide .t-doc{
    opacity: 0;
}
#bannerText .swiper-slide .t-doc{
    transform:translateX(100px);
    opacity:0;
    transition:all 1s;
}
#bannerText .swiper-slide .t-doc strong{
    background-color: rgba(136,136,136,.2);
}
/*动画效果，单独设置*/
#bannerText .swiper-slide .an-r-l{
    transform:translateX(200px);
    opacity:0;
    transition:all .8s;
}

#bannerText .ani-slide .an-r-l,
#bannerText .ani-slide .t-doc{
    transform:translateX(0);
    opacity:1;
}

/*cus-mdui.css*/
.mdui-list-item:hover{
    background:none!important;
}
.mdui-list-item.cus-hover-color:hover .mdui-list-item-title{
    color:#0769a9 ;
}
.mdui-tab{
    min-height: 42px;
}
.mdui-tab a {
    min-height: 42px;
    min-width: 50px;
    padding: 0 24px;
    font-size: 15px;
    opacity: 1;
}

.mdui-tab a.mdui-tab-active {
    background-color: #0769a9;
    color: #fff !important;
}

.more {
    position: absolute;
    right: 10px;
    top: -30px;
    color: #0769a9;
    font-size: 12px;
}
.private-title{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.new-top{
    height: 40px;
    position: relative;
    top: 10px;
}
.weixin .toggle-qr{
    width: 140px;
    height: 140px;
    max-height: 0;
    max-width: 0;
    position: absolute;
    top: 60px;
    left: 50px;
    z-index: 1999;
    opacity: 0;
    transition: all .3s ease;
}
.weixin:hover .toggle-qr{
    opacity: 1;
    max-height: 140px;
    max-width: 140px;
    left: -157px;
    top: -6px;
}


/*hover-show*/
.cus-hover-max img{
    transition: all .6s ease;
}
.cus-hover-max:hover img.c-max{
    transform: scale(1.1,1.1);
}
.cus-hover-max:hover img.c-icon{
    transform: rotateY(180deg);
}
.cus-hover-max:hover .label{
    font-weight: 700;
}
li{ list-style: none outside none;}
/*链接 ，作为容器不需要hover等*/
a{ text-decoration:none; outline:none; color: inherit; }
.floor_channel>.component_body>.content_title h2{ margin-bottom: 20px; }


/*==========图片扩展模型 开始==========*/
/*图片扩展组件0*/
.picture0{}
.picture0 .InfoSContent { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.picture0 li.column2 .InfoSContent { -webkit-line-clamp:4; line-clamp: 4; }
.picture0 li.column3 .InfoSContent { -webkit-line-clamp: 3; line-clamp: 3; }
.floor_picture0{ max-width: 1440px; margin: 0 auto; }
.thumb-picture0:after{ content: ""; display: block; clear: both; }
.thumb-picture0 li{ transition-duration: .5s; }
.thumb-picture0 a{ display: block; padding: 15px; margin: 8px; border-bottom: 1px solid #ddd; overflow: hidden; transition-duration: .5s; }
.thumb-picture0.list-style4 a{ padding: 0; }
.thumb-picture0 .InfoPicture{ float: left; width: 35%; transition-duration: .5s; }
.thumb-picture0 .InfoTitle{ font-size: 18px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.thumb-picture0 .InfoSContent{ color: #666; overflow: hidden; }
.thumb-picture0 li a:hover{ transform: translateY(-5px); box-shadow: 0 8px 35px rgba(0, 0, 0, .08); }
.thumb-picture0 li a:hover .InfoPicture{ transform: scale(1.05); }
.grid-picture0{}
.grid-picture0:after{ content: ''; display: block; clear: both; }
.grid-picture0 li{ width: 33.33333%; float: left; }
.grid-picture0 li a{ display: block; margin: 0 10px; transition-duration: .5s; }
.grid-picture0 li .InfoTitle{ font-size: 17px; margin: 10px 0; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition-duration: .3s; }
.grid-picture0 li .InfoSContent{ padding-right: 20px; margin: 10px 0; overflow: hidden; color: #999; box-sizing: border-box; transition-duration: .3s; }
.grid-picture0 li .InfoWrap{ position: relative; transition-duration: .2s; }
.grid-picture0 li .InfoWrap:after{ content: ''; position: absolute; left: 10px; right: 10px; box-sizing: border-box; height: 1px; background: #ddd; bottom: 55px; transition-duration: .5s; transform-origin: 0 0; transform: scaleX(0); }
.grid-picture0 .InfoPicture{ overflow: hidden; }
.grid-picture0 img{ width: 100%; transition-duration: .5s; }
.grid-picture0 li:hover a{ background: #FFF; box-shadow: 0 18px 25px rgba(0,0,0,.1); }
.grid-picture0.list-style4 li:hover .InfoWrap{ transform: scale(.95); }
.grid-picture0 li:hover img{ transform: scale(1.1); }
.grid-picture0 li:hover .InfoTitle{ transform: translateY(-5px); }
.grid-picture0 li:hover .InfoSContent{ transform: translateY(5px); }
.grid-picture0 li:hover .InfoWrap:after{ transform: scaleX(1); }
/*图片扩展组件1*/
.floor_picture1 { max-width: 1440px; padding: 0 10px; margin: 0 auto; }
.picture1{ overflow: hidden; }
.picture1 a{ display: block; position: relative; }
.picture1 .InfoPicture{ background: #000; overflow: hidden; }
.picture1 .InfoPicture img{ transition-duration: .5s; }
.picture1 .InfoWrap{ position: absolute; position: absolute; top: 30%; left: 10%; right: 10%; text-align: center; color: #FFF; }
.picture1 .InfoWrap .InfoTitle{ font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; opacity: 0; transform: translateY(10px); transition-duration: .5s; }
.picture1 .InfoWrap .InfoSContent{ line-height: 1.8em; height: 3.6em; overflow: hidden; margin-top: 10px; opacity: 0; transform: translateY(20px); transition-duration: .5s; }
.picture1 a:hover img{ opacity: .7; transform: scale(1.1); }
.picture1 a:hover .InfoTitle{ transform: translateY(0); opacity: 1; }
.picture1 a:hover .InfoSContent{ transform: translateY(0); opacity: 1; }
/*图片扩展组件2*/
.floor_picture2{ position: relative; max-width: 1440px; padding: 0 60px; margin: 0 auto; }
.floor_picture2 .pagination .prev,.floor_picture2 .pagination .next{ position: absolute; left: 10px; width: 40px; height: 100px; line-height: 100px; text-align: center; font-size: 40px; top: 0; bottom: 0; margin: auto; cursor: pointer; border: 1px solid #999; border-radius: 3px; color: #999; }
.floor_picture2 .pagination .next{ left: auto; right: 10px; }
.floor_picture2 .pagination .prev:hover,.floor_picture2 .pagination .next:hover{ background: rgba(0,0,0,.1); }
.floor_picture2 .pagination .prev:active,.floor_picture2 .pagination .next:active{ box-shadow: 0 0 10px rgba(0,0,0,.1) inset; }
.picture2{ overflow: hidden; }
.picture2 a{ display: block; padding: 4px; background: #FFF; margin: 10px 5px; box-shadow: 0 0 10px 0 rgba(0,0,0,.1) }
.picture2 .InfoTitle{ padding: 8px 10px 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition-duration: .5s; }
.picture2 li .InfoPicture{ overflow: hidden; }
.picture2 li .InfoPicture img{ transition-duration: .5s; }
.picture2 li:hover img{ transform: scale(1.1); }
/*图片扩展组件3*/
.floor_picture3 { max-width:1440px; margin: 0 auto; }
.picture3 { overflow: hidden; }
.picture3 li{ width: 50%;overflow: hidden; float: left; height:240px; }
.picture3 li .InfoPicture{ float:right; width:50%; height:100%; background:url(../images/xxx.png) no-repeat center; background-size:cover; }
.picture3 li .InfoWrap{ float:left; width:50%; height:100%; text-align:center; position:relative; padding:20px 20px 0; box-sizing:border-box; }
.picture3 li .InfoWrap .x_line { position:absolute; top:50%; left:auto; right:-21px; width:30px; height:30px; margin-top:-15px;  font-size:30px; }
.picture3 li .InfoWrap .x_line2 { display:none; }
.picture3 li .InfoWrap .InfoTitle{ font-size:18px; margin:30px 0 20px; }
.picture3 li .InfoWrap .InfoSContent{ font-size:14px; line-height:1.8em; }
.picture3 li.m2 .InfoPicture, .picture3 li.m3 .InfoPicture { float:left; }
.picture3 li.m2 .InfoWrap .x_line, .picture3 li.m3 .InfoWrap .x_line { left:-21px; right:auto; }
.picture3 li.m2 .InfoWrap .x_line1, .picture3 li.m3 .InfoWrap .x_line1 { display:none; }
.picture3 li.m2 .InfoWrap .x_line2, .picture3 li.m3 .InfoWrap .x_line2 { display:block; }
/*图片扩展组件4*/
.floor_picture4 { max-width:1440px; margin: 0 auto; padding: 0 10px; position:relative; }
.floor_picture4 .pagination .prev,.floor_picture4 .pagination .next{ position: absolute; left:50px; right:auto; width:70px; height:70px; line-height:70px; text-align:center; font-size:36px; top: 0; bottom: 0; margin: auto; cursor: pointer; border: 1px solid #999; border-radius:100%; color:#999; }
.floor_picture4 .pagination .next{ left: auto; right:50px; }
.floor_picture4 .pagination .prev:active,.floor_picture4 .pagination .next:active{ box-shadow: 0 0 10px rgba(0,0,0,.1) inset; }
.picture4 { position:relative; padding:0 0 50px; overflow:hidden; }
.picture4 {  }
.picture4 li {  }
.picture4 li .InfoPicture { float:left; margin-right:20px; max-width:50%; }
.picture4 li .InfoPicture img { max-width:100%; width:auto; }
.picture4 li .InfoWrap { overflow:hidden; }
.picture4 li .InfoTitle { padding:10px 0; font-size:24px; line-height:50px; margin-bottom:20px; position:relative; }
.picture4 li .InfoTitle:before { content:""; position:absolute; bottom:0; left:0; width:30%; height:1px; background:#ddd; }
.picture4 li .InfoSContent { font-size:16px; color:#888; line-height:2em; }
.picture4 li .more_btn { margin-top:20px; }
.picture4 .swiper-pagination { bottom:0; }
.picture4 .swiper-pagination-switch { border-color:#ccc; background:#ccc; width:12px; height:12px; margin:0 10px; }
.picture4 .swiper-active-switch { border-color:#888; background:#888; }
.right-picture4 li .InfoPicture{ float: right; margin-left: 15px; margin-right: 0; }


