.title{
	width: 100%;
	float: left;
	margin: 10px 0;
	font-size: 18px;
	color: #a06700;
	font-weight: 600;
	padding-left: 3rem;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.rd_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #f38400;
}
.rd_main{
	width: 1200px;
	margin: 0 auto;
}
.rd_main .rd_content{
	width: 1150px;
	float: left;
	padding-left: 50px;
}
.rd_content .text{
	width: 100%;
	float: left;
}
.rd_content .text2{
	width: 70%;
	float: left;
}
.cg_ab_box ul{
	min-height: 250px;
}
.rd_content .btn{
	width: 25%;
	float: left;
	text-align: center;
}
.rd_cata{
	width: 100%;
	float: left;
	background: url(../images/ss_rd_img_bg.gif) center 180px no-repeat;
}
.rd_cata .text{
	box-sizing: border-box;
	width: 100%;
	padding-left: 50px;
	margin: 30px 0;
}
.rd_cata ul{
	width: auto;
	max-width: 100%;
	/* float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center; */

}
.rd_cata li{
	/* width: 187px;
	height: 190px; */
	margin: 1px;
	float: left;
}
.rd_cata span.cata_text{
	width: auto;
    font-size: 15px;
    line-height: 24px;
    /* float: left; */
    padding: 5px 5px 5px 35px;
    background: url(../images/rd_list_bg.png) 10px 12px no-repeat;
    display: block;
}
.rd_block{
	display: flex;
	padding-left: 3rem;
}
.rd_box{
	display: flex;
    margin: 1rem 0.5rem;
    width: calc(100% / 3 - 1rem);
    height: auto;
}
.imgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1rem;
}
.imgBox .item {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(100% / 2 - 1rem);
  border-radius: 1em;
  overflow: hidden;
}
.imgBox .item img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.imgBox .item:hover img {
  transform: scale(1.1);
}
.imgBox .item p {
  position: absolute;
  bottom: 0;
  width: 90%;
  text-align: center;
  font-size: 1.125rem;
  color: #fff;
  z-index: 2;
}
.imgBox .item:has(p)::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.rd_mainBg{
	min-width: 1000px;
}
.rd_main{
	width: 970px;
	padding: 0 15px;
}
.rd_main .rd_content{
	width: 100%;
	padding: 0;
}
.pad{
	display: none;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.rd_mainBg{
	min-width: 320px;
}
.rd_main{
	width: 90%;
	padding: 0 5%;
}
.rd_main .rd_content{
	width: 100%;
	padding: 0;
}
.rd_content .text, .rd_content .btn{
	width: 100%;
}
.rd_content .btn{
	margin: 10px 0;
}
.rd_cata{
	background: url(../images/ss_rd_img_bg.gif) center center repeat;
}
.rd_cata li{
	width: 100%;
	height: auto;
	text-align: center;
}
.rd_cata span.cata_text{
	width: 85%;
	padding: 10px 5px 10px 35px;
	text-align: left;
}
.pad, .mob{
	display: none;
}
.imgBox .item {
    width: 100%;
  }
}