body,
html {
	margin: 0;
	padding: 0;
	font-family: "PingFang SC", XHW-pzh, "Lantinghei SC", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", 微软雅黑, STHeitiSC-Light, simsun, 宋体, "WenQuanYi Zen Hei", "WenQuanYi Micro Hei", sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

.flex {
	display: flex;
}

.flex-col {
	flex-direction: column;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.justify-end {
	justify-content: flex-end;
}

.items-center {
	align-items: center;
}

.ellipse-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: break-word;
}

::-webkit-scrollbar {
	width: 8px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(155, 155, 155, 0.4);
}

/* font */
.textGreen {
	color: #00A096
}

/* number */
/* Montserrat-Bold.otf */
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.otf') format('opentype'),
		font-weight: normal;
	font-style: normal;
}

.fontMontserrat {
	font-family: Montserrat-Bold !important;
}

/* container */
.container {
	padding: 0 5%;
	width: 90%;
}

.titlebox {
	margin: 70px auto 36px;
}

.titlebox h1 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 54px;
	color: rgba(44, 44, 44, 1);
	text-align: center;
	vertical-align: top;
}

.lineBar {
	border-top-color: rgba(0, 160, 150, 1);
	border-top-width: 6px;
	border-top-style: solid;
	width: 68px;
	height: 0;
	border-right: 6px solid rgba(0, 160, 150, 0);
	margin: 0 auto;
	margin-top: 24px;
}

/* footer */
.footer {
	background: rgba(255, 255, 255, 1);
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
}

.footer a {
	color: rgba(51, 51, 51, 1);
	text-decoration: none;
}

.footer a:hover {
	color: rgba(0, 160, 150, 1);
}

.footertop .container {
	width: auto;
	max-width: 100%;
	
	padding: 22px 5%;
}

.footertop{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 24px 0;
}
.footnav{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footTitle a{
font-size: 18px;
font-weight: 400;
letter-spacing: 0px;
line-height: 26px;
color: rgba(51, 51, 51, 1);
}
/* .footcontent {
    padding-top: 40px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
	padding: 40px 5%;
	
	border-top: 1px solid rgba(255, 255, 255, 0.2);
} */
.footTitle {
	text-align: left;
	margin-bottom: 12px;
	position: relative;
	font-size: 20px;
	line-height: 1.5;
	padding-left:40px;
}

.footList {
	margin-bottom: 41px;
	padding-top: 12px;
	display: flex;
	flex-direction: column;
}
.footdown{
	border-top: 1px solid #ddd
}
/* 
a.footItem {
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	color: rgba(255, 255, 255, .75);
}

.footItem a {
	color: rgba(255, 255, 255, .75);
} */
/* 
.footcontent .footnav {
	max-width: 30%;
	width: auto;
	padding-right: 2.2%;
}

.footnav .footItem a {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 24px;
	text-align: left;
	vertical-align: top;
	display: block;
}

.footContact {
	max-width: 30%;
} */

.chat-link-wrap img {
	margin-left: 16px;
	display: none;
}

.footContact .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contactItem {
	width: 50%;
}

.contactItem span {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 21.12px;
	color: rgba(255, 255, 255, .75);
	text-align: left;
	vertical-align: top;
}

.contactItem p {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 33px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	vertical-align: top;
}
/* 
.footContact .flex:last-child .contactItem {
	width: 100%;
}

.footContact .flex:last-child(2) .contactItem p {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 26px;
	color: rgba(255, 255, 255, 1);
	text-align: left;
	vertical-align: top;
}

.footContact .flex:last-child .contactItem p {
	font-size: 18px;
	font-weight: 400;
} */

.footdown {
	padding: 18px 0;
	/* background: rgba(0, 0, 0, 0.55); */
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* .footdown .container {
	width: auto;
	
} */

.footdown p {
	margin: 0;
	padding: 0;
}

/* crumbs */
.crumbs {
	/* position: absolute;
        bottom: 0;
        left: 5%; */
	width: 100%;
	height: 60px;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 2px 12px rgba(58, 89, 82, 0.12);
	/** 文本1 */
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 60px;
	color: rgba(26, 26, 26, 1);
}

.crumbs a {
	transition: all .36s;
	/** 文本1 */
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 21.12px;
	color: rgba(26, 26, 26, 1);
}

.crumbs a:not(:first-child)::before {
	content: ">";
	display: inline-block;
	margin: 0 5px;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	transform: translateY(-1px);
}

/* subbanner */
.subbanner .bannerCenter {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: start;
	align-items: center;
	position: relative;
}

.subbanner .bannerCenter .box {
	padding-left: 5%;
}

@media (max-width: 1400px) {
	.contactItem p {
		font-size: 18px;
	}

	.contactItem span {
		font-size: 14px;
	}

	a.footItem {
		margin-bottom: 14px;
		font-size: 14px;
	}

	.footTitle {
		font-size: 18px;
	}

	.footdown {
		flex-wrap: wrap;
	}

	.footdown p {
		display: none;
	}

	.footdown>p:nth-child(1) {
		display: block;
	}
}
@media (max-width: 1280px) {
	.footTitle {
		padding-left: 20px;
	}
	.chat-link-wrap img {
		margin-left: 8px;
	}
	.footTitle a{
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.footertop {
		
		flex-wrap: wrap;
	}
	.footnav {
		justify-content: flex-start;
		width: 100%;
		padding-top: 20px;
		
	}
	.chat-link-wrap{width: 100%;}
	.footTitle {
        padding-left: 0px;
		padding-right: 20px;
    }
	.footTitle a{
		font-size: 14px;
	}

}
@media (max-width: 768px) {
	.subbanner .bannerCenter .box {
		padding-top: 20px;
	}
	.footer {
		width: 100%;
	}
	.footertop {
		padding-bottom: 0;
	}
	.footLogo {
		width: 160px;
	}

	.footnav {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
		margin-bottom: 20px;
		flex-wrap: wrap;
	}

	.footcontent,
	.footdown {
		flex-wrap: wrap;
	}

	.footTitle {
		margin-bottom: 0;
		padding: 0;
		width: 50%;
	}

	.footcontent {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.footList {
		margin-bottom: 20px;
	}

	.footer .footcontent .footnav,
	.footContact {
		width: 100%;
		max-width: 100%;
	}
	.footTitle a{
		width: 100%;
	}

	.titlebox h1 {
		font-size: 24px;
		line-height: 30px;
	}

	.crumbs a,
	.crumbs {
		font-size: 14px;
	}


}