/* banner */
.index-banner {
    position: relative;
    font-size: 0;
}

.index-banner .swiper-slide img {
    max-width: 100%;
    width: 100%;
}

.index-banner .mySwiper {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}
.index-banner .mySwiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.index-banner .mySwiper .swiper-slide {
    /* width: 23%; */
    width: 3.2rem;
    padding: .35rem 0 .7rem;
    /* box-shadow: 0 .02rem 0 rgba(255, 255, 255, .4) inset; */
    border-top: 1px .02rem rgba(255, 255, 255, .4);
    cursor: pointer;
}

.index-banner .mySwiper .swiper-slide-thumb-active {
    /* box-shadow: 0 .04rem 0 #e52c01 inset; */
    border-top: 1px .04rem #e52c01;
    /* transition: all .3s; */
}

.index-banner .mySwiper h3 {
    margin-bottom: 0.12rem;
    font-size: 0.18rem;
    font-weight: bold;
}

.index-banner .mySwiper p {
    font-size: 0.14rem;
}

.index-banner .swiper-pagination {
    display: flex;
    align-items: center;
    flex-direction: column;
    right: 1rem !important;
    left: auto !important;
    width: auto !important;
    bottom: 4rem !important;
}

.index-banner .swiper-pagination::after {
    content: '';
    position: absolute;
    top: 0.2rem;
    width: 0.01rem;
    height: 82.6%;
    background-color: rgba(255, 255, 255, .4);
    left: 50%;
    transform: translateX(-50%);
}

.index-banner .swiper-pagination-bullet {
    position: relative;
    width: 0.36rem;
    height: 0.36rem;
    margin: .06rem 0 !important;
    opacity: 1;
    background-color: transparent;
}

.index-banner .swiper-pagination-bullet::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
}

.index-banner .circleProgress {
    width: .36rem;
    height: .36rem;
    border: 0.04rem solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-135deg);
}


.index-banner .leftcircle {
    border-top: 0.04rem solid #fff;
    border-right: 0.04rem solid #fff;
    left: 0;
}

.index-banner .wrapper_con {
    width: .18rem;
    height: .36rem;
    position: absolute;
    top: -0.02rem;
    overflow: hidden;
    display: none;
}

.index-banner .swiper-pagination-bullet-active .wrapper_con {
    display: block;
}

.index-banner .swiper-pagination>span {
    position: relative;
    display: inline-block;
    transition: none;
}

.index-banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: .36rem;
    height: .36rem;
    line-height: .36rem;
    text-align: center;
    border: 0.02rem solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: #fff;
}

.index-banner .swiper-pagination-bullet-active .rightcircle {
    -webkit-animation: circleProgressLoad_right 6s linear infinite;
    animation: circleProgressLoad_right 6s linear infinite;
}

.index-banner .swiper-pagination-bullet-active .leftcircle {
    -webkit-animation: circleProgressLoad_left 6s linear infinite;
    animation: circleProgressLoad_left 6s linear infinite;
}

.index-banner .right {
    right: -0.01rem;
}

.index-banner .left {
    left: -0.01rem;
}

.index-banner .rightcircle {
    border-bottom: 0.04rem solid #fff;
    border-left: 0.04rem solid #fff;
    right: 0;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: .1rem 0;
}

@keyframes circleProgressLoad_right {
    0% {
        transform: rotate(45deg);
    }

    50%,
    100% {
        transform: rotate(225deg);
    }
}

@keyframes circleProgressLoad_left {

    0%,
    50% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(225deg);
    }
}

.index-banner .swiper-content {
    position: absolute;
    width: 14rem;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    

}

@keyframes goLeft { 0% { opacity: 0; -webkit-transform: translate3d(-30px, 0, 0); transform: translate3d(-30px, 0, 0); }  to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0); } }


.index-banner .swiper-content h3 {
    line-height: 0.65rem;
    font-size: 0.4rem;
    font-weight: bold;
    /* animation-name: goLeft;
    animation-delay: .4s;
    animation-duration: 1s; */
    opacity: 0; -webkit-transform: translate3d(-30px, 0, 0); transform: translate3d(-30px, 0, 0);
}

.index-banner .swiper-content h4 {
    line-height: 0.65rem;
    font-size: 0.28rem;
    font-weight: bold;
    opacity: 0; -webkit-transform: translate3d(-30px, 0, 0); transform: translate3d(-30px, 0, 0);
}




.index-banner .swiper-content p {
    margin: .2rem 0 .35rem;
    font-size: 0.18rem;
    /* animation-name: goLeft;
    animation-delay: 0.6s;
    animation-duration: 1s; */

    opacity: 0; -webkit-transform: translate3d(-30px, 0, 0); transform: translate3d(-30px, 0, 0);
}



.index-banner .swiper-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.32rem;
    height: .35rem;
    font-size: 0.14rem;
    color: #ffffff;
    background-color: rgb(230, 43, 0);
    border-radius: 1.75rem;
}

.index-banner .swiper-content a img {
    margin-left: 0.1rem;
    width: 0.11rem;
}

.index-banner .swiper-content a:hover img {
    transform: translateX(0.05rem);
    transition: all .3s;
}




.index-banner .wow-slide .swiper-content h3,
.index-banner .wow-slide .swiper-content h4,
.index-banner .wow-slide .swiper-content p {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.index-banner .wow-slide .swiper-content span {
    animation-delay: 0.4s;
    transition: all .5s;
}

.index-banner .wow-slide .swiper-content h3 {
    animation-delay: 0.4s;
    transition: all 1s;
}

.index-banner .wow-slide .swiper-content h4 {
    animation-delay: 0.6s;
    transition: all 1s;
}

.index-banner .wow-slide .swiper-content p {
    animation-delay: 0.8s;
    transition: all 1.2s;
}


.index-banner .wow-init .swiper-content h3 {
    animation-name: goLeft;
    animation-delay: .4s;
    animation-duration: 1s;
    opacity: 1;
    -webkit-transform: translateZ(0); transform: translateZ(0);
}


.index-banner .wow-init .swiper-content h4 {
    animation-name: goLeft;
    animation-delay: .6s;
    animation-duration: 1s;
    opacity: 1;
    -webkit-transform: translateZ(0); transform: translateZ(0);
}


.index-banner .wow-init .swiper-content p {
    animation-name: goLeft;
    animation-delay: .8s;
    animation-duration: 1s;
    opacity: 1;
    -webkit-transform: translateZ(0); transform: translateZ(0);
}

.list-content {
    display: flex;
    justify-content: space-between;
}
.list-left {
    width: 9.4rem;
}
.list-right {
    width: 3.9rem;
    border-radius: 0.07rem;
    overflow: hidden;
}
.list-right img {
    width: 100%;
}
.list-right .swiper-pagination {

}
.list-right .swiper-pagination span {
    position: relative;
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.15rem !important;
    background-color: #fff;
    opacity: 1;
}
.list-right .swiper-pagination span::after {
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    background-color: transparent;
    border: 0.01rem solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.list-right .swiper-pagination .swiper-pagination-bullet-active::after {
    border: 0.01rem solid #fff;
}
.list-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}
.list-nav li {
    transition: all .3s;
}
.list-nav li:hover {
    transform: translateX(5px);
}
.list-nav li.or {

}
.list-nav li.flex {
    display: flex;
    align-items: center;
    border-radius: .12rem;
    border: 0.01rem solid #dbdbdb;
    margin-top: 0.3rem;
    padding: 0.12rem .22rem;
}
.list-nav li img {
    width: 0.18rem;
}
.list-nav li:nth-of-type(even) img {
    margin-top: 0.6rem;
}
.list-nav li:nth-of-type(odd) img {
    width: 0.95rem;
}

.list-nav li h3 {
    line-height: 1.8;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}
.list-nav li p {
    font-size: 0.14rem;
    color: #999999;
}
.list-nav li.flex .con {
    margin-left: 0.2rem;
}
.list-nav li.flex .con h3 {
    font-size: 0.2rem;
    color: #333333;
    font-weight: bold;
}
.list-nav li.flex .con p {
    font-size: 0.3rem;
    color: #e62b00;
    font-weight: bold;
}
.list-con {
    margin-top: 0.4rem;
    display: none;
}
.list-left .list-con:nth-of-type(1) {
    display: block;
}
.list-con a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.91rem;
    height: 0.41rem;
    font-size: 0.16rem;
    color: #f6f6f6;
    background-color: rgb(230, 43, 0);
    border-radius: 1.75rem;
}
.list-con a img {
    margin-left: 0.1rem;
    width: 0.11rem;
}
.list-con a:hover img {
    transform: translateX(0.05rem);
    transition: all .3s;
}


.index-library {
    background-image: url(./images/library_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center 0;
    height: 765px;
}



.library-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
}
.library-list li {
    width: 3.3rem;
    height: 2.16rem;
    position: relative;
    border-radius: 0.04rem;
    overflow: hidden;
    margin-right: 0.266rem;
    margin-bottom: 0.266rem;
}
.library-list li:nth-of-type(4n) {
    margin-right: 0;
}
.library-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.library-list li:hover img {
    transform: scale(1.1);
}
.library-list li h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.15rem 0.3rem;
    font-size: 0.16rem;
    color: #ffffff;
    background-color: rgb(0, 0, 0, .5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-shop {
    background: url(./images/library/latest_bg.jpg) no-repeat;
}



.shop-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
}
.shop-list li {
    width: 3.3rem;
    height: 2.16rem;
    position: relative;
    border-radius: 0.04rem;
    overflow: hidden;
    margin-right: 0.266rem;
    margin-bottom: 0.266rem;
}
.shop-list li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.8;
    width: 100%;
    height: 40%;
    z-index: 0;
}
.shop-list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.shop-list li:nth-of-type(4n) {
    margin-right: 0;
}
.shop-list li a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.shop-list li:hover a > img {
    transform: scale(1.1);
}
.shop-list li .like {
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    z-index: 1;
    opacity: 0;
    transition: all .3s;
}
.shop-list li .like img {
    width: 0.23rem;
}
.shop-list li:hover .like {
    opacity: 1;
}
.shop-list li .con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 0.22rem;
}
.shop-list li .con h3 {
    margin-bottom: 0.1rem;
    font-family: "思源黑体 Normal";
    font-weight: 400;
    font-size: 0.16rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shop-list li .con .price {
    display: flex;
    font-size: 0.14rem;
    justify-content: space-between;
}
.shop-list li .con .price span {
    font-weight: bold;
    font-size: 0.14rem;
    color: #ffff;
}
.shop-list li .con em {
    font-style: normal;
    font-size: 0.14rem;
    color: #fff;
}
.shop-list li .con b {
    font-style: normal;
    color: #e1251b;
    vertical-align: text-bottom;
}
.shop-list li .con .listbtn {
    display: flex;
    overflow: hidden;
    transform: translateY(5px);
    height: 0;
    opacity: 0;
    transition: all .3s;
}
.shop-list li:hover .con .listbtn {
    transform: translateY(0);
    margin-bottom: 0.1rem;
    height: 0.28rem;
    opacity: 1;
}
.shop-list li .con .listbtn .btn {
    width: auto;
    display: flex;
    align-items: center;
    padding: 0 0.12rem;
    height: 0.28rem;
    font-size: 0.12rem;
    color: #fff;
    border-radius: 0.04rem;
}
.shop-list li .con .listbtn .btn img {
    width: 0.13rem;
    height: auto;
    margin-right: 0.04rem;
}
.shop-list li .con .listbtn .btn.cart {
    background-color: #d9001b;
    margin-right: 0.08rem;
}
.shop-list li .con .listbtn .btn.collect {
    background-color: #ff9b35;
}





/* 热门资讯 */
.index-hot{
    background-image: url(./images/hot_bg.png);
}
/* 3D打印材料 */
.index-materials{
    font-size: 0;
    background-image: url(./images/materials_bg.png);
}
.materials-main{
    display: flex;
    justify-content: space-between;
    height: 4.2rem;
    overflow: hidden;
}
.materials-banner{
    width: 50%;
    height: 4.2rem;
}
.materials-banner .swiper {
    height: 100%;
}
.materials-banner .materials-item{
    width: 100%;
    height: 100%;
    border-radius: .06rem;
    position: relative;
    overflow: hidden;
}
.materials-banner .materials-item a.link {
    display: block;
    width: 100%;
    height: 100%;
}
.materials-banner .materials-item a.link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.materials-banner .materials-item .item-text{
    width: 100%;
    background:rgba(0, 0, 0, .6);
    padding: .25rem .3rem;
    position: absolute;
    left: 0;
    bottom: 0;
}
.materials-banner .materials-item .item-text h3{
    margin-bottom: .1rem;
}
.materials-banner .materials-item .item-text h3 a{
    color: #fff;
    font-size: .18rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
}
.materials-banner .materials-item .item-text p{
    color: #fff;
    font-size: .14rem;
    line-height: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.materials-banner .materials-item .item-text >a{
    display: inline-block;
    color: #fff;
    font-size: .14rem;
    line-height: .24rem;
    margin-top: .1rem;
}
.materials-banner .materials-item .item-text >a img{
    width: .2rem;
    margin-right: .1rem;
    margin-bottom: .05rem;
}
.materials-banner .swiper-pagination{
    text-align: left;
}
.materials-banner .swiper .swiper-horizontal>.swiper-pagination-bullets,
.materials-banner .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.materials-banner .swiper .swiper-pagination-custom, .swiper-pagination-fraction{
    width: auto;
    bottom: 0.3rem;
    left: initial;
    right: 0.4rem;
    text-align: right;
}
.materials-banner .swiper-pagination .swiper-pagination-bullet{
    width: .08rem;
    height: .08rem;
    opacity: 1;
    background: #fff;
    margin: 0 .1rem !important;
    position: relative;
}
.materials-banner .swiper-pagination .swiper-pagination-bullet::before{
    display: block;
    content: '';
    width: .2rem;
    height: .2rem;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.materials-banner .swiper-pagination .swiper-pagination-bullet-active::before{
    border: 1px solid #fff;
}
.materials-list{
    width: 48.57%;
}
.materials-list .materials-item{
    display: flex;
    height: 2rem;
    background: #fff;
    border-radius: .06rem;
    margin-top: .2rem;
}
.materials-list .materials-item:first-child{
    margin-top: 0;
}
.materials-list .materials-item .item-img{
    width: 43.4%;
    overflow: hidden;
    border-radius: .06rem;
    flex-shrink: 0;
}
.materials-list .materials-item .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1.5s;
}
.materials-list .materials-item:hover .item-img img{
    transform: scale(1.1);
}
.materials-list .materials-item .item-text{
    padding: .3rem .2rem .25rem .25rem;
}
.materials-list .materials-item .item-text h3{
    margin-bottom: .1rem;
}
.materials-list .materials-item .item-text h3 a{
    color: #333;
    font-size: .18rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
}
.materials-list .materials-item .item-text h3 a:hover{
    color: #e62b00;
}
.materials-list .materials-item .item-text p{
    color: #666;
    font-size: .14rem;
    line-height: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}
.materials-list .materials-item .item-text >a{
    display: inline-block;
    color: #333;
    font-size: .14rem;
    line-height: .24rem;
    margin-top: .1rem;
    transition: all .3s;
}
.materials-list .materials-item .item-text >a:hover{
    color: #e62b00;
}
.materials-list .materials-item .item-text >a img{
    width: .18rem;
    margin-right: .1rem;
    margin-bottom: .05rem;
}
/* 延伸服务 */
.index-service{
    background-image: url(./images/service_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
.service-content{
    font-size: 0;
    display: flex;
    justify-content: space-between;
    margin-top: .45rem;
}
.service-content .service-item .item-icon .icon-select,
.service-content .service-item .item-content p,
.service-content .service-item .item-content a,
.service-content .service-item.active .item-icon .icon-no{
    display: none;
}
.service-content .service-item{
    width: 23.5714%;
    height: 4.6rem;
    padding-top: 1.62rem;
    padding-bottom: 1.75rem;
    text-align: center;
    border-radius: .06rem;
    transition: all .3s;
}
.service-content .service-item.active{
    display: flex;
    text-align: left;
    align-items: center;
    width: 50%;
    padding-top: 1.25rem;
    padding: 1.25rem .5rem 1.75rem .65rem;
}
.service-content .service-item:first-child{
    background-image: url(./images/service01.png);
}
.service-content .service-item:nth-child(2){
    background-image: url(./images/service02.png);
}
.service-content .service-item:nth-child(3){
    background-image: url(./images/service03.png);
}
.service-content .service-item .item-icon{
    margin-bottom: .2rem;
}
.service-content .service-item .item-icon .icon-no{
    width: .81rem;
}
.service-content .service-item.active .item-icon{
    margin-bottom: 0;
}
.service-content .service-item.active .item-icon .icon-select{
    display: block;
    margin-right: .25rem;
    position: relative;
}
.service-content .service-item.active .item-icon .icon-select .inside{
    width: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.service-content .service-item.active .item-icon .icon-select .outer{
    width: 1.25rem;
    animation: circle infinite 30s linear;
}
.service-content .service-item .item-content h3{
    color: #fff;
    font-size: .2rem;
    font-weight: bold;
}
.service-content .service-item.active .item-content p{
    display: block;
    color: #fff;
    font-size: .14rem;
    line-height: .24rem;
    margin: .15rem 0 .25rem;
}
.service-content .service-item.active .item-content a{
    display: inline-block;
    color: #fff;
    font-size: .14rem;
    line-height: .24rem;
}
.service-content .service-item.active .item-content a img{
    width: .21rem;
    margin-left: .1rem;
}

/*  转转转动画 */
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 精选案例 */
.case-banner .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: .5rem;
}
.case-banner .swiper-slide{
    width: 49.2%;
    height: 3.65rem;
}
.case-banner .swiper-slide .case-item{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.case-banner .swiper-slide-active,
.case-banner .swiper-slide-duplicate-active{
    height: 4.16rem;
}
.case-banner .swiper-slide .case-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .06rem;
}
.case-banner .swiper-slide .case-item .item-text{
    display: none;
    width: 88.24%;
    background:rgba(0, 0, 0, .6);
    padding: .3rem .35rem .3rem .5rem;
    position: absolute;
    bottom: .3rem;
    left: 50%;
    transform: translateX(-50%);
}
.case-banner .swiper-slide-active .case-item .item-text,
.case-banner .swiper-slide-duplicate-active .case-item .item-text{
    display: block;
}
.case-banner .swiper .swiper-horizontal>.swiper-pagination-bullets,
.case-banner .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.case-banner .swiper .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -.2rem;
}
.case-banner .swiper-pagination .swiper-pagination-bullet{
    width: .08rem;
    height: .08rem;
    opacity: 1;
    background: #e2261b;
    margin: 0 .1rem !important;
}
.case-banner .swiper-pagination .swiper-pagination-bullet::before{
    display: block;
    content: '';
    width: .2rem;
    height: .2rem;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: relative;
}
.case-banner .swiper-pagination .swiper-pagination-bullet-active::before{
    border: 1px solid #ff3333;
}
.case-banner .swiper-slide .case-item .item-text h3{
    color: #fffefe;
    font-size: .18rem;
    margin-bottom: .1rem;
    position: relative;
}
.case-banner .swiper-slide .case-item .item-text h3 a {
    color: #fffefe;
    font-size: .18rem;
}
.case-banner .swiper-slide .case-item .item-text h3::before{
    display: block;
    content: '';
    width: .7rem;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -.8rem;
    top: 50%;
    transform: translateY(-50%);

}
.case-banner .swiper-slide .case-item .item-text .p {
    color: #fffefe;
    font-size: .14rem;
    line-height: .24rem; 
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.case-banner .swiper-slide .case-item .item-text p{
    color: #fffefe;
    font-size: .14rem;
    line-height: .24rem;
}
.case-banner .swiper-button-next,
.case-banner .swiper-button-prev{
    width: .48rem;
    height: .48rem;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 35%;
    border: 1px solid #e62b00;
}
.case-banner .swiper-button-next:hover,
.case-banner .swiper-button-prev:hover {
    border: 1px solid #e62b00;
    background-color: #e62b00;
}
.case-banner .swiper-button-next{
    right: 28%;
}
.case-banner .swiper-button-prev{
    left: 28%;
}
.case-banner .swiper-button-next:after, .case-banner .swiper-button-prev:after{
    color: #e62b00;
    font-size: .14rem;
    font-weight: bold;
}


.case-banner .swiper-button-next:hover.swiper-button-next:after,.case-banner .swiper-button-prev:hover.swiper-button-prev:after  {
    color: #fff;
}

/* 热门资讯 */
.index-hot {
    background-image: url(./images/hot_bg.png);
    height: 8.4rem;
}

.box-nav {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: .25rem;
}

.index-nav {
    display: flex;
    align-items: center;
    color: #999;
    font-size: .16rem;
    margin-left: -.1rem;
}

.index-nav li {
    width: 1rem;
    text-align: center;
    /* margin-right: .35rem; */
}

.index-nav li a {
    font-size: 0.16rem;
    display: inline-block;
    padding-bottom: .08rem;
    border-bottom: .03rem solid none;
}

.index-nav li.active a,
.index-nav li:hover a {
    font-size: .2rem;
    font-weight: bold;
    color: #e62b00;
    border-bottom: .03rem solid #e62b00;
}

.box-nav>a {
    color: #666;
    font-size: .16rem;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.box-nav>a:hover {
    color: #e62b00;
    transform: translateX(5px);
}

.box-nav>a img {
    width: .22rem;
    margin-right: .1rem;
}

.hot-content .hot-list {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.hot-content .hot-list .item-left {
    width: 50%;
    display: flex;
    border-radius: .06rem;
    background: #fff;
}

.hot-content .hot-list .item-left:hover .item-content .item-bottom .tag {
    background-color: #e62b00;
    color: #fff;
}

.hot-content .hot-list .item-left .item-img {
    width: 50%;
    border-radius: .06rem;
    overflow: hidden;
}

.hot-content .hot-list .item-left .item-img img {
    width: 100%;
    height: 100%;
    border-radius: .06rem;
    object-fit: cover;
    transition: all 1.5s;
}
.hot-content .hot-list .item-left:hover .item-img img{
    transform: scale(1.1);
}
.hot-content .hot-list .item-left .item-content {
    width: 50%;
    padding: .58rem .3rem;
}

.hot-content .hot-list .item-left .item-content h3 a {
    color: #333;
    font-size: .18rem;
    line-height: .3rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
}
.hot-content .hot-list .item-left .item-content h3 a:hover{
    color: #e62b00;
}
.hot-content .hot-list .item-left .item-content p {
    color: #666;
    font-size: .14rem;
    line-height: .24rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: .3rem;
    margin-top: .15rem;
}

.hot-content .hot-list .item-left .item-content .detail {
    color: #333;
    font-size: .14rem;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.hot-content .hot-list .item-left .item-content .detail:hover{
    color: #e62b00;
}
.hot-content .hot-list .item-left .item-content .detail img {
    width: .18rem;
    margin-right: .1rem;
}

.hot-content .hot-list .item-left .item-content .item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .85rem;
}

.hot-content .hot-list .item-left .item-content .item-bottom .tag {
    color: #e62b00;
    font-size: .14rem;
    border: 1px solid #e62b00;
    border-radius: .06rem;
    padding: .04rem .08rem;
}

.hot-content .hot-list .item-left .item-content .item-bottom .time {
    display: flex;
    align-items: center;
    color: #999;
    font-size: .14rem;
}

.hot-content .hot-list .item-left .item-content .item-bottom .time img {
    width: .15rem;
    margin-right: .05rem;
}

.hot-content .hot-list .item-right {
    width: 48.57%;
}

.hot-content .hot-list .item-right .item {
    display: flex;
    background: #fff;
    border-radius: .06rem;
}

.hot-content .hot-list .item-right .item:first-child {
    margin-bottom: .20rem;
}

.hot-content .hot-list .item-right .item .item-img {
    width: 43.382%;
    border-radius: 0.06rem;
    overflow: hidden;
}

.hot-content .hot-list .item-right .item .item-img img {
    width: 100%;
    object-fit: cover;
    transition: all 1.5s;
}
.hot-content .hot-list .item-right .item:hover .item-img img{
    transform: scale(1.1);
}
.hot-content .hot-list .item-right .item .item-content {
    width: 56.618%;
    padding: .3rem .2rem .25rem .25rem;
}

.hot-content .hot-list .item-right .item .item-content h3 a {
    color: #333;
    font-size: .18rem;
    line-height: .3rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
}
.hot-content .hot-list .item-right .item .item-content h3 a:hover{
    color: #e62b00;
}
.hot-content .hot-list .item-right .item .item-content p {
    color: #666;
    font-size: .14rem;
    line-height: .24rem;
    min-height: .72rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: .1rem;
    margin-bottom: .2rem;
}

.hot-content .hot-list .item-right .item-content .item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot-content .hot-list .item-right .item-content .item-bottom a {
    color: #333;
    font-size: .14rem;
    display: flex;
    align-items: center;
    transition: all .3s;
}
.hot-content .hot-list .item-right .item-content .item-bottom a:hover{
    color: #e62b00;
}
.hot-content .hot-list .item-right .item-content .item-bottom a img {
    width: .18rem;
    margin-right: .1rem;
}

.hot-content .hot-list .item-right .item-content .item-bottom .tag {
    color: #e62b00;
    font-size: .14rem;
    border: 1px solid #e62b00;
    border-radius: .06rem;
    padding: 1px .06rem;
}

.hot-content .hot-list .item-right .item:hover .item-content .item-bottom .tag {
    background-color: #e62b00;
    color: #fff;
}

.hot-content .hot-list .item-right .item-content .item-bottom .time {
    display: flex;
    align-items: center;
    color: #999;
    font-size: .14rem;
}

.hot-content .hot-list .item-right .item-content .item-bottom .time img {
    width: .15rem;
    margin-right: .05rem;
}

.more {
    display: flex;
    justify-content: center;
    margin-top: .6rem;
}

.more a {
    width: 1.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.more a span {
    color: #262626;
    font-size: .16rem;
    line-height: .3rem;
    border-bottom: 1px solid #e62b00;
}

.more a:hover {
    transform: translateX(5px);
}
.more a:hover span {
    color: #e62b00;
}
.more a img {
    width: .21rem;
    margin-left: .15rem;
}