.pc-header{
    width: 3rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0.8rem 0.24rem 0.4rem;
    box-sizing: border-box;
}
.m-header{
    display: none;
}
.pc-header .logo{
    width: 1.2rem;
    margin: auto;
    display: block;
}
.pc-header .logo img{
    width: 100%;
}
.pc-header .nav{
    width: 100%;
    margin-top: 0.8rem;
}
.pc-header .nav a{
    display: flex;
    width: 100%;
    height: 0.72rem;
    color: #fff;
    font-size: 0.24rem;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background: transparent;
    border-radius: 0.16rem 0.40rem 0.40rem 0.16rem;
    transition: all 0.3s ease-in-out;
    position: relative;

}
.pc-header .nav a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(270deg, rgba(7, 143, 243, 0.4) 0%, rgba(7, 143, 243, 0) 99%);
    border-radius: 0.16rem 0.40rem 0.40rem 0.16rem;
    transition: 0.3s;
    z-index: -1;
}
.pc-header .nav a label{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.64rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1%, rgba(255, 255, 255, 0) 71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.pc-header .nav a.on::before{
    width: 100%;
}
.pc-header .nav a.on{
    color: #078FF3;
}
.pc-header .nav a.on label{
    opacity: 1;
}
.pc-header .nav a:hover{
    color: #078FF3;
}
.pc-header .nav a:hover::before{
    width: 100%;
}
.pc-header .nav a:hover label{
    opacity: 1;
}
.pc-header .tel{
    width: 100%;
    height: 0.48rem;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    bottom: 0.4rem;
    left: 0;
}
.pc-header .tel img{
    height: 100%;
    margin-right: 0.12rem;
}
.pc-header .tel a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
}
.pc-header .tel .number-digit{
    display: inline-block;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0 1px;
    transition: transform 0.3s ease-in-out;
}

.pc-header.active{
    background-color: #000000;
}


.pages{
    width: 100%;
    padding: 50px 0;
}
.pages ul{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pages ul li{
    background-color: #fff;
    border: 1px solid #F5F7FA;
    border-radius: 2px;
}
.pages ul li span{
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
}
.pages ul li a{
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
}
.pages ul li.active{
    border: 1px solid #F5F7FA;
}


.pages ul li.active span{
    background-color: black;
    color: white;
}

.banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.banner .swiper01{
    width: 100%;
    height: 100%;
}
.banner .swiper01 .swiper-slide{
    width: 100%;
    height: 100%;
}
.banner .swiper01 .swiper-slide img{
    width:100%;
    height:auto;
    min-height:100%;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
}
.banner .swiper01 .swiper-slide-active img,.banner .swiper01 .swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1);
}	
.banner .swiper01 .swiper-slide a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.banner .swiper01 .swiper-slide a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper01 .swiper-slide a .banner-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding-left: 30%;
}
.banner .swiper01 .swiper-slide a .banner-text p{
    color: #fff;
    font-size: 0.64rem;
    font-weight: bold;
    margin-bottom: 0.28rem;
    width: 100%;
    line-height: 1;
}
.banner .swiper01 .swiper-slide a .banner-text p span{
    color: #078FF3;
}
.banner .swiper01 .swp-pagination1 .swiper-pagination-bullet{
    width: 0.24rem;
    height: 0.08rem;
    border-radius: 0.08rem;
    background-color: #fff;
    opacity: 1;
}
.banner .swiper01 .swp-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 0.48rem;
    background-color: #078FF3;
}
.Ih-content-main{
    width: 100%;
    padding: 0 0 0 4rem;
    box-sizing: border-box;
    background-color: #111111;
}
.Ih-content-main .about{
    width: 100%;
    padding: 0.8rem 1rem 0 0;
    box-sizing: border-box;
    background: url(../images/Ih-about-bg.jpg)no-repeat top right;

}
.Ih-content-main .about .top{
    width: 100%;
}
.Ih-content-main .about .top .title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.Ih-content-main .about .top .title .icon{
    width: 0.12rem;
    margin-right: 0.12rem;
}
.Ih-content-main .about .top .desc{
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-top: 0.2rem;
    padding-left: 0.24rem;
    box-sizing: border-box;
}
.Ih-content-main .about .top .desc span{
    color: #078FF3;
}
.Ih-content-main .about .content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
    flex-wrap: wrap;
}
.Ih-content-main .about .content .left{
    width: 5.08rem;
    border-radius: 0.24rem;
    overflow: hidden;
    height: 4.68rem;
}
.Ih-content-main .about .content .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Ih-content-main .about .content .right{
    flex: 1;
    margin-left: 0.8rem;
    height: 4.68rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.Ih-content-main .about .content .right .data{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Ih-content-main .about .content .right .data .item{
    width: 25%;
    
}
.Ih-content-main .about .content .right .data .item .t1{
    width: 100%;
    font-size: 0.88rem;
    color: #078FF3;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: flex-start;
}
.Ih-content-main .about .content .right .data .item .t1 span{
    font-size: 0.4rem;
    font-weight: 100;
}
.Ih-content-main .about .content .right .data .item .t1 em{
    font-style: normal;
}
.Ih-content-main .about .content .right .data .item .t2{
    width: 100%;
    font-size: 0.16rem;
    color: #fff;
    line-height: 1;
    margin-top: 0.16rem;
}
.Ih-content-main .about .content .right .text{
    width: 100%;
    margin-top: 0.8rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.3rem;
    text-align: justify;
}
.Ih-content-main .about .content .project{
    width: 100%;
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
}
.Ih-content-main .about .content .project .item{
    width: 2.64rem;
    height: 2.92rem;
    padding: 0.3rem;
    box-sizing: border-box;
    border-radius: 0.24rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.Ih-content-main .about .content .project .item .icon{
    width: 100%;
    text-align: center;
}
.Ih-content-main .about .content .project .item .icon img{
    width: 1.02rem;
}
.Ih-content-main .about .content .project .item .t1{
    width: 100%;
    font-size: 0.18rem;
    color: #fff;
    line-height: 1;
    margin-top: 0.24rem;
    text-align: center;
}
.Ih-content-main .about .content .project .item .t2{
    width: 100%;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.24rem;
    margin-top: 0.24rem;
    text-align: center;
}
.Ih-content-main .about .content .project .item.a1{
    background: url(../images/Ih-pro1.png)no-repeat;
    background-size: 100% 100%;
}
.Ih-content-main .about .content .project .item.a2{
    background: url(../images/Ih-pro2.png)no-repeat;
    background-size: 100% 100%;
}
.Ih-content-main .about .content .project .item.a3{
    background: url(../images/Ih-pro3.png)no-repeat;
    background-size: 100% 100%;
}
.Ih-content-main .about .content .project .item.a4{
    background: url(../images/Ih-pro4.png)no-repeat;
    background-size: 100% 100%;
}
.Ih-content-main .about .content .project .item.a5{
    background: url(../images/Ih-pro5.png)no-repeat;
    background-size: 100% 100%;
}
.Ih-content-main .about .content .project .item:hover{
    position: relative;
    transform: translateY(-0.2rem);
    
}

.Ih-content-main .case{
    width: 100%;
    margin-top: 1.2rem;
    padding: 0 1rem 0 0;
    box-sizing: border-box;
}
.Ih-content-main .case .top{
    width: 100%;
}
.Ih-content-main .case .top .title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.Ih-content-main .case .top .title .icon{
    width: 0.12rem;
    margin-right: 0.12rem;
}
.Ih-content-main .case .top .desc{
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-top: 0.2rem;
    padding-left: 0.24rem;
    box-sizing: border-box;
}
.Ih-content-main .case .top .desc span{
    color: #078FF3;
}
.Ih-content-main .case .list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.8rem;
}
.Ih-content-main .case .list .item{
    width: 6.7rem;
    height: 6.3rem;
    margin-bottom: 0.6rem;
    display: block;
}
.Ih-content-main .case .list .item .pic{
    width: 100%;
    height: 5.02rem;
    border-radius: 0.24rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.Ih-content-main .case .list .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.Ih-content-main .case .list .item .pic:hover{
    box-shadow: 0px 3px 24px 0px rgba(7, 143, 243, 0.4);
}
.Ih-content-main .case .list .item .pic:hover img{
    transform: scale(1.1);
}
.Ih-content-main .case .list .item .t1{
    width: 100%;
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-top: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease-in-out;
}
.Ih-content-main .case .list .item .t1:hover{
    color: #078FF3;
}
.Ih-content-main .case .list .item .t2{
    width: 100%;
    font-size: 0.16rem;
    color: #7D7E80;
    line-height: 0.26rem;
    margin-top: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.Ih-content-main .case .more{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.8rem;
}
.Ih-content-main .case .more a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.56rem;
    height: 0.68rem;
    border-radius: 0.4rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
}
.Ih-content-main .case .more a i{
    transform: rotate(180deg);
    margin-left: 0.08rem;
    transition: all 0.3s ease-in-out;
}
.Ih-content-main .case .more a:hover{
    background: #fff;
    border: 1px solid #000000;
    color: #078FF3;
    border: 1px solid #078FF3;
}
.Ih-content-main .case .more a:hover i{
    color: #078FF3;
}

.Ih-content-main .news{
    width: 100%;
    margin-top: 1.2rem;
    padding: 0 1rem 0 0;
    box-sizing: border-box;
}
.Ih-content-main .news .top{
    width: 100%;
}
.Ih-content-main .news .top .title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.Ih-content-main .news .top .title .icon{
    width: 0.12rem;
    margin-right: 0.12rem;
}
.Ih-content-main .news .top .desc{
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-top: 0.2rem;
    padding-left: 0.24rem;
    box-sizing: border-box;
}
.Ih-content-main .news .top .desc span{
    color: #078FF3;
}
.Ih-content-main .news .list{
    width: 100%;
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.24rem;
}
.Ih-content-main .news .list .item{
    width: 100%;
    height: 3.22rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background: #000000;
    background-image: url(../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode: overlay;
    opacity: 1;
    border-radius: 0.24rem;
    padding: 0.36rem 0.6rem;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}
.Ih-content-main .news .list .item .date{
    width: 100%;
    font-size: 0.16rem;
    color: #078FF3;
    line-height: 1;
}
.Ih-content-main .news .list .item .t1{
    width: 100%;
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 0.32rem;
    transition: all 0.3s ease-in-out;
    margin-top: 0.28rem;
}

.Ih-content-main .news .list .item .t2{
    width: 100%;
    font-size: 0.16rem;
    color: #7D7E80;
    line-height: 0.26rem;
    margin-top: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.Ih-content-main .news .list .item .more{
    width: 100%;
    font-size: 0.16rem;
    color: #078FF3;
    line-height: 1;
    margin-top: 0.6rem;
}
.Ih-content-main .news .list .item:hover .t1{
    color: #000000;
}
.Ih-content-main .news .list .item:hover{
    background-color: transparent;
}
.Ih-content-main .news .more{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.8rem;
}
.Ih-content-main .news .more a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.56rem;
    height: 0.68rem;
    border-radius: 0.4rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
}
.Ih-content-main .news .more a i{
    transform: rotate(180deg);
    margin-left: 0.08rem;
    transition: all 0.3s ease-in-out;
}
.Ih-content-main .news .more a:hover{
    background: #fff;
    border: 1px solid #000000;
    color: #078FF3;
    border: 1px solid #078FF3;
}
.Ih-content-main .news .more a:hover i{
    color: #078FF3;
}

.Ih-content-main .cooperation{
    width: 100%;
    margin-top: 1.2rem;
    padding: 0 1rem 0 0;
    box-sizing: border-box;
}
.Ih-content-main .cooperation .top{
    width: 100%;
}
.Ih-content-main .cooperation .top .title{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.Ih-content-main .cooperation .top .title .icon{
    width: 0.12rem;
    margin-right: 0.12rem;
}
.Ih-content-main .cooperation .top .desc{
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    margin-top: 0.2rem;
    padding-left: 0.24rem;
    box-sizing: border-box;
}
.Ih-content-main .cooperation .top .desc span{
    color: #078FF3;
}
.Ih-content-main .cooperation .cont{
    width: 100%;
    margin-top: 0.8rem;
    position: relative;
}
.Ih-content-main .cooperation .cont .bg{
    width: 100%;

}
.Ih-content-main .cooperation .cont .bg img{
    width: 100%;
}
.Ih-content-main .cooperation .cont .more{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
}
.Ih-content-main .cooperation .cont .more a{
    width: 2.4rem;
    height: 0.66rem;
    border-radius: 0.4rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #078FF3;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.foot_content{
    width: 100%;
    padding: 1.6rem 0 0 4rem;
    box-sizing: border-box;
    background-color: #111111;

}
.foot_content.dt{
    padding: 1.6rem 2rem 0;
}
.foot_content .link{
    width: 100%;
    padding: 0 1rem 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_content .link .left{
    flex: 1;
    font-size: 0.36rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.foot_content .link .left span{
    color: #078FF3;
}
.foot_content .link .right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.foot_content .link .right a{
    width: 1.2rem;
    height: 0.44rem;
    border-radius: 0.4rem;
    font-size: 0.14rem;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333333;
    margin-left: 0.2rem;
    transition: all 0.3s ease-in-out;
}
.foot_content .link .right a:hover{
    background: #078FF3;
}
.foot_content .footer{
    width: 100%;
    margin-top: 0.48rem;
    padding: 0 1rem 0 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.foot_content.dt .footer{
    padding: 0;
}
.foot_content.dt .link{
    padding: 0;
}
.foot_content .footer .line{
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    margin-bottom: 0.48rem;
}
.foot_content .footer .left{
    flex: 1;
    
}
.foot_content .footer .left .t1{
    width: 100%;
    font-size: 0.18rem;
    color: #888888;
    line-height: 1;
    margin-bottom: 0.4rem;
}
.foot_content .footer .left .t2{
    width: 100%;
    font-size: 0.18rem;
    color: #fff;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 0.24rem;
}
.foot_content .footer .left .t2 img{
    width: 0.24rem;
    margin-right: 0.12rem;
}
.foot_content .footer .center{
    width: 2.5rem;
    
}
.foot_content .footer .center .t1{
    width: 100%;
    font-size: 0.18rem;
    color: #888888;
    line-height: 1;
    margin-bottom: 0.24rem;
}
.foot_content .footer .center ul{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.4rem 0.3rem;
    
}
.foot_content .footer .center ul li{
    width: 100%;
    
}
.foot_content .footer .center ul li a{
    width: 100%;
    font-size: 0.18rem;
    color: #ffffffb7;
    line-height: 1;
    font-weight: bold;
    transition: 0.3s;
}
.foot_content .footer .center ul li a:hover{
    color: #fff;
}
.foot_content .footer .right{
    width: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 2rem;
}
.foot_content .footer .right .item{
    width: 1.78rem;
    height: 1.78rem;
    position: relative;
    border-radius: 0.24rem;
    overflow: hidden;
}
.foot_content .footer .right .item .bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foot_content .footer .right .item .cont{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.2rem;
    box-sizing: border-box;
}
.foot_content .footer .right .item .cont .t1{
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1;
}
.foot_content .footer .right .item .cont .t2{
    font-size: 0.14rem;
    color: #fff;
    line-height: 1;
    margin-top: 0.12rem;
}
.foot_content .footer .right .item .cont .code{
    width: 0.72rem;
    margin-top: 0.2rem;
}
.foot_content .footer .copyright{
    width: 100%;
    font-size: 0.14rem;
    color: #7D7E80;
    padding: 0.4rem 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 0.4rem;
}
.foot_content .footer .copyright a{
    color: #7D7E80;
}


/*案例*/
.case_main{
    width: 100%;
    padding-left: 3.6rem;
    box-sizing: border-box;
    background-color: black;
    padding-bottom: 2rem;
}
.case_main .top_menu{
    width: 100%;
    position: fixed;
    height: 1.2rem;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: flex;
    align-items: center;
}
.case_main .top_menu .item{
    display: flex;
    height: 0.4rem;
    width: 1.8rem;
    border-radius: 0.6rem;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 0.2rem;
    transition: all 0.3s ease-in-out;
}
.case_main .top_menu .item.active{
    background-color: #078FF3;
    color: #fff;
    border: 1px solid transparent;
}
.case_main .top_menu .item:hover{
    background-color: #078FF3;
    color: #fff;
    border: 1px solid transparent;
}
.case_main .case_card{
    width: 100%;
    padding-top: 1.5rem;
    display: flex;
}
.case_main .case_card .left{
    font-family: fantasy;
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
}
.case_main .case_card .right{
    display: flex;
    flex-wrap: wrap;
    width: 5rem;
    align-content: space-between;
    margin-left: 0.28rem;
    padding: 0.18rem 0;
    box-sizing: border-box;
}
.case_main .case_card .right .t1{
    font-size: 0.26rem;
    color: #fff;
    width: 100%;
}
.case_main .case_card .right .t2{
    font-size: 0.16rem;
    color: #bfbfbf;
    width: 100%;
}
.case_main .case_list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    margin-top: 1rem;
    padding-right: 2rem;
    box-sizing: border-box;
}
.case_main .case_list .item{
    width: 100%;
    height: 6rem;
    border-radius: 0.4rem;
    position: relative;
    overflow: hidden;
    display: block;
}
.case_main .case_list .item .pic{
    width: 100%;
    height: 100%;
}
.case_main .case_list .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case_main .case_list .item .txt{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.5rem 0.2rem 0.1rem;
    box-sizing: border-box;
    background: linear-gradient(to bottom,transparent,rgba(0,0,0,0.5));
}
.case_main .case_list .item .txt .t1{
    width: 100%;
    font-size: 0.24rem;
    color: #fff;

}
.case_main .case_list .item .txt .t2{
    width: 100%;
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.06rem;
}

.news_main{
    width: 100%;
    padding-left: 3.6rem;
    box-sizing: border-box;
    background-color: black;
    padding-bottom: 1rem;

}
.news_main .news_banner{
    width: 100%;
    position: relative;
}
.news_main .news_banner img{
    width: 100%;

}
.news_main .news_banner .txt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    z-index: 11;
}
.news_main .news_banner .txt h1{
    font-size: 0.56rem;
    color: #fff;
    width: 100%;
    font-family: monospace;
}
.news_main .news_banner .txt p{
    font-size: 0.18rem;
    color: #b3b3b3;
    width: 100%;
}
.news_main .news_list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

.news_main .news_list .item{
    width: 100%;
    height: 3.22rem;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    /*background: #323232;*/
    background-image: url(../images/news_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-blend-mode: overlay;
    opacity: 1;
    border-radius: 0.24rem;
    padding: 0.36rem 0.6rem;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}
.news_main .news_list .item .date{
    width: 100%;
    font-size: 0.16rem;
    color: #078FF3;
    line-height: 1;
}
.news_main .news_list .item .t1{
    width: 100%;
    font-size: 0.2rem;
    font-weight: bold;
    /*color: #fff;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 0.32rem;
    transition: all 0.3s ease-in-out;
    margin-top: 0.28rem;
}

.news_main .news_list .item .t2{
    width: 100%;
    font-size: 0.16rem;
    color: #7D7E80;
    line-height: 0.26rem;
    margin-top: 0.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_main .news_list .item .more{
    width: 100%;
    font-size: 0.16rem;
    color: #078FF3;
    line-height: 1;
    margin-top: 0.6rem;
}
.news_main .news_list .item:hover .t1{
    color: #000000;
}
.news_main .news_list .item:hover{
    background-color: transparent;
}

.about_content {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-left: 3.5rem;
    box-sizing: border-box;
    background-color: black;
}

.about_banner {
    width: 100%;
    position: relative;
    padding-left: 0.5rem;
    box-sizing: border-box;
}

.about_banner .tab {
    position: absolute;
    width: 2.5rem;
    height: 0.4rem;
    top: 2.4rem;
    right: 2rem;
    z-index: 10
}

.about_banner .tab ul {
    width: 100%;
    height: 0.4rem;
}

.about_banner .tab ul li {
    width: 0.8rem;
    height: 0.4rem;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.4rem;
    float: left;
    border-right: 1px solid #E1E3E5;
    transition: 0.3s;
    background-color: #fff;
}

.about_banner .tab ul li:last-child {
    border-right: none;
}

.about_banner .tab ul li:hover {
    background-color: #E60012;
    color: #fff;
    cursor: pointer;
}

.about_banner .tab ul li.active {
    background-color: #E60012;
    color: #fff;
}

.about_banner .info {
    width: 100%;
    border-bottom: 1px solid #E1E3E5;
    height: 4rem;
    padding-top: 1rem;
}

.about_banner .info ul {
    width: 60%;
    height: 100%;
}

.about_banner .info ul li {
    width: 100%;
    height: 100%;
    display: none;
}

.about_banner .info ul li:first-child {
    display: block;
}

.about_banner .info .text_01 {
    display: block;
    font-size: 0.4rem;
    font-weight: bold;
    width: 100%;
    margin-bottom: 0.24rem;
    color: #fff;
}

.about_banner .info p {
    display: block;
    width: 0.5rem;
    height: 0.04rem;
    background-color: #fff;
}

.about_banner .info .text_02 {
    font-size: 0.24rem;
    font-weight: bold;
    width: 100%;
    color: #fff;
    margin-top: 0.32rem;
    display: block;
}

.about_banner .info .text_05 {
    width: 12rem;
    display: block;
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: #fff;
    margin-top: 0.4rem;
}

.about_banner .info .text_03 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 0.48rem;
    height: 0.3rem;
    line-height: 0.3rem;
}

.about_banner .info .text_03 span {
    display: inline-block;
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 0.1rem;
    background-color: #fff;
    margin: 0 0.2rem 0 0.2rem;
    position: relative;
    top: -0.04rem;
}

.about_banner .bottom {
    width: 100%;
    height: 2.1rem;
    margin-top: 0.6rem;
}

.about_banner .bottom .title {
    width: 2.4rem;
    height: 100%;
    float: left;
}

.about_banner .bottom .title p {
    display: block;
}

.about_banner .bottom .title p:nth-child(1) {
    font-size: 0.16rem;
    width: 100%;
    color: #fff;
}

.about_banner .bottom .title p:nth-child(2) {
    font-size: 0.3rem;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin-top: 0.2rem;
}

.about_banner .bottom .title p:nth-child(3) {
    font-size: 0.3rem;
    width: 100%;
    color: #fff;
    font-weight: bold;
    margin-top: 0.2rem;
}

.about_banner .bottom ul {
    width: 12.2rem;
    height: 100%;
    float: left;
    margin-left: 0.4rem;
}

.about_banner .bottom ul li {
    display: block;
    width: 2.4rem;
    float: left;
    height: 100%;
    border-right: 1px solid #E1E3E5;
    margin-left: 0.6rem;
}

.about_banner .bottom ul li:last-child {
    border-right: none;
}

.about_banner .bottom ul li p {
    display: block;
    width: 100%
}

.about_banner .bottom ul li p:nth-child(1) {
    font-size: 0.16rem;
    font-weight: bold;
    color: #fff;
}

.about_banner .bottom ul li p:nth-child(2) {
    font-size: 0.24rem;
    font-weight: bold;
    margin-top: 0.16rem;
    color: #fff;
}

.about_banner .bottom ul li p:nth-child(2) span {
    font-size: 0.48rem;
    color: #fff;
}

.about_banner .bottom ul li p:nth-child(3) {
    font-size: 0.16rem;
    margin-top: 0.24rem;
    color: #fff;
}

.about_part_01 {
    width: 100%;
    height: 6.5rem;
    display: flex;
    background-color: #fff;
}

.about_part_01 .l {
    width: 5.2rem;
    height: 100%;
}

.about_part_01 .l img {
    width: 100%;
    height: 100%;
}

.about_part_01 .r {
    flex: 1;
    height: 100%;
    padding: 0.7rem 0.8rem;
    box-sizing: border-box;
}

.about_part_01 .r ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.about_part_01 .r ul li {
    width: 4.1rem;
    border-right: 1px solid #E1E3E5;
    height: 2.5rem;
    position: relative;
    border-bottom: 1px solid #E1E3E5;
}

.about_part_01 .r ul li .text_01 {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    font-weight: bold;
    display: block;
    color: #252626;
    transition: 0.3s;
}

.about_part_01 .r ul li .text_02 {
    display: block;
    width: 100%;
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #575859;
    transition: 0.3s;
}

.about_part_01 .r ul li .img {
    transition: 0.3s;
    width: 85%;
    height: 0.56rem;
    position: absolute;
    bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
    line-height: 0.56rem;
    align-content: center;
    align-items: center;
}

.about_part_01 .r ul li .img img {
    transition: 0.3s;
}

.about_part_01 .r ul li .img img:nth-child(1) {
    width: 0.56rem;
}

.about_part_01 .r ul li .img img:nth-child(2) {
    width: 0.32rem;
}

.about_part_01 .r ul li .img img:nth-child(3) {
    width: 0.32rem;
    display: none;
}

.about_part_01 .r ul li .img a {
    display: inline-block;
    width: 0.32rem;
}

.about_part_01 .r ul li .img a img {
    width: 100% !important;
}

.about_part_01 .r ul li:nth-child(2),
.about_part_01 .r ul li:nth-child(4) {
    border-right: none;
    padding: 0 0 0 0.4rem;
    box-sizing: border-box;
}

.about_part_01 .r ul li:nth-child(3),
.about_part_01 .r ul li:nth-child(4) {
    border-bottom: none;
}

.about_part_01 .r ul li:hover .text_01 {
    color: #E60012;
}

.about_part_01 .r ul li:hover .text_02 {
    color: #E60012;
}

.about_part_01 .r ul li:hover img:nth-child(1) {
    transform: scale(1.1);
}

.about_part_01 .r ul li:hover img:nth-child(2) {
    display: none;
}

.about_part_01 .r ul li:hover img:nth-child(3) {
    display: inline-block;
}

.about_part_02 {
    width: 100%;
    height: 6rem;
    background: url("../images/about_part_02_bg.jpg")no-repeat;
    background-size: 100% 100%
}

.about_part_02 .title {
    width: 100%;
    height: 2.3rem;
    text-align: center;
}

.about_part_02 .title p {
    display: inline-block;
}

.about_part_02 .title p:nth-child(1) {
    width: 100%;
    height: 1px;
}

.about_part_02 .title p:nth-child(2) {
    width: 100%;
    font-size: 0.44rem;
    font-weight: bold;
    color: #fff;
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
}

.about_part_02 .title p:nth-child(3) {
    width: 0.4rem;
    height: 0.02rem;
    background: #E60012;
}

.about_part_02 .title p:nth-child(4) {
    font-size: 0.16rem;
    color: #fff;
    width: 100%;
    margin-top: 0.2rem;
}

.about_part_02 ul {
    width: 15.2rem;
    height: 2.4rem;
    margin: auto;
    margin-top: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_part_02 ul li {
    transition: 0.5s;
    width: 3.6rem;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background: #fff;
    text-align: center;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.about_part_02 ul li img {
    width: 0.56rem;
}

.about_part_02 ul li .text_01 {
    font-size: 0.2rem;
    font-weight: bold;
    width: 100%;
    color: #252626;
    display: block;
    text-align: center;
    margin-top: 0.28rem;
}

.about_part_02 ul li .text_04 {
    font-size: 0.16rem;
    width: 100%;
    color: #575859;
    display: block;
    text-align: center;
    margin-top: 0.16rem;
    margin-bottom: 0.24rem;
}

.about_part_02 ul li p {
    display: none;
    width: 0.4rem;
    height: 0.02rem;
    background: #fff;
}

.about_part_02 ul li .text_05 {
    width: 100%;
    display: none;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.24rem;
    margin-top: 0.24rem;
}

.about_part_02 ul li:hover {
    background: #E60012;
}

.about_part_02 ul li:hover .text_01 {
    color: #fff;
}

.about_part_02 ul li:hover img {
    height: 0%;
}

.about_part_02 ul li:hover .text_04 {
    color: #fff;
}

.about_part_02 ul li:hover p {
    display: inline-block;
}

.about_part_02 ul li:hover .text_05 {
    display: inline-block;
}

.about_part_02 ul li:hover {
    animation: about_part_02_01 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes about_part_02_01 {
    from {
        height: 100%;
    }

    to {
        height: 120%;
    }
}

.about_part_03 {
    width: 100%;
    height: 6.4rem;
    background: url("../images/about_part_03_bg.png")no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
}

.about_part_03 .l {
    width: 8rem;
    padding-left: 1rem;
    box-sizing: border-box;
}

.about_part_03 .l .text_01 {
    font-size: 0.3rem;
    font-weight: bold;
    color: #252626;
    width: 100%;
    padding-top: 0.7rem;
}

.about_part_03 .l .text_04 {
    font-size: 0.16rem;
    line-height: 0.34rem;
    color: #252626;
    margin-top: 0.2rem;
    width: 100%;
}

.about_part_03 .r {
    flex: 1;
    height: 100%;
    margin-left: 1rem;
}

.about_part_03 .r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_part_04 {
    width: 100%;
    height: 11.8rem;
    background: url("../images/about_part_04_bg.jpg")no-repeat;
    background-size: 100% 100%
}

.about_part_04 ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.2rem;
    padding: 0.5rem;
    box-sizing: border-box;
}

.about_part_04 ul li {
    width: 100%;
    height: 0.9rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-right: 0.4rem;
    opacity: 0.5;
}

.about_part_04 ul li img {
    width: 100%;
    height: auto;
}

.about_part_04 ul li:hover {
    opacity: 1;
}

.about_part_04 .title {
    width: 100%;
    height: 2.3rem;
    text-align: center;
}

.about_part_04 .title p {
    display: inline-block;
}

.about_part_04 .title p:nth-child(1) {
    width: 100%;
    height: 1px;
}

.about_part_04 .title p:nth-child(2) {
    width: 100%;
    font-size: 0.44rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0.2rem;
}

.about_part_04 .title p:nth-child(3) {
    width: 0.4rem;
    height: 0.02rem;
    background: #E60012;
}

.about_part_04 .title p:nth-child(4) {
    font-size: 0.16rem;
    color: #fff;
    width: 100%;
    margin-top: 0.2rem;
}

.about_part_04 .list {
    width: 100%;
    height: 5.6rem;
    margin: auto;
    overflow: hidden;
}

.about_part_04 .list img {
    width: 100%;
}

.about_part_04 .list .swiper-slide {
    width: 4rem;
    height: 5.6rem;
}



.about_part_06 {
    width: 100%;
    height: 5.2rem;
    background: url("../images/about_part_06_bg.png")no-repeat;
    background-size: 100% 100%;
    margin-top: -2rem;
    overflow: hidden;
}

.about_part_06 .box {
    width: 15.2rem;
    height: 100%;
    margin: auto;
    padding-top: 1.5rem;
}

.about_part_06 .box .left {
    width: 3rem;
    text-align: center;
    float: left;
    height: 100%;
    align-items: center;
    display: flex;
}

.about_part_06 .box .left img {
    width: 2.16rem;
}

.about_part_06 .box .center {
    width: 3rem;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.about_part_06 .box .center p {
    display: block;
}

.about_part_06 .box .center p:nth-child(1) {
    width: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 0.24rem;
}

.about_part_06 .box .center p:nth-child(1) span {
    display: inline-block;
    width: 0.04rem;
    height: 0.04rem;
    background-color: #fff;
    border-radius: 0.04rem;
    margin: 0 0.1rem 0 0.1rem;
}

.about_part_06 .box .center p:nth-child(2) {
    display: block;
    width: 0.5rem;
    height: 0.02rem;
    background-color: #fff;
}

.about_part_06 .box .center p:nth-child(3) {
    width: 100%;
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.24rem;
}

.about_part_06 .box .right {
    float: left;
    height: 100%;
    width: 8rem;
}

.about_part_06 .box .right ul {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}

.about_part_06 .box .right ul li {
    width: 2.2rem;
    height: 0.8rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    justify-content: center;
}

.about_part_06 .box .right ul li img {
    width: 0.4rem;
}

.about_part_06 .box .right ul li p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.24rem;
}

.about_part_06 .box .right ul li:last-child {
    border-right: none;
}

.about_part_07 {
    width: 100%;
    height: 12.76rem;
}

.about_part_07 .title {
    width: 100%;
    height: 2.3rem;
    text-align: center;
}

.about_part_07 .title p {
    display: inline-block;
}

.about_part_07 .title p:nth-child(1) {
    width: 100%;
    height: 1px;
}

.about_part_07 .title p:nth-child(2) {
    width: 100%;
    font-size: 0.44rem;
    font-weight: bold;
    color: #252626;
    margin-top: 0.6rem;
    margin-bottom: 0.2rem;
}

.about_part_07 .title p:nth-child(3) {
    width: 0.4rem;
    height: 0.02rem;
    background: #E60012;
}

.about_part_07 .title p:nth-child(4) {
    font-size: 0.16rem;
    color: #8A8D8D;
    width: 100%;
    margin-top: 0.2rem;
}

.about_part_07 ul {
    width: 15.2rem;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_part_07 ul li {
    width: 3.56rem;
    height: 3.9rem;
    display: block;
    position: relative;
    margin-bottom: 0.2rem;
}

.about_part_07 ul li .img {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
}

.about_part_07 ul li .img img {
    transition: 0.3s;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

.about_part_07 ul li .zz {
    transition: 0.3s;
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.about_part_07 ul li .zz img {
    width: 160px;
}

.about_part_07 ul li .txt {
    width: 100%;
    height: 1.1rem;
    position: relative;
}

.about_part_07 ul li .txt p {
    display: block;
}

.about_part_07 ul li .txt p:nth-child(1) {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #252626;
    padding-top: 0.1rem;
}

.about_part_07 ul li .txt p:nth-child(2) {
    width: 0.48rem;
    height: 0.06rem;
    background-color: #E60012;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}

.about_part_07 ul li:hover .zz {
    background-color: #252626ab;
}

.about_part_07 ul li:hover .img img {
    transform: scale(1.2);
}

.about_part_07 ul li:hover p:nth-child(2) {
    width: 100%;
}

.about_part_07 .more {
    transition: 0.3s;
    width: 3.4rem;
    height: 0.56rem;
    text-align: center;
    line-height: 0.56rem;
    font-size: 0.16rem;
    color: #8A8D8D;
    margin: auto;
    margin-top: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #BBBDBF;
}

.about_part_07 .more:hover {
    background-color: #E60012;
    color: #fff;
    border: 1px solid #E60012;
}

.case_detail_main{
    width: 100%;
}
.case_detail_main .top_info{
    width: 100%;
    background-color: #000;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}
.case_detail_main .top_info .left{
    width: 3.5rem;
}
.case_detail_main .top_info .left .card{
    width: 2rem;
    background: linear-gradient(90deg, #E60012 0%, #FFA500 100%);
    border-radius: 0.12rem;
    padding: 0.3rem;
    box-sizing: border-box;
}
.case_detail_main .top_info .left .card .wx{
    width: 100%;
}
.case_detail_main .top_info .left .card .wx img{
    width: 100%;
    height: auto;
}
.case_detail_main .top_info .left .card .txt{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.16rem;
}
.case_detail_main .top_info .right{
    flex: 1;
    position: relative;
}
.case_detail_main .top_info .right .title{
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.61);
    padding-bottom: 0.1rem;
}
.case_detail_main .top_info .right .title .t1{
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
    display: inline;
    font-family: monospace;
}
.case_detail_main .top_info .right .title .t2{
    font-size: 0.16rem;
    color: #9a9a9a;
    display: inline;
    margin-left: 0.2rem;
}
.case_detail_main .top_info .right .description{
    width: 100%;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #e6e6e6;
}
.case_detail_main .top_info .right .time{
    width: 100%;
    margin-top: 0.4rem;

}
.case_detail_main .top_info .right .time .item{
    display: inline-block;
    font-size: 0.14rem;
    color: #9f9f9f;
}
.case_detail_main .top_info .right .time .item span{
    font-family: fantasy;
}
.case_detail_main .detail_content{
    width: 100%;

}
.case_detail_main .detail_content img{
    max-width: 100%;
    display: block;
    margin: auto;
}

.news_detail_main{
    width: 100%;
    position: relative;
    background-color: #000;
    padding: 0.5rem 1rem 0.5rem 3.5rem;
    box-sizing: border-box;

}


.news_detail_main .title{
    width: 100%;
    font-size: 0.5rem;
    color: #fff;
    font-family: monospace;
}
.news_detail_main .options{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.61);
    padding-bottom: 0.2rem;
}
.news_detail_main .options span{
    font-size: 0.16rem;
    color: #9a9a9a;
    margin-right: 0.5rem;
}
.news_detail_main .content{
    width: 100%;
    font-size: 0.16rem;
    padding: 0.5rem 0;
    color: #fff;
}
.news_detail_main .content img{
    max-width: 100%;
}
.news_detail_main .content *{
    color: #fff;
}



