.clear {
	clear: both
}

.banner-mask {
	position: relative;

}

.banner-mask .header-banner {
	width: 100%;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.wechat-container .con-title {
	margin: 48px auto;
	color: rgba(0, 0, 0, 1);
	text-align: center;
	line-height: 1;
}

.wechat-container .con-title h3 {
	margin-bottom: 24px;
	font-size: 36px;
	color: #000;
	font-weight: 600;
}

.wechat-container .con-title p {
	font-size: 24px;
	color: rgba(0, 0, 0, 0.5);
}

.wechat-container .m1-1-list {
	display: grid;
	grid-template-columns: repeat(4, 25%);
	margin: 0 -20px 0 -20px;
	padding: 0 0 64px 20px;
}

.wechat-container .m1-1-list .m1-1-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 321px;
	margin: 0 20px 0 0;
	padding: 25px 30px;
	background: #FFFFFF;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
	border: 2px solid #fff;
	box-sizing: border-box;
	cursor: default;
}

.wechat-container .m1-1-list .m1-1-item:hover {
	border: 2px solid #44C590;
}

.wechat-container .m1-1-list .m1-1-item h4 {
	font-size: 20px;
	font-weight: 600;
}

.wechat-container .m1-1-list .m1-1-item p {
	font-size: 16px;
	line-height: 1.5;
}

.wechat-container .m1-2 img {
	width: 100%;
}

.wechat-container .m1-3-list {
	display: grid;
	grid-template-columns: repeat(5, 20%);
	margin: 0 -130px 0 -130px;
	padding: 0 0 32px 130px;
}

.wechat-container .m1-3-list .m1-3-item {
	margin: 0 130px 32px 0;
}

.wechat-container .m1-3-list .m1-3-item img {
	margin-bottom: 16px;
	width: 100%;
}

.wechat-container .m1-3-list .m1-3-item h4 {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}

.module-2 {
	background: #F5F9FF;
	opacity: 0.66;
	overflow: hidden;
}

.module-2 .m2-list {
	display: grid;
	grid-template-columns: 50% 50%;
	padding-bottom: 64px;
}

.module-2 .m2-list .m2-item {
	display: flex;
	align-items: center;
	position: relative;
	height: 157px;
	padding: 40px 30px 40px 150px;
	background: #fff;
	border: 1px solid #F5F9FF;
	box-sizing: border-box;
	cursor: default;
}

.module-2 .m2-list .m2-item:hover {
	border: 1px solid #44C590;
}

.module-2 .m2-list .m2-item img {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 80px;
	height: 80px;
	margin-right: 40px;
}

.module-2 .m2-list .m2-item img.dark {
	opacity: 1;
}

.module-2 .m2-list .m2-item img.link {
	opacity: 0;
}

.module-2 .m2-list .m2-item:hover img.dark {
	opacity: 0;
}

.module-2 .m2-list .m2-item:hover img.link {
	opacity: 1;
}

.module-2 .m2-list .m2-item h4 {
	margin-bottom: 16px;
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.module-2 .m2-list .m2-item p {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
}

.module-3 .m3-list {
	display: grid;
	grid-template-columns: repeat(4, 25%);
	margin: 0 -20px 0 -20px;
	padding: 0 0 64px 20px;
}

.module-3 .m3-list .m3-item {
	position: relative;
	height: 320px;
	margin: 0 20px 0 0;
	padding: 0 2px 2px;
	border-radius: 16px;
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}

.module-3 .m3-list .m3-item:first-child {
	background: linear-gradient(227deg, #78CFFF 0%, #6792FF 100%);
}

.module-3 .m3-list .m3-item:nth-child(2) {
	background: linear-gradient(225deg, #FFC16A 0%, #FF8F8C 100%);
}

.module-3 .m3-list .m3-item:nth-child(3) {
	background: linear-gradient(227deg, #9BF2B3 0%, #7098FD 100%);
}

.module-3 .m3-list .m3-item:last-child {
	background: linear-gradient(227deg, #FFB79F 0%, #FF6767 100%);
}

.module-3 .m3-list .m3-item h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 145px;
}

.module-3 .m3-list .m3-item p {
	display: flex;
	align-items: center;
	height: calc(100% - 145px);
	padding: 0 25px;
	background-color: #fff;
	border-radius: 0 0 16px 16px;
	font-size: 16px;
	line-height: 25px;
}

.module-4 {
	padding: 64px 0;
	background: #F5F9FF;
}

.module-4 .m4-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.module-4 .m4-header h3 {
	font-size: 36px;
	color: #000;
	font-weight: 600;
	line-height: 1;
}

.module-4 .m4-header .m4-title-list {
	display: flex;
	align-items: center;
}

.module-4 .m4-header .m4-title-list .m4-title-item {
	position: relative;
	margin-right: 34px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	line-height: 33px;
	cursor: pointer;
}

.module-4 .m4-header .m4-title-list .m4-title-item.active {
	color: #44C590;
}

.module-4 .m4-header .m4-title-list .m4-title-item.active::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	border: 2px solid #44C590;
	border-radius: 2px;
}

.module-4 .m4-header .m4-title-list .m4-title-item:last-child {
	margin-right: 0;
}

.module-4 .m4-content {
	position: relative;
	height: 364px;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1);
}

.module-4 .m4-content .m4-con-item {
	display: none;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
}

.module-4 .m4-content .m4-con-item.active {
	display: flex;
}

.module-4 .m4-content .m4-con-item .left {
	width: 60%;
	padding-right: 100px;
	box-sizing: border-box;
}

.module-4 .m4-content .m4-con-item .right {
	flex: 1;
}

.module-4 .m4-content .m4-con-item .right img {
	width: 100%;
}

.module-4 .m4-content .m4-con-item h4 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}

.module-4 .m4-content .m4-con-item p {
	margin-bottom: 20px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.85);
	line-height: 1.5;
}

.module-4 .m4-content .m4-con-item .m4-btn {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.module-4 .m4-content .m4-con-item a {
	display: block;
	width: 156px;
	height: 40px;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.module-4 .m4-content .m4-con-item a.link-1 {
	margin-right: 22px;
	color: #fff;
	background: #55C99B;
	border: 1px solid #55C99B;
}

.module-4 .m4-content .m4-con-item a.link-2 {
	color: #000;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}

.module-5 .m5-list {
  display: grid;
  grid-template-columns: repeat(3, 33.33333%);
  margin: 0 -18px;
  padding: 0 0 64px 18px;
}

.module-5 .m5-list .m5-item {
  margin: 0 18px 18px 0;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.module-5 .m5-list .m5-item .m5-link {
  display: block;
}

.module-5 .m5-list .m5-item .m5-link:hover h4,
.module-5 .m5-list .m5-item .m5-link:hover p {
  color: #fa6400;
}

.module-5 .m5-list .m5-item img {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
}

.module-5 .m5-list .m5-item h4 {
  margin-bottom: 16px;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.module-5 .m5-list .m5-item p {
  font-size: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.consult-service {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 235px;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(270deg, rgba(68,170,215,0.56) 0%, #31D7DF 20%, #0B5CB3 100%);
}

.consult-service .consult-t1 {
  font-size: 24px;
}

.consult-service .consult-t2 {
  font-size: 36px;
}

.consult-service .consult-icon {
  font-size: 36px;
  margin-right: 10px;
}