/* 首页 */
.mainBox {}

/* 数据统计 */
.statsBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.statsTitle {
	font-family: 'SourceHanSansCN-Normal';
	font-size: 46px;
	color: #038881;
	margin: 40px 0 0 20px;
}

.statsDesc {
	font-family: '黑体';
	margin-top: 10px;
	width: 40%;
	min-width: 300px;
	text-align: center;
	color: #a0a0a0;
	font-size: 18px;
}

.statsNoBgCountBox {
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content: center;
	/* flex-wrap: wrap; */
}

.statsNoBgCountItem {
	margin: 4px 0;
	flex-shrink: 0;
	width: 20%;
	/* min-width: 300px; */
	height: 90px;
	margin-right: 30px;
	position: relative;
}

.statsNoBgCountItem .hc {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.statsNoBgCountItem .add {
	position: absolute;
	top: 10px;
	right: 0;
}

.statsNoBgCountItem .statsNum {
	display: block;
	font-size: 44px;
	position: absolute;
	top: 4px;
	right: 40%;
	transform: translateX(50%);
	font-family: 'SourceHanSansCN-Bold';
}

.statsNoBgCountItem .statsNoBgCountItemDesc {
	font-size: 18px;
	position: absolute;
	bottom: 0;
	right: 40px;
}

.statsHaveBgCountBox {
	/* background-color: #038881; */
	color: azure;
	margin-top: 40px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.statsHaveBgCountItem {
	margin: 0 0.2%;
	flex-shrink: 0;
	height: 195px;
	/* padding: 30px 20px; */
	background-color: #038881;
	width: 23.8%;
	position: relative;
	font-family: 'SourceHanSansCN-Bold';
}

.statsHaveBgCountItem .hc2 {
	width: 72px;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

.statsHaveBgCountItem .add2 {
	position: absolute;
	top: 20%;
	right: 10%;
}

.statsHaveBgCountItem .statsNum2 {
	display: block;
	font-size: 44px;
	position: absolute;
	top: 20%;
	right: 40%;
	transform: translateX(50%);
}

.statsHaveBgCountItem .statsNoBgCountItemDesc2 {
	font-size: 18px;
	position: absolute;
	bottom: 30%;
	right: 20%;
}





/* 今日行情区域 */

.todayBox {
	width: 100%;
	background-color: #fff;
	margin-top: 30px;

}

.todayContainer {
	padding: 40px 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	/* justify-content: center; */
	flex-wrap: wrap;
	/* align-items: center; */
}

.todayContainer div {
	flex-shrink: 0;
}

.TLeft {
	width: 465px;
	height: 438px;
}

.Tmid {
	max-width: 285px;
	max-height: 438px;
	margin: 0 40px;
}

.TTitle {
	display: flex;
	align-items: center;
	padding: 12px 0;
}

.TTitle span {
	font-size: 26px;
	color: #038881;
}

.Tright {
	min-width: 200px;
}

.rI {
	display: inline-block;
	margin: 4px;
}

.Tmid th {
	font-size: 15px;
	font-weight: bold;
	min-width: 40px;
	margin: 5px 3px;
	/* text-align: center; */
}

.Tmid td {
	/* text-align: center; */
	color: #888888;
	line-height: 30px;
}

.redUp {
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom: 5px solid #d51d1d;
}

.greenDown {
	display: inline-block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #038881;
}

/* 马上有生意 */
.haveTrade {
	width: 100%;

}

.haveTrade img {
	width: 100%;
}

/* 行业资讯 */
.infoBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.infoTitle {
	font-family: 'SourceHanSansCN-Normal';
	font-size: 46px;
	color: #038881;
	margin: 40px 0 0 20px;
}

.infoDesc {
	font-family: '黑体';
	margin-top: 10px;
	width: 40%;
	min-width: 300px;
	text-align: center;
	color: #a0a0a0;
	font-size: 18px;
}

.viewMore {
	padding: 3px 18px;
	border: 1px solid #038881;
	text-align: center;
	border-radius: 30px;
	color: #038881;
	position: absolute;
	right: 10px;
	top: 170px;
}

.moreArrow {
	display: inline-block;
}

.infoItemBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	overflow: hidden;
}

.InfoItem {
	width: 280px;
	height: 420px;
	margin-left: 20px;
	position: relative;
	background-color: #fff;
	flex-shrink: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.InfoTop {
	margin: 10px;
	width: 100%;
}

.InfoTop1 {
	width: 30%;
	border-bottom: 1px solid #038881;
	font-size: 34px;
}

.InfoTop2 {
	margin: 5px 0;
}

.infoMidActive {
	margin-top: 20px;
	padding: 10px;
	background-color: #038881;
	color: #fff;
}

.infoMid {
	margin-top: 20px;
	padding: 10px;
	/* background-color: #038881; */
	color: #000;
}
.infoMid:hover{
	background-color: #038881;
	color: #fff;
	cursor:pointer;
}
.infoMid:hover .infoMidInfo{
	background-color: #038881;
	color: #fff;
	cursor:pointer;
}

.infoMidHeader {
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0;
}

.infoMidInfo {
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	color: #828282;
}

.infoMidInfoActive {
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	color: #fff;
}

.infoImg {
	position: absolute;
	left: 15px;
	bottom: 35px;
}

/* 入驻企业 */
.settleBox {
	margin-top: 20px;
	width: 100%;
	height: 578px;
	background: url(../images/index/15.png);
	position: relative;
	/* 	display: flex;
	flex-direction: column;
	align-items: center; */
}

.settleTitle {
	margin: 30px 0 20px 0;
	width: 100%;
	color: #fff;
	font-size: 46px;
}

.settleDesc {
	width: 100%;
	color: #fff;
}

.settleListBox {
	width: 100%;
	height: 60px;
	background-color: #fff;
	position: absolute;
	bottom: 40%;
}

.settleListItem {
	position: absolute;
	top: -115%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.centerCom {
	color: #038881;
	font-size: 30px;
	height: 60px;
	line-height: 60px;
}

.normalCom {
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	color: #fff;
}

/* 供求资讯 */
.offerInfoBox {
	width: 100%;
	background-color: #fff;
	padding-bottom: 30px;
}

.offerContainer {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.offerTitle {
	font-family: 'SourceHanSansCN-Normal';
	font-size: 46px;
	color: #038881;
	margin: 40px 0 0 20px;
}

.offerDesc {
	font-family: '黑体';
	margin-top: 10px;
	width: 40%;
	min-width: 300px;
	text-align: center;
	color: #a0a0a0;
	font-size: 18px;
}

.offerMain {
	margin-top: 30px;
	width: 100%;
	height: 400px;
	background-color: #f6f6f6;
	display: flex;
	justify-content: space-between;
}

.offerLeft {
	width: 60%;
	height: 100%;
	display: flex;
}

.wantBox {
	width: 45%;
	padding: 20px;
	margin: 0 5%;
	min-width: 160px;
}

.wantList {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	color: #888888;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
}

.wantTitle {
	font-size: 26px;
	color: #038881;
	margin: 10px 0;

}

.wantDesc {
	width: 31%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.offerRight {
	width: 37%;
	height: 100%;
}

/* 联系我们 */
.contactBox {
	position: relative;
	width: 100%;
	height: 250px;
	background: url(../images/index/13.png) no-repeat;
	background-size: cover;
}

.contactMain {
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.contactUs {
	position: absolute;
	top: 10%;
	right: 0;
	width: 280px;
	padding: 4px 8px;
	color: #fff;
	font-size: 44px;
	background-color: #038881;
	text-align: center;
}

.contactInfo {
	position: absolute;
	top: 48%;
	right: 0;
	width: 480px;
	height: 20px;
	line-height: 13px;
	padding: 0px 8px;
	color: #fff;
	text-align: center;
	font-size: 26px;
	background-color: #038881;
}

.telBox {
	position: absolute;
	right: 5%;
	top: 60%;
	display: flex;
	align-items: center;
}

.telBox span {
	font-size: 45px;
	color: #fff;
	font-family: 'SourceHanSansCN-Bold'
	/*background-color: #f9d3d4;*/
}

.telBox img {
	margin-right: 6px;
	width: 48px;
	height: 53px;

}

/* 最新政策 */
.newBox {
	margin: 0 auto;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
}

.newTitle {
	font-family: 'SourceHanSansCN-Normal';
	font-size: 46px;
	color: #038881;
	margin: 40px 0 0 20px;
}

.newDesc {
	font-family: '黑体';
	margin-top: 10px;
	width: 40%;
	min-width: 300px;
	text-align: center;
	color: #a0a0a0;
	font-size: 18px;
}

.newMain {
	margin-top: 50px;
	display: flex;
	height: 630px;
}

.newLeft {
	margin: 0 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.newLeft1 {
	margin-top: 10px;
	width: 570px;
	height: 300px;
	padding: 20px;
	background-color: #038881;
	color: #fff;
}

.zx::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 24px;
	border-left: 2px solid #fff;
	position: relative;
	top: 4px;
	right: -10px;
}

.newTitleBox {
	font-size: 22px;
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.zx {
	padding-right: 20px;
}

.zxTitle {
	display: inline-block;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newLeft1Desc1 {
	padding-bottom: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}

.newLeft1Desc1 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 30px;
}

.newLeft1BotBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dateBig {
	font-size: 34px;
}

.dateSmall {
	font-size: 16px;
}

.newLeft2 {
	margin-top: 10px;
	width: 570px;
	height: 300px;
	padding: 20px;
	background-color: #fff;
	color: #aaaaaa;
}

.newLeft2:hover {
	background-color: #038881;
	color: #fff;
	cursor:pointer;
}

.newLeft2:hover .zx2{
	background-color: #038881;
	color: #fff;
}
.newLeft2:hover .zxTitle{
	background-color: #038881;
	color: #fff;
}

.zx2 {
	padding-right: 20px;
	color: #038881;
}

.zx2::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 24px;
	border-left: 2px solid #038881;
	position: relative;
	top: 4px;
	right: -10px;
}

.newLeft1Desc2 {
	padding-bottom: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 30px;
	border-bottom: 1px solid #e2e2e2;
}

.newLeft1Desc2 span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 30px;
}

.newLeft2 .zxTitle {
	color: #000;
}

.newRight {
	margin: 0 10px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.newRight1 {
	margin-top: 10px;
	width: 570px;
	height: 190px;
	background-color: #fff;
	display: flex;
	justify-content: space-around;
	position: relative;
}

.newRight1:hover {
	background-color: #038881;
	color: #fff;
	cursor:pointer;
}
.newRight1:hover .newRight1DateBox {
	color: #fff;
}
.newRight1:hover .newRight1DescDesc span {
	color: #fff;
}

.newRight1DateBox {
	width: 18%;
	height: 100%;
	color: #969696;
}

.newRight1DateBoxTop {
	text-align: center;
	font-size: 60px;
}

.newRight1DateBoxBot {
	text-align: center;
	font-size: 16px;
}

.newRight1DescBox {
	width: 70%;
	height: 100%;
}

.newRight1DescTitle {
	margin: 12px 0;
	width: 100%;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newRight1DescDesc {
	font-size: 16px;
}

.newRight1DescDescimg {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.newRight1DescDesc span {
	color: #a0a0a0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 34px;
}

.newMain>div>div {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

/* 登陆区域 */
.loginbox {
	margin-top: 30px;
	width: 100%;
	background: url(../images/index/14.png) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.loginMain {
	margin: 0 auto;
	height: 240px;
	display: flex;
}

.loginLeft {
	position: relative;
	top: 30px;
	color: #fff;
}

.loginLeftName {
	font-size: 46px
}

.loginLeftDesc {
	font-size: 18px;
	width: 40%;
}

.loginRight {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20%;
}

.welcome {
	width: 300px;
	font-size: 30px;
	color: #fff;
}

.welcome::after {
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	background-color: #038881;
}

.accountBox {
	padding: 5px 0;
	font-size: 18px;
	color: #fff;
	margin: 10px 0;
	display: flex;
	border-bottom: 1px solid #fff;
}

.accountBox>div {
	width: 60px;
	text-align: left;
}

.accountBox>input {
	width: 200px !important;
	background-color: transparent;
	width: 60px;
	color: #fff;
}

.loginBtn {
	margin-top: 20px;
	width: 80px;
	height: 30px;
	border-radius: 18px;
	background-color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	background-image: linear-gradient(to right, #0c6caa, #049a96);
	color: #fff;
	cursor:pointer;
}

.regBox {}

.regBox>a {
	float: right;
	font-size: 14px;
	color: #00c6b7;
}

/* 新处理入驻企业*/
#FontScroll {
	font-weight: 700;
width: 100%;
	height: 263px;
	line-height: 30px;
	overflow: Hidden;
	padding: 5px 0;
	margin: 50px auto;
}
.settleListBox2{

}
.newSetLi {
	width: 100%;
	display: flex;
	height: 60px;
	line-height: 60px;
	font-size: 36px;
	margin: 0 50px;
}

.newSetItem {
	transition-duration: .2s;
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	flex-shrink: 0;

}

.fontColor {
	height: 80px;
	line-height: 80px;
}

.fontColor .newSetItem {
	transition-duration: .2s;
	/* background-color: #fff; */
	color: #038881 !important;
	font-size: 36px !important;
}
#box2{
	height: 315px;
}
#box3{
	height: 315px;
}

@media screen and (max-width:568px) {
	#box2{
		height: 150px;
	}
	#box3{
		height: 150px;
	}
		.Tmid {
			width: 100%;
		}
		table {
			width: 92%;
		}
	.TLeft {
		width: 100%;
		height: 238px;
	}

	.statsHaveBgCountItem {
		/* transform: scale(0.5); */
	}

	/* 数据统计 */
	.statsNoBgCountItem {
		margin: 4px 0;
		flex-shrink: 0;
		width: 24%;
		/* min-width: 300px; */
		height: 100px;
		position: relative;
	}

	.statsNoBgCountItem .hc {
		width: 52px;
		top: 10%;
		left: 50%;
		transform: translateX(-50%);
	}

	.statsNoBgCountItem .add {
		top: 2%;
		right: 0;
	}

	.statsNoBgCountItem .statsNum {
		display: block;
		font-size: 24px;
		width: 80%;
		text-align: center;
		position: absolute;
		top: 65%;
		left: 50%;
		transform: translateX(-50%);
	}

	.statsNoBgCountItem .statsNoBgCountItemDesc {
		width: 90%;
		text-align: center;
		font-size: 12px;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	.statsHaveBgCountItem {
		margin: 0 0.2%;
		flex-shrink: 0;
		height: 155px;
		/* padding: 30px 20px; */
		background-color: #038881;
		width: 23.8%;
		position: relative;

	}

	.statsHaveBgCountItem .hc2 {
		width: 52px;
		left: 50%;
		transform: translateX(-50%);
		top: 10%;
	}

	.statsHaveBgCountItem .add2 {
		right: 2%;
		transform: translateX(-50%);
		top: 5%;
	}

	.statsHaveBgCountItem .statsNum2 {
		display: block;
		width: 80%;
		text-align: center;
		font-size: 24px;
		left: 50%;
		transform: translateX(-50%);
		top: 50%;
	}

	.statsHaveBgCountItem .statsNoBgCountItemDesc2 {
		font-size: 12px;
		width: 90%;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
		top: 80%;
	}

	/* 行业资讯 */
	.infoItemBox {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		margin-top: 60px;
		width:100%;
	}

	.InfoItem {
		margin: 0;
		margin-top: 10px;
		width: 48%;
		height: 320px;
		position: relative;
		background-color: #fff;
		flex-shrink: 0;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	}

	.infoMid {
		margin-top: 0;
	}

	/* 入驻企业 */
	.settleBox {
		width: 100%;
		height: 370px;
		background: url(../images/index/15.png) no-repeat;
		background-size: cover;
		/* background-size: 100%; */
	}

	.settleTitle {
		padding: 5px;
		margin: 4px 10px 4px 0;
		width: 100%;
		color: #fff;
		font-size: 28px;
	}

	.settleDesc {
		width: 100%;
		color: #fff;
		padding: 5px;
	}

	.settleListBox {
		width: 100%;
		height: 40px;
		background-color: #fff;
		position: absolute;
		bottom: 31%;
	}

	.settleListItem {
		position: absolute;
		top: -103%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.centerCom {
		color: #038881;
		font-size: 14px;
		height: 40px;
		line-height: 80px;
	}

	.normalCom {
		height: 28px;
		line-height: 58px;
		font-size: 12px;
		color: #fff;
	}

	/* 供求资讯 */
	/* 供求资讯 */
	.offerRight {
		display: none;
	}

	.offerMain {
		width: 100%;
		height: 550px;
		background: url(../images/index/16.png) no-repeat;
	}

	.wantBox {
		padding: 2px;
		width: 88%;
	}
	.wantList{
		height: 30px;
		line-height: 30px;
	}
	.wantDesc,
	.wantTime {
		font-size: 14px;
		color: #e6e6e6;
	}

	.offerLeft {
		width: 100%;
		flex-wrap: wrap;
		background-color: #00000090;
	}

	/* 联系我们 */
	.contactBox {
		margin-top: 20px;
		width: 100%;
		height: 150px;
	}

	.contactUs {
		position: absolute;
		top: 10%;
		left: 0;
		width: 120px;
		padding: 4px 0px;
		color: #fff;
		font-size: 24px;
		background-color: #038881;
	}

	.contactInfo {
		position: absolute;
		top: 45%;
		left: 0;
		width: 300px;
		height: 20px;
		line-height: 13px;
		padding: 0px 2px;
		color: #fff;
		text-align: center;
		font-size: 18px;
		background-color: #038881;
	}

	.telBox {
		position: absolute;
		left: 5%;
		top: 66%;
		width: 180px;
		display: flex;
		align-items: center;
	}

	.telBox span {
		font-size: 20px;
		color: #fff;
		font-family: 'SourceHanSansCN-Bold'
		/*background-color: #f9d3d4;*/
	}

	.telBox img {
		margin-right: 6px;
		width: 18px;
		height: 20px;

	}

	/* 最新政策 */
	.newBox {
		overflow: hidden;
	}

	.newMain {
		width: 100%;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
		height: auto;
		overflow: hidden;
	}

	.newLeft1,
	.newLeft2,
	.newRight1,
	.newRight,
	.newLeft {
		width: 98%;
		margin: 10px 0;
	}

	.newLeft1Desc2,
	.newLeft1Desc1 {
		font-size: 14px;
	}

	.newTitleBox,
	.newRight1DescTitle {
		font-size: 18px;
	}

	/* 登陆区域 */
	.loginbox {
		margin-top: 30px;
		width: 100%;
		background: #fff;
		background-image: linear-gradient(to bottom, #0c6caa, #049a96);
		position: static;
	}

	.loginMain {
		padding: 5%;
		margin: 0 auto;
		height: auto;
		display: block;
	}

	.loginLeft {
		position: relative;
		top: 30px;
		color: #000;
	}

	.loginLeftName {
		font-size: 46px
	}

	.loginLeftDesc {
		font-size: 18px;
		width: 90%;
	}

	.loginRight {
		width: 100%;
		margin: 40px auto 20px;

		position: static;
		transform: translateY(0);
	}

	.welcome {
		width: 300px;
		font-size: 35px;
		color: #fff;
	}

	.welcome::after {
		content: '';
		display: block;
		width: 40px;
		height: 3px;
		background-color: #038881;
	}

	.accountBox {
		padding: 10px 0;
		font-size: 18px;
		color: #000;
		margin: 10px 0;
		display: flex;
		border-bottom: 1px solid #000;
	}

	.accountBox>div {
		width: 60px;
		text-align: left;
	}

	.accountBox>input {
		width: 200px !important;
		background-color: transparent;
		width: 60px;
		color: #000;
	}

	.loginBtn {
		margin-top: 40px;
		width: 110px;
		height: 38px;
		border-radius: 18px;
		background-color: #fff;
		font-size: 18px;
		text-align: center;
		line-height: 38px;
		background-image: linear-gradient(to right, #0c6caa, #049a96);
		color: #fff;
	}

	.regBox {}

	.regBox>a {
		float: right;
		font-size: 18px;
		color: #00c6b7;
	}


	#FontScroll {
		font-weight: 700;
		width: 100%;
		height: 230px;
		line-height: 30px;
		overflow: Hidden;
		padding: 5px 0;
		margin: 6px auto;
	}
	.settleListBox2{

	}
	.newSetLi {
		width: 100%;
		display: flex;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 0;
	}

	.newSetItem {
		transition-duration: .2s;
		width: 25%;
		text-align: center;
		color: #fff;
		font-size: 12px;
		flex-shrink: 0;

	}

	.fontColor {
		height: 40px;
		line-height: 40px;
	}

	.fontColor .newSetItem {
		transition-duration: .2s;
		/* background-color: #fff; */
		color: #038881 !important;
		font-size: 14px !important;
	}
}

.viewMore:hover {
	background-color: #038881;
	color: #fff;
	cursor:pointer;
}

/* 动画部分 */
/* 数据统计 */

/* 向上淡出 */
@keyframes hvr-icon-float-away {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-1em);
		transform: translateY(-1em);
	}
}

/* 翻转 */
@keyframes rotateAm {
	0% {
		transform: scale(1) rotateY(0deg) translateY(-50%);
		bottom: 0;
	}

	50% {
		transform: scale(1.1) rotateY(180deg) translateY(-50%);
	}

	100% {
		transform: scale(1) rotateY(0deg) translateY(-50%);
	}

}

.statsHaveBgCountItem:hover {
	background-color: #01a297;
	transform: scale(1.05);
	transition-duration: .3s;
}

.statsHaveBgCountItem:hover .hc2 {

	transform: translate3d(0, 0, 0);
	transform-origin: center center;
	animation: rotateAm .6s linear;
	animation-fill-mode: forwards;
	position: absolute;
	bottom: 0;
	left: calc(50% - 43rpx);


}

.add2 {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.statsHaveBgCountItem:hover .add2 {
	-webkit-animation-name: hvr-icon-float-away;
	animation-name: hvr-icon-float-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.statsHaveBgCountItem:hover .statsNum2 {
	transform: scale(1.2) translateX(40%);
	transition-duration: .2s;
}
.statsHaveBgCountItem:hover .statsNoBgCountItemDesc2{
	font-weight: bold;
	transition-duration: .5s;
}
.statsNoBgCountItem:hover{
	/* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */

}
.statsNoBgCountItem:hover .hc{
	transform: translate3d(0, 0, 0);
	transform-origin: center center;
	animation: rotateAm .6s linear;
	animation-fill-mode: forwards;
	position: absolute;
	bottom: 0;
	left: calc(50% - 43rpx);

}
.add {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.statsNoBgCountItem:hover .add {
	-webkit-animation-name: hvr-icon-float-away;
	animation-name: hvr-icon-float-away;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
.statsNoBgCountItem:hover .statsNum {
	transform: scale(1.2) translateX(40%);
	transition-duration: .2s;
}
.statsNoBgCountItem:hover .statsNoBgCountItemDesc{
	font-weight: bold;
	transition-duration: .5s;
}
@media screen and (min-width:600px){

	/* 动画部分 */
	/* 数据统计 */

	/* 向上淡出 */
	@keyframes hvr-icon-float-away {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
			-webkit-transform: translateY(-1em);
			transform: translateY(-1em);
		}
	}

	/* 翻转 */
	@keyframes rotateAm {
		0% {
			transform: scale(1) rotateY(0deg) translateY(-50%);
			bottom: 0;
		}

		50% {
			transform: scale(1.1) rotateY(180deg) translateY(-50%);
		}

		100% {
			transform: scale(1) rotateY(0deg) translateY(-50%);
		}

	}

	.statsHaveBgCountItem:hover {
		background-color: #01a297;
		transform: scale(1.05);
		transition-duration: .3s;
	}

	.statsHaveBgCountItem:hover .hc2 {

		transform: translate3d(0, 0, 0);
		transform-origin: center center;
		animation: rotateAm .6s linear;
		animation-fill-mode: forwards;
		position: absolute;
		bottom: 0;
		left: calc(50% - 43rpx);
	}

	.add2 {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.statsHaveBgCountItem:hover .add2 {
		-webkit-animation-name: hvr-icon-float-away;
		animation-name: hvr-icon-float-away;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	.statsHaveBgCountItem:hover .statsNum2 {
		transform: scale(1.2) translateX(40%);
		transition-duration: .2s;
	}
	.statsHaveBgCountItem:hover .statsNoBgCountItemDesc2{
		font-weight: bold;
		transition-duration: .5s;
	}
	.statsNoBgCountItem:hover{
		/* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); */

	}
	.statsNoBgCountItem:hover .hc{
		transform: translate3d(0, 0, 0);
		transform-origin: center center;
		animation: rotateAm .6s linear;
		animation-fill-mode: forwards;
		position: absolute;
		bottom: 0;
		left: calc(50% - 43rpx);

	}
	.add {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
	.statsNoBgCountItem:hover .add {
		-webkit-animation-name: hvr-icon-float-away;
		animation-name: hvr-icon-float-away;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	.statsNoBgCountItem:hover .statsNum {
		transform: scale(1.2) translateX(40%);
		transition-duration: .2s;
	}
	.statsNoBgCountItem:hover .statsNoBgCountItemDesc{
		font-weight: bold;
		transition-duration: .5s;
	}


}

.topSwiperItem1:hover {
	transform: scale(1.15);
}

.topSwiperItem1 {
	display: block;
	border-radius: 10px 10px 0 0;
	transition: 0.5s;
	object-fit: cover;
}


.offerRight:hover {
	transform: scale(1.15);
}

.offerRight {
	display: block;
	border-radius: 10px 10px 0 0;
	transition: 0.5s;
	object-fit: cover;
}