#top-swiper {
    width: 100%;
    height: 450px;
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
}

#top-swiper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/*分页器自定义*/
#top-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px !important;
    height: 4px !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 0 !important;
}

#top-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 4px !important;
    background-color: #FFFFFF !important;
    border-radius: 0 !important;
}

#top-swiper .swiper-pagination {
    position: absolute;
    left: 40% !important;
}

#bottom-swiper {
    width: 520px;
    height: 310px;
}

#bottom-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-radius: 0 !important;
}

#bottom-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 7px !important;
    height: 7px !important;
    background-color: #FFFFFF !important;
    border-radius: 0 !important;
}

#bottom-swiper .swiper-pagination {
    position: absolute;
    bottom: 50px !important;
    padding-right: 10px;
    text-align: right;
}


.profile {
    display: flex;
    height: 235px;
    justify-content: space-between;
}

.text-box {
    padding-right: 70px;
}

.text-box >a{
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.text-box >p{
    line-height: 40px;
    font-size: 24px;
    font-weight: 300;
    color: #999999;
}

.text-box div a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-box div a:hover{
    color: #D7000F;
}

.profile .more-box{
    position: relative;
    color: #fff;
}

.profile .more-box:hover .mask{
    display: block;
}

.profile .more-box p:nth-child(1){
    position: absolute;
    left: 20px;
    top: 140px;
    font-size: 30px;
    font-weight: 200;
}

.profile .more-box p:nth-child(1) span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.profile .more-box p:nth-child(1) span::before{
    content: "";
    position: absolute;
    right: 11px;
    top: 9px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
}

.profile .more-box p:nth-child(2){
    position: absolute;
    left: 20px;
    top: 185px;
    font-size: 18px;
    font-weight: 200;
}



.display {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 180px;
    background: url("../images/data-bg.png");
}

.display .item {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.display .item span{
    margin-right: 10px;
    font-size: 48px;
    font-weight: bold;
    color: #333333;
}

.display .item p:last-child{
    text-align: center;
    white-space: nowrap;
}

.tabs > .bg-box {
    position: absolute;
    top: 85px;
    width: 100%;
    height: 370px;
    background-color: #f5f5f5;
}

.tabs {
    overflow: hidden;
    margin-top: 35px;
    position: relative;
    width: 100%;
    height: 450px;
}

.tabs >i{
    position: absolute;
    top: 45px;
    width: 100%;
    height: 2px;
    background-color: #ccc;
}

.tabs li {
    float: left;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.tabs li span{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    position: relative;
}

.tabs li span::before{
    content: '';
    position: absolute;
    display: none;
    width: 130%;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #D7000F;;
}

.tabs li:hover span::before{
    display: block;
}

li.active span::before{
    display: block;
}

.tabs li:hover span,li.active span{
    color: #D7000F;
}

.tabs  li:first-child .detail {
    display: block;
}


.tabs  li .detail {
    text-align: left;
    display: none;
    position: absolute;
    width: 100%;
    height: 370px;
    left: 0;
    top: 85px;
    background-color: transparent;
}

.tabs  li .detail img{
    float: left;
    width: 590px;
    height: 370px;
    object-fit: cover;
}

.tabs  li .detail .content{
    float: right;
    width: 610px;
    height: 100%;
    padding: 20px 37px 0 40px;
}

.tabs  li .detail .content p{
    font-size: 30px;
    font-weight: 300;
    color: #666666;
}

.tabs  li .detail .content i{
    margin-bottom: 20px;
    display: block;
    width: 60px;
    height: 2px;
    background: #D6000F;
}

.tabs  li .detail .content a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.tabs  li .detail .content a:hover{
    color: #D7000F;
}



.show {
    display: block!important;
}

.icons-box {
    margin-top: 45px;
    width: 100%;
    padding-bottom: 70px;
}


.icons-box .line {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.icons-box .line:last-child {
    margin-top: 70px;
}

.icons-box .line .item p{
    margin-top: 10px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.icons-box .line .item {
    position: relative;
}

.icons-box .line .item:hover .mask{
    display: block;
}

.icons-box .line .item:hover p{
    color: #D7000F;
}

.icons-box .line .item .mask{
    left: 6px;
    width: 86px;
    height: 86px;
    background: rgba(0,0,0,.2);
    border-radius: 50%;
}

.icons-box .line a + a{
    margin-left: 120px;
}

.rec {
    width: 100%;
    height: 500px;
    padding-top: 50px;
    background: url("../images/tjzl-bg.png");
}


.cards-box {
    display: flex;
    margin-top: 45px;
}

.cards-box .item{
    position: relative;
    width: 295px;
    height: 200px;
    background: #000000;
}

.cards-box .item p{
    position: absolute;
    left: 0;
    top: 115px;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
}

.cards-box .item .mask{
    background: rgba(255,255,255,.3);
}

.cards-box .item:hover .mask{
    display: block;
}

.cards-box .item p:nth-of-type(1){
    top: 65px;
    font-size: 36px;
    font-weight: bold;
}

.cards-box .item + .item{
    margin-left: 9px;
}

.cards-box .item img{
    width: 100%;
    height: 100%;
}

.news-content {
    display: flex;
    justify-content: space-between;
}

.news-content .carousel {
    padding-top: 40px;
    flex-shrink: 0;
    width: 520px;
}

.news-content .carousel .swiper-slide a{
    position: relative;
    width: 520px;
    height: 310px;
    display: block;
}

.news-content .carousel .swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-content .carousel .swiper-slide a >div{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background: rgba(0,0,0,.6);
}

.news-content .carousel .swiper-slide a >div p{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}


.tabs-list {
    width: 680px;
    padding-left: 20px;
}

.tab-header {
    display: flex;
    justify-content: flex-end;
}

.tab-header li{
    background-color: #CCCCCC;
    padding: 10px 17px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.tab-header li:hover {
    color: #D6000F;
}

.tab-header li:hover.active {
    color: #FFFFFF;
}

.tab-header .active {
    background-color: #D6000F;
}

.tab-content {
    padding-top: 10px;
    height: 314px;
}

.tab-content li {
    display: none;
}

.tab-content li > a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 38px;
}

.tab-content li a:hover p{
    color: #D6000F;
}

.tab-content li a i{
    width: 5px;
    height: 5px;
    background: #D7000F;
}

.tab-content li a p{
    margin-left: 9px;
    width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}



.tab-content li a span{
    margin-left: 14px;
    color: #999999;
}


.fri-link {
    padding-bottom: 50px;
}

.select-box {
    width: 100%;
    height: 300px;
    background: #F5F5F5;
}


.select-box .links-select {
    padding-top: 40px;
}

.select-box .links-select .link-item {
    position: relative;
    padding-left: 10px;
    line-height: 50px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    width: 285px;
    height: 50px;
    background: #FFFFFF;
}

.rotate {
    transform: rotate(180deg);
}

.select-box .links-select .link-item i.rotate {
    top: 17px;
}

.select-box .links-select .link-item i {
    transition: all .3s;
    position: absolute;
    right: 12px;
    top: 23px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: #000;
}

.select-box .links-select .link-item > span{
    display: block;
    text-align: center;
    user-select: none;
}

.select-box .links-select .link-item+.link-item {
    margin-left: 20px;
}

.select-box .link-drop {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    z-index: 99;
}

.link-item .link-drop li {
    height: 30px;
}

.link-item .link-drop a {
    display: block;
    height: 100%;
    line-height: 30px;
    max-width: 100%;
    color: #666;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.link-item .link-drop a:hover {
    background-color: #1e90ff;
    color: #fff;
}

.intro a.hover:hover {
    color: #D7000F;
}

#img-box{
    width: 300px;
    height: 200px;
    position: absolute;
    cursor: pointer;
    z-index: 1000;
}
#img-box .bg-img{
    width: 100%;
    height: 100%;
}
#img-box .close-img{
    width: 11px;
    height: 11px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.5;

}
#img-box .close-img:hover{
    opacity: 1;
}
