5.businessBox{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.businessContent{
    width: 100%;
    background: #f3f5fb;
}
.rubric{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:20px;
	padding: 60px 0 40px;
}
.rubric h2{
	font-size: 36px;
	color: #000000;
}
.rubric span{
	font-size: 16px;
	color: #000000;
}
.rubric #pc{
    display: block;
}
.rubric #wap{
    display: none;
}
.business{
	display: flex;
	justify-content: space-between;
	gap:20px;
}
.yunzhiBox{
	background: url(../images/bg_yunzhi.png) no-repeat;
	background-size: 100%  auto;
	width: 362px;
	border-radius: 18px;
}
.columnTop{
	display: flex;
	align-items: center;
	padding:20px 20px;
	gap:10px;
	box-sizing: border-box;
	color: #000000;
	height:70px;
}
.columnTop h5{
	font-size: 26px;
	font-family: 'JinShanYunJiShuTi';
	white-space: nowrap;
}
.columnTop span{
	font-size: 14px;
}
.columnTop.cf{
	color: #ffffff;
}
.yunzhiList{
	width: 100%;
	padding: 0 20px 15px;
	display: flex;
	flex-direction: column;
	gap:15px;
}
.chuhaiList{
	flex-direction: row;
	padding: 0 20px 30px;
	width: 100%;
}
.chuanyiList{
	flex-direction: row;
	padding: 0 20px 20px;
	width: 100%;
	gap:20px;
}
.yunzhiList .yunzhiItem{
	display: flex;
	flex-direction: column;
	background-image: linear-gradient(0deg, 
			#e3f5ff 0%, 
			#ffffff 100%);
	border-radius: 18px;
	border: solid 1px #ffffff;
	padding:12px 25px 12px 15px;
	gap:8px;
	flex: 1;
	width: 100%;
}
.chuhaiList .yunzhiItem{
	padding:15px 25px 17px 15px;
}
.yunzhiList .yunzhiItem h5,
.digitalItem h5,
.gaodeAd h5{
	font-family: 'OPPOSans-B';
	font-size: 18px;
	color: #000000;
	cursor: pointer;
}
.digitalItem h5,
.gaodeAd h5{
	background: url(../images/btnR01.png) no-repeat right center;
	background-size:7px 12px;
}
.yunzhiList .yunzhiItem:hover h5,
.digitalItem:hover h5,
.gaodeAd:hover h5{
	color: #0063ff;
	background: url(../images/btnR02.png) no-repeat right center;
	background-size:7px 12px;
}
.yunzhiList .yunzhiItem span,
.digitalItem span,
.gaodeAd span{
	font-size: 14px;
	color: #555555;
	line-height: 22px;
}
.businessL{
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction:column;
	gap:15px;
}
.digitalBox{
	width: 100%;
	background: url(../images/bg_sz.png) no-repeat #edf6fe;
	background-size: 100%  auto;
	border-radius: 18px;
}
.digitalAd{
	padding: 0 20px 20px;
	display: flex;
	gap:20px;
	align-items: stretch;
}
.digitalItem{
	flex: 1;
	width: 100%;
	padding:20px 20px;
	gap:15px;
	display: flex;
	flex-direction: column;
	height: 270px;
	border-radius: 20px;
}
.baiduAd{
	background: url(../images/bg_baidu.png) no-repeat left bottom;
	background-size: 100%  100%;
}
.douyinAd{
	background: url(../images/bg_douyin.png) no-repeat left bottom;
	background-size: 100%  100%;
}
.digitalR{
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 270px;
	gap:15px;
}
.gaodeAd{
	background: url(../images/bg_gaode.png) no-repeat;
	background-size:100% 100%;
	width: 100%;
	flex: 1;
	height: 128px;
	padding:20px 20px;
	display: flex;
	flex-direction: column;
	gap:15px;
}
.chuhaiAd{
	width: 100%;
	background: url(../images/bg_chuhai.png) no-repeat #edf6fe;
	background-size: 100%  auto;
	border-radius: 18px;
}
.creativity{
	background: url(../images/bg_chuangyi.png) no-repeat #edf6fe;
	background-size: 100%  auto;
	border-radius: 18px;
	margin-top: 20px;
	padding-bottom: 15px;
}
.columnMore{
	width: 100%;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.columnMore .more{
	background: url(../images/btn_more.png) no-repeat right center;
	background-size:11px 11px;
	padding-right: 21px;
	font-size: 16px;
	color: #030305;
}
.columnMore .more:hover{
	color: #0063ff;
}
.aboutBox{
	background: url(../images/bg_about.png) no-repeat top center;
	background-size:100% auto;
}
.aboutBox .aboutCont {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    gap: 40px;
}
.aboutBox .aboutImg {
    flex: 1;
    overflow: hidden;
    height: 320px;
    flex-shrink: 0;
}
.aboutBox .aboutImg .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.aboutBox .aboutInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
	justify-content: space-between;
}
.aboutBox .aboutDesc{
    font-size: 14px;
	color: #555555;
    line-height: 26px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:10;
}
.aboutBox .aboutDesc p{
	text-indent: 2em;
	margin-bottom: 20px;
}
.aboutBox .aboutBtn{
    display: inline-flex;
    align-items: center;
    width: 123px;
	height: 40px;
	border-radius: 19px;
	border: solid 1px #0063ff;
	font-size: 14px;
	color: #0063ff;
	justify-content: center;
	transition: all .5s;
}
.aboutBox .aboutBtn:hover{
	background: #0063ff;
	color: #fff;
}
.company{
	background-image: linear-gradient(0deg, 
		#ffffff 0%, 
		#f5f7f9 100%);
	box-shadow: 4px 2px 21px 0px 
		rgba(147, 147, 147, 0.11);
	border-radius: 8px;
	border: solid 2px #ffffff;
	max-width: 1400px;
	margin:50px auto 0;
	display: flex;
	padding: 15px;
}
.company .companyItem{
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
	justify-content: center;
	gap:10px;
	overflow: hidden;
}
.company .companyItem img{
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}
.company .companyItem span{
	font-size: 14px;
	color: #555555;
	line-height: 22px;
	text-align: center;
	width: 100%;
}
.brandList{
	width: 100%;
}
.brandClass{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	height: 50px;
	border-bottom: solid 1px #eeeeee;
	margin-bottom: 50px;
}
.brandClass .cli{
	flex: 1;
	font-size: 16px;
	color: #000000;
	height: 100%;
	width: 100%;
	cursor: pointer;
	position: relative;
	transition: all .5s;
}
.brandClass .cli.active,
.brandClass .cli:hover{
	color: #0063ff;
	font-weight: 600;
}
.brandClass .cli::after{
	position: absolute;
	height: 3px;
	background-color: #0063ff;
	content:'';
	bottom: 0;
	left: 50%;
	width:0;
	transition: all .5s;
	transform: translateX(-50%);
}
.brandClass .cli.active::after,
.brandClass .cli:hover::after{
	width: 100%;
}
.brandConts{
	width: 100%;
	min-height: 430px;
}
.brandConts .swiper-wrapper{
	min-height: 430px;
}
@media screen and (max-width: 1600px){
    .brandConts{
	width: 100%;
	min-height: 360px;
}
.brandConts .swiper-wrapper{
	min-height: 360px;
}
}
.brandConts .swiper-slide{
	width: 100%;
	display: flex;
	height: 100%;
	min-height: 320px;
	align-items: stretch;
}
.brandConts .brandL{
	flex: 1;
	width: 100%;
}
.brandConts .brandL img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	float: left;
}
.brandConts .brandR{
	flex: 1;
	width: 100%;
	background: #0176ff;
}
.brandConts .brandR .brandInfo{
	max-width: 600px;
	width: 100%;
	color: #fff;
	padding: 0 100px 0 50px;
	display: flex;
	flex-direction:column;
	justify-content: center;
	height: 100%;
	gap:20px;
}
.brandInfo .title{
	font-family: 'OPPOSans-B';
	font-size: 24px;
	position: relative;
	padding-bottom: 30px;
	line-height: 30px;
}
.brandInfo .title::after{
	content: '';
	bottom: 0;
	left:0;
	width: 46px;
	height: 4px;
	background-color: #ffffff;
	border-radius: 4px;
	position: absolute;
}
.brandInfo .desc{
	font-size: 14px;
	line-height: 24px;
}
.topList{
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin: 30px 0;
	position: relative;
	padding-right: 34px;
	overflow: hidden;
}
.topList .topItem{
	display: flex;
	flex-direction: column;
	gap:15px;
	position: relative;
	overflow: hidden;
	/*width: 50%;*/
}
.topList .topItem.is-hidden{
	display: none;
}
.topList .topItem.is-last-visible::after{
	display: none;
}
.topList .topItem::after{
	width: 1px;
	height: 51px;
	background-color: #ffffff;
	opacity: 0.2;
	position: absolute;
	right:-20px;
	top:0;
	content:'';
}
.topList .topItem h5{
	font-size: 24px;
	font-family: 'DIN';
}
.topList .topItem span{
	font-size: 14px;
	width: 100%;
}
.topList > img{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 28px;
	object-fit: contain;
	cursor: pointer;
}
.topList > img.is-hidden{
	display: none;
}
.linkBox{
	width: 100%;
	background: #fff;
	padding: 50px 0;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.linkBox::before,
.linkBox::after{
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 300px;
	z-index: 3;
	pointer-events: none;
}
.linkBox::before{
	left: 0;
	background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.linkBox::after{
	right: 0;
	background: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.linkBox.linkMarqueeBox{
	display: block;
}
.linkBox.linkMarqueeBox .linkMarqueeRow{
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
.linkBox.linkMarqueeBox .linkMarqueeRow:last-child{
	margin-bottom: 0;
}
.linkBox.linkMarqueeBox .linkMarqueeRow .bd{
	overflow: hidden;
}
.linkBox.linkMarqueeBox .track{
	overflow: hidden;
	zoom: 1;
}
.linkBox.linkMarqueeBox .trackItem{
	float: left;
}
.linkBox .linkIcon{
	width: 180px;
	height: 100px;
	float: left;
}
.linkBox .linkIcon img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.newBox{
	width: 100%;
	background: #e8f3ff;
	padding-bottom: 75px;
}
.newsCont{
	display: flex;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	gap:30px;
}
.newsList{
	flex: 1;
	width: 100%;
	overflow: hidden;
}
.newsTop{
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 60px;
	align-items: center;
}
.newsTop h3{
	font-family: 'OPPOSans-B';
	font-size: 20px;
	color: #000;
}
.newsTop i{
	font-size: 14px;
	background: url(../images/btnR04.png) no-repeat right center;
	background-size:6px 10px;
	padding-right: 16px;
	color: #000;
}
.newsTop:hover h3{
	color: #0063ff;
}
.newsTop:hover i{
	background: url(../images/btnR02.png) no-repeat right center;
	background-size:6px 10px;
	color: #0063ff;
}
.newUl{
	display: flex;
	flex-direction: column;
	width: 100%;
	gap:15px;
}
.newUl .newsItem {
    display: flex;
    gap: 16px;
    align-items: stretch;
    border-radius: 18px;
    padding:15px 15px 15px 0;
    background: #fff;
    box-sizing: border-box;
	flex: 1;
	width:100%;
}
.newUl .newsItemInfo {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
	justify-content: center;
}
.newUl .newsItemInfo h4 {
    font-size: 16px;
	font-family: 'OPPOSans-B';
    color: #000000;	
    line-height: 32px;
}
.newUl .newsItem:hover .newsItemInfo h4{
	color: #0063ff;
}
.newUl .newsItemInfo span{
    font-size: 14px;
    color: #555555;
    line-height: 22px;
}
.newUl .newsItemDate{
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:20px;
	font-family: 'DIN';
	color: #000;
	position: relative;
}
.newUl .newsItemDate::after{
	width: 1px;
	height: 64px;
	border: solid 1px #eeeeee;
	position: absolute;
	right:0;
	top:50%;
	margin-top: -32px;
	content:'';
}
.newUl .newsItemDate span{
    font-size: 28px;
}
.newUl .newsItemDate.pc{
    display: flex;
}
.newUl .newsItemDate.none{
    display: none;
}
.newUl .newsItemDate p{
    font-size: 16px;
}
.newUl .newImg{
	width: 220px;
	height: 120px;
	overflow: hidden;
	border-radius: 10px;
}
.newUl .newImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.newUl .newsItem:hover .newImg img{
	transform: scale(1.05);
}
.newUl .newsLi{
	width: 100%;
	background: #fff;
	border-radius: 18px;
	height: 68px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 25px;
	gap:20px;
}
.newUl .newsLi .tit{
	font-family: 'OPPOSans-B';
	font-size: 16px;
	color: #000;
}
.newUl .newsLi:hover .tit{
	color: #0063ff;
}
.newUl .newsLi .time{
	font-size: 14px;
	color: #777777;
}
.aboutHxywList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  max-width: 1200px;
  margin: 40px auto 0;
}
.aboutHxywList .item {
  width: 286px;
  height: 642px;
  background-color: #ffffff;
  box-shadow: 2px 4px 20px 0px rgba(161, 163, 170, 0.16);
  border-radius: 18px;
  background: url(../images/about/hxywbg_01.png) no-repeat center top;
  background-size: cover;
  overflow: hidden;
  padding: 28px;
  box-sizing: border-box;
}
.aboutHxywList .item:nth-child(2) {
  background: url(../images/about/hxywbg_02.png) no-repeat center top;
  background-size: cover;
}
.aboutHxywList .item:nth-child(2) .top {
  border-bottom: 1px solid #acccff;
  color: #0063ff;
}
.aboutHxywList .item:nth-child(3) {
  background: url(../images/about/hxywbg_03.png) no-repeat center top;
  background-size: cover;
}
.aboutHxywList .item:nth-child(3) .top {
  border-bottom: 1px solid #abeaf2;
  color: #01bbd7;
}
.aboutHxywList .item:nth-child(4) {
  background: url(../images/about/hxywbg_04.png) no-repeat center top;
  background-size: cover;
}
.aboutHxywList .item:nth-child(4) .top {
  border-bottom: 1px solid #f3c0f3;
  color: #d842d8;
}
.aboutHxywList .item .top {
  border-bottom: 1px solid #f4dab3;
  padding-bottom: 26px;
  color: #db8a15;
}
.aboutHxywList .item .top p {
  font-family: "OPPOSans-M";
  font-size: 22px;
  margin-bottom: 10px;
  display: flex;
  align-self: start;
}
.aboutHxywList .item .top p span {
  width: 24px;
  height: 11px;
  border-radius: 3px;
  border: solid 1px #fb3c22;
  font-family: "OPPOSans-M";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  font-size: 8px;
  color: #fb3c22;
}
.aboutHxywList .item .top span {
  font-size: 14px;
}
.aboutHxywList .item .bottom {
  margin-top: 20px;
}
.aboutHxywList .item .bottom .ite {
  margin-top: 20px;
}
.aboutHxywList .item .bottom .ite .iteT p {
  font-family: "OPPOSans-B";
  font-size: 16px;
  color: #3e3a39;
  margin-bottom: 10px;
  display: flex;
  gap:5px;
  align-items: center;
  height: 22px;
}
.aboutHxywList .item .bottom .ite .iteT p .img1{
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.aboutHxywList .item .bottom .ite .iteT p .img2{
    width: auto;
    height: auto;
    max-width: 22px;
}
.aboutHxywList .item .bottom .ite .iteT span {
  font-size: 14px;
  color: #5c5d5f;
  line-height: 24px;
}
.aboutHxywList .item .bottom .iteg {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.aboutHxywList .item .bottom .iteg span {
  display: block;
  height: 25px;
  margin:0 8px 8px 0;
  padding: 0 8px;
  border-radius: 3px;
  border: solid 1px #bfc3ce;
  line-height: 25px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .aboutHxywList {
    gap: 24px;
  }
  .aboutHxywList .item {
    width: calc(50% - 12px);
    height: auto;
    min-height: 560px;
  }
	.businessBox,
	.aboutBox .aboutCont,
	.newsCont,
	.footBox{
		padding-left: 24px;
		padding-right: 24px;
	}
	.rubric{
		padding: 46px 0 28px;
		gap: 12px;
	}
	.rubric h2{
		font-size: 30px;
	}
	.business{
		flex-direction: column;
	}
	.yunzhiBox{
		width: 100%;
	}
	.digitalAd,
	.chuhaiList,
	.chuanyiList{
		gap: 12px;
	}
	.aboutBox .aboutCont{
		gap: 24px;
	}
	.aboutBox .aboutImg{
		height: 300px;
	}
	.company{
		margin-top: 50px;
		flex-wrap: wrap;
		gap: 18px 0;
	}
	.company .companyItem{
		flex: 0 0 33.33%;
	}
	.brandClass{
		padding: 0 24px;
		gap: 2px;
		margin-bottom: 30px;
	}
	.brandClass .cli{
		font-size: 15px;
	}
	.brandConts .swiper-slide{
		flex-direction: column;
	}
	.brandConts .brandL{
		height: 280px;
	}
	.brandConts .brandR .brandInfo{
		max-width: none;
		padding: 32px 30px;
	}
	.newsCont{
		flex-direction: column;
	}
	.newUl .newImg{
		width: 180px;
		height: 108px;
	}
	.linkBox{
		padding: 35px 24px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
	.linkBox::before,
	.linkBox::after{
		width: 140px;
	}
	.linkBox.linkMarqueeBox{
		display: block;
		padding: 35px 24px;
	}
	.linkBox .linkIcon{
		width: auto;
		float: none;
	}
}
.newUl .newsItemDate.wap{
    display: none;
}
@media screen and (max-width: 767px){
    .newUl .newsItemDate.pc{
    display: none;
}
.newUl .newsItemDate.none{
    display: block;
}
    .swiper-pagination{
        bottom: 0 !important;
    }
    .rubric #pc{
    display: none;
}
.rubric #wap{
    display: block;
}
.aboutBox .aboutBtn{
    margin: 0 auto;
}
	.businessBox,
	.aboutBox .aboutCont,
	.newsCont,
	.footBox{
		padding-left: 15px;
		padding-right: 15px;
	}
	.brandConts{
		min-height: 465px;
	}
	.brandInfo .desc{
		height: 72px;
	}
	.rubric{
		padding: 34px 0 22px;
		gap: 10px;
	}
	.rubric h2{
		font-size: 24px;
	}
	.rubric span{
		font-size: 14px;
		line-height: 1.6;
		text-align: center;
	}
	.business{
		flex-direction: column;
		gap: 12px;
	}
	.digitalBox .columnTop,
	.chuhaiAd .columnTop,
	.creativity .columnTop{
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 8px;
	}
	.digitalBox .columnTop span,
	.chuhaiAd .columnTop span,
	.creativity .columnTop span{
		flex: 0 0 100%;
		width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 2px;
		overflow: hidden;
		font-size: 13px;
	}
	.businessL{
		gap: 12px;
	}
	.digitalAd,
	.chuhaiList,
	.chuanyiList{
		flex-direction: column;
		gap: 10px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.digitalItem,
	.digitalR{
		height: auto;
		min-height: 300px;
		background-size: 100% auto;
	}
	.gaodeAd{
		height: auto;
		min-height: 96px;
	}
	.yunzhiBox{
		width: 100%;
	}
	.yunzhiList{
		padding: 0 12px 12px;
		gap: 10px;
	}
	.columnTop{
		height: auto;
		padding: 16px 12px;
	}
	.columnTop h5{
		font-size: 22px;
	}
	.columnMore{
		height: 80px;
	}
	.aboutBox .aboutCont{
		flex-direction: column-reverse;
		gap: 14px;
	}
	.aboutBox .aboutImg{
		height: 220px;
	}
	.aboutBox .aboutDesc p{
		margin-bottom: 12px;
	}
	.company{
		margin-top: 30px;
		flex-wrap: wrap;
		padding: 10px;
	}
	.company .companyItem{
		flex: 0 0 50%;
	}
	.brandClass{
		overflow-x: auto;
		justify-content: flex-start;
		padding: 0 8px;
		margin-bottom: 18px;
		gap: 8px;
	}
	.brandClass::-webkit-scrollbar{
		display: none;
	}
	.brandClass .cli{
		flex: 0 0 calc((100% - 16px) / 3);
		min-width: calc((100% - 16px) / 3);
		padding: 0 8px;
		white-space: nowrap;
		font-size: 14px;
	}
	.brandConts .swiper-slide{
		flex-direction: column;
	}
	.brandConts .brandL{
		height: 180px;
	}
	.brandConts .brandL img{
		object-fit: cover;
	}
	.brandConts .brandR .brandInfo{
		max-width: none;
		padding: 20px 15px 24px;
		gap: 14px;
	}
	.brandInfo .title{
		font-size: 20px;
		padding-bottom: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.topList{
		margin: 10px 0 0;
		gap: 20px;
		padding-right: 28px;
	}
	.topList .topItem h5{
		font-size: 20px;
	}
	.topList > img{
		width: 14px;
		height: 24px;
	}
	.newsCont{
		flex-direction: column;
		gap: 12px;
	}
	.newUl .newsItem{
		flex-wrap: wrap;
		padding: 10px;
		gap:10px;
	}
	.newUl .newsItemDate{
		width: 100%;
		flex-direction: row;
		justify-content: flex-start;
		gap: 10px;
	}
	.newUl .newsItemDate::after{
		display: none;
	}
	.newUl .newImg{
		width: 100%;
		height: 170px;
	}
	.newUl .newsLi{
		padding: 0 14px;
		height: 56px;
	}
	.linkBox{
		padding: 24px 15px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
	}
	.linkBox::before,
	.linkBox::after{
		width: 50px;
	}
	.linkBox.linkMarqueeBox{
		display: block;
		padding: 24px 15px;
	}
	.linkBox.linkMarqueeBox .linkMarqueeRow{
		margin-bottom: 8px;
	}
	.linkBox .linkIcon{
		width: auto;
		height: 78px;
		float: none;
	}
	.newBox{
		padding-bottom: 30px;
	}
	.aboutHxywList {
        display: block;
        margin-top: 0;
   }
   .aboutHxywList .item {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 24px 20px;
    margin-bottom: 18px;
    border-radius: 12px;
  }
  .aboutHxywList .item:last-child {
    margin-bottom: 0;
  }
  .aboutHxywList .item .top {
    padding-bottom: 18px;
  }
  .aboutHxywList .item .top p {
    font-size: 20px;
  }
  .aboutHxywList .item .top span {
    line-height: 22px;
  }
  .aboutHxywList .item .bottom .ite {
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px){
    .businessBox, .aboutBox .aboutCont, .newsCont, .footBox{
        padding: 0 10px;
    }
    .columnTop{
        padding: 15px 8px;
    }
}