/* Add here all your css styles (customizations) */
.u-btn-outline-primary {
    color: #f75940;
    border-color: #f75940;
    background-color: transparent;
  }
  
  .u-btn-outline-primary:focus, .u-btn-outline-primary.active {
    color: #fff;
    background-color: #f75940;
  }
  
  .u-btn-outline-primary:hover {
    color: #fff;
    background-color: #f75940;
  }
  .u-bg-primary-1{
    background-color:  #f75940;
  }

  .u-bg-primary{
    background-color: #334252;
  }
  
  .u-border-white{
    border: 1px solid white;
  }

  .advertise-service-bg{
    background-image: url('/static/images/advertising/bg/1.png');
    background-size:cover;
    background-repeat: repeat-y;
  }
 .g-color-primary{
   color: #f75940 !important;
 } 
 
.g-color-primary-2{
  color: #334252 !important;
} 

.advertis-core .u-shadow-v1-3 {
  height: 300px;
}  
.advertis-core img{
  text-align: center;
  width: 300px;
  height: 200px;
}

.online-item {
  border: 1px solid #f0f0f0;
  text-align: center !important;
  height: 250px;
}

.online-item .online-icon{
  margin-top:20px;
}
.online-item .online-icon img{
  width: 100px;
  height: 100px;
}
.online-item .online-title {
  margin-top:20px;
}

.business-item{
  width: 350px;
}
.business-item .business-img img{
  width: 350px;
}
.business-desc{
  text-align: center;  
  width: 350px;
  background-color: #f75940;
  font-size: 16px;
  color: white;
  padding-top:10px;  
  padding-bottom:2px;
  height: 60px;
}
.prividing-area{
  position: relative;
}
.prividing-desc{
  position: absolute  ;
  width: 400px;
  top: 370px;
  /* left:20px; */
  padding-top:15px;
  padding-left: 10px;
  padding-bottom:5px;
}
.prividing-desc p{  
  color: white;
}
.market-item{
  border: 1px solid #f0f0f0;
  padding:3px;
}
.order-item{
  background-color: #f0f0f0;
}

.order-step {
  position: relative;
  background: #334252;
  border: 0.1875em solid #0F1C3F;
  border-radius: 50%;
  /* box-shadow: 0.375em 0.375em 0 0 rgba(15, 28, 63, 0.125); */
  height: 3em;
  width: 3em;  
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
 
}
.order-step-number{
  margin-top:3px;
  color: white;
  font-size: 18px;
}
.order-desc{
  margin-top:20px;
}
.down img{
  width: 45px;
  height: auto;
  margin-bottom:15px;
}
.update-image{
  /* margin-left:40px; */
  margin-right: 40px;
}
.advertise-logo{
  position: relative;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.advertise-line{
  width:25px;
  height:1px; 
  background-color: white;
  display: inline-block;
  margin-bottom:6px;
}
.advertise-main-image{
  background-image: url('/static/images/advertising/advertis_main.jpg');
  height: 400px;
  background-size:cover;
}
.maintenance-img{
  height: 300px;
}


.provide-bg{
  background-image: url('/static/images/maintenance/sucai/lou.png');
  height: 600px;
  background-size: cover;
}
.provide-home-title{
  border: 1px solid #334252;
  padding-top: 20px;
}
.provide-home-title h2{
  color: #334252;
  font-size: 50px;
}

