/* 滚动条 */
::-webkit-scrollbar {
	height: 10px;
	width: 7px;
	background: rgba(0, 0, 0, .1);
}

::-webkit-scrollbar:hover {
	background: rgba(0, 0, 0, .2);
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
	-ms-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
	-o-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
	background-color: rgba(0, 0, 0, .4);
}


body {
	min-width: 1280px;
	width: 100%;
}

/****************************** header start ******************************/
header {
	width: 100%;
	z-index: 100;
	border-bottom: 1px solid transparent;
	transition: border .5s cubic-bezier(0.455, 0.03, 0.515, 0.955), background .5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.wrap {
	width: 1100px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;	
	margin: 0 auto;
}

.wrap .am-topbar-brand {
	height: auto;
	line-height: normal;
}

.wrap .am-topbar-brand img {
	display: block;
}

.wrap .am-nav {
	margin: 0 !important;
}

.wrap .am-nav a {
	color: #FFFFFF;
}

.wrap .am-nav a:hover,
.wrap .am-nav a:focus {
	color: #5ab3fe;
	background: rgba(50, 50, 52, .6);
}

.fixed {
	background: rgba(255, 255, 255, 0.8);
	border-bottom-color: #000000;
}
/****************************** end ******************************/



/****************************** banner start ******************************/
.banner {
	width: 100%;
	height: 640px;
	margin: 0 auto;
	position: relative;
	margin-top: -110px;
}

.banner ul {
	list-style: none;
	padding: 0;
}

.banner ul li {
	width: 100%;
	height: 640px;
	position: absolute;
	margin: 0 auto;
}

.banner .banner-bottom {
	width: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
}

.banner .table {
	width: 1000px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.banner .table a {
	position: relative;
	height: 56px;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 2px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

.banner .table a.banner-active {
	background-color: rgba(255,255,255,.4);
}

.banner .table a.banner-active::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #2357C4;
	display: block;
}

.banner .banner-title {
	position: relative;
	width: 1100px;
	height: 640px;
	margin: 0 auto;
}

.banner .one {
	position: absolute;
	top: 250px;
	margin: 0 auto;
	font-size: 30px;
	color: #fff;
	width: 1100px;
}

.banner p {
	text-align: center;
	margin: 0;
	-webkit-user-select: none;
	user-select: none;
}

@-webkit-keyframes one {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes one {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.animate-bounce-up {
	-webkit-animation: one 0.3s linear;
	animation: one 0.3s linear;
}

.animate-bounce-up {
	-webkit-animation: one 0.3s linear;
	animation: one 0.3s linear;
}


/****************************** end ******************************/



/****************************** ����΢���Կ�ϵͳ�˹��� start ******************************/
.web-side-wrap, .software-side-wrap {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	padding-top: 65px;
}

.web-side-details {
	background: url("/Public/assets/home/images/index/web-side/figure-1.png") no-repeat center top;
	margin-top: 65px;
	background-size: 70%;
  padding: 250px 0 100px 0;
}

.web-side dl {
	margin-bottom: 20px;
	padding-top: 30px;
	height: 150px;
}

.web-side-details dl dt {
	color: #333333;
	margin: -5px 0 10px 75px;
}

.web-side-details dl dd {
	width: 325px;
	line-height: 20px;
	margin-left: 75px;
	font-size: 0.8em;
	color: #777777;
}

.web-side-details .features-left {
	padding-top: 50px;
}

.web-side-details .features-right {
	padding: 50px 0 0 0;
}
/****************************** end *******************************/



/****************************** ����΢���Կ����ֹ��� start ******************************/
.software-side {
	width: 100%;
	height: 1200px;
	margin: 0 auto;
	background: #f8fafc;
	position: relative;
	top: 0;
	left: 0;
}

.software-side-details {
	height: 1000px;
	background: url("/Public/assets/home/images/index/software-side/figure-2.png") no-repeat center left;
	background-size: 35% 70%;
}

.software-side-details .features-one {
	float: left;
	position: relative;
	left: 410px;
	top: 70px;
}

.software-side-details .features-two {
	float: right;
	position: relative;
	left: 0;
	top: 70px;
}

.software-side-details dl {
	height: 140px;
	margin-bottom: 40px;
}

.software-side-details dl dt {
	padding-top: 10px;
	color: #2357c4;
	font-size: 1.1em;
}

.software-side-details dl dd {
	color: #333333;
	font-size: 0.81em;
}
/****************************** end ******************************/



/****************************** about start ******************************/
.about {
	width: 100%;
	height: 542px;
	position: relative;
	top: 0;
	left: 0;
	background: url("/Public/assets/home/images/index/other/guanyuhl.png");
}

.about-content {
	width: 1100px;
	height: 542px;
	margin: 0 auto;
}

.about-box {
	background: url("/Public/assets/home/images/index/other/gyhl-k.png") no-repeat;
	width: 100%;
	position: relative;
	top: 100px;
}

.about-content .text-box {
	padding: 35px 100px;
	color: #ffffff;
	font-size: 15px;
}

.about-content .text-box .text-bottom {
	margin-top: 25px;
}

.about-content .text-box h2 {
	font-size: 48px;
	text-align: center;
	margin-top: 1em;
}
/****************************** end ******************************/



.app-side {
	width: 100%;
	background-color: #FFFFFF;
	padding: 80px 0 60px;
	-webkit-user-select: none;
	user-select: none;
}

.app-side-wrap > .title {
	line-height: 62px;
	font-size: 42px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0 0 24px 0;
}

.app-side-details {
	display: flex;
	align-items: center;
	justify-content: center;
}

.app-side-details .app-intro {
	/* width: 426px; */
	padding: 40px 40px 0 40px;
	box-sizing: border-box;
}

.app-side-details .app-intro .name {
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 16px 0;
}

.app-side-details .app-intro .detail {
	width: 426px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin: 0;
}

.app-side-details .app-intro .keypoint {
  width: 580px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: -20px;
  margin-left: -20px;
}

.app-side-details .app-intro .keypoint > li {
	width: 290px;
	padding: 0 20px;
	margin-top: 20px;
}

.app-side-details .app-intro .keypoint > li .label {
	margin: 0 !important;
  font-size: 16px;
  color: #ff5a53;
  font-weight: bold;
}

.app-side-details .app-intro .keypoint > li .msg {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: justify;
  word-break: break-all;
  margin: 4px 0 0 0;
  padding-left: 16px;
}

.app-side-details .app-img {
	max-width: 604px;
	width: 100%;
}

.app-side-details .app-img > img {
	width: 100%;
	height: auto;
	display: block;
}



/* footer start */

.footer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #394050;
}

.footer-content {
	width: 1100px;
	height: 320px;
	margin: 0 auto;
}

ul {
	list-style: none;
}

.footer-content ul {
	padding: 65px 0 0 0;
	color: #ffffff;
	font-size: 0.9em;
}

.footer-content ul li {
	padding: 0;
}

.footer-content ul li dl dt {
	font-size: 1em;
	background: url("/Public/assets/home/images/index/other/dl_hr.png") no-repeat bottom left;
	background-size: 100%;
	width: 200px;
}

.footer-content ul li dl dd a {
	color: #ffffff;
}

.footer-content ul li dl dd img {
	width: 150px;
	height: 150px;
}

.footer-content ul li dl dd:nth-child(2) img {
	width: 25px;
	height: 25px;
}

.footer-content ul li dl dd:nth-child(2) {
	height: 25px;
	line-height: 25px;
}

.footer-content .map {
	color: #55eac4;
	text-decoration: underline;
	width: 150px;
}

/* end */

.am-toolbar {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 20px;
}

.copyright {
	color: #fff;
	padding-bottom: 50px;
}

@media screen and (max-width: 1280px) {
	body {
		width: 100%;
	}

	.header {
		width: 100%;
	}

	.header .wrap {
		width: 90%;
	}

	.banner {
		width: 100%;
	}

	.banner .banner-bottom .table {
		width: 90%;
	}

	.web-side .web-side-wrap {
		width: 90%;
	}

	.software-side .software-side-wrap {
		width: 90%;
	}

	.software-side-details .features-one {
		left: 430px;
	}

	.about .about-content {
		width: 100%;
	}

	.about .about-content .about-box {
		width: 87%;
		margin: 0 auto;
	}
}
