.tabList{
	text-align: center;
	padding: 55px 0 0;
}
.tabList .tab{
	display: inline-block;
	font-size: 16px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border:1px solid #eee;
	border-radius: 50px;
	margin: 0 8px;
}
.tabList .tab:hover,
.tabList .tab.active{
	border-color: #00d3dd;
	background: #00d3dd;
	color: #fff;
}
.financeInfo1{
	padding: 30px 0 0;
}
.tabContent .content{
	margin-top: 30px;
}
.tabContent .content .p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}
.tabContent .linkList{
	margin-top: 60px;
}
.linkList .linkItem{
	background: #00d3dd;
	margin-bottom: 50px;
}
.linkItem .img{
	float: right;
	width: 69.5%;
}
.linkItem .desc{
	float: left;
	width: 30.5%;
	padding: 90px 0 20px;
	text-align: center;
}
.linkItem:nth-child(2n) .img{
	float: left;
}
.linkItem:nth-child(2n) .desc{
	float: right;
}
.linkItem .desc .title{
	font-size: 30px;
	color: #fff;
	margin-bottom: 15px;
}
.linkItem .desc .titleEn{
	font-size: 24px;
	color: #74e1e8;
	margin-bottom: 80px;
	letter-spacing: 4px;
}
.linkItem .desc .link{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	background: #fff;
	padding: 0 45px;
	border-radius: 45px;
}
.linkItem .desc .link:hover{
	opacity: 0.8;
}
.financeInfo2{
	padding: 40px 0 70px;
}

.financeInfo2 .swiperBox{
	position: relative;
	padding:40px 0 55px;
}
.swiperBox .swiper {
	width: 100%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}
.swiperBox .swiper-slide {
	height: calc((100% - 70px) / 2);
}
.swiperBox .swiper-slide .img{
	padding-bottom: 36.8%;
	border:1px solid #eee;
}
.swiper-slide .desc{
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	margin-top: 15px;
	line-height: 24px;
}
.swiperBox .swiper-pagination .swiper-pagination-bullet{
	width:12px;
	height: 12px;
	border-radius: 12px;
	background: #ccc;
	margin: 0 5px;
}
.swiperBox .swiper-pagination .swiper-pagination-bullet-active{
	background: #00d3dd;
}
@media screen and (max-width:1280px) {
	.linkItem .desc{
		padding-top: 55px;
	}
	.linkItem .desc .titleEn{
		margin-bottom: 35px;
	}
}

@media screen and (max-width:1024px) {
	.tabList{
		padding: 30px 20px 0;
	}
	.tabList .tab{
    font-size: 12px;
    width: 110px;
    height: 32px;
    line-height: 30px;
    margin: 0 10px 10px;
	}
	.linkItem .desc .link {
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
	}
	.linkItem .desc .title{
		font-size: 22px;
	}
	.linkItem .desc .titleEn{
		font-size: 16px;
	}
	.swiperBox .swiper{
		height: auto;
	}
}

@media screen and (max-width:800px) {
	.tabContent .content{
		margin-top: 10px;
	}
	.tabContent .content .p{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;		
	}
	.tabContent .linkList{
		margin-top: 20px;
	}
	.linkList .linkItem{
		margin-bottom:20px;
	}
	.linkItem .img,
	.linkItem .desc{
		float: none;
		width: 100%;
	}
	.linkItem .desc{
		padding: 30px 0;
	}
}
