.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #52443c;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.gp_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #b28850;
}
.bg{
	background-color: #F3F3F3;
	/* background: url(../images/cs_gp_bg_3.gif) left top no-repeat; */
	padding: 20px 0 0 20px;
}
.gp_main{
	width: 1200px;
	margin: 0 auto;
}
.gp_main .gp_content{
	width: 100%;
	float: left;
}
.gp_main .text {
    width: 95%;
    float: left;
    padding: 0 0 0 50px;
}
.gp_content .left{
	width: 25%;
	float: left;
}
.gp_content .left .img{
	width: 100%;
	float: left;
	text-align: center;
}
.gp_content .left .btn{
	width: 100%;
	float: left;
}
.left .btn ul{
	padding: 20px 0 0 0;
	background: url(../images/cs_gp_btn_bg_1.png) center top no-repeat, url(../images/cs_gp_btn_bg_2.png) center top repeat-y;
}
.left .btn li{
	width: 170px;
	padding: 20px 0 0 25px;
	height: 37px;
	background: url(../images/cs_gp_btn_1.png) center top no-repeat;
	margin: 10px auto;
	font-weight: 600;
}
.left .btn li:hover{
	background: url(../images/cs_gp_btn_2.png) center top no-repeat;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-0-transition: 0.3s;
	transition: 0.3s;
}
.gp_content .right{
	width: 73%;
	float: left;
	background: url(../images/cs_gp_bg_1.png) right 20% no-repeat;
	padding: 20px 10px;
	background-position: 100% 0%;
}
.gp_content .right2{
	width: 60%;
	background: url(../images/cs_gp_bg_1.png) right 20% no-repeat;
	padding: 0 0 20px 0;
}
.bg .right{
	background: url(../images/cs_gp_bg_2.png) right bottom no-repeat;
}
.tit_1, .tit_2, .tit_3, .tit_4{
	width: 133px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-weight: 600;
	background: url(../images/cs_gp_tit_1.png) no-repeat;
	margin: 10px 0;
}
.tit_2{
	background: url(../images/cs_gp_tit_2.png) no-repeat;
}
.tit_3{
	background: url(../images/cs_gp_tit_3.png) no-repeat;
}
.tit_4{
	background: url(../images/cs_gp_tit_4.png) no-repeat;
}
.gp_content .right .text{
	width: 100%;
	float: left;
}
.gp_content .right .text_half{
	width: 50%;
	float: left;
}
.gp_content .right .text ol{
	margin: 0 0 0 20px;
}
.gp_content .right .text ol li{
	list-style: decimal;
}
.gp_content .right .text ul li{
	background: url(../images/cs_gp_list.png) left top no-repeat;
	padding: 0 0 0 30px;
}
.gp_content table{
	margin: 15px 0;
}
.gp_content td{
	padding: 5px 10px;
    border-bottom: 1px solid #b28850;
    border-right: 1px dashed #b28850;
    border-left: 1px solid #b28850;
	vertical-align: middle;
}
.gp_content tr.tit td{
	background: url(../images/cs_borBg_1.gif) repeat;
    color: #FFFFFF;
    text-align: center;
}
.cs_gp_table tr.bg td{
	background: rgba(250,225,180,0.5);
}

.cs_gp_table table{
	margin: 15px 0;
}
.cs_gp_table td{
	padding: 5px 10px;
    border-bottom: 1px solid #b28850;
    border-right: 1px dashed #b28850;
    border-left: 1px solid #b28850;
	vertical-align: middle;
	text-align: center;
}
.cs_gp_table tr.tit td{
	background: url(../images/cs_borBg_1.gif) repeat;
    color: #FFFFFF;
    text-align: center;
}
.cs_gp_table tr.bg td{
	background: rgba(250,225,180,0.5);
}
.sub_title{
	font-size: 1.125rem;
	color: #52443c;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.gp_block_left{
	float: left;
	width:40%;
	margin: 1rem 0;
}
.gp_block_right{
	float: right;
	width:57%;
	height: 500px;
	display: flex;
	align-items: center;
	margin: 0 1rem;
}
.text_tit{
	width: 100%;
			margin: 15px 0;
			float: left;
			color: #222;
			font-size: 1.125rem;
    		font-weight: bold;
}
.imgBox {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 1rem;
}
.imgBox .item {
  position: relative;
  display: flex;
  justify-content: center;
  width: calc(100% / 6 - 1rem);
  border-radius: 0.5em;
  overflow: hidden;
}
.imgBox.box2 .item {
	width: 100%;
}
.imgBox .item img {
	width: 100%;
	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: 1rem;
  line-height: 1.5;
  color: #fff;
  z-index: 2;
}
.imgBox .item:has(p)::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40%;
  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) {
.gp_mainBg{
	min-width: 1000px;
}
.gp_main{
	width: 970px;
	padding: 0 15px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.gp_mainBg{
	min-width: 320px;
}
.gp_main{
	width: 90%;
	padding: 0 5%;
}
.gp_content .left, .gp_content .right, .gp_content .right .text_half{
	width: 100%;
}
.bg{
	padding: 0;
	background: none;
}
.gp_main .text {
	padding: 0;
}
.imgBox .item {
	width: 100%;
}
}