.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #a06700;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.fo_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
}
.fo_main{
	width: 1200px;
	margin: 0 auto;
}

.fo_main h2{
	font-size: 18px;
	color: #ea6b48;
	padding: 10px 0;


}
.fo_main .fo_content{
	width: 100%;
	float: left;
}
.fo_main .text{
	width: 650px;
	float: left;
	padding: 0 0 0 50px;
}
.fo_main .text p{
	margin: 10px 0;
}
.fo_main .btn{
	width: 500px;
	float: left;
	text-align: center;
	padding: 0;
}
.fo_main .btn img{
	margin: 0 10px;
}
.fo_main .btn a:hover img{
	cursor:pointer;-webkit-animation: scaleout 1s ease-in-out;animation: scaleout 1s ease-in-out;}
@-webkit-keyframes scaleout {
    0% { -webkit-transform: rotate3d(0,1,0,0deg); }
    100% {
        -webkit-transform: rotate3d(0,1,0,360deg);
        opacity: 1;

    }
}
@keyframes scaleout {
    0% {
        transform: rotate3d(0,1,0,0deg);
        -webkit-transform: rotate3d(0,1,0,0deg);
    } 100% {
          transform: rotate3d(0,1,0,360deg);
          -webkit-transform: rotate3d(0,1,0,360deg);
          opacity: 1;
      }}
.fo_main .op_text{
	width: 95%;
	float: left;
	padding: 0 0 0 50px;
}
.fo_main .left{
		width:100%;
	padding: 0 20px 0 50px;
	float: left;
}
.str_img{
	width: 400px;
	height: 290px;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px 0;
}
.fo_main .right{
		width:100%;
	float: left;
}
.fo_invBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 20px 0;
	/* border-bottom: 1px solid #ccc; */
}
.fo_inv{
	width: 1200px;
	margin: 0 auto;
}
.fo_inv .bus_content{
	width: 100%;
	float: left;
}
.fo_inv .info{
	width: 80%;
	float: left;
	padding: 0 0 20px 0;
}
.fo_inv .text, .fo_inv .text2{
	width: 60%;
	float: left;
}
.fo_inv .img{
	width: 40%;
	float: left;
	padding: 0;
}
.fo_inv .str_img{
	width: 100%;
	border: 0;
	height: 330px;
	padding: 0;
	margin: 0;
}
.fo_inv .tit, .fo_fin .tit, .fo_fin .tit2,.fo_content .tit2,.fo_content .tit{
	background: url(../images/ss_borBg_1.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
.fo_inv .text2 .tit, .fo_fin .tit2{
	background: url(../images/ss_borBg_2.png) repeat;
}
.fo_inv table, .fo_fin table,.fo_content table{
	border-left: 1px dashed #9e8b74;
}
.fo_inv td, .fo_inv th, .fo_fin td, .fo_fin th,.fo_content td,.fo_content th{
	padding: 8px 15px;
	border-bottom: 1px solid #9e8b74;
	border-right: 1px dashed #9e8b74;
	text-align: center;
	vertical-align: middle;
}
.fo_inv tr.bg, .fo_fin tr.bg,.fo_content tr.bg{
	background: #fdebd0;
}
.fo_inv tr.bg2, .fo_fin tr.bg2,.fo_content tr.bg2{
	background: #fff5ec;
}
.memo{
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}
.fo_finBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.fo_fin{
	width: 1200px;
	margin: 0 auto;
}
.fo_fin .info{
	width: 98%;
    float: left;
    padding: 0 0 20px 0;
}
.fo_fin .bus_content .info_content {
	float: left;
}
.fo_fin .bus_content .info_content_r {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
}
.fo_fin .left{
	width: 32%;
	padding: 20px 0 0 0;
	float: left;
}
.fo_fin .center{
	width: 32%;
	padding: 20px 1.5%;
	float: left;
}
.fo_fin .right{
	width: 32%;
	padding: 20px 0 0 0;
	float: left;
}
.fo_fin .eco_img{
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	min-height: 280px;
	float: left;
	margin: 10px 0;
	padding: 30px 10px 0 10px;
}
.cg_target{
	width: 100%;
    margin: 0 2.5rem;
}
/* .cg_target>div{
	width: calc(100% / 3 - 4rem);
} */
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.cg_ab_goal ul {
    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) {
.fo_mainBg, .fo_invBg, .fo_finBg{
	min-width: 1000px;
}
.fo_mainBg{
	padding: 0;
}
.fo_main, .fo_inv, .fo_fin{
	width: 970px;
	padding: 0 15px;
}
.fo_main .op_text{
	padding: 0;
}
.fo_main .text{
	width: 550px;
	padding: 0;
}
.fo_main .btn{
	width: 420px;
}
.fo_main .btn img{
	margin: 0 5px;
}
.fo_main .left{
	width: 370px;
	padding: 0;
}
.fo_main .left .str_text{
	width: 50%;
	padding: 0;
	float: left;
}
.fo_main .left .str_img{
	width: 50%;
	height: 230px;
	float: left;
	box-sizing: border-box;
}
.fo_main .right{
	width: 50%;
	text-align: center;
}
.fo_main .right img{
	width: 100%;
	height: auto;
}
.fo_inv .text, .fo_inv .text2{
	width: 550px;
}
.fo_main .right img.tit_img{
	width: auto;
}
.fo_fin .info{
	width: 100%;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.fo_mainBg, .fo_invBg, .fo_finBg{
	min-width: 320px;
}
.fo_main, .fo_inv, .fo_fin{
	width: 90%;
	padding: 0 5%;
}
.fo_main .text, .fo_main .op_text, .fo_main .left, .fo_main .right, .fo_inv .info, .fo_inv .text, .fo_inv .text2{
	width: 100%;
	padding: 0;
}
.fo_main .btn, .fo_inv .img{
	width: 100%;
}
.fo_main .btn img{
	width: 48%;
	height: auto;
	margin: 0 0.5%;
}
.str_img img, .fo_main .right img, .fo_inv .img img{
	width: 100%;
	height: auto;
}
.fo_main .right img.tit_img{
	width: auto;
}
.fo_inv .text table, .fo_inv .text2 table{
	width: 100%;
}
.fo_inv td, .fo_inv th{
	padding: 8px 10px;
}
.fo_fin .left, .fo_fin .center, .fo_fin .right{
	width: 100%;
	padding: 20px 0;
}
.fo_fin .eco_img div{
	width: 100%;
}
.imgBox .item {
    width: 100%;
  }
}
