.insidePage {
    background: #fbfbfb;
}

main {
    padding-top: 60px;
}
/* 三大业务板块 */
.hw_yw {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: -130px auto 0 auto;
	width: 100%;
	max-width: 1200px;
	height: 280px;
	border-radius: 20px;
	overflow: hidden;
	background-image: linear-gradient(0deg, 
			#e9f7ff 0%, 
			#ffffff 100%);
	border: solid 1px #ffffff;
	position: relative;
	z-index: 99;
}
.yunzhiSwiper{
	height: 220px;
}
.hw_yw-item {
	/* flex: 1; */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	position: relative;
	transition: all .3s;
	cursor: pointer;
}
.hw_yw-item a{
    	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	position: relative;
	transition: all .3s;
	cursor: pointer;
}
.hw_yw-item::after {
	width: 1px;
	height: 153px;
	background-image: linear-gradient(0deg, 
			#ffffff 0%, 
			#0063ff 50%,
			#ffffff 100%);
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.hw_yw-item:last-child::after,
.hw_yw-item:nth-child(5)::after{
	display: none;
}
.hw_yw-item:nth-child(6)::before {
	width: 1px;
	height: 153px;
	background-image: linear-gradient(0deg, 
			#ffffff 0%, 
			#0063ff 50%,
			#ffffff 100%);
	position: absolute;
	content: '';
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}
.hw_yw-item .img {
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	margin-top: -10px;
}
.hw_yw-item .img img{
    	width: 55px;
	height: 55px;
	object-fit: contain;
}
.hw_yw-title::after {
	position: absolute;
	width: 27px;
	height: 3px;
	border-radius: 3px;
	background-color: #555555;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s;
}

.hw_yw-item:hover .hw_yw-title::after,
.hw_yw-item.active .hw_yw-title::after {
	background-color: #1d73e0;
}

.hw_yw-title {
	font-size: 18px;
	color: #555555;
	position: relative;
	line-height: 30px;
	padding: 25px 10px 10px;
	transition: all .5s;
	text-align: center;
}

.hw_yw-item:hover .hw_yw-title,
.hw_yw-item.active .hw_yw-title {
	color: #1d73e0;
	font-weight: 600;
}

.hw_yw-desc {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	position: absolute;
	bottom: -100px;
	width: 100%;
	text-align: center;
	transition: all .5s;
}

.hw_yw-item:hover .hw_yw-desc,
.hw_yw-item.active .hw_yw-desc {
	bottom: 35px;
}
.cardWarper{
	width: 100%;
	display: none;
}
/* 海外业务~我们能为您提供什么 */
.insideSection {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.columnTop {
    text-align: center;
    padding: 40px 0 20px;
}
.columnTop h2{
    font-size: 32px;
    color: #000000;
    line-height:80px;
	position: relative;
	margin-bottom:15px;
}
.columnTop h3{
    font-size: 32px;
    color: #000000;
    line-height:60px;
	position: relative;
}
.columnTop h2::after{
	width: 70px;
	height: 3px;
	background-color: #0063ff;
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	border-radius: 3px;
	transform: translateX(-50%);
}
.columnTop p{
    color: #5c5d5f;
    font-size: 16px;
    line-height: 22px;
	padding: 10px 0;
}
.columnTop p.pc{
    display: block;
}
.columnTop p.mobile{
    display: none;
}
.columnTop p.wap{
    display: none;
}
.abilityCard{
	overflow: visible;
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 50px 0;
	overflow: hidden;
}
.cardWarper .abilityCard{
	padding: 50px 0 0;
}
.cardWarper .abilityCard .swiper-pagination{
	display: none;
}
.abilityCard .swiper-slide {
	padding: 0 10px;
	height: 280px;
}

.hw_offer-item {
	width: 100%;
	height: 230px;
	transition: all 0.3s;
	box-sizing: border-box;
	background: #fff;
	border-radius: 20px;
	box-shadow: 2px 4px 15px 0px 
			#e8ecf3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: relative;
	cursor: pointer;
}
.abilityCard .swiper-slide-active {
	z-index: 99;
}
.abilityCard .swiper-slide-active .hw_offer-item {
	width: 490px !important;
	height: 280px !important;
	margin-top: -23px;
	z-index: 3;
	box-shadow: 2px 4px 21px 0px 
			#e8edf4;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.hw_offer-item .img {
	width: 100px;
	height: 75px;
}
.hw_offer-item .img  img{
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
.abilityCard h3{
	font-size: 18px;
	color: #444444;
	width: 100%;
	font-family: 'OPPOSans-B';
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
}
.abilityCard .swiper-slide-active h3 {
	color: #0063ff;
	font-size: 20px;
}
.abilityCard .desc {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	text-align: center;
	width: 100%;
	max-width: 280px;
}
.abilityCard .swiper-slide-active .desc{
	color: #555555;
	font-size: 15px;
}
.promoGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.promoCard{
	background-color: #eaf3fe;
   	border-radius: 13px;
    overflow: hidden;
	padding-bottom: 20px;
}
.promoCard:nth-child(even) {
	background-color: #ecf9ff;
}
.promoCard .icon{
	width: 100%;
	height: 255px;
}
.promoCard img {
	max-width: 100%;
	max-height: 100%;
    width:auto;
    height: auto;
    object-fit: contain;
}
.promoCard h3 {
    color: #091221;
    font-size: 22px;
    padding: 0 35px;
    font-family: "OPPOSans-M";
	margin:40px 0 15px;
}
.promoCard p {
    color: #555555;
    font-size: 14px;
    line-height: 22px;
    padding: 0 35px 15px;
}
/* 海外seo */
.hw_seo {
	/*background: url(../images/bg_hwfw.png) no-repeat center center;*/
	/*background-size: 708px 454px;*/
	width: 100%;
	max-width: 1200px;
	/*height: 454px;*/
	margin: 0 auto;
	position: relative;
}
.hw_seo img{
    width: 100%;
    height: auto;
}
.hw_seo .seoItem {
	position: absolute;
}
.hw_seo .seoItem:nth-child(1) {
	left: 240px;
	top: 20px;
}
.hw_seo .seoItem:nth-child(1) .title {
	text-align: right;
}
.hw_seo .seoItem:nth-child(2) {
	left: 800px;
	top: 20px;
}
.hw_seo .seoItem:nth-child(2) .title {
	text-align: left;
}
.hw_seo .seoItem:nth-child(3) {
	left: 110px;
	top: 190px;
}
.hw_seo .seoItem:nth-child(3) .title {
	text-align: right;
}
.hw_seo .seoItem:nth-child(4) {
	left: 950px;
	top: 190px;
}
.hw_seo .seoItem:nth-child(4) .title {
	text-align: left;
}
.hw_seo .seoItem .title {
	color: #0063ff;
	font-family: 'OPPOSans-M';
	font-size: 20px;
	line-height: 36px;
}
.hw_seo .seoItem .desc {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}

.snsCards {
    display: flex;
    gap: 80px;
	margin-bottom: 70px;
	padding: 20px 0;
}
.snsCard {
    flex: 1;
    background-image: linear-gradient(0deg, 
    		#ffffff 0%, 
    		#d7e9ff 100%);
	box-shadow: 2px 4px 21px 0px 
		#e8edf4;
	border-radius: 18px;
    padding: 28px 22px;
    min-height: 310px;
	position: relative;
	overflow: hidden;
}
.snsCard:nth-child(1).active,
.snsCard:nth-child(1):hover{
    background:url(../images/hw_cardbg01.png) no-repeat;
	background-size: 100%;
    color: #ffffff;
}
.snsCard:nth-child(2).active,
.snsCard:nth-child(2):hover{
    background:url(../images/hw_cardbg02.png) no-repeat;
	background-size: 100%;
    color: #ffffff;
}
.snsCard:nth-child(3).active,
.snsCard:nth-child(3):hover{
    background:url(../images/hw_cardbg03.png) no-repeat;
	background-size: 100%;
    color: #ffffff;
}
.snsCard h3 {
    font-family:'OPPOSans-B';
   	font-size: 20px;
   	line-height: 27px;
   	color: #1d73e0;
    margin-bottom: 16px;
}
.snsCard .cont span{
    font-size: 14px;
    line-height: 23px;
	color: #555555;
	display: block;
}
.snsCard .imgT{
	position: absolute;
	right:20px;
	bottom: 20px;
}
.snsCard a{
    display: inline-flex;
    margin-top: 20px;
    width: 106px;
   	height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #ffffff;
    color: #0063ff;
    font-size: 14px;
}
.snsCard.active .imgT,
.snsCard:hover .imgT{
	display: none;
}
.snsCard.active .imgT,
.snsCard:hover .imgT{
	
}
.snsCard.active h3,
.snsCard:hover h3,
.snsCard:hover .cont span,
.snsCard.active .cont span{
	color: #fff;
}
/* 滚动案例 */
.hw_card {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}
.hw_card .tempWrap{
	width: 100% !important;
}
.hw_card .track {
	display: flex;
	width: max-content;
	/* 让内容横向排列 */
	transition: none;
	will-change: transform;
}
.hw_card .cardItem {
	width: 360px;
	height: 380px;
	padding: 0 10px;
	flex-shrink: 0;
}

.hw_card .cardItem .img{
	width: 100%;
	height:260px;
	overflow: hidden;
	border-radius: 10px;
}

.hw_card .cardItem img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.hw_card .cardItem .tit-1 {
	font-size: 18px;
	font-family: 'OPPOSans-B';
	line-height: 32px;
	color: #555555;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-top: 8px;
}

.hw_card .cardItem .desc {
	font-size: 14px;
	line-height: 24px;
	color: #555555;
	width: 100%;
}
/* 云智一体 */
.dataList {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	margin-bottom: 60px;
}
.dataList .dataType {
  margin-right: 21px;
  background: #eef5ff;
  border-radius: 15px;
  width: 363px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.dataList .dataType .current {
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.dataList .dataType .typeItem {
  height: 74px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.dataList .dataType .typeItem .leftLine {
	width:3px;
	height: 37px;
	background: #0063ff;
	border-radius:1px;
}
.dataList .dataType .typeItem .icon {
	width: 30px;
	margin-left:18px;
	margin-right:15px;
}
.dataList .dataType .typeItem .text {
	font-size: 18px;
	color: #333333;
	font-family: 'OPPOSans-R';
}
.dataList .dataType .typeItem.current .text{
	color: #1d73e0;
}
.dataList .dataType .typeItem .bIcon {
  position: absolute;
  width: 104px;
  right: 0;
  bottom: 0;
}
.dataList .infoWrap {
  width: 815px;
  height: 415px;
  border-radius: 15px;
  background: url("../images/special/infoMeBack.png") no-repeat;
  background-size: 100% 100%;
}
.dataList .infoWrap .wrapHeader {
  width: 100%;
  height: 27.9%;
  background: url("../images/special/infoHeader.png") no-repeat;
  background-size: 100% 100%;
}
.dataList .infoWrap .wrapHeader .headerTitle {
	font-family: 'OPPOSans-M';
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	padding-top: 24px;
	margin-bottom: 21px;
	padding-left: 50px;
}
 .dataList .infoWrap .wrapHeader .headerText {
	font-family: OPPOSansR;
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	padding-left: 50px;
}
.dataList .infoWrap .wrapBody {
  width: 100%;
  height: 72.1%;
 
  padding-left: 55px;
  padding-top: 53px;
}
.dataList .infoWrap .wrapBody .bodyList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dataList .infoWrap .wrapBody .bodyList .marginBottom {
  margin-bottom: 48px;
}
.dataList .infoWrap .wrapBody .bodyList .bodyItem {
  display: flex;
  align-items: center;
  width: 50%;
}
.dataList .infoWrap .wrapBody .bodyList .bodyItem .bodyType {
	width: 83px;
  	height: 34px;
  	background-color: #ddf3ff;
  	border-radius: 5px 6px 6px 6px;
	font-size: 16px;
	color: #1d73e0;
	line-height: 34px;
	margin-right: 33px;
	text-align: center;
}
.dataList .infoWrap .wrapBody .bodyList .bodyItem .bodyValue {
  font-family: OPPOSansR;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
}
.planBox{
	background: url("../images/special/planBg.png") no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	padding-bottom: 60px;
}
.brandList{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.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%;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 6px 16px rgba(20, 42, 84, 0.08);
}
.brandConts .swiper-slide{
	width: 100%;
	display: flex;
	min-height: 410px;
	align-items: stretch;
	background-color: #f3f5f9;
}
.brandConts .brandL{
	flex: 0 0 40%;
	width: 100%;
	background: url("../images/special/brandBg.png") no-repeat right center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	padding:60px 25px 20px 25px;
	align-items: center;
	color: #ffffff;
	border-radius: 10px 0 0 10px;
}
.brandConts .brandL .cont{
	display: flex;
	flex-direction: column;
	gap:15px;
	min-height: 120px;
}
.brandConts .brandL .cont h3{
	font-size: 30px;
}
.brandConts .brandL .cont span{
	font-size: 14px;
	line-height: 24px;
}
.brandConts .brandL .ysList{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap:5px;
}
.brandConts .brandL .ysList span{
	background: url("../images/special/icon_ysbg.png") no-repeat left center;
	background-size: 16px 16px;
	padding-left: 26px;
	font-size: 14px;
	line-height: 24px;
}
.brandConts .brandR{
	flex: 0 0 61%;
	width: 100%;
	background-image: linear-gradient(134deg, 
			rgba(255, 255, 255, 0.3) 0%, 
			#ffffff 100%), 
		linear-gradient(
			#ffffff, 
			#ffffff);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 4px 30px 0px 
		rgba(29, 125, 244, 0.35);
	border-radius: 5px;
	margin-left: -1%;
}
.brandConts .brandR .brandInfo{
	max-width: 100%;
	width: 100%;
	color: #3c4a60;
	padding: 20px 34px 18px;
	display: flex;
	flex-direction:column;
	justify-content: flex-start;
	height: 100%;
	gap:20px;
}
.brandConts .cj{
	width: 100%;
	border-bottom: solid 1px #e3eaf2;
	padding-bottom: 10px;
}
.brandConts .cj:last-child{
	border-bottom: none;
}
.brandConts .cj .title{
	display: flex;
	align-items: center;
	height: 50px;
	gap:15px;
}
.brandConts .cj .title h5{
	font-size: 20px;
	color: #252b3b;
}
.brandConts .cjList{
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	color: #575d6c;
}
.brandConts .cjList span{
	cursor: pointer;
	padding-right: 10px;
	line-height: 32px;
}
.brandConts .cjList span:hover{
	color: #0068e9;
}
.brandConts .cjIcon{
	padding: 10px 0;
}
.brandConts .cjIcon .icon{
	width: 154px;
	height: 43px;
	float: left;
	margin-bottom: 10px;
}
.brandConts .cjIcon .icon img{
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
}
.brandConts .cjIcon .icon:hover{
	background-color: #eef4ff;
}
.brandList .swiper-pagination{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.hw_seo .seoItem:nth-child(2){
		left: 735px;
		top:0;
	}
	.hw_seo .seoItem:nth-child(1){
		left: 90px;
		top:0;
	}
	.hw_seo .seoItem:nth-child(3){
		left: 0;
		top:140px;
	}
	.hw_seo .seoItem:nth-child(4){
		left: 830px;
		top:140px;
	}
    .insideSection {
        max-width: none;
        width: calc(100% - 48px);
    }
    .promoGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    .snsCards {
		gap:20px;
        /* flex-wrap: wrap; */
    }
    .snsCard {
		min-height: 290px;
        /* min-width: calc(50% - 9px); */
    }
	.brandConts .brandR .brandInfo{
		padding: 16px 24px;
	}
}

@media screen and (max-width: 767px) {
    .columnTop h3{
        font-size: 24px;
        line-height: 40px;
    }
    .columnTop p{
        font-size: 14px;
        padding: 10px 10px;
    }
    .columnTop p.pc{
        display: none;
    }
    .columnTop p.wap{
        display: block;
    }
    main {
        padding-top: 60px;
    }
    .insideSection {
        width: calc(100% - 30px);
    }
	.columnTop{
		padding:10px 0;
	}
    .snsCards {
        flex-direction: column;
		gap:20px;
		margin-bottom: 20px;
    }
    .promoGrid {
        grid-template-columns: repeat(2,1fr);
    }
	.promoCard .icon{
		height: 120px;
	}
	.promoCard h3{
		padding: 0 15px;
		font-size: 18px;
		margin: 20px 0 15px;
	}
	.promoCard p{
		padding: 0 15px 15px;
	}
	.brandClass{
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		gap: 0;
		height: 46px;
		margin-bottom: 20px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.brandClass::-webkit-scrollbar{
		display: none;
	}
	.brandClass .cli{
		flex: 0 0 33.3333%;
		min-width: 33.3333%;
		white-space: nowrap;
		font-size: 14px;
	}
	.brandClass .cli.active::after,
	.brandClass .cli:hover::after{
		width: 64%;
	}
	.dataList{
		flex-direction: column;
		gap: 12px;
		margin-bottom: 20px;
	}
	.dataList .dataType{
		width: 100%;
		margin-right: 0;
		padding: 8px 10px;
		display: flex;
		align-items: stretch;
		overflow-x: auto;
		overflow-y: hidden;
		border-radius: 10px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}
	.dataList .dataType::-webkit-scrollbar{
		display: none;
	}
	.dataList .dataType .typeItem{
		flex: 0 0 33.3333%;
		min-width: 33.3333%;
		height: auto;
		padding: 10px 8px;
		border-radius: 8px;
		justify-content: center;
		flex-direction: column;
		gap: 5px;
	}
	.dataList .dataType .typeItem .leftLine{
		display: none;
	}
	.dataList .dataType .typeItem .icon{
		width: 24px;
		margin: 0;
	}
	.dataList .dataType .typeItem .text{
		font-size: 13px;
		text-align: center;
		line-height: 18px;
	}
	.dataList .dataType .typeItem .bIcon{
		display: none;
	}
	.dataList .dataType .typeItem.current{
		background: #ffffff;
		box-shadow: 0 4px 10px rgba(0, 99, 255, 0.12);
	}
	.dataList .infoWrap{
		width: 100%;
		height: auto;
		min-height: 330px;
		border-radius: 10px;
		background-size: cover;
	}
	.dataList .infoWrap .wrapHeader{
		height: auto;
		padding: 18px 16px 14px;
		background-size: cover;
	}
	.dataList .infoWrap .wrapHeader .headerTitle{
		padding: 0;
		margin-bottom: 10px;
		font-size: 19px;
	}
	.dataList .infoWrap .wrapHeader .headerText{
		padding: 0;
		font-size: 14px;
		line-height: 22px;
	}
	.dataList .infoWrap .wrapBody{
		height: auto;
		padding: 16px;
	}
	.dataList .infoWrap .wrapBody .bodyList .marginBottom{
		margin-bottom: 12px;
	}
	.dataList .infoWrap .wrapBody .bodyList .bodyItem{
		width: 100%;
	}
	.dataList .infoWrap .wrapBody .bodyList .bodyItem .bodyType{
		width: 72px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin-right: 10px;
	}
	.dataList .infoWrap .wrapBody .bodyList .bodyItem .bodyValue{
		font-size: 15px;
	}
	.brandConts{
		border-radius: 2px;
	}
	.brandConts .swiper-slide{
		flex-direction: column;
		min-height: auto;
		padding: 0 15px;
	}
	.brandConts .brandL{
		min-height: 180px;
		border-radius: 10px 10px 0 0;
		padding: 30px 25px 20px 25px;
	}
	.brandConts .brandR{
		border-left: none;
		border-top: 1px solid #dfe5f1;
		margin-left: 0;
	}
	.brandConts .brandL .cont h3{
	    font-size: 24px;
	}
	.brandConts .brandR .brandInfo{
		padding: 10px 15px;
		gap: 12px;
	}
	.brandConts .cj .title h5{
	    font-size: 18px;
	}
	.abilityCard{
		padding: 20px 0;
		overflow: visible;
	}
	.snsCard{
	    padding:20px;
	    min-height: 270px;
	}
	.brandConts .cjIcon .icon{
	    width: 100px;
	}
	.cardWarper .abilityCard{
		padding-top: 20px;
	}
	.abilityCard .swiper-slide{
		height: auto;
		padding: 16px 8px 24px;
	}
	.hw_offer-item{
		height: 220px;
		padding: 24px 18px;
		border-radius: 16px;
	}
	.abilityCard .swiper-slide-active .hw_offer-item{
		width: 100% !important;
		height: 240px !important;
		margin-top: -10px;
		position: relative;
		left: auto;
		transform: none;
	}
	.abilityCard h3{
		font-size: 17px;
		line-height: 28px;
	}
	.abilityCard .swiper-slide-active h3{
		font-size: 18px;
	}
	.abilityCard .desc{
		font-size: 13px;
		line-height: 22px;
	}
	.abilityCard .swiper-pagination{
		bottom: 0 !important;
	}
	.hw_seo{
		background-size: 260px auto;
		height: 200px;
	}
	.hw_seo .seoItem:nth-child(1),
	.hw_seo .seoItem:nth-child(3){
		left: 0;
	}
	.hw_seo .seoItem:nth-child(2),
	.hw_seo .seoItem:nth-child(4){
		right: 0 !important;
		left: 315px;
	}
	.hw_seo .seoItem:nth-child(3),
	.hw_seo .seoItem:nth-child(4){
		top:100px;
	}
	.hw_seo .seoItem:nth-child(1) .title,
	.hw_seo .seoItem:nth-child(3) .title{
		text-align: left;
		font-size: 15px;
		line-height: 26px;
	}
	.hw_seo .seoItem:nth-child(2) .title,
	.hw_seo .seoItem:nth-child(4) .title{
		text-align: right;
		font-size: 15px;
		line-height: 26px;
		width: 70px;
	}
	.hw_seo .seoItem:nth-child(2) .desc,
	.hw_seo .seoItem:nth-child(4) .desc{
		text-align: right;
	}
	.hw_seo .seoItem .desc{
		font-size: 12px;
		width: 70px;
		line-height: 22px;
	}
	.hw_yw{
		height: 150px;
	}
	.hw_yw-title{
	    font-size: 16px;
	    padding: 15px 10px 10px;
	}
	.hw_yw-item::after{
	    height: 135px;
	}
	.hw_yw-item .img{
	    margin-bottom: 10px;
	    width: 45px;
	    height: 45px;
	}
	.hw_yw-item .img img{
	    max-width: 30px;
	}
	.hw_yw-desc{
		display: none;
	}
	.hw_card{
		padding: 20px 0;
	}
	.hw_card .cardItem{
		width: 300px;
		height: auto;
		padding: 0 8px;
	}
	.hw_card .track{
		padding-bottom: 6px;
	}
	.hw_card .cardItem .img{
		height: 220px;
	}
	.hw_card .cardItem .tit-1{
		font-size: 16px;
		line-height: 28px;
	}
	.hw_card .cardItem .desc{
		font-size: 13px;
		line-height: 22px;
	}
	.columnTop h2{
	    font-size: 24px;
	    margin-bottom: 5px;
	    line-height:70px;
	}
}
@media screen and (max-width: 480px) {
    .hw_seo{
		background-size: 200px auto;
		height: 180px;
	}
	.hw_seo .seoItem:nth-child(2),
	.hw_seo .seoItem:nth-child(4){
		left: 280px;
	}
}
