
 
.main-title {
  width: 100%;
}

.home-tit {
  width: 1150px;
  margin: 0 auto;
  text-align: center;
  display: flex;
}

.main-title .hr {
  flex: 1;
  height: 30px;
  border-bottom: 1px solid #000;
}

.main-title .name {
  padding: 0 40px;
  font-size: 24px;
  letter-spacing: 3px;
}

.main-title .name span {
  color: #ff8b00;
}

.main-title .name .desc {
  font-size: 14px;
  margin-top: 10px;
}

.index-w .main-title .hr {
  border-bottom: 1px solid #fff;
}

.index-w .main-title .name {
  color: #fff;
}

 

.search-box {
  position: absolute;
  z-index: 2;
  display: flex;
  width: 100%;
  top: 250px;
  justify-content: center;
}


.index-page05 {
  position: relative;
  padding: 100px 0;
}

.index-page05 .main {
  width: 1150px;
  margin: 0 auto 2%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.index-page05 .item-l {
  padding-top: 50px;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}

.index-page05 .item-l .item {
  width: 200px;
  padding: 20px 20px; 
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #fff;
}
.index-page05 .item-l .item:hover { 
  border: 1px solid rgb(241, 179, 8);
}
.index-page05 .item-l .item dd{
 color: #fff;
 font-size: 14px;
 margin-top: 10px;
 height: 60px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-wrap: wrap;
}
.index-page05 .item-l .item p{
   width: 100%;
 }
.index-page05 .item-l .item img {
  width:  70px;
  height: 70px;;
}

.index-page05 .item-r {
  width: 46%;
  margin-top: 50px;
  margin-left: auto;
}

.index-page05 .title {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-left: 6px
}

.index-page05 .title .hr {
  height: 1px;
  margin-top: 10px;
  background-color: #fff;
  width: 70px;
}

.index-page05 .desc {
  display: block;
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  line-height: 40px;
}

.index-page05 .about-more {
  height: 20px;
  padding: 0 10px;
  background: red;
  width: 140px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 0 20px;

}

.index-page05 .about-more a {
  color: #fff;

}
 
@media only screen and (max-width: 1600px){
  
.index-page05 {
  position: relative;
  padding: 100px 0;
}

.index-page05 .main {
  width: 100%;
  margin: 0 auto 2%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.index-page05 .item-l {
  padding-top: 50px;
  width: 48%;
  display: flex;
  flex-wrap: wrap;
}

.index-page05 .item-l .item { 
  width: 160px;
  padding: 20px 20px; 
  margin-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #fff;
}

 

.index-page05 .item-r {
  width: 46%;
  margin-top: 50px;
  margin-right: 30px;
}

.index-page05 .title {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin-left: 6px
}

.index-page05 .title .hr {
  height: 1px;
  margin-top: 10px;
  background-color: #fff;
  width: 70px;
}

.index-page05 .desc {
  display: block;
  color: #fff;
  margin-top: 30px;
  font-size: 16px;
  line-height: 40px;
}

.index-page05 .about-more {
  height: 20px;
  padding: 0 10px;
  background: red;
  width: 140px;
  text-align: center;
  color: #fff;
  border-radius: 0 0 0 20px;

}

.index-page05 .about-more a {
  color: #fff;

}
}

.index-contact{
  padding: 150px 0px;
 }
@media only screen and (max-width: 960px) { 
  
  .index-page05 .item-l {
    width: 98%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .index-page05 .item-r { 
    width: 95%;
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
  }
  .index-page05 .item-l .item {
    width: 160px;
    padding: 20px 20px;  
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #fff;
  }
}

@media only screen and (max-width: 640px) { 
  .index-contact{
    padding: 100px 0px;
  }
  .main-title {
    width: 100%;
  }
  .search-box {
    display: none;
  }
  .index-page02{
    padding: 20px 0;
  }
  .home-tit {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
  }
  .index-page05 .main{
    width: 95%;
  }
  .index-page03 .main{
    
    width: 100%;
  }
 
  
  .main-title .hr {
    flex: 1;
    height: 30px;
    border-bottom: 1px solid #000;
  }

  .main-title .name { 
    font-size: 14px;
    padding: 0 10px; 
  }

  .main-title .name span {
    color: #ff8b00;
  }

  .main-title .name .desc {
    font-size: 12px;
    margin-top: 5px;
  }

  .index-page05 .c-flex {
    display: block;
  }

  .index-page05 .item-l {
    width: 100%; 
  }

  .index-page05 .item-l .item {
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 15px;
  }

  

  .index-page05 .item-r {
    width: 95%;
    margin: 30px auto;
  }

  .index-page05 .title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-left: 6px
  }

  .index-page05 .title .hr {
    height: 1px;
    margin-top: 10px;
    background-color: #fff;
    width: 70px;
  }

  .index-page05 .desc {
    display: block;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
  }
}