.text-theme{
    color: #00469c;
}
.text-theme2{
    color: #E67E22;
}
.p0{
    padding: 0;
}
.ru-warp{
    word-wrap:break-word; 
    word-break:break-all; 

}
.full{
    width: 100%;
    height: 100%;
}
.w-full{
    width: 100%;
}

.slideshow {
    height: 100%;
    object-fit: cover;
}

/*.swiper-btn{*/
/*    width: 10vw;*/
/*    height: 3vw;*/
/*    line-height: 3vw;*/
/*    text-align: center;*/
/*    border-radius: 30px;*/
/*    background-color: #ed9100;*/
/*    margin-top: 10vh;*/
/*}*/
.swiper-more{
    background:#1048a0;
    padding: 10px 40px;
    color: #fff;
    border-radius: 30px;
    transition: all 0.3s;
}
.swiper-more:hover{
    color: #fff;
    background:#ed9100;
}


.brief{
    background: #f3f3f3;
    height: 100%;
    width: 100%;
}
.brief-item{
    padding: 20px 0;
    text-align: center;
}

.brief-item{
    color: #ed9100;
    font-size: 16px;
}
.brief-item .big{
    font-size: 35px;
    font-weight: 900;
}

.product{
   background-image: url('https://jmemining.zhituiyun.com.cn/template/default/images/product_bg.png'); 
   background-size: 100% 100%;
}
.product-title{
    color: #00469c;
}
.product-more{
    background:#1048a0;
    padding: 10px 40px;
    color: #fff;
    border-radius: 30px;
    transition: all 0.3s;
}
.product-more:hover{
    color: #fff;
    background:#ed9100;
}


.about-l{
}
.about-r{
}
.about-r-box,.about-r-box img{
    width: 100%;
    height: 100%;
}
.about-more{
    background:#ed9100;
    padding: 10px 40px;
    color: #fff;
    border-radius: 30px;
    transition: all 0.3s;
}
.about-more:hover{
    color: #1048a2;
    background:#fff;
}

.news{
    
}
.news .news-title1{
    color: #00469c;
    font-weight: 600;
    margin-bottom: 20px;
}
.news .news-title2{
    color: #00469c;
}



.focus{
    
}
.focus .focus-title1{
    color: #00469c;
    font-weight: 600;
    margin-bottom: 20px;
}
.focus .focus-title2{
    color: #333;
}
.focus-item{
    text-align: center;
    padding: 20px;
}
.focus-item:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.focus-img{
    padding: 20px;
    text-align: center;
}
.focus-img-box{
    width: 54px;
    height: 54px;
    margin: 0 auto;
    
}
.focus-img-box .box{
    width: 100%;
    height: 100%;
    position: relative;
}
.focus-img-box .box .box-1,
.focus-img-box .box .box-2,
.focus-img-box .box .box-3,
.focus-img-box .box .box-4{
   position: absolute;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
}
.focus-img-box .box .box-1::after{
    content:'';
    position: absolute;
    width: 15px;
    height: 15px;
    top: -15px;
    left: -15px;
    border: 1px solid #ed9100;
    border-width: 1px 0 0 1px;
    transition: all .5s;
}
.focus-img-box .box .box-2::after{
    content:'';
    position: absolute;
    width: 15px;
    height: 15px;
    top: -15px;
    right: -15px;
    border: 1px solid #ed9100;
    border-width: 1px 1px 0 0;
    transition: all .5s;
}
.focus-img-box .box .box-3::after{
    content:'';
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -15px;
    left: -15px;
    border: 1px solid #ed9100;
    border-width: 0 0 1px 1px;
    transition: all .5s;
}
.focus-img-box .box .box-4::after{
    content:'';
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: -15px;
    right: -15px;
    border: 1px solid #ed9100;
    border-width: 0 1px 1px 0;
    transition: all .5s;
}
.focus-item:hover .focus-img-box .box .box-1::after{
    top: -5px;
    left: -5px;
}
.focus-item:hover .focus-img-box .box .box-2::after{
    top: -5px;
    right: -5px;
}
.focus-item:hover .focus-img-box .box .box-3::after{
    bottom: -5px;
    left: -5px;
}.focus-item:hover .focus-img-box .box .box-4::after{
    bottom: -5px;
    right: -5px;
}

.focus-item h3{
    transition: all .5s;
    padding: 20px 0;
}
.focus-item h3:hover{
    color: #ed9100;
}

.foucs-content{
    color: #666;
}



.process{
    background: #1048a0;
}
.process .process-title1{
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.process .process-title2{
    color: #fff;
}
.process-swiper {
  width: 100%; 
  /*height: 150px;*/
  margin: 0 auto; 
  overflow: hidden; 
  position: relative;
}

/* Swiper 幻灯片样式 */
.process-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-pre,.process-next{
  position: absolute;
  top: 50%;
  transform: translate(0,calc(-50% - 10px));
  width: 22px;
  height: 33px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.process-pre img,
.process-next img{
    width: 100%;
    height: 100%;
}
.process-pre,{
    left: 0px;
}
.process-next{
    right: 0px;
}

.process-swiper .swiper-item-img{
    width: 100%;
}
.process-swiper .swiper-item-img img{
    width: 100%;
}
.process-swiper .swiper-item-title{
     color: #fff;
     text-align: center;
}



.tool{
    
}
.tool .tool-title1{
    color: #00469c;
    font-weight: 600;
    margin-bottom: 20px;
}
.tool .tool-title2{
    color: #333;
}
.tool-swiper {
  width: 100%; 
  /*height: 150px;*/
  margin: 0 auto; 
  overflow: hidden; 
  position: relative;
}
/* Swiper 幻灯片样式 */
.tool-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool-swiper .swiper-item-img{
    width: 100%;
}
.tool-swiper .swiper-item-img img{
    width: 100%;
}
.tool-swiper .swiper-item-title{
     color: #00469c;
     text-align: center;
}

@media (max-width: 575.98px) {
    .swiper-more{
        padding: 10px 30px;
    }
    .product{
        background-image:none;
    }
    .about-r{
        margin-top:20px;
    }
   
}






/*news 页面*/
.news-item{
    padding:20px 40px;
    margin-bottom: 20px;
    transition: all .5s;
}
.news-item-pic{
    max-width: 100%;
    max-height: 500px;
}
.news-item:hover{
   box-shadow:  rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.news-item:hover .news-item-title{
    color: #0056b3;
}
.news-item:hover .news-item-more{
   margin-left: 20px;
}
.news-item .L{
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-item .R{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.news-item .news-item-title{
    font-weight: 600;
}
.news-item .news-item-content{
    
}
.news-item .news-item-more{
    font-weight: 600;
    transition: all .5s;
}










/*serve 服务页面*/
.serve-title2{
    color: #333;
}
.serve-item{
    width: 100%;
    height: 100%;
}
.serve-item .item-pic{
    width: 100%;
    height: 100%;
}
.serve-item .item-text{
    width: 100%;
    height: 100%;
    padding: 40px;
    background-color: #fbfbfb;
}
.item-text .top{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.item-text .top .logo{
    width: 80px;
    margin-right: 10px;
}
.item-text .top .logo img{
    width: 100%;
    height: 100%;
}
.item-text .top .title{
    
}
.item-text .content{
    
}

@media (max-width: 575.98px) {
   .item-text .top .logo{
        width: 50px;
    }

   .serve-row:nth-child(odd) .row-item:first-child{
       order: 2;
   }
   .serve-row:nth-child(odd) .row-item:nth-child(2){
       order: 1;
   }
   .serve-item .item-text{
       padding: 20px 40px;
       background-color: #fff;
   }
   .serve-item .item-pic{
       padding: 0 40px;
   }
}


.card-img-top{
    width: 100%;
    height: 100%;
}
@media (min-width: 575.99px){
    .card{
        height: 330px;
    }
    .card-img-300{
        height: 240.5px;
    }
    .card-body{
        height: 87.5px;
    }
}
/*mobile*/
@media (max-width :991.98px){
    .news-item-title{
        margin-bottom: 10px;
    }
    .news-item-more{
        display: none;
    }
}
/*pc*/
@media (min-width :991.99px){
    .news-item:nth-child(even) .L{
        order: 2;
    }
    /* .news-item:nth-child(even) .L{*/
    /*    order: 1;*/
    /*}*/
}
