body {
	font-family: "微软雅黑";
	overflow-x: hidden;
	margin: 0 !important;
	* {
		box-sizing: border-box;
	}
}

/* info旧样式 */


.a-info-more {
	width: 200px;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.a-info-more-out {
	display: flex;
	flex-direction: row;
	width: 1200px;
	margin-bottom: 60px;
	justify-content: center;
}

.a-info-middle-box {
	display: flex;
	flex-direction: row;
	width: 1280px;
	margin-top: 20px;
	margin-bottom: 60px;
}

.a-info-middle {
	display: flex;
	flex: 1;
	justify-content: center;
}

.a-info-button {
	width: 110px;
	height: 36px;
	border: none;
	color: #1583FB;
	border-radius: 20px;
	margin-top: 20px;
}

.a-info-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
	margin-top: 60px;
}

.a-change-box-item {
	display: flex;
	width: 240px;
	height: 62px;
	justify-content: center;
	align-items: center;
}

.a-change-box-item1 {
	display: flex;
	width: 240px;
	height: 62px;
	background-color: #2180ff;
	color: #ffffff;
	justify-content: center;
	align-items: center;
}

.a-change-box-back {
	display: flex;
	flex-direction: row;
	width: 1280px;
	background-color: #FAFAFA;
}

.a-change-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 610px;
}

.info-banner {
	max-width: 1920px;
	height: 672px;
	position: absolute;
	z-index: -1;
	top: 0;
}

.a-part1-tips {
	font-size: 14px;
	color: #999;
}

.a-part1-title {
	font-size: 32px;
	font-weight: 600;
}


.index-zixun-part-button {
	background-color: #fff;
	border: 2px solid #E5E5E5;
	width: 110px;
	height: 36px;
	border-radius: 20px;
	color: #6E6E6E;
}

.index-zixun-part-info {
	line-height: 24px;
	font-size: 14px;
}

.index-zixun-part-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index-zixun-part-time {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
}


.index-zixun-part-title {
	font-size: 20px;
	font-weight: 600;
}

.index-zixun-part-inner {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 200px;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}


.index-zixun-part3 {
	background-image: url('../img/index/index_zixun3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 400px 480px;
	width: 400px;
	height: 480px;
}

.index-zixun-part2 {
	background-image: url('../img/index/index_zixun2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 400px 480px;
	width: 400px;
	height: 480px;
}


.index-zixun-part1 {
	background-image: url('../img/index/index_zixun1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 400px 480px;
	width: 400px;
	height: 480px;
}

.top-nav {
	width: 100%;
	max-width: 1200px;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	margin: 0 auto;
	padding: 10px 0;
	background-color: transparent;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.logo-box {
	display: inline-block;
	font-size: large;
	color: #fff;
	white-space: nowrap;
	font-size: 30px;
	font-weight: 600;
}

.logo-box .logo {
	vertical-align: middle;
}

.logo-box a {
	text-decoration: none;
	color: #fff;
}

#nav-menu {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-direction: row;
}

.menu-btn {
	display: none;
}

nav li {
	list-style: none;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	justify-self: center;
	padding: 5px 0 0;
	margin: 0 5px;
}

nav li a {
	text-decoration: none;
	padding: 8px 20px;
	vertical-align: middle;
}

nav li:hover a {
	color: #fff;
	background-color: #2180ff;
	padding: 8px 20px;
	border-radius: 20px;
}

.this-page {
	color: #fff;
	background-color: #2180ff;
	padding: 8px 20px;
	border-radius: 20px;
}

.close {
	display: none;
}

nav li:hover {
	color: #fff !important;
}

nav li:hover a {
	color: #fff;
}


.right-menu {
	position: fixed;
	right: 5px;
	top: 50%;
	z-index: 10000;
	overflow: hidden;
}

.right-menu-list {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.right-menu-list .menu-icon {
	flex: 1;
	width: 50px;
	height: 50px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
}

.right-menu-list .menu-icon:hover {
	background-color: #2180ff;
}

.menu-icon>img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.menu-icon .show-contant {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 50%;
	right: 100px;
	transition: all 0.5s ease-in-out;
}

.menu-icon:hover .show-contant {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out;
}

.office-qrcode {
	width: 150px;
	height: 150px;
}

.pop-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.first-page .desc {
	color: #fff;
}

h1 {
	font-size: 40px;
	line-height: 70px;
	color: #0d355a;
}

.a-main {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

.index-title {
	font-size: 50px !important;
	color: #fff;
	margin: 0 auto 3rem;
}

.first-pag .a-main .desc,
.img-box {
	display: inline-flex;
	margin-bottom: 30px;
}

.first-page .a-main .desc {
	max-width: 700px;
	padding-top: 20px;
	line-height: 30px;
}

.first-page .a-main .desc .info {
	width: 80%;
	margin-right: auto;
}

.scan-btn {
	color: #2180ff;
	background-color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 5;
}

.try-scan-qrcode {
	display: none;
	opacity: 0;
	position: absolute;
	width: 177px;
	height: 190px;
	left: -22px;
	top: 0;
	border-radius: 15px 15px 0 0;
	margin-top: -200px;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.scan-btn:hover .try-scan-qrcode {
	display: block;
	opacity: 1;
}

.box-list {
	display: flex;
	flex: 2;
	flex-wrap: wrap;
}

.a-category {
	text-align: center;
	width: 20%;
	flex-direction: column;
	line-height: 30px;
	margin-bottom: 25px;
}

.category-name {
	font-size: 20px;
}

.module-menu {
	display: inline-block;
	width: 45%;
	float: right;
}

#module {
	display: block;
	overflow: hidden;
}


.a-module {
	color: #0D3550;
	margin: 30px 0;
	line-height: 30px;
}

.a-module-hover {
	color: #2180ff;
	margin-left: -50px;
	transition: all 0.5s ease-in-out;
}

.module-title {
	font-size: 24px;
}


.title-area {
	text-align: center;
	padding-top: 50px;
}

.bk-box .title-area>h1 {
	color: #000;
}

.subtitle {
	color: #657294;
}

.subtitle-edit {
	color: #657294;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}

.info-box {
	margin: 50px 80px 0;
	font-size: 18px;
	color: #677294;
	letter-spacing: 3px;
	line-height: 30px;
}

.service-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.a-service {
	width: 370px;
	height: 255px;
	text-align: center;
	border-bottom: 2px solid #2180ff;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin: 15px;
}

.a-service div {
	margin-top: 25px;
}

.service-title {
	color: #0d3550;
}

.a-service p:nth-child(2) {
	font-size: 20px;
}

.a-service p:nth-child(3) {
	color: #657294;
	margin: 0 20px 0;
}

.bk-box {
	background-image: url('../img/school/data-bk1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.bk-box .a-main .title-area p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
}

#superiority .info-box {
	margin: 50px 80px 0;
	font-size: 17px;
	text-align: left;
	text-indent: 2em;
}

#cooperation {
	display: flex;
	justify-content: space-between;
}

.a-step,
.a-item {
	display: flex;
	text-align: center;
	flex-direction: column;
	margin: 15px;
}

.arrow-box {
	display: flex;
	align-items: center;
}

.data-presentation {
	background-image: url('../img/school/data-bk1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	padding-top: 80px;
}

.data-presentation .a-main {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
}

.item-num {
	font-size: 34px;
}

.item-name {
	font-size: 18px;
}

.case-company {
	font-size: 20px;
	margin: 10px auto;
	color: #1d253a;
}

#scan-qr-code .a-main {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
}

.qr-code-box-title,
.qr-code-box-info {
	text-align: center;
}

#scan-qr-code .img-box {
	padding-top: 50px;
}

.qr-code-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
}

.qr-code-box-info {
	color: #657294;
	font-size: 20px;
}

#bottom {
	background-color: #2180ff;
	color: #fff;
	padding: 30px 0;
}

#bottom .a-main {
	align-items: center;
}

.contant,
.contant-qrcode,
.bottom-logo {
	flex: 1;
	align-items: center;
	height: 100%;
	text-align: center;
}

.phone {
	text-decoration: none;
	color: #fff;
}

.font-size-add {
	font-size: 20px;
}

.contant-qrcode {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.bottom-qr-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.bottom-qr-box>img {
	margin: 0 10px;
	max-width: 100px;
}

.pc-img {
	display: block;
}

.only-mobile {
	display: none;
}

.float-animation {
	animation: shakeUp 15s infinite ease;
	-webkit-animation: shakeUp 15s infinite ease;
}

@keyframes shakeUp {

	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateY(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateY(10px);
	}
}

@media screen and (max-width: 980px) {

	/*当屏幕尺寸小于980px时，应用下面的CSS样式*/
	p {
		text-align: left;
	}

	.top-nav {
		max-width: 100%;
		width: 100vw;
	}

	.logo-box {
		font-size: 20px;
	}

	.logo-box .logo {
		transform: scale(0.7)
	}

	#nav-menu {
		position: fixed;
		opacity: 0;
		left: 0px;
		top: 0px;
		display: none;
		flex-wrap: wrap;
		flex-direction: column;
		background-color: rgba(29, 36, 45, 0.9);
		z-index: 99999;
		color: #fff;
		width: 100%;
		line-height: 45px;
		height: 100%;
	}

	.menu-btn {
		position: fixed;
		z-index: 1;
		width: 40px;
		height: 40px;
		right: 5px;
		top: 30px;
		display: flex;
		background-color: rgba(65, 81, 101, 0.9);
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		transition: all 0.1s ease-in-out;
	}

	.menu-btn>img {
		height: 80%;
		width: 80%;
		margin: auto;
	}

	.close {
		display: block;
	}

	#nav-menu li a {
		text-decoration: none;
		padding: 5px 30%;
		color: #fff;
		display: block;
		height: 100%;
	}

	.a-main {
		max-width: 95%;
		margin: 30px auto;
		flex-direction: column;
		text-align: center;
	}

	.title-area {
		padding-top: 20px;
	}

	.a-main .desc .index-title {
		font-size: 30px !important;
		line-height: 50px;
	}

	.first-page .a-main .desc .info {
		text-align: left;
		margin: 0 auto;
		width: 95%;
		font-size: 15px;
	}

	h1 {
		font-size: 26px;
	}

	.long-title {
		font-size: 14px;
	}

	.try-scan-qrcode {
		width: 130px;
		height: 139px;
		left: 0px;
		top: 0;
		border-radius: 15px 15px 0 0;
		margin-top: -140px;
	}

	.category-name {
		font-size: 15px;
	}

	#module {
		display: flex;
		flex-direction: column;
	}

	.module-menu {
		width: 100%;
		display: flex;
	}

	.a-module {
		width: 20%;
		margin: 0 auto;
		position: relative;
		line-height: normal;
	}

	.a-module .module-title {
		width: 100%;
		border: 1px solid #999;
		border-radius: 10px;
		padding: 5px 3px;
		font-size: 14px;
	}

	.a-module-hover .module-title {
		border: 1px solid #2180ff;
	}


	.module-img-box {
		margin-top: 50px;
	}

	.module-description {
		display: none;
	}

	.arrow-box {
		display: none;
	}

	img {
		height: auto;
		max-width: 100%;
	}

	.compare-title {
		margin-left: 0;
		text-align: center;
		color: #000;
	}

	.subtitle {
		text-align: center;
		font-size: 14px;
	}

	.subtitle-edit {
		font-size: 16px;
		text-align: left;
	}

	.service-title {
		text-align: center;
	}

	#cooperation {
		flex-direction: row;
	}

	.a-step {
		margin: 5px;
	}

	.a-step .step-name {
		font-size: 14px;
		font-weight: 600;
	}

	#superiority .info-box {
		margin: 8px;
		font-size: 16px;
		text-align: left;
		text-indent: 2em;
	}

	.data-presentation .a-main {
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
	}

	.a-item {
		flex: 1;
	}

	.a-item .item-num {
		font-size: 20px;
	}

	.a-item .item-name {
		font-size: 14px;
	}

	.swiper-container {
		height: 150px;
		margin: 0 auto;
	}

	.case-company {
		font-size: 8px;
	}

	.contant {
		font-size: 15px;
		line-height: 30px;
	}

	.bottom-qr-box p {
		text-align: center;
	}

	.pc-img {
		display: none;
	}

	.only-mobile {
		display: block;
	}
}

/* cms旧样式 */

.qrcode-banner{
    max-width: 1920px;
}

.qrcode-banner-top{
    max-width: 1920px;
	height: 672px;
	position: absolute;
	z-index: -1;
	top: 0;
}

.hand-card{
    margin-top: 120px;
    margin-bottom: 120px;
}

.top-nav {
    width: 100%;
    max-width: 1200px;
    display: -webkit-flex;
    /* Safari */
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    background-color: transparent;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo-box {
    display: inline-block;
    font-size: large;
    color: #fff;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 600;
}

.logo-box .logo {
    vertical-align: middle;
}

.logo-box a{
    text-decoration: none;
    color: #fff;
}

#nav-menu {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-direction: row;
}

.menu-btn {
    display: none;
}

nav li {
	list-style: none;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	justify-self: center;
	padding: 5px 0 0;
	margin: 0 5px;
}

nav li a {
	text-decoration: none;
	padding: 8px 20px;
	vertical-align: middle;
}

nav li:hover a {
	color: #fff;
    background-color: #2180ff;
    padding: 8px 20px;
    border-radius: 20px;
}

.this-page {
	color: #fff;
    background-color: #2180ff;
    padding: 8px 20px;
    border-radius: 20px;
}

.close {
    display: none;
}

nav li:hover {
    color: #fff !important;
}

nav li:hover a {
    color: #fff;
}


.right-menu {
    position: fixed;
    right: 5px;
    top: 50%;
    z-index: 10000;
    overflow: hidden;
}

.right-menu-list {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.right-menu-list .menu-icon {
    flex: 1;
    width: 50px;
    height: 50px;
    padding: 5px 0;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.right-menu-list .menu-icon:hover {
    background-color: #2180ff;
}

.menu-icon>img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.menu-icon .show-contant {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 50%;
    right: 100px;
    transition: all 0.5s ease-in-out;
}

.menu-icon:hover .show-contant {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.office-qrcode {
    width: 150px;
    height: 150px;
}

.pop-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.first-page .desc {
    color: #fff;
}

h1 {
    font-size: 40px;
    line-height: 70px;
    color: #0d355a;
}

h2{
	margin-top: 0;
}

.a-main {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: center;
    width: 100%;
}

.index-title {
    font-size: 50px !important;
    color: #fff;
    margin: 0 auto 3rem;
}

.first-pag .a-main .desc, .img-box {
    display: inline-flex;
    margin-bottom: 30px;
}

.first-page .a-main .desc {
    max-width: 700px;
    padding-top: 20px;
    line-height: 30px;
}

.first-page .a-main .desc .info {
    width: 80%;
    margin-right: auto;
}

.scan-btn {
    color: #2180ff;
    background-color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
    z-index: 5;
}

.try-scan-qrcode {
    display: none;
    opacity: 0;
    position: absolute;
    width: 177px;
    height: 190px;
    left: -22px;
    top: 0;
    border-radius: 15px 15px 0 0;
    margin-top: -200px;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.scan-btn:hover .try-scan-qrcode {
    display: block;
    opacity: 1;
}

.box-list {
    display: flex;
    flex: 2;
    flex-wrap: wrap;
}

.a-peculiarity {
    width: 350px;
    height: 480px;
    flex-direction: column;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(236, 236, 236, 1);
    border-radius: 5px;
    margin-top: 25px;
    margin-right: 25px;
    text-align: center !important;
}

.a-peculiarity:hover {
    border: 1px #fff solid;
    box-shadow: 0 0 15px  rgba(33, 129, 255, 0.3);
}

.peculiarity-info {
    line-height: 32px;
    margin: 2% 3%;
}

.peculiarity-title {
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 1.5em;
    white-space: nowrap;
    color: #0d355a;
}

.peculiarity-info p:nth-child(2) {
    color: #657294;
}

.compare {
    margin: 0 30px;
    flex: 1;
}

.compare-title-box {
    background-color: #2180ff;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 10px;
}

.compare-title {
    font-size: 26px;
    margin-left: 20px;
    padding: 0;
    color: #0d355a;
}

.compare-info {
    font-size: 18px;
    color: #657294;
    line-height: 32px;
}

.title-area {
    text-align: center;
    padding-top: 50px;
}

.bk-box .title-area>h1 {
    color: #000;
}

.subtitle {
    color: #657294;
}

.subtitle-edit {
    color: #657294;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
}

.info-box{
    margin: 50px 80px 0;
    font-size: 18px;
    color: #677294;
    letter-spacing: 2px;
    line-height: 30px;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.a-service {
    width: 370px;
    height: 255px;
    text-align: center;
    border-bottom: 2px solid #2180ff;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin: 15px;
}

.a-service div {
    margin-top: 25px;
}

.service-title {
    color: #0d3550;
}

.a-service p:nth-child(2) {
    font-size: 20px;
}

.a-service p:nth-child(3) {
    color: #657294;
    margin: 0 20px 0;
}

.bk-box {
    background-image: url('../img/school/data-bk1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.bk-box .a-main .title-area p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 30px;
}

#superiority .info-box{
    margin: 50px 80px 0;
    font-size: 17px;
    text-align: left;
    text-indent: 2em;
}

#cooperation {
    display: flex;
    justify-content: space-between;
}

.a-step, .a-item {
    display: flex;
    text-align: center;
    flex-direction: column;
    margin: 15px;
}

.arrow-box {
    display: flex;
    align-items: center;
}

.data-presentation {
    background-image: url('../img/school/data-bk2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-top: 80px;
}

.data-presentation .a-main {
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}

.item-num {
    font-size: 34px;
}

.item-name {
    font-size: 18px;
}

.swiper-container {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 100px auto;
    height: 400px;
    word-wrap: normal;
    table-layout: auto;
    overflow: hidden;
}

.swiper-slide {
    width: 360px;
    overflow: hidden;
    text-align: center;
}



.case-company {
    font-size: 20px;
    margin: 10px auto;
    color: #1d253a;
}

#scan-qr-code .a-main {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
}

.qr-code-box-title, .qr-code-box-info {
    text-align: center;
}

#scan-qr-code .img-box {
    padding-top: 50px;
}

.qr-code-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
}

.qr-code-box-info {
    color: #657294;
    font-size: 20px;
}

#bottom {
    background-color: #2180ff;
    color: #fff;
    padding: 30px 0;
}

#bottom .a-main {
    align-items: center;
}

.contant, .contant-qrcode, .bottom-logo {
    flex: 1;
    align-items: center;
    height: 100%;
    text-align: center;
}

.phone {
    text-decoration: none;
    color: #fff;
}

.font-size-add {
    font-size: 20px;
}

.contant-qrcode {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.bottom-qr-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.bottom-qr-box>img {
    margin: 0 10px;
    max-width: 100px;
}

.float-animation{
    animation:shakeUp 15s infinite ease;
    -webkit-animation:shakeUp 15s infinite ease;
}

@keyframes shakeUp{
    0%,100%{  transform:translateY(0);   }
    10%,30%,50%,70%,90%{  transform:translateY(-10px);   }
    20%,40%,60%,80%{  transform:translateY(10px);   }
}

@media screen and (max-width: 980px) {
    /*当屏幕尺寸小于980px时，应用下面的CSS样式*/
    p {
        text-align: left;
    }
    .top-nav {
        max-width: 100%;
        width: 100vw;
    }
    .logo-box {
        font-size: 20px;
    }
    .logo-box .logo {
        transform: scale(0.7)
    }
    #nav-menu {
        position: fixed;
        opacity: 0;
        left: 0px;
        top: 0px;
        display: none;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: rgba(29, 36, 45, 0.9);
        z-index: 99999;
        color: #fff;
        width: 100%;
        line-height: 45px;
        height: 100%;
    }
    .menu-btn {
        position: fixed;
        z-index: 1;
        width: 40px;
        height: 40px;
        right: 5px;
        top: 30px;
        display: flex;
        background-color: rgba(65, 81, 101, 0.9);
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        transition: all 0.1s ease-in-out;
    }
    .menu-btn>img {
        height: 80%;
        width: 80%;
        margin: auto;
    }
    .close {
        display: block;
    }
    #nav-menu li a {
        text-decoration: none;
        padding: 5px 30%;
        color: #fff;
        display: block;
        height: 100%;
    }
    .a-main {
        max-width: 95%;
        margin: 30px auto;
        flex-direction: column;
        text-align: center;
    }
    .a-main .desc .index-title {
        font-size: 30px !important;
        line-height: 50px;
    }
    .first-page .a-main .desc .info {
        text-align: left;
        margin: 0 auto;
        width: 95%;
        font-size: 15px;
    }
    h1 {
        font-size: 26px;
    }
	.try-scan-qrcode{
		width: 130px;
		height: 139px;
		left: 0px;
		top: 0;
		border-radius: 15px 15px 0 0;
		margin-top: -140px;
	}
    .arrow-box {
        display: none;
    }
    img {
        height: auto;
        max-width: 100%;
    }

    .a-peculiarity {
        margin: 20px auto 0;
    }
    .compare-title {
        margin-left: 0;
        text-align: center;
        color: #000;
    }

    .subtitle {
        text-align: center;
        font-size: 14px;
    }
    .subtitle-edit{
        font-size: 16px;
        text-align: left;
    }
    .service-title {
        text-align: center;
    }
    #cooperation {
        flex-direction: row;
    }
    .a-step {
        margin: 5px;
    }
    .a-step .step-name {
        font-size: 15px;
        font-weight: 600;
    }
    #superiority .info-box{
        margin: 8px;
        font-size: 16px;
        text-align: left;
        text-indent: 2em;
    }
    .data-presentation .a-main {
        flex-wrap: nowrap;
        display: flex;
        flex-direction: row;
    }
    .a-item {
        flex: 1;
    }
    .a-item .item-num {
        font-size: 20px;
    }
    .a-item .item-name {
        font-size: 14px;
    }
    .swiper-container {
        height: 150px;
        margin: 0 auto;
    }
    .case-company{
        font-size: 8px;
    }
    .contant {
        font-size: 15px;
        line-height: 30px;
    }
    .bottom-qr-box p {
        text-align: center;
    }
}

/* school旧样式 */

.hand-card {
	margin-top: 120px;
	margin-bottom: 120px;
}

.a-part1-left-box-span {
	flex: 3;
	flex-direction: column;
	display: flex;
	text-align: right;
}

.a-part1-right-box-span {
	flex: 3;
	flex-direction: column;
	display: flex;
	text-align: left;
}

.a-part1-left-box-num {
	flex: 2;
	font-size: 42px;
	color: #999;
	font-weight: 600;
}

.a-part1-right-box-num {
	flex: 2;
	font-size: 42px;
	color: #999;
	font-weight: 600;
}

.a-part1-left-box {
	display: flex;
	flex-direction: row;
	width: 350px;
	justify-content: space-between;
	flex: 1;
	align-items: center;
	margin-right: 20px;
}

.a-part1-right-box {
	display: flex;
	flex-direction: row;
	width: 350px;
	justify-content: space-between;
	flex: 1;
	align-items: center;
	margin-left: 20px;
}

.a-part1-pic1 {
	max-width: 500px;
}

.a-part1-tips {
	font-size: 14px;
	color: #999;
}

.a-part1-title {
	font-size: 32px;
	font-weight: 600;
}

.a-part1 {
	text-align: center;
	max-width: 1920px;
	height: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.a-part1-span {
	font-size: 16px;
	font-weight: 600;
}

.a-part1-span-small {
	margin-top: 10px;
	font-size: 13px;
	text-align: left;
	color: #999;
	line-height: 20px;
}

.school-banner {
	max-width: 1920px;
}

.school-banner-top {
	max-width: 1920px;
	height: 672px;
	position: absolute;
	z-index: -1;
	top: 0;
}

.top-nav {
	width: 100%;
	max-width: 1200px;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	margin: 0 auto;
	padding: 10px 0;
	background-color: transparent;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.logo-box {
	display: inline-block;
	font-size: large;
	color: #fff;
	white-space: nowrap;
	font-size: 30px;
	font-weight: 600;
}

.logo-box .logo {
	vertical-align: middle;
}

.logo-box a {
	text-decoration: none;
	color: #fff;
}

#nav-menu {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-direction: row;
}

.menu-btn {
	display: none;
}

nav li {
	list-style: none;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	justify-self: center;
	padding: 5px 0 0;
	margin: 0 5px;
}

nav li a {
	text-decoration: none;
	padding: 8px 20px;
	vertical-align: middle;
}

nav li:hover a {
	color: #fff;
	background-color: #2180ff;
	padding: 8px 20px;
	border-radius: 20px;
}

.this-page {
	color: #fff;
	background-color: #2180ff;
	padding: 8px 20px;
	border-radius: 20px;
}

.close {
	display: none;
}

nav li:hover {
	color: #fff !important;
}

nav li:hover a {
	color: #fff;
}


.right-menu {
	position: fixed;
	right: 5px;
	top: 50%;
	z-index: 10000;
	overflow: hidden;
}

.right-menu-list {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.right-menu-list .menu-icon {
	flex: 1;
	width: 50px;
	height: 50px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
}

.right-menu-list .menu-icon:hover {
	background-color: rgba(33, 28, 255, 0.5);
}

.menu-icon>img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.menu-icon .show-contant {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 50%;
	right: 60px;
	transition: all 0.5s ease-in-out;
}

.menu-icon:hover .show-contant {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out;
}

.office-qrcode {
	width: 150px;
	height: 150px;
}

.pop-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.first-page .desc {
	color: #fff;
}

h1 {
	font-size: 40px;
	line-height: 70px;
	color: #0d355a;
}

h2 {
	margin-top: 0;
}

.a-main {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 100px auto;
}

.index-title {
	font-size: 50px !important;
	color: #fff;
}

.first-pag .a-main .desc,
.img-box {
	display: inline-flex;
}

.first-page .a-main .desc {
	max-width: 700px;
	padding-top: 20px;
	line-height: 30px;
}

.first-page .a-main .desc .info {
	width: 80%;
	margin-right: auto;
}

.scan-btn {
	color: #2180ff;
	background-color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 5;
}

.try-scan-qrcode {
	display: none;
	opacity: 0;
	position: absolute;
	width: 177px;
	height: 190px;
	left: -22px;
	top: 0;
	border-radius: 15px 15px 0 0;
	margin-top: -200px;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.scan-btn:hover .try-scan-qrcode {
	display: block;
	opacity: 1;
}

.box-list {
	max-width: 800px;
	display: flex;
	flex: 2;
	flex-wrap: wrap;
}

.a-peculiarity {
	width: 325px;
	height: 230px;
	display: inline-block;
	position: relative;
	border: 1px solid rgba(236, 236, 236, 1);
	border-radius: 5px;
	margin-top: 25px;
	margin-right: 25px;
}

.a-peculiarity:hover {
	border: 1px #fff solid;
	box-shadow: 0 0 15px rgba(33, 129, 255, 0.3);
}

.peculiarity-icon {
	position: absolute;
	left: 10px;
	top: 25px;
}

.peculiarity-info {
	margin: 0 5% 0 20%;
	line-height: 32px;
}

.peculiarity-title {
	font-size: 22px;
	text-align: left;
	margin-bottom: 0;
	margin-top: 1.5em;
	white-space: nowrap;
	color: #0d355a;
}

.peculiarity-info p:nth-child(2) {
	color: #657294;
}

.compare {
	margin: 0 30px;
	flex: 1;
}

.compare-title-box {
	background-color: #2180ff;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 10px;
}

.compare-title {
	font-size: 26px;
	margin-left: 20px;
	padding: 0;
}

.compare-info {
	font-size: 18px;
	color: #657294;
	line-height: 32px;
}

.title-area {
	text-align: center;
	padding-top: 50px;
}

.bk-box .title-area>h1 {
	color: #000;
}

.subtitle {
	color: #657294;
}

.service-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.a-service {
	width: 370px;
	height: 255px;
	text-align: center;
	border-bottom: 2px solid #2180ff;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin: 15px;
}

.a-service div {
	margin-top: 25px;
}

.service-title {
	color: #0d3550;
}

.a-service p:nth-child(2) {
	font-size: 20px;
}

.a-service p:nth-child(3) {
	color: #657294;
	margin: 0 20px 0;
}

.bk-box {
	background-image: url('../img/school/data-bk1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.bk-box .a-main .title-area p {
	font-size: 22px;
}

#cooperation {
	display: flex;
	justify-content: space-between;
}

.a-step,
.a-item {
	display: flex;
	text-align: center;
	flex-direction: column;
	margin: 15px;
}

.arrow-box {
	display: flex;
	align-items: center;
}

.data-presentation {
	background-image: url('../img/school/data-bk2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	padding-top: 80px;
}

.data-presentation .a-main {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
}

.item-num {
	font-size: 34px;
}

.item-name {
	font-size: 18px;
}

#case {
	flex-wrap: wrap;
}

.a-case {
	width: 20%;
	text-align: center;
}

#scan-qr-code .a-main {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
}

.qr-code-box-title,
.qr-code-box-info {
	text-align: center;
}

#scan-qr-code .img-box {
	padding-top: 50px;
}

.qr-code-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
}

.qr-code-box-info {
	color: #657294;
	font-size: 20px;
}

#bottom {
	background-color: #2180ff;
	color: #fff;
	padding: 30px 0;
}

#bottom .a-main {
	align-items: center;
}

.contant,
.contant-qrcode,
.bottom-logo {
	flex: 1;
	align-items: center;
	height: 100%;
	text-align: center;
}

.phone {
	text-decoration: none;
	color: #fff;
}

.font-size-add {
	font-size: 20px;
}

.contant-qrcode {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.bottom-qr-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.bottom-qr-box>img {
	margin: 0 10px;
	max-width: 100px;
}

.float-animation {
	animation: shakeUp 15s infinite ease;
	-webkit-animation: shakeUp 15s infinite ease;
}

@keyframes shakeUp {

	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateY(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateY(10px);
	}
}

@media screen and (max-width: 980px) {

	/*当屏幕尺寸小于980px时，应用下面的CSS样式*/
	p {
		text-align: left;
	}

	.top-nav {
		max-width: 100%;
		width: 100vw;
	}

	.logo-box {
		font-size: 20px;
	}

	.logo-box .logo {
		transform: scale(0.7)
	}

	#nav-menu {
		position: fixed;
		opacity: 0;
		left: 0px;
		top: 0px;
		display: none;
		flex-wrap: wrap;
		flex-direction: column;
		background-color: rgba(29, 36, 45, 0.9);
		z-index: 99999;
		color: #fff;
		width: 100%;
		line-height: 45px;
		height: 100%;
	}

	.menu-btn {
		position: fixed;
		z-index: 1;
		width: 40px;
		height: 40px;
		right: 5px;
		top: 30px;
		display: flex;
		background-color: rgba(65, 81, 101, 0.9);
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		transition: all 0.1s ease-in-out;
	}

	.menu-btn>img {
		height: 80%;
		width: 80%;
		margin: auto;
	}

	.close {
		display: block;
	}

	#nav-menu li a {
		text-decoration: none;
		padding: 5px 30%;
		color: #2180ff;
		display: block;
		height: 100%;
	}

	.a-main {
		max-width: 95%;
		margin: 30px auto;
		flex-direction: column;
		text-align: center;
	}

	.a-main .desc .index-title {
		font-size: 30px !important;
		line-height: 50px;
	}

	.first-page .a-main .desc .info {
		text-align: left;
		margin: 0 auto;
		width: 95%;
		font-size: 15px;
	}

	h1 {
		font-size: 26px;
	}

	.try-scan-qrcode {
		width: 130px;
		height: 139px;
		left: 0px;
		top: 0;
		border-radius: 15px 15px 0 0;
		margin-top: -140px;
	}

	.title-area {
		text-align: center;
		padding-top: 20px;
	}

	.arrow-box {
		display: none;
	}

	img {
		height: auto;
		max-width: 100%;
	}

	.a-peculiarity {
		margin: 20px auto 0;
	}

	.compare-title {
		margin-left: 0;
		text-align: center;
		color: #fff;
	}

	.subtitle {
		text-align: center;
		font-size: 14px;
	}

	.service-title {
		text-align: center;
	}

	#cooperation {
		flex-direction: row;
	}

	.a-step {
		margin: 5px;
	}

	.a-step .step-name {
		font-size: 15px;
		font-weight: 600;
	}

	.data-presentation .a-main {
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
	}

	#case {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.a-item {
		flex: 1;
	}

	.a-item .item-num {
		font-size: 20px;
	}

	.a-item .item-name {
		font-size: 14px;
	}

	.contant {
		font-size: 15px;
		line-height: 30px;
	}

	.bottom-qr-box p {
		text-align: center;
	}
}

/* index旧样式 */

.a-part3-content-tips {
	margin-top: 10px;
	color: #999999;
	font-size: 14px;
}

.a-part3-content-span {
	margin-top: 20px;
	font-size: 20px;
}

.a-part3-content-img {
	width: 80px;
	height: 80px;
}

.a-part3-content-l {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 400px;
}

.a-part3-content {
	display: flex;
	flex-direction: row;
	width: 1200px;
}

.a-part3-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.a-part3-box {
	max-width: 1920px;
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.a-part-bold-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.a-part-bold-span {
	background-color: #FAFAFA;
	max-width: 1920px;
	height: 970px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.a-part2-box-tips {
	width: 240px;
	font-size: 14px;
	color: #707072;
	line-height: 24px;
	margin-top: 20px;
}

.a-part2-box-title {
	margin-top: 30px;
	font-size: 21px;
	font-weight: 600;
}

.a-part2-box-img2 {
	width: 80px;
	height: 80px;
	margin-top: 30px;
}

.a-part2-box-img1 {
	width: 240px;
	height: 200px;
}

.a-part2-box-div {
	width: 240px;
	margin-left: 25px;
}

.a-part2-box-top {
	height: 650px;
	display: flex;
	flex-direction: row;
	width: 1600px;
}

.index-contact-button {
	width: 220px;
	height: 80px;
	cursor: pointer;
}

.info {
	font-size: 22px;
}

.a-part2-box1-button5 {
	width: 110px;
	height: 36px;
	border: 1px solid #8447F0;
	color: #8447F0;
	border-radius: 20px;
	margin-top: 20px;
}

.a-part2-box1-button5:hover {
	width: 110px;
	height: 36px;
	border: none;
	background-color: #8447F0;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part2-box1-button4 {
	width: 110px;
	height: 36px;
	border: 1px solid #FF8D1A;
	color: #FF8D1A;
	border-radius: 20px;
	margin-top: 20px;
}

.a-part2-box1-button4:hover {
	width: 110px;
	height: 36px;
	border: none;
	background-color: #FF8D1A;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part2-box1-button3 {
	width: 110px;
	height: 36px;
	border: 1px solid #1DC0B7;
	color: #1DC0B7;
	border-radius: 20px;
	margin-top: 20px;
}

.a-part2-box1-button3:hover {
	width: 110px;
	height: 36px;
	border: none;
	background-color: #1DC0B7;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part2-box1-button2 {
	width: 110px;
	height: 36px;
	border: 1px solid #5948FF;
	color: #5948FF;
	border-radius: 20px;
	margin-top: 20px;
}

.a-part2-box1-button2:hover {
	width: 110px;
	height: 36px;
	border: none;
	background-color: #5948FF;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part2-box1-button1 {
	width: 110px;
	height: 36px;
	border: 1px solid #2381FF;
	color: #2381FF;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part2-box1-button1:hover {
	width: 110px;
	height: 36px;
	border: none;
	background-color: #2381FF;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part1-span {
	font-size: 16px;
	font-weight: 600;
}

.a-part1-span-small {
	margin-top: 10px;
	font-size: 13px;
	text-align: left;
	color: #999;
	line-height: 20px;
}

.index-contact-tips {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

.index-contact-title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}

.index-contact-part {
	background-image: url('../img/index/index_contact_back.png');
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1920px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-bottom-part {
	display: flex;
	flex-direction: row;
}

.index-zixun-part-button {
	background-color: #fff;
	border: 2px solid #E5E5E5;
	width: 110px;
	height: 36px;
	border-radius: 20px;
	color: #6E6E6E;
	cursor: pointer;
}

.index-zixun-part-info {
	line-height: 24px;
	font-size: 14px;
}

.index-zixun-part-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index-zixun-part-time {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
}


.index-zixun-part-title {
	font-size: 20px;
	font-weight: 600;
}

.index-zixun-part-inner {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 200px;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}


.index-zixun-part3 {
	background-image: url('../img/index/index_zixun3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 400px 480px;
	width: 400px;
	height: 480px;
}

.index-zixun-part2 {
	background-image: url('../img/index/index_zixun2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 400px 480px;
	width: 400px;
	height: 480px;
}


.index-zixun-part1 {
	background-image: url('../img/index/index_zixun1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 400px 480px;
	width: 400px;
	height: 480px;
}

.a-part2-box5 {
	background-image: url('../img/index/index_pic6.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 290px 620px;
	display: flex;
	flex: 1;
	height: 620px;
	flex-direction: row;
	align-items: center;
}

.a-part2-box4 {
	background-image: url('../img/index/index_pic5.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 290px 620px;
	display: flex;
	flex: 1;
	height: 620px;
	flex-direction: row;
	align-items: center;
}

.a-part2-box3 {
	background-image: url('../img/index/index_pic4.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 290px 620px;
	display: flex;
	flex: 1;
	height: 620px;
	flex-direction: row;
	align-items: center;
}

.a-part2-box1 {
	background-image: url('../img/index/index_pic2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 290px 620px;
	display: flex;
	flex: 1;
	height: 620px;
	flex-direction: row;
	align-items: center;
}

.a-part2-box2 {
	background-image: url('../img/index/index_pic3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 290px 620px;
	display: flex;
	flex: 1;
	height: 620px;
	flex-direction: row;
	align-items: center;
}

.a-part1-left-box-span {
	flex: 3;
	flex-direction: column;
	display: flex;
	text-align: right;
}

.a-part1-right-box-span {
	flex: 3;
	flex-direction: column;
	display: flex;
	text-align: left;
}

.a-part1-left-box-num {
	flex: 2;
	font-size: 42px;
	color: #999;
	font-weight: 600;
}

.a-part1-right-box-num {
	flex: 2;
	font-size: 42px;
	color: #999;
	font-weight: 600;
}

.a-part1-left-box {
	display: flex;
	flex-direction: row;
	width: 350px;
	justify-content: space-between;
	flex: 1;
	align-items: center;
	margin-right: 20px;
}

.a-part1-right-box {
	display: flex;
	flex-direction: row;
	width: 350px;
	justify-content: space-between;
	flex: 1;
	align-items: center;
	margin-left: 20px;
}

.a-part1-pic1 {
	max-width: 500px;
}

.a-part1-tips {
	font-size: 14px;
	color: #999;
}

.a-part1-title {
	font-size: 32px;
	font-weight: 600;
}

.a-part1 {
	text-align: center;
	max-width: 1920px;
	height: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.a-border {
	height: 250px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 150px;
}

.inner-border {
	width: 1280px;
	/* background-color: #fff; */
}

.top-nav {
	width: 100%;
	max-width: 1200px;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	margin: 0 auto;
	padding: 10px 0;
	background-color: transparent;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.logo-box {
	display: inline-block;
	font-size: large;
	color: #fff;
	white-space: nowrap;
	font-size: 30px;
	font-weight: 600;
}

.logo-box .logo {
	vertical-align: middle;
	height: 36px;
}

.logo-box a {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
}

#nav-menu {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-direction: row;
}

.menu-btn {
	display: none;
}

nav li {
	list-style: none;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	justify-self: center;
	padding: 5px 0 0;
	margin: 0 5px;
}

nav li a {
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	padding: 8px 20px;
	border-radius: 20px;
}

nav li:hover a {
	background-color: #2180ff;
	padding: 8px 20px;
	border-radius: 20px;
}

.this-page {
	background-color: #2180ff;
	padding: 8px 20px;
	border-radius: 20px;
}

.close {
	display: none;
}

nav li:hover {
	color: #fff !important;
}

nav li:hover a {
	color: #fff;
}


.right-menu {
	position: fixed;
	right: 5px;
	top: 50%;
	z-index: 10000;
	overflow: hidden;
}

.right-menu-list {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.right-menu-list .menu-icon {
	flex: 1;
	width: 50px;
	height: 50px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
}

.right-menu-list .menu-icon:hover {
	background-color: #2180ff;
}

.menu-icon>img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.menu-icon .show-contant {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 50%;
	right: 100px;
	transition: all 0.5s ease-in-out;
}

.menu-icon:hover .show-contant {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out;
}

.office-qrcode {
	width: 140px;
	height: 67px;
	cursor: pointer;
}

.pop-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.first-page .desc {
	color: #fff;
}

h1 {
	font-size: 40px;
	line-height: 70px;
	color: #0d355a;
}

h2 {
	margin-top: 0;
}

.a-main {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: center;
	max-width: 1920px;
	margin: 100px auto;
}

.index-title {
	font-size: 60px !important;
	color: #fff;
	margin: 0 auto 3rem;
}

.first-page .a-main .img-box {
	display: table-cell;
	vertical-align: bottom;
	margin-bottom: -3px;
}

.first-page .a-main .desc {
	max-width: 700px;
	padding-top: 20px;
	line-height: 30px;
}

.first-page .a-main .desc .index-title {
	text-align: center;
}

.scan-btn {
	color: #2180ff;
	background-color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 5;
}

.try-scan-qrcode {
	display: none;
	opacity: 0;
	position: absolute;
	width: 177px;
	height: 190px;
	left: -22px;
	top: 0;
	border-radius: 15px 15px 0 0;
	margin-top: -200px;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.scan-btn:hover .try-scan-qrcode {
	display: block;
	opacity: 1;
}

.box-list {
	display: flex;
	flex: 2;
	flex-wrap: wrap;
}

.title-area {
	text-align: center;
	padding-top: 20px;
}

.bk-box .title-area>h1 {
	color: #000;
}

.subtitle {
	color: #657294;
}

.subtitle-edit {
	color: #657294;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}

.info-box {
	margin: 50px 80px 0;
	font-size: 18px;
	color: #677294;
	text-indent: 2em;
	letter-spacing: 1px;
	line-height: 40px;
}

.alink-box {
	width: 100%;
	text-align: center;
	text-indent: 0;
}

.view-btn {
	border: 1px solid #2180ff;
	border-radius: 25px;
	margin-top: 20px;
	padding: 5px 25px;
	text-align: center;
	text-indent: 0;
}

.info-box a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #2180ff;
}

.r-i {
	text-align: right;
}

.l-i {
	text-align: left;
}

.about-title {
	font-size: 30px;
	margin: 20px 0;
	text-indent: 0;
}

.bk-box {
	background-image: url('../img/school/data-bk1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.bk-box .a-main .title-area p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
}

#superiority .info-box {
	margin: 50px 80px 0;
	font-size: 17px;
	text-align: left;
	text-indent: 2em;
}

#cooperation {
	display: flex;
	justify-content: space-between;
}

.a-step,
.a-item {
	display: flex;
	text-align: center;
	flex-direction: column;
	margin: 15px;
}

.arrow-box {
	display: flex;
	align-items: center;
}

.data-presentation {
	background-image: url('../img/school/data-bk1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	padding-top: 80px;
}

.data-presentation .a-main {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
}

.item-num {
	font-size: 34px;
}

.item-name {
	font-size: 18px;
}

.case-company {
	font-size: 20px;
	margin: 10px auto;
	color: #1d253a;
}

#scan-qr-code .a-main {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
}

.qr-code-box-title,
.qr-code-box-info {
	text-align: center;
}

#scan-qr-code .img-box {
	padding-top: 50px;
}

.qr-code-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
}

.qr-code-box-info {
	color: #657294;
	font-size: 20px;
}

#bottom {
	background-color: #17181B;
	color: #fff;
	padding: 30px 0;
}

#bottom .a-main {
	align-items: center;
}

.contant,
.contant-qrcode,
.bottom-logo {
	flex: 1;
	align-items: center;
	height: 100%;
	text-align: center;
}

.phone {
	text-decoration: none;
	color: #fff;
}

.font-size-add {
	font-size: 20px;
}

.contant-qrcode {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.bottom-qr-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.bottom-qr-box>img {
	margin: 0 10px;
	max-width: 100px;
}

.pc-img {
	display: block;
}

.only-mobile {
	display: none;
}

.float-animation {
	animation: shakeUp 15s infinite ease;
	-webkit-animation: shakeUp 15s infinite ease;
}

@keyframes shakeUp {

	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateY(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateY(10px);
	}
}

@media screen and (max-width: 980px) {

	/*当屏幕尺寸小于980px时，应用下面的CSS样式*/
	p {
		text-align: left;
	}

	.top-nav {
		max-width: 100%;
		width: 100vw;
	}

	.logo-box {
		font-size: 20px;
		height: 36px;
	}

	.logo-box .logo {
		transform: scale(0.7)
	}

	#nav-menu {
		position: fixed;
		opacity: 0;
		left: 0px;
		top: 0px;
		display: none;
		flex-wrap: wrap;
		flex-direction: column;
		background-color: rgba(29, 36, 45, 0.9);
		z-index: 99999;
		color: #fff;
		width: 100%;
		line-height: 45px;
		height: 100%;
	}

	.menu-btn {
		position: fixed;
		z-index: 1;
		width: 40px;
		height: 40px;
		right: 5px;
		top: 30px;
		display: flex;
		background-color: rgba(65, 81, 101, 0.9);
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		transition: all 0.1s ease-in-out;
	}

	.menu-btn>img {
		height: 80%;
		width: 80%;
		margin: auto;
	}

	.close {
		display: block;
	}

	#nav-menu li a {
		text-decoration: none;
		padding: 5px 30%;
		color: #fff;
		display: block;
		height: 100%;
	}

	.a-main {
		max-width: 95%;
		margin: 30px auto;
		flex-direction: column;
		text-align: center;
	}

	.a-main .desc .index-title {
		font-size: 30px !important;
		line-height: 50px;
	}

	.first-page .a-main .desc .info {
		text-align: left;
		margin: 0 auto;
		width: 95%;
		font-size: 30px;
	}

	h1 {
		font-size: 26px;
	}

	.long-title {
		font-size: 14px;
	}

	.try-scan-qrcode {
		width: 130px;
		height: 139px;
		left: 0px;
		top: 0;
		border-radius: 15px 15px 0 0;
		margin-top: -140px;
	}

	.info-box {
		text-align: left;
		margin: 20px 10px 0;
	}

	.alink-box {
		text-align: center !important;
	}

	.arrow-box {
		display: none;
	}

	img {
		height: auto;
		max-width: 100%;
	}

	.compare-title {
		margin-left: 0;
		text-align: center;
		color: #000;
	}

	#superiority .info-box {
		margin: 8px;
		font-size: 16px;
		text-align: left;
		text-indent: 2em;
	}

	.data-presentation .a-main {
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
	}

	.a-item {
		flex: 1;
	}

	.a-item .item-num {
		font-size: 20px;
	}

	.a-item .item-name {
		font-size: 14px;
	}

	.case-company {
		font-size: 8px;
	}

	.contant {
		font-size: 15px;
		line-height: 30px;
	}

	.bottom-qr-box p {
		text-align: center;
	}

	.pc-img {
		display: none;
	}

	.only-mobile {
		display: block;
	}
}


/* about旧样式 */

.timeline {
	width: 100%;
	width: 1200px;
	background: #fff;
	padding: 100px 50px 50px;
	position: relative;

	&:before {
		content: '';
		position: absolute;
		top: 100px;
		left: calc(33% + 15px);
		bottom: 120px;
		width: 4px;
		background: #ddd;
	}

	&:after {
		content: "";
		display: table;
		clear: both;
	}
}

.entry {
	clear: both;
	text-align: left;
	position: relative;

	.title {
		margin-bottom: .5em;
		float: left;
		width: 33%;
		padding-right: 60px;
		text-align: right;
		position: relative;

		&:before {
			content: '';
			position: absolute;
			width: 8px;
			height: 8px;
			border: 4px solid #2180ff;
			background-color: #fff;
			border-radius: 100%;
			right: -8px;
			z-index: 99;
		}

		h3 {
			margin: 0;
			font-size: 120%;
			color: grey;
		}

		p {
			margin: 0;
			font-size: 100%;
		}
	}

	.body {
		margin: 0 0 3em;
		float: right;
		width: 66%;
		padding-left: 60px;

		p {
			line-height: 1.4em;
			color: grey;

			&:first-child {
				margin-top: 0;
				font-weight: 400;
			}
		}

		ul {
			color: #aaa;
			padding-left: 0;
			list-style-type: none;

			li:before {
				content: "–";
				margin-right: .5em;
			}
		}
	}
}

.about-good {
	max-width: 1400px;
}

.about-banner {
	max-width: 1920px;
	height: 672px;
}


.a-part1-tips {
	font-size: 14px;
	color: #999;
}

.a-part1-title {
	font-size: 32px;
	font-weight: 600;
}

.top-nav {
	width: 100%;
	max-width: 1200px;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	margin: 0 auto;
	padding: 10px 0;
	background-color: transparent;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.logo-box {
	display: inline-block;
	font-size: large;
	color: #fff;
	white-space: nowrap;
	font-size: 30px;
	font-weight: 600;
}

.logo-box .logo {
	vertical-align: middle;
	height: 36px;
}

.logo-box a {
	text-decoration: none;
	color: #fff;
}

#nav-menu {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-direction: row;
}

.menu-btn {
	display: none;
}

nav li {
	list-style: none;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	justify-self: center;
	padding: 5px 0 0;
	margin: 0 5px;
}

nav li a {
	text-decoration: none;
	padding: 8px 20px;
	vertical-align: middle;
}

nav li:hover a {
	color: #fff;
	background-color: #2180ff;
	padding: 8px 20px;
	border-radius: 20px;
}

.this-page {
	color: #fff;
	background-color: #2180ff;
	padding: 8px 20px;
	border-radius: 20px;
}

.close {
	display: none;
}

nav li:hover {
	color: #fff !important;
}

nav li:hover a {
	color: #fff;
}


.right-menu {
	position: fixed;
	right: 5px;
	top: 50%;
	z-index: 10000;
	overflow: hidden;
}

.right-menu-list {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.right-menu-list .menu-icon {
	flex: 1;
	width: 50px;
	height: 50px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
}

.right-menu-list .menu-icon:hover {
	background-color: #2180ff;
}

.menu-icon>img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.menu-icon .show-contant {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 50%;
	right: 100px;
	transition: all 0.5s ease-in-out;
}

.menu-icon:hover .show-contant {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out;
}

.office-qrcode {
	width: 150px;
	height: 150px;
}

.pop-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.first-page .desc {
	color: #fff;
}

h1 {
	font-size: 45px;
	line-height: 70px;
	color: #0d355a;
}

h2 {
	margin-top: 0;
}

.a-main {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
}

.description {
	font-size: 32px;
}

.normal-font {
	font-weight: 400;
}


.index-title {
	font-size: 50px !important;
	color: #fff;
	margin: 0 auto 3rem;
}

.first-page .a-main .desc,
.img-box {
	display: table-cell;
	vertical-align: bottom;
	flex: 1;
}

.first-page .a-main .desc {
	max-width: 700px;
	padding-top: 20px;
	line-height: 30px;
}

.first-page .a-main .desc .info {
	width: 80%;
	margin-right: auto;
}

.scan-btn {
	color: #2180ff;
	background-color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 5;
}

.scan-btn:hover .try-scan-qrcode {
	display: block;
	opacity: 1;
}

.box-list {
	display: flex;
	flex: 2;
	flex-wrap: wrap;
}

.compare {
	margin: 0 30px;
	flex: 1;
}

.compare-title-box {
	background-color: #2180ff;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 10px;
}

.compare-title {
	font-size: 26px;
	margin-left: 20px;
	padding: 0;
	color: #0d355a;
}

.compare-info {
	font-size: 18px;
	color: #657294;
	line-height: 32px;
}

.title-area {
	text-align: center;
	padding-top: 50px;
}

.bk-box .title-area>h1 {
	color: #000;
}

.subtitle {
	color: #657294;
}

.subtitle-edit {
	color: #657294;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}

.info-box {
	flex: 1;
	margin: 0 80px 0;
	font-size: 18px;
	color: #677294;
	letter-spacing: 2px;
	line-height: 30px;
}

#about {
	flex-direction: column;
	text-align: center;
}

#about .a-title>h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.a-description {
	text-align: left;
	margin: 50px auto;
	max-width: 70%;
	line-height: 35px;
	letter-spacing: 2px;
	color: #677294;
}

.bk-box {
	background-image: url('../img/school/data-bk1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.bk-box .a-main .title-area p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
}

#superiority .info-box {
	margin: 50px 80px 0;
	font-size: 17px;
	text-align: left;
	text-indent: 2em;
}


.data-presentation {
	display: flex;
	flex-direction: row;
	width: 70%;
	align-items: center;
	margin: 10px auto;
}

.a-presentation-img-box {
	width: 33%;
	text-align: center;
}

#advantage {
	flex-direction: column;
}

.advantage-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.a-advantage {
	width: 33%;
	text-align: center;
	flex-direction: column;
	margin-bottom: 20px;
}

.a-advantage * {
	margin-bottom: 10px;
}

.a-advantage div:nth-child(3) {
	color: #677294;
	font-size: 14px;
}

#case {
	flex-wrap: wrap;
}

.a-case {
	width: 20%;
	text-align: center;
}

.case-company {
	font-size: 20px;
	margin: 10px auto;
	color: #1d253a;
}

#scan-qr-code .a-main {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
}

.qr-code-box-title,
.qr-code-box-info {
	text-align: center;
}

#scan-qr-code .img-box {
	padding-top: 50px;
}

.qr-code-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
}

.qr-code-box-info {
	color: #657294;
	font-size: 20px;
}

#bottom {
	background-color: #2180ff;
	color: #fff;
	padding: 30px 0;
}

#bottom .a-main {
	align-items: center;
}

.contant,
.contant-qrcode,
.bottom-logo {
	flex: 1;
	align-items: center;
	height: 100%;
	text-align: center;
}

.phone {
	text-decoration: none;
	color: #fff;
}

.font-size-add {
	font-size: 20px;
}

.contant-qrcode {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.bottom-qr-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.bottom-qr-box>img {
	margin: 0 10px;
	max-width: 100px;
}

.float-animation {
	animation: shakeUp 15s infinite ease;
	-webkit-animation: shakeUp 15s infinite ease;
}

@keyframes shakeUp {

	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateY(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateY(10px);
	}
}

@media screen and (max-width: 980px) {

	/*当屏幕尺寸小于980px时，应用下面的CSS样式*/
	p {
		text-align: left;
	}

	.top-nav {
		max-width: 100%;
		width: 100vw;
	}

	.normal-font {
		display: none;
	}

	.logo-box {
		font-size: 20px;
	}

	.logo-box .logo {
		transform: scale(0.7)
	}

	#nav-menu {
		position: fixed;
		opacity: 0;
		left: 0px;
		top: 0px;
		display: none;
		flex-wrap: wrap;
		flex-direction: column;
		background-color: rgba(29, 36, 45, 0.9);
		z-index: 99999;
		color: #fff;
		width: 100%;
		line-height: 45px;
		height: 100%;
	}

	.menu-btn {
		position: fixed;
		z-index: 1;
		width: 40px;
		height: 40px;
		right: 5px;
		top: 30px;
		display: flex;
		background-color: rgba(65, 81, 101, 0.9);
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		transition: all 0.1s ease-in-out;
	}

	.menu-btn>img {
		height: 80%;
		width: 80%;
		margin: auto;
	}

	.close {
		display: block;
	}

	#nav-menu li a {
		text-decoration: none;
		padding: 5px 30%;
		color: #fff;
		display: block;
		height: 100%;
	}

	.a-main {
		max-width: 95%;
		margin: 30px auto;
		flex-direction: column;
		text-align: center;
	}

	.a-main .desc .index-title {
		font-size: 30px !important;
		line-height: 50px;
	}

	.first-page .a-main .desc .info {
		text-align: left;
		margin: 0 auto;
		width: 95%;
		font-size: 15px;
	}

	h1 {
		font-size: 26px;
	}

	#about .a-title>h1 {
		margin-bottom: -20px;
	}

	.a-description {
		max-width: 95%;
		margin: 20px auto;
		line-height: 30px;
	}

	img {
		height: auto;
		max-width: 100%;
	}

	.a-peculiarity {
		margin: 20px auto 0;
	}

	.compare-title {
		margin-left: 0;
		text-align: center;
		color: #000;
	}

	.subtitle {
		text-align: center;
		font-size: 14px;
	}

	.subtitle-edit {
		font-size: 16px;
		text-align: left;
	}

	.service-title {
		text-align: center;
	}

	.data-presentation {
		width: 100%;
	}

	.title-area {
		padding-top: 20px;
	}

	.a-advantage {
		width: 50%;
	}

	.a-advantage div:nth-child(3) {
		margin: 0 10px;
	}

	#case {
		flex-direction: row;
	}

	.case-company {
		font-size: 8px;
	}

	.contant {
		font-size: 15px;
		line-height: 30px;
	}

	.bottom-qr-box p {
		text-align: center;
	}

	.info-box {
		margin: 30px 10px 0;
	}
}

/* about样式 */

.about-culture-tips {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	color: #999;
	align-items: center;
}

.about-culture-title {
	margin-top: 20px;
	color: #2180ff;
	font-size: 20px;
}

.about-culture-icon {
	width: 80px;
	height: 80px;
}

.about-culture-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about-culture-item {
	width: 420px;
	height: 300px;
	background-color: #FAFAFA;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-culture-content {
	width: 1400px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.about-culture {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}


.about-company-span {
	font-size: 16px;
	line-height: 30px;
	color: #999;
}

.about-company-img {
	width: 520px;
	height: 350px;
}

.about-company-content {
	display: flex;
	flex-direction: row;
	width: 1600px;
	align-items: center;
	justify-content: space-evenly;
}

.about-company-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 80px;
}

.about-part-box {
	max-width: 1920px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

.about-line-time {
	width: 700px;
}

/* school样式 */

.school-part3-box {
	display: flex;
	flex-direction: row;
	width: 1200px;
	align-items: center;
}

.school-part3-content {
	display: flex;
	flex: 1;
	justify-content: flex-start;
}

.school-part2-content-tips {
	width: 450px;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}

.school-part2-content-title {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.school-part2-content-img {
	width: 63px;
	height: 60px;
}

.school-part2-content-inner {
	display: flex;
	flex-direction: column;
}


.school-part2-content {
	display: flex;
	flex: 1;
	justify-content: flex-end;
}

.school-part2-img-box {
	display: flex;
	flex: 1;
}

.school-part2-box {
	display: flex;
	flex-direction: row;
	width: 1200px;
	align-items: center;
}

.cms-contrast-box-right-tips {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}

.cms-contrast-box-right-title {
	font-size: 24px;
	margin-bottom: 10px;
}

.cms-contrast-box-right-bottom {
	margin-bottom: 100px;
	color: #2180ff;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.cms-contrast-box-right {
	display: flex;
	flex-direction: column;
	width: 560px;
}

.cms-contrast-box-left-tips {
	font-size: 14px;
	line-height: 24px;
}

.cms-contrast-box-left-top {
	font-size: 24px;
	margin-bottom: 10px;
}

.cms-contrast-box-bottom {
	margin-bottom: 100px;
}

.cms-contrast-box-left {
	display: flex;
	flex-direction: column;
	width: 560px;
	color: #999;
}

.cms-contrast-box {
	display: flex;
	flex-direction: row;
	width: 1280px;
	justify-content: space-around;
}

.cms-contrast {
	background-image: url('../img/index/index_contrast.png');
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1920px;
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.school-part4-img {
	width: 1280px;
}

.school-part3-tips {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
}

.school-part3-span {
	font-size: 20px;
	margin-top: 20px;
}

.school-part3-img {
	width: 80px;
	height: 80px;
}

.school-part3-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
}

.school-part3-back {
	width: 350px;
	height: 280px;
	background-color: #fff;
	padding: 30px;
}

.school-part3-item {
	display: flex;
	flex: 1;
	justify-content: center;
}

.school-part3-box {
	display: flex;
	flex-direction: row;
	width: 1400px;
}

.school-part2-imgLeft {
	width: 469px;
	height: 389px;
}

.school-part-box {
	max-width: 1920px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.school-part1-tips {
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
}

.school-part1-span {
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}

.school-part1-img {
	width: 40px;
	height: 40px;
}

.school-part1-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 10px;
}

.school-part1-back {
	width: 300px;
	height: 260px;
	background-color: #F6F7FC;
	padding: 30px;
}

.school-part1-item {
	display: flex;
	flex: 1;
	justify-content: center;
}

.school-part1-box {
	display: flex;
	flex-direction: row;
	width: 1600px;
}

/* index样式 */

.a-part3-content-tips {
	margin-top: 10px;
	color: #999999;
	font-size: 14px;
}

.a-part3-content-span {
	margin-top: 20px;
	font-size: 20px;
}

.a-part3-content-img {
	width: 80px;
	height: 80px;
}

.a-part3-content-l {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 400px;
}

.a-part3-content {
	display: flex;
	flex-direction: row;
	width: 1200px;
}

.a-part3-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.a-part3-box {
	max-width: 1920px;
	height: 700px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.a-part-bold-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 60px;
}

.a-part-bold-span {
	background-color: #FAFAFA;
	max-width: 1920px;
	height: 970px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.a-part2-box-tips {
	width: 240px;
	font-size: 14px;
	color: #707072;
	line-height: 24px;
	margin-top: 20px;
}

.a-part2-box-title {
	margin-top: 30px;
	font-size: 21px;
	font-weight: 600;
}

.a-part2-box-img2 {
	width: 80px;
	height: 80px;
	margin-top: 30px;
}

.a-part2-box-img1 {
	width: 240px;
	height: 200px;
}

.a-part2-box-div {
	width: 240px;
	margin-left: 25px;
}

.a-part2-box-top {
	height: 650px;
	display: flex;
	flex-direction: row;
	width: 1600px;
}

.index-contact-button {
	width: 220px;
	height: 80px;
	cursor: pointer;
}

.info {
	font-size: 22px;
}

.a-part2-box1-button5 {
	width: 110px;
	height: 36px;
	border: 1px solid #8447F0;
	color: #8447F0;
	border-radius: 20px;
	margin-top: 20px;
}

.a-part2-box1-button5:hover {
	width: 110px;
	height: 36px;
	border: none;
	background-color: #8447F0;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part2-box1-button4 {
	width: 110px;
	height: 36px;
	border: 1px solid #FF8D1A;
	color: #FF8D1A;
	border-radius: 20px;
	margin-top: 20px;
}

.a-part2-box1-button4:hover {
	width: 110px;
	height: 36px;
	border: none;
	background-color: #FF8D1A;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part2-box1-button3 {
	width: 110px;
	height: 36px;
	border: 1px solid #1DC0B7;
	color: #1DC0B7;
	border-radius: 20px;
	margin-top: 20px;
}

.a-part2-box1-button3:hover {
	width: 110px;
	height: 36px;
	border: none;
	background-color: #1DC0B7;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part2-box1-button2 {
	width: 110px;
	height: 36px;
	border: 1px solid #5948FF;
	color: #5948FF;
	border-radius: 20px;
	margin-top: 20px;
}

.a-part2-box1-button2:hover {
	width: 110px;
	height: 36px;
	border: none;
	background-color: #5948FF;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part2-box1-button1 {
	width: 110px;
	height: 36px;
	border: 1px solid #2381FF;
	color: #2381FF;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part2-box1-button1:hover {
	width: 110px;
	height: 36px;
	border: none;
	background-color: #2381FF;
	color: #fff;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
}

.a-part1-span {
	font-size: 16px;
	font-weight: 600;
}

.a-part1-span-small {
	margin-top: 10px;
	font-size: 13px;
	text-align: left;
	color: #999;
	line-height: 20px;
}

.index-contact-tips {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

.index-contact-title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}

.index-contact-part {
	background-image: url('../img/index/index_contact_back.png');
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1920px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.index-bottom-part {
	display: flex;
	flex-direction: row;
}

.index-zixun-part-button {
	background-color: #fff;
	border: 2px solid #E5E5E5;
	width: 110px;
	height: 36px;
	border-radius: 20px;
	color: #6E6E6E;
	cursor: pointer;
}

.index-zixun-part-info {
	line-height: 24px;
	font-size: 14px;
}

.index-zixun-part-text {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.index-zixun-part-time {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 15px;
}


.index-zixun-part-title {
	font-size: 20px;
	font-weight: 600;
}

.index-zixun-part-inner {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-top: 200px;
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}


.index-zixun-part3 {
	background-image: url('../img/index/index_zixun3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 400px 480px;
	width: 400px;
	height: 480px;
}

.index-zixun-part2 {
	background-image: url('../img/index/index_zixun2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 400px 480px;
	width: 400px;
	height: 480px;
}


.index-zixun-part1 {
	background-image: url('../img/index/index_zixun1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 400px 480px;
	width: 400px;
	height: 480px;
}

.a-part2-box5 {
	background-image: url('../img/index/index_pic6.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 290px 620px;
	display: flex;
	flex: 1;
	height: 620px;
	flex-direction: row;
	align-items: center;
}

.a-part2-box4 {
	background-image: url('../img/index/index_pic5.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 290px 620px;
	display: flex;
	flex: 1;
	height: 620px;
	flex-direction: row;
	align-items: center;
}

.a-part2-box3 {
	background-image: url('../img/index/index_pic4.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 290px 620px;
	display: flex;
	flex: 1;
	height: 620px;
	flex-direction: row;
	align-items: center;
}

.a-part2-box1 {
	background-image: url('../img/index/index_pic2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 290px 620px;
	display: flex;
	flex: 1;
	height: 620px;
	flex-direction: row;
	align-items: center;
}

.a-part2-box2 {
	background-image: url('../img/index/index_pic3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-size: 290px 620px;
	display: flex;
	flex: 1;
	height: 620px;
	flex-direction: row;
	align-items: center;
}

.a-part1-left-box-span {
	flex: 3;
	flex-direction: column;
	display: flex;
	text-align: right;
}

.a-part1-right-box-span {
	flex: 3;
	flex-direction: column;
	display: flex;
	text-align: left;
}

.a-part1-left-box-num {
	flex: 2;
	font-size: 42px;
	color: #999;
	font-weight: 600;
}

.a-part1-right-box-num {
	flex: 2;
	font-size: 42px;
	color: #999;
	font-weight: 600;
}

.a-part1-left-box {
	display: flex;
	flex-direction: row;
	width: 350px;
	justify-content: space-between;
	flex: 1;
	align-items: center;
	margin-right: 20px;
}

.a-part1-right-box {
	display: flex;
	flex-direction: row;
	width: 350px;
	justify-content: space-between;
	flex: 1;
	align-items: center;
	margin-left: 20px;
}

.a-part1-pic1 {
	max-width: 500px;
}

.a-part1-tips {
	font-size: 14px;
	color: #999;
}

.a-part1-title {
	font-size: 32px;
	font-weight: 600;
}

.a-part1 {
	text-align: center;
	max-width: 1920px;
	height: 800px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.a-border {
	height: 250px;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 150px;
}

.inner-border {
	width: 1280px;
	/* background-color: #fff; */
}

.top-nav {
	width: 100%;
	max-width: 1200px;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	margin: 0 auto;
	padding: 10px 0;
	background-color: transparent;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.logo-box {
	display: inline-block;
	font-size: large;
	color: #fff;
	white-space: nowrap;
	font-size: 30px;
	font-weight: 600;
}

.logo-box .logo {
	vertical-align: middle;
	height: 36px;
}

.logo-box a {
	text-decoration: none;
	color: #fff;
	display: flex;
	align-items: center;
}

#nav-menu {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	flex-direction: row;
}

.menu-btn {
	display: none;
}

nav li {
	list-style: none;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	justify-self: center;
	padding: 5px 0 0;
	margin: 0 5px;
}

nav li a {
	text-decoration: none;
	color: #fff;
	vertical-align: middle;
	padding: 8px 20px;
	border-radius: 20px;
}

nav li:hover a {
	background-color: #2180ff;
	padding: 8px 20px;
	border-radius: 20px;
}

.this-page {
	background-color: #2180ff;
	padding: 8px 20px;
	border-radius: 20px;
}

.close {
	display: none;
}

nav li:hover {
	color: #fff !important;
}

nav li:hover a {
	color: #fff;
}


.right-menu {
	position: fixed;
	right: 5px;
	top: 50%;
	z-index: 10000;
	overflow: hidden;
}

.right-menu-list {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.right-menu-list .menu-icon {
	flex: 1;
	width: 50px;
	height: 50px;
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
}

.right-menu-list .menu-icon:hover {
	background-color: #2180ff;
}

.menu-icon>img {
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.menu-icon .show-contant {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 50%;
	right: 100px;
	transition: all 0.5s ease-in-out;
}

.menu-icon:hover .show-contant {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out;
}

.office-qrcode {
	width: 140px;
	height: 67px;
	cursor: pointer;
}

.pop-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.first-page .desc {
	color: #fff;
}

h1 {
	font-size: 40px;
	line-height: 70px;
	color: #0d355a;
}

h2 {
	margin-top: 0;
}

.a-main {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	justify-content: center;
	max-width: 1920px;
	margin: 100px auto;
}

.index-title {
	font-size: 60px !important;
	color: #fff;
	margin: 0 auto 3rem;
}

.first-page .a-main .img-box {
	display: table-cell;
	vertical-align: bottom;
	margin-bottom: -3px;
}

.first-page .a-main .desc {
	max-width: 700px;
	padding-top: 20px;
	line-height: 30px;
}

.first-page .a-main .desc .index-title {
	text-align: center;
}

.scan-btn {
	color: #2180ff;
	background-color: #fff;
	font-size: 20px;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 20px;
	margin-top: 20px;
	position: relative;
	z-index: 5;
}

.try-scan-qrcode {
	display: none;
	opacity: 0;
	position: absolute;
	width: 177px;
	height: 190px;
	left: -22px;
	top: 0;
	border-radius: 15px 15px 0 0;
	margin-top: -200px;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.scan-btn:hover .try-scan-qrcode {
	display: block;
	opacity: 1;
}

.box-list {
	display: flex;
	flex: 2;
	flex-wrap: wrap;
}

.title-area {
	text-align: center;
	padding-top: 20px;
}

.bk-box .title-area>h1 {
	color: #000;
}

.subtitle {
	color: #657294;
}

.subtitle-edit {
	color: #657294;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
}

.info-box {
	margin: 50px 80px 0;
	font-size: 18px;
	color: #677294;
	text-indent: 2em;
	letter-spacing: 1px;
	line-height: 40px;
}

.alink-box {
	width: 100%;
	text-align: center;
	text-indent: 0;
}

.view-btn {
	border: 1px solid #2180ff;
	border-radius: 25px;
	margin-top: 20px;
	padding: 5px 25px;
	text-align: center;
	text-indent: 0;
}

.info-box a {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	color: #2180ff;
}

.r-i {
	text-align: right;
}

.l-i {
	text-align: left;
}

.about-title {
	font-size: 30px;
	margin: 20px 0;
	text-indent: 0;
}

.bk-box {
	background-image: url('../img/school/data-bk1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}

.bk-box .a-main .title-area p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 30px;
}

#superiority .info-box {
	margin: 50px 80px 0;
	font-size: 17px;
	text-align: left;
	text-indent: 2em;
}

#cooperation {
	display: flex;
	justify-content: space-between;
}

.a-step,
.a-item {
	display: flex;
	text-align: center;
	flex-direction: column;
	margin: 15px;
}

.arrow-box {
	display: flex;
	align-items: center;
}

.data-presentation {
	background-image: url('../img/school/data-bk1.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	padding-top: 80px;
}

.data-presentation .a-main {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
}

.item-num {
	font-size: 34px;
}

.item-name {
	font-size: 18px;
}

.case-company {
	font-size: 20px;
	margin: 10px auto;
	color: #1d253a;
}

#scan-qr-code .a-main {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
}

.qr-code-box-title,
.qr-code-box-info {
	text-align: center;
}

#scan-qr-code .img-box {
	padding-top: 50px;
}

.qr-code-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 50px;
}

.qr-code-box-info {
	color: #657294;
	font-size: 20px;
}

#bottom {
	background-color: #17181B;
	color: #fff;
	padding: 30px 0;
}

#bottom .a-main {
	align-items: center;
}

.contant,
.contant-qrcode,
.bottom-logo {
	flex: 1;
	align-items: center;
	height: 100%;
	text-align: center;
}

.phone {
	text-decoration: none;
	color: #fff;
}

.font-size-add {
	font-size: 20px;
}

.contant-qrcode {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.bottom-qr-box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.bottom-qr-box>img {
	margin: 0 10px;
	max-width: 100px;
}

.pc-img {
	display: block;
}

.only-mobile {
	display: none;
}

.float-animation {
	animation: shakeUp 15s infinite ease;
	-webkit-animation: shakeUp 15s infinite ease;
}

@keyframes shakeUp {

	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateY(-10px);
	}

	20%,
	40%,
	60%,
	80% {
		transform: translateY(10px);
	}
}

@media screen and (max-width: 980px) {

	/*当屏幕尺寸小于980px时，应用下面的CSS样式*/
	p {
		text-align: left;
	}

	.top-nav {
		max-width: 100%;
		width: 100vw;
	}

	.logo-box {
		font-size: 20px;
		height: 36px;
	}

	.logo-box .logo {
		transform: scale(0.7)
	}

	#nav-menu {
		position: fixed;
		opacity: 0;
		left: 0px;
		top: 0px;
		display: none;
		flex-wrap: wrap;
		flex-direction: column;
		background-color: rgba(29, 36, 45, 0.9);
		z-index: 99999;
		color: #fff;
		width: 100%;
		line-height: 45px;
		height: 100%;
	}

	.menu-btn {
		position: fixed;
		z-index: 1;
		width: 40px;
		height: 40px;
		right: 5px;
		top: 30px;
		display: flex;
		background-color: rgba(65, 81, 101, 0.9);
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		transition: all 0.1s ease-in-out;
	}

	.menu-btn>img {
		height: 80%;
		width: 80%;
		margin: auto;
	}

	.close {
		display: block;
	}

	#nav-menu li a {
		text-decoration: none;
		padding: 5px 30%;
		color: #fff;
		display: block;
		height: 100%;
	}

	.a-main {
		max-width: 95%;
		margin: 30px auto;
		flex-direction: column;
		text-align: center;
	}

	.a-main .desc .index-title {
		font-size: 30px !important;
		line-height: 50px;
	}

	.first-page .a-main .desc .info {
		text-align: left;
		margin: 0 auto;
		width: 95%;
		font-size: 30px;
	}

	h1 {
		font-size: 26px;
	}

	.long-title {
		font-size: 14px;
	}

	.try-scan-qrcode {
		width: 130px;
		height: 139px;
		left: 0px;
		top: 0;
		border-radius: 15px 15px 0 0;
		margin-top: -140px;
	}

	.info-box {
		text-align: left;
		margin: 20px 10px 0;
	}

	.alink-box {
		text-align: center !important;
	}

	.arrow-box {
		display: none;
	}

	img {
		height: auto;
		max-width: 100%;
	}

	.compare-title {
		margin-left: 0;
		text-align: center;
		color: #000;
	}

	#superiority .info-box {
		margin: 8px;
		font-size: 16px;
		text-align: left;
		text-indent: 2em;
	}

	.data-presentation .a-main {
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
	}

	.a-item {
		flex: 1;
	}

	.a-item .item-num {
		font-size: 20px;
	}

	.a-item .item-name {
		font-size: 14px;
	}

	.case-company {
		font-size: 8px;
	}

	.contant {
		font-size: 15px;
		line-height: 30px;
	}

	.bottom-qr-box p {
		text-align: center;
	}

	.pc-img {
		display: none;
	}

	.only-mobile {
		display: block;
	}
}









.down-contact-down-line {
	height: 1px;
	width: 1920px;
	background-color: #2F3032;
}

.down-contact-down {
	display: flex;
	flex-direction: row;
	width: 1200px;
	justify-content: space-between;
	height: 66px;
	align-items: center;
	color: #999999;
	font-size: 12px;
}

.down-contact-up-logo-img {
	width: 230px;
	height: auto;
}

.down-contact-up-logo {
	display: flex;
	flex: 1;
	justify-content: right;
}

.down-contact-up-right-img {
	width: 100px;
	height: 100px;
}

.down-contact-up-right-qrcode-out {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	color: #999;
	line-height: 50px;
}

.down-contact-up-right-qrcode {
	display: flex;
	flex-direction: row;
}

.down-contact-up-right-text {
	font-size: 20px;
	margin-bottom: 20px;
}

.down-contact-up-right {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-left: 50px;
}

.down-contact-up-left-text5 {
	font-size: 20px;
}

.down-contact-up-left-text4 {
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
}

.down-contact-up-left-text3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.down-contact-up-left-text2 {
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
}

.down-contact-up-left-text1 {
	font-size: 20px;
	margin-bottom: 20px;
}

.down-contact-up-left {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.down-contact-up {
	width: 1200px;
	display: flex;
	flex-direction: row;
	height: 285px;
	align-items: center;
}

.down-contact {
	max-width: 1920px;
	display: flex;
	flex-direction: column;
	background-color: #17181B;
	color: #fff;
	align-items: center;
}

.logo-box-name {
	font-size: 18px;
	font-weight: 600;
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 10px;
}

.logo-box {
	display: inline-block;
	font-size: large;
	color: #fff;
	white-space: nowrap;
	font-size: 30px;
	font-weight: 600;
}

.logo-box .logo {
	vertical-align: middle;
	height: 36px;
}

.a-herf-box {
	color: #fff;
}

.bottom-menu,
.menu-fix-box {
	display: none;
}

.top-nav {
	max-width: 1400px !important;
}

[data-animation] {
	visibility: hidden;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	opacity: 0;
	animation-fill-mode: forwards;
}

.down-to-up-fade {
	animation: imgFadeInUp 1s;
	opacity: 1;
}

@keyframes imgFadeInUp {
	0% {
		opacity: 0;
		transform: translate(0, 50%);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

@media screen and (max-width: 980px) {
	.bottom-menu {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		color: #808080;
		position: fixed;
		z-index: 124500;
		height: 60px;
		width: 100%;
		font-size: 14px;
		left: 0;
		bottom: 0;
		background-color: #fff;
	}

	.bottom-menu-item {
		width: 20%;
		align-items: center;
		vertical-align: middle;
		flex-direction: column;
		flex-wrap: wrap;
		text-align: center;
	}

	.bottom-menu-icon {
		height: 30px;
		width: 30x;
	}

	.bottom-menu-item-hover {
		color: #2180ff;
	}

	.menu-fix-box {
		height: 60px;
		display: block;
	}
}