@font-face {
  font-family: 'jdlz';
	src: url('../font/JDLangZhengTi.ttf');
}
.introduce .card .title .text{
	display: none;
	/* 客户要求去除标题 */
}
@keyframes pageMove {
		10% { 
		  transform: rotate(15deg); 
		} 
		20% { 
		  transform: rotate(-10deg); 
		} 
		30% { 
		  transform: rotate(5deg); 
		} 
		40% { 
		  transform: rotate(-5deg); 
		} 
		50%,100% { 
		  transform: rotate(0deg); 
		} 
}
.fab {
	position: fixed;
	right: 5rem;
	bottom: 20%;
	z-index: 99999;
	font-size: 1.5rem;
	text-shadow: 2px 2px 2px rgba(0,0,0,.06);
	font-weight: bold;
	cursor: pointer;
	font-family: 'jdlz';
	display: flex;
	align-items: center;
}
.fab span {
	color: #000000;
	opacity: 0.5;
}
.fab p {
	margin: 0;
	line-height: 1.75rem;
}
.fab .btnPage{
	width: 72px;
	animation: pageMove 2.5s .15s linear infinite;
	animation: pageMove 2.5s .15s linear infinite;
	animation: pageMove 2.5s .15s linear infinite; 
	animation: pageMove 2.5s .15s linear infinite;
}
.navbar {
	opacity: .8;
}
.topNav {
	height: 5rem;
	width: 100vw;
	background: rgba(0,0,0,.62);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
}
.LOGO{
	color: #FFFFFF;
	padding: 0 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	font-family: jdlz;
}
.LOGO .enLogo {
	font-size: 1rem;
}
.LOGO span {
	padding-left: 1rem;
}
.LOGO .logo {
	/* width: 16.25rem; */
	height: 2rem;
	border-right: 1px solid rgba(255,255,255,.38);
	padding-right: 1rem;
}
.LOGO .logo.flax {
	height: 1.5rem;
}
.topNav li {
	padding: 0 0.5rem;
	opacity: .8;
}
.topNav li :hover{
	color: #5289f5;
	cursor: pointer;
}
.topNav li.myLogo {
	opacity: 1;
}
.topNav li.myLogo :hover{
	color: #FFFFFF;
}
.logo {
	/* height: 2.5rem; */
}
.nav-item {
	cursor: pointer;
}
.nav-item .btn {
	margin: 0 0.5rem;
}
.topBanner {
	max-height: 50vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
ul {
	list-style: none;
}
hr {
	opacity: 0.1;
}
.title {
	padding-bottom: 1.25rem;
}
.title .text{
	color: #0D6EFD;
	font-size: 1.75rem;
	line-height: 2.25rem;
	font-weight: bolder;
}
.title .subTitle {
	font-size: 1.2rem;
	color: #ccc;
	line-height: 1.2rem;
	position: relative;
}
.title .subTitle::after {
	content: '';
	height: 1px;
	width: 100%;
	background: #ddd;
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
.title .subTitle span {
	background: #FFFFFF;
	padding: 0 1.25rem;
	position: relative;
	z-index: 9;
}

.introduce {
	text-align: center;
	padding: 5rem 8vw 1.25rem;
}
.introduce .card {
	background: #FFFFFF;
	border: none;
	padding: 2.5rem;
}
.introduce .content {
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	padding-bottom: 1.25rem;
	width: 100%;
}

footer {
	width: 100%;
	box-sizing: border-box;
	background-color: #232529;
	padding: 2.5rem 6vw 0 6vw;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
footer .left {
	height: 12.5rem;
	color: #FFFFFF;
	width: 30rem;
	font-size: 1.4rem;
	padding-left: 2.5rem;
	margin-right: 5rem;
	border-left: 1px solid rgba(255,255,255,.1);
	display: inline-block;
}
footer .left dl {
	margin-bottom: 0;
}
footer .left dt{
	font-weight: bold;
	width: 100%;
	height: 3.75rem;
	padding-bottom: 1.125rem;
}
footer .left dd{
	width: 48%;
	font-size: 0.875rem;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font-weight: normal;
	opacity: 0.6;
}
footer .left dd:hover{
		opacity: 0.8;
}

footer .right {
	height: 12.5rem;
	color: #FFFFFF;
	font-size: 1.6rem;
	padding-left: 2.5rem;
	border-left: 1px solid rgba(255,255,255,.1);
	display: inline-block;
}
footer .right dl {
	margin-bottom: 0;
}
footer .right dt{
	font-weight: bold;
	width: 100%;
	height: 3.75rem;
	padding-bottom: 1.125rem;
}
footer .right dd{
	font-size: 0.875rem;
	color: #FFFFFF;
	font-weight: normal;
	opacity: 0.8;
}

footer .bottom {
	width: 100%;
	height: 2.5rem;
	line-height: 2.8rem;
	margin-top: 2.5rem;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.875rem;
	border-top: 1px solid rgba(255,255,255,.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .bottom img{
	padding-right: 0.25rem;
}
footer .bottom span{
	cursor: pointer;
	padding: 0 0.5rem;
}


@media (max-width: 992px) {
	.fab {
		right: 1.25rem;
		bottom: 4rem;
		font-size: 0.9rem;
	}
	.fab p {
		line-height: 1rem;
	}
	.fab .btnPage {
		width: 40px;
	}
	
	.introduce .card .title {
		display: none;
		/* 客户要求去除标题 */
	}
	.logo {
		height: 2rem;
	}
	.LOGO .logo {
		height: 1.5rem;
		padding-right: 0.5rem;
	}
	.LOGO span {
		padding-left: 0.5rem;
	}
	.navbar-brand {
		margin: 0;
	}
	.container {
		flex-wrap: nowrap;
	}
	.LOGO {
		font-size: 1rem;
		padding: 0;
	}
	.LOGO .enLogo{
		font-size: 0.75rem;
	}
	.title {
		/* padding-bottom: 8px; */
		text-align: left;
	}
	.title .text{
		/* font-size: 1.2rem; */
		/* line-height: 27px; */
		font-weight: bolder;
		margin: 0px;
	}
	.title .subTitle {
		/* font-size: 14px; */
		/* line-height: 21px; */
		margin-bottom: 0px;
		position: relative;
	}
	.title .subTitle::after {
		display: none;
	}
	.title .subTitle span {
		padding: 0;
	}
	
	.introduce {
		padding: 1.25rem !important;
	}
	.introduce .card {
		padding: 0;
	}
	footer {
		/* padding: 20px; */
		justify-content: center;
	}
	footer .left {
		display: none;
	}
	footer .right {
		border: none;
		height: auto;
		padding: 0;
	}
	footer .right dt{
		display: none;
	}
	footer .right dd{
		/* font-size: 12px; */
		text-align: center;
	}
	footer .bottom {
		/* margin: 10px; */
		font-size: 0.6rem;
		white-space: nowrap;
	}
}
.modal .modal-body {
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.modal .modal-body img{
	width: 100%;
}
