body {background:#fff!important;}
@media only screen and (min-width: 768px) {
	
.have{ height:586px; background:url(../images/have_bj.jpg) no-repeat center center; overflow:hidden;}
.search{  overflow:hidden;border-bottom:1px solid #d4d4d4;height:85px;}
.search p { height:85px;}
.search p ,.search p a{ font:12px "Microsoft YaHei"; color:#666666;line-height:85px;}
.search p a{ display:inline-block; margin:0 20px;}
.search span{ float:right; background:url(../images/ser_inp.jpg) no-repeat center center; display:inline-block;height:33px; width:284px; line-height:33px; margin-top:24px;}
.tint {width:230px; height:33px; margin-left:2px; font:12px "Microsoft YaHei"; color:#999999; line-height:33px; padding-left:10px;  border:0px; background:none;}
.bint{ width:35px ; height:30px;border:0px; background:none; cursor:pointer;}
.ha_info h2{ height:58px; text-align:center; margin-top:46px;}
.ha_info h2 a{ font:22px "Microsoft YaHei"; color:#281205; font-weight:bold;}
.ha_info h2 span{ display:block; font:14px  Arial; color:#999999; font-weight:bold; text-transform:uppercase; margin-top:10px;}
.ha_info h2 a i , .ha_info li i { color:#ec6300;}
.ha_info ul{ height:260px; overflow:hidden; margin-top:52px;display: inline-block;}
.ha_info li{ float:left; width:256px; height:190px; background:url(../images/have_jt.png) no-repeat 220px 100px;}
.ha_info li span{ display:block; background:url(../images/have_q.png) no-repeat center center; width:220px; height:220px; font:16px "Microsoft YaHei"; font-weight:bold; color:#281205; text-align:center; padding:50px 20px 0; line-height:24px;}
.ha_info li span b{ font:20px "Microsoft YaHei"; font-weight:bold; display:block; background:url(../images/have_x.jpg) no-repeat center bottom; height:44px; line-height:44px; margin-bottom:5px;}
.ha_info  .ha_f{ height:256px; width:256px; background:none;}
.ha_info {
  text-align: center;
}
.ha_info h3{ width:450px; height:58px; background:#b89b53; margin-top:54px; margin-left:252px;margin: 0 auto;}
.ha_info h3 a{ font:15px "Microsoft YaHei"; font-weight:bold; color:#ffffff; line-height:58px; display:block; /*width:365px;  margin-left:62px;*/}
}
@media only screen and (max-width: 768px) {
.have{ height:586px; overflow:hidden;}
.search{  overflow:hidden;border-bottom:1px solid #d4d4d4;height:85px;}
.search p { height:85px;}
.search p ,.search p a{ font:12px "Microsoft YaHei"; color:#666666;line-height:85px;}
.search p a{ display:inline-block; margin:0 20px;}
.search span{ float:right;  display:inline-block;height:33px; width:284px; line-height:33px; margin-top:24px;}
.tint {width:230px; height:33px; margin-left:2px; font:12px "Microsoft YaHei"; color:#999999; line-height:33px; padding-left:10px;  border:0px; background:none;}
.bint{ width:35px ; height:30px;border:0px; background:none; cursor:pointer;}
.ha_info h2{ height:58px; text-align:center; margin-top:46px;}
.ha_info h2 a{ font:22px "Microsoft YaHei"; color:#281205; font-weight:bold;}
.ha_info h2 span{ display:block; font:14px  Arial; color:#999999; font-weight:bold; text-transform:uppercase; margin-top:10px;}
.ha_info h2 a i , .ha_info li i { color:#ec6300;}
.ha_info ul {
  overflow: hidden;
  margin-top: 52px;
  width: 100%;
  height: auto;
}
.ha_info li {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-left: 0px;
    margin-bottom: 10px;
    border: 1px dashed #796868;
    padding: 8px;
}
.ha_info  .ha_f{ height:auto; width:100%; background:none;}
.ha_info h3{ width:100%;  background:#ec6300; margin-top:10px; padding: 5px;font-weight:bold; color: #f9f6f6;text-align: center;}





}
/*服务开始*/
  .service {  
    max-width: 1200px;  
    margin: 0 auto;  
    padding: 20px;  
  }
  .service h2 {
  height: 58px;
  text-align: center;
  margin-top: 46px;
  }
 .service h2 a {
    font: 22px "Microsoft YaHei";
    font-weight: normal;
    color: #281205;
    font-weight: bold;
  }
   .service h2 a i, .service li i {
    color: #ec6300;
  }
  .service h2 span {
    display: block;
    font: 14px Arial;
    font-weight: normal;
    color: #999999;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .service-list {  
    display: flex;  
    flex-wrap: wrap;  
    gap: 20px;  
    justify-content: center;
    margin-top: 40px;
  }  
  .service-item {  
    flex: 1 1 calc(33.333% - 40px); /* 每个项目占据一行的三分之一，减去间距 */  
    box-sizing: border-box;  
    padding: 20px;  
    background-color: #f9f9f9;  
    border-radius: 10px;  
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);  
    text-align: center;  
  }  
  .service-item img {  
    max-width: 100%;  
    height: auto;  
    border-radius: 10px;  
  }  
  .service-item h3 {  
    margin-top: 10px;  
    font-size: 18px;  
    color: #333;  
  }  
  .service-item p {  
    font-size: 14px;  
    color: #666;  
    margin-top: 5px;  
  }  
  /* 自适应小屏幕 */  
  @media (max-width: 768px) {  
    .service-item {  
      flex: 1 1 calc(50% - 40px); /* 每个项目占据一行的二分之一 */  
    } 
      .service {  
    padding: 5px;  
  } 
  }  
  @media (max-width: 480px) {  
    .service-item {  
      flex: 1 1 100%; /* 每个项目占据一整行 */  
    }  
  } 

/*十大服务*/
.ha_info_img {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
