.bod {
    background: url(/cms_files/filemanager/1759171972/picture/20232/b0a2feea90404562b9591fe9a0e1290f.png) bottom center no-repeat;
}
.main {
    width: 1200px;
    margin: 0 auto;
}
.banner {
    height: 300px;
  line-height:300px;
    background: url("banner.png") center center no-repeat;
    background-size: 100% 100%;
    align-items: center;
}
.BannerTxt {
    font-size: 48px;
    color: white;
}
.suiwu {
    height: 900px;
}
.geren {
    margin-top: 50px;
}
.geren-title,
.qiye-title {
    font-size: 28px;
    margin-bottom: 36px;
}
.geren-list ul,
.qiye-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.geren-list ul li,
.qiye-list ul li {
    width: 380px;
    height: 60px;
    background-color: #f5f5f5;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: transform 0.5s;
}
.geren-list ul li:nth-child(3n),
.qiye-list ul li:nth-child(3n) {
    margin-right: 0px;
}
.geren-list ul li a,
.qiye-list ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.geren-list ul li a img,
.qiye-list ul li a img {
    width: 17px;
    height: 20px;
    margin: 20px 13px 20px 24px;
}

.geren-list ul li:hover, .qiye-list ul li:hover{ transform: translateY(-10%); transition: transform 0.5s;}
.geren-list ul li:hover a span, .qiye-list ul li:hover a span{ color: #4393F5;}




@media screen and (max-width: 767px) {
	.banner {
		height: 3rem;
     line-height: 3rem;
		background-size: 12rem 3rem !important;
	}
	.main {
		width: 100%;
		height: auto;
	}
	.BannerTxt {
		padding-left: 0.32rem;
		font-size: 0.52rem;
	}
  .geren {
    margin-top:0.32rem;
}
	.geren-title,
	.qiye-title {
		padding: 0 0.24rem; margin-bottom:0.32rem;
	}
	.geren-list ul,
	.qiye-list ul {
		padding: 0 0.24rem;
	}
	.geren-list ul li,
	.qiye-list ul li {
		width: 100%;
		height: 1.08rem;
		margin-right: 0;
		margin-bottom: .32rem;
	}
	.geren-list ul li a,
	.qiye-list ul li a {
		height: 1.08rem;
		font-size: 0.3rem;
		color: #333333;
	}
	.geren-list ul li a img,
	.qiye-list ul li a img {
		margin: 0.44rem 0.13rem 0.44rem 0.24rem;
	}
	.bod{
		background:none;
	}
}