.business-list {
	border-bottom: 0.01rem solid #E2E2E2;
	display: flex;
	padding-top: 0.4rem;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.business-list .ico2 {
	display: none;
}

.business-list a img {
	width: 0.6rem;
	height: 0.6rem;
	margin: 0 auto 0.25rem auto;
}

.business-list a {
	color: #666666;
	font-size: 0.2rem;
	padding-bottom: 0.3rem;
	margin-right: 1rem;
	position: relative;
}

.business-list a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0.01rem;
	background: #5D8C2A;
	left: 0;
	bottom: 0;
	display: none;
}

.business-list a:last-child {
	margin-right: 0;
}

.business-list a.active {
	color: #221814;
}

.business-list a.active .ico2 {
	display: block;
}

.business-list a.active::before {
	display: block;
}

.business-list a.active .ico1 {
	display: none;
}

.about-jiejue {
	display: flex;
	justify-content: space-between;
	padding-top: 1.3rem;
	padding-bottom: 1.1rem;
	position: relative;
}

#can_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.jiejue-left {
	width: 8.5rem;
	padding-top: 0.7rem;
}

.jiejue-left .jiejue-title {
	color: #221814;
	font-size: 0.6rem;
	margin-bottom: 0.8rem;
}

.jiejue-content p {
	line-height: 1.8;
	color: #444;
	font-size: 0.17rem;
}

.jiejue-right {
	flex: 1;
	margin-left: 0.8rem;
}

.jiejue-right .meng-box {
	width: 7.5rem;
	height: 5.4rem;
	position: relative;
}

.jiejue-right .meng-box .meng {
	width: 100%;
	height: 100%;
}

.jiejue {
	width: 7.5rem;
	height: 5.4rem;
	position: absolute;
	top: 0.2rem;
	left: 0.2rem;
	z-index: 9;
}

.fangan-content {
	background-color: #F8F9FC;
}

.fangan-title {
	text-align: center;
	color: #221814;
	font-size: 0.48rem;
	padding: 1rem 0 0.5rem 0;
}

.list-fa {
	display: flex;
}

.fa-item {
	width: 3.34rem;
	height: 4.82rem;
	border: 0.01rem solid #E7E9E8;
	border-right: none;
	background-color: #fff;
	padding-top: 0.6rem;
	margin-bottom: 1.2rem;
}

.fa-item:last-child {
	border-right: 0.01rem solid #E7E9E8;
}

.list-fa {
	display: flex;
	align-items: center;
}

.wai-box {
	width: 0.96rem;
	height: 0.96rem;
	border: 0.01rem dashed #5D8C2A;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.nei-box {
	width: 0.8rem;
	height: 0.8rem;
	background: #5D8C2A;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nei-box img {
	width: 0.4rem;
	height: 0.4rem;
}

.fa-title {
	margin-top: 0.42rem;
	color: #221814;
	font-size: 0.22rem;
	text-align: center;
}

.fa-content {
	margin-top: 0.6rem;
	font-size: 0.16rem;
	color: #666666;
	padding: 0 0.35rem;
	padding-bottom: 0.65rem;
	line-height: 1.6;
}

.fa-item:hover {
	background-color: #5D8C2A;
}

.fa-item:hover .wai-box {
	border: none;
	background-color: #AFC596;
}

.fa-item:hover .nei-box {
	background-color: #fff;
}

.fa-item .ico2 {
	display: none;
}

.fa-item:hover .ico2 {
	display: block;
}

.fa-item:hover .ico1 {
	display: none;
}

.fa-item:hover .fa-title {
	color: #fff;
}

.fa-item:hover .fa-content {
	color: #fff;
}

.change-box {
	height: 6rem;
	position: relative;
}

.change-box .bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.change-box-info {
	width: 9.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.change-content{
        background: #0000006b;
    padding: 0.2rem;
    border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 0.84rem;
}
.change-btn{
	width: 5.5rem;
	height: 0.6rem;
	background: #F17B05;
	border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 0.2rem;
	position: relative;
}

.change-btn::before{
	content: '';
	position: absolute;
	width: 5.7rem;
	height: 0.8rem;
	border-radius: 0.4rem 0.4rem 0.4rem 0.4rem;
	border: 0.01rem solid #F17B05;
	left: 50%;
	transform: translateX(-50%);
}

.imgs-ico{
	margin-left: 0.36rem;
	display: flex;
	align-items: center;
	
}
.change-btn img{
	width: 0.12rem;
	height: 0.23rem;
}


.masonry {
        display: flex;
    flex-wrap: wrap;
  /*column-count: 3;*/
  /* 3 columns by default */
  column-gap: 1em;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 1em;
  /* background: #f0f0f0; */
  padding: em;
  
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.masonry-item_imgBox{
    overflow: hidden;
}
.masonry-item img{
    transition: 0.5s;
}
.masonry-item:hover img{
    transform: scale(1.1);
}
.masonry-item:nth-child(1){
    /*margin-right: 0.4rem;*/
    width: 9.4rem;
    /*height: 4.5rem;*/
}
.masonry-item:nth-child(2){
    width: 7rem;
    /*height: 4.5rem;*/
}
.masonry-item:nth-child(3){
    width: 7.4rem;
    /*height: 4.5rem;*/
}
.masonry-item:nth-child(4){
    width: 9rem;
    /*height: 4.5rem;*/
}
.masonry-item:nth-child(5),.masonry-item:nth-child(6),.masonry-item:nth-child(7){
    width: 5.3rem;
    /*height: 4.5rem;*/
}
.masonry-item img {
  width: 100%;
  height: 4.5rem;
  object-fit: cover;
  display: block;
}
.masonry-item  p{
	color: #221814;
	font-size: 0.2rem;
	margin-top: 0.2rem;
}
.mengban-box{
	background: rgba(0,0,0,0.7);
}
.anli-bg{
	padding-bottom: 1.5rem;
	background: url('../img/bg-f.png') no-repeat;
	background-position: bottom;
}
