@charset "UTF-8";

.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: #ED7C02;
    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: #ED7C02 transparent transparent #ED7C02;
    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 #ED7C02;
}
#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:#ED7C02 ;
}
.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: #ED7C02;
    color: #fff !important;
}

.more {
    position: absolute;
    right: 10px;
    top: -30px;
    color: #ED7C02;
    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;
}


