.banner {
	width: 100%;
	position: relative;
}

.banner-slide-bg {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.spinner {
	position: absolute;
	bottom: 70px;
	left: 360px;
	z-index: 2;
	width: 50px;
	text-align: center;
	font-size: 10px;
}
 
.spinner > div {
  background-color: #0092E5;
  height: 25px;
  width: 6px;
  display: inline-block;
  border-radius: 4px;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
 
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
 
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
 
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
 
@-webkit-keyframes stretchdelay {
	0%, 40%, 100% {
	  height: 25px;
	  background-color: #fff;
	}  20% {
	  height: 45px;
	  background-color: #0092E5;
	}
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    height: 25px;
    background-color: #fff;
  }  20% {
    height: 45px;
    background-color: #0092E5;
  }
}

.point-to {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translate(-50%);
	z-index: 2;
	width: 30px;
	height: 22px;
	cursor: pointer;
	animation: pointTo 1.6s infinite;
}

@keyframes pointTo {
	form {
		bottom: 70px;
		opacity: 1;
	}
	to {
		bottom: 30px;
		opacity: 0;
	}
}

/* 我们的业务范围 */
.business-list {
	overflow: hidden;
	margin-top: 50px;
	border: 1px solid #E6E6E6;
}

.business-list-item {
	float: left;
	box-sizing: border-box;
	padding: 25px;
	width: 25%;
	height: 340px;
	border-left: 1px solid #E6E6E6;
	text-align: center;
	cursor: pointer;
}

.business-list-item:first-child {
	border-left: none;
}

.business-list-itemIcon {
	width: 90px;
	height: 90px;
}

.business-list-itemIcon:nth-child(2) {
	display: none;
}

.business-list-itemTitle {
	position: relative;
	margin-top: 35px;
	padding-bottom: 15px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 21px;
	color: #262626;
}

.business-list-itemTitle::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 30px;
	height: 2px;
	background-color: #262626;
}

.business-list-itemText {
	margin-top: 15px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 28px;
	color: #666666;
}

.business-list-item:hover {
	background-color: #0092E5;
}

.business-list-item:hover *{
	color: #fff;
}

.business-list-item:hover .business-list-itemTitle::after{
	background-color: #fff;
}

.business-list-item:hover .business-list-itemIcon:first-child {
	display: none;
}

.business-list-item:hover .business-list-itemIcon:nth-child(2) {
	display: block;
}


.business-btn {
	margin-top: 70px;
}

/* 我们可以为您解决哪些问题 */
.issue {
	background-image: url("static/css/images/issue_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.issue-list {
	overflow: hidden;
	background-image: url("static/css/images/issue_list.png");
	background-repeat: no-repeat;
	background-position: center 80px;
	background-size: 456px 320px;
}

.issue-list-item {
	float: left;
	box-sizing: border-box;
	margin-top: 50px;
	padding: 30px 25px;
	width: 420px;
	height: 155px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.issue-list-item:nth-child(2n) {
	float: right;
}

.issue-list-itemTitle {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 21px;
	color: #fff;
}

.issue-list-itemText {
	margin-top: 10px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 24px;
	color: #BFDFFF;
}

.issue-btn {
	margin-top: 50px;
	border-color: #B3D9FF;
	color: #B3D9FF;
}

/* 系统开发服务流程 */
.process {
	background-image: url("static/css/images/process_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.process-list {
	position: relative;
	margin-top: 75px;
	padding: 0 40px;
	height: 260px;
	background-image: url("static/css/images/process_list_bg.png");
	background-repeat: no-repeat;
	background-position: 0 175px;
	background-size: 100% auto;
}

.process-list::after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.process-list-item {
	float: left;
	margin-right: 56px;
	padding-bottom: 58px;
	width: 108px;
	background-image: url("static/css/images/24-24.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 42px 42px;
	text-align: center;
	font-size: 0;
}

.process-list-item:nth-child(2n + 1) {
	margin-top: 70px;
}

.process-list-item:last-child {
	margin-right: 0;
}

.process-list-itemIcon {
	width: 60px;
	height: 60px;
	transition-duration: .3s;
}
.process-list-item:hover .process-list-itemIcon{
	transform: rotate(180deg);
}
.process-list-itemText {
	margin-top: 10px;
	font-size: 18px;
	height: 68px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 32px;
	color: #262626;
}

/* 精选案例 */
.case-list {
	margin-top: 10px;
}

/* 新闻资讯 */
.news {
	background-color: #F7F7FC;
}

.news-list {
	overflow: hidden;
	margin-top: 30px;
}

.news-list-item {
	float: left;
	box-sizing: border-box;
	margin-top: 20px;
	margin-right: 29px;
	position: relative;
	width: 373px;
	height: 215px;
	border: 1px solid #DADAE6;
	font-size: 0;
	cursor: pointer;
}

.news-list-item:nth-child(3n) {
	margin-right: 0;
}

.news-list-itemImg {
	visibility: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-list-itemInfo {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 25px 20px;
	width: 100%;
	height: 100%;
}

.news-list-itemTitle {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 1;
	color: #262626;
}

.news-list-itemText {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid#E6E6E6;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 30px;
	color: #666;
}

.news-list-itemCell {
	margin-top: 20px;
	font-size: 0;
}

.news-list-itemDate {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
	color: #999;
}

.news-list-itemArrows {
	width: 32px;
	height: 14px;
}

.news-list-item:hover .news-list-itemImg {
	visibility: visible;
}

.news-list-item:hover .news-list-itemInfo{
	background-color: rgba(0, 0, 0, 0.7);
}

.news-list-item:hover * {
	color: #fff;
}

.news-list-item:hover .news-list-itemArrows {
	content: url(static/css/imgs/active_right_arrows.png);
}

.news-list-btn {
	margin-top: 70px;
}

/* 免费解决方案获取 */
.solution {
	background-image: url(static/css/images/solution_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.solution-form {
	margin-top: 100px;
	margin-bottom: 30px;
}

.solution-form-input,
.solution-form-textarea {
	box-sizing: border-box;
	padding: 0 15px;
	height: 60px;
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #262626;
}

.solution-form-input::placeholder,
.solution-form-textarea::placeholder {
	color: #ccc;
}

.solution-form-input {
	width: 240px;
}

.solution-form-textarea {
	width: 420px;
}

.solution-form-submitBtn {
	width: 240px;
	height: 60px;
	background-color: #0092E5;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
}

.other {
	padding: 50px calc((100% - 1200px)/2) 70px;
	background-color: #F7F7F7;
}

.other-nav {
	overflow: hidden;
}

.other-nav-item {
	float: left;
	padding: 0 22px;
	height: 30px;
	background-color: #E6E6E6;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 30px;
	color: #262626;
	cursor: pointer;
}

.other-nav-item:nth-child(n + 2) {
	margin-left: 10px;
}

.other-nav-item_active {
	background-color: #0092E5;
	color: #fff;
}

.other-list {
	overflow: hidden;
	display: none;
	margin-top: 20px;
}
.other-list.on{
	display: block;
}
.other-list-item {
	display: block;
	float: left;
	margin-right: 23px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 34px;
	color: #262626;
}

.other-list-item:nth-child(14n) {
	margin-right: 0;
}


.indexMask{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% + 80px));
	background: url("static/css/images/imbg.png") no-repeat;
	background-size: 100% 100%;
	width: 1100px;
	height: 430px;
}
.indexMask h2{
	text-align: center;
	font-size: 66px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 26px;
}
.indexMask p{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.65;
	margin-top: 40px;
	white-space: nowrap;
	letter-spacing: 40px;
}
.indexMask p:nth-of-type(2){
	font-size: 14px;
	margin-top: 20px;
}
.indexMask .tagBox{
	margin: 45px auto;
	width: fit-content;
	width: -moz-fit-content;
	white-space: nowrap;
}
.indexMask .tagBox span{
	display: inline-block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0 30px;
	background: #f18102;
	border-radius: 20px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	margin: 0 12.5px;
}
.indexMask>span{
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 4px;
	background: #DC000C;
}

.otherBanner3 img{
	width: 100%;
	height: 940px;
	object-fit: cover;
}
.indexBannerBottom{
	position: absolute;
	bottom:50px;
	width:100%;
	z-index: 2;
	border:none;
	color:#fff;
	height: auto;
}
.indexBannerBottomLeftLine{
	width:46.8%;
	height: 1px ;
	bottom:70px;
	left:0;
	position: absolute;
	background:#fff;
	z-index:2;
}
.indexBannerBottomRightLine{
	width:20.8%;
	height: 1px ;
	bottom:70px;
	right:26.5%;
	position: absolute;
	background:#fff;
	z-index:2;
}
.indexBannerBottomRightLineT{
	width:20.3%;
	height: 1px ;
	bottom:70px;
	right:0;
	position: absolute;
	background:#fff;
	z-index:2;
}
.indexBannerBottom .shubiao{
	width:100%;
	height: 40px;
	text-align: center;
}
.indexBannerBottom .shubiao span{
	width:24px;
	height: 40px;
	display: inline-block;
	background:url("static/css/images/shubiao.png")no-repeat;
}
.indexBanner .swiper-button-prev-banner{
	bottom: 50px;
	left:75%;
	position: absolute;
	z-index: 3;
	top: unset;
}
.indexBanner .swiper-button-next-banner{
	bottom: 50px;
	right:21.3%;
	z-index: 3;
	position: absolute;
	top: unset;
}
.indexBanner .swiper-button-prev-banner:after{
	content:'';
	width:20px;
	height: 20px;
	background:url("static/css/images/bannerleft.png");
}
.indexBanner .swiper-button-next-banner:after{
	content:'';
	width:20px;
	height: 20px;
	background:url("static/css/images/bannerright.png");
}
.otherBannerIndex>.swiper-pagination-bullets{
	width:46.8% !important;
	bottom:55px !important;
	left:0 !important
}
.otherBannerIndex .swiper-pagination-bullet{
	background:url('static/css/images/bannerpage.png')no-repeat;
	width:20px;
	margin-right: 20px;
	height: 20px;
	opacity: 1;
}
.otherBannerIndex .swiper-pagination-bullet-active{
	background:url('static/css/images/bannerpageactivity.png')no-repeat;
	width:20px;
	height: 20px;
}
.indexMask i{
	display: block;
	width: 790px;
	height: 1px;
	background: #FFF;
	margin: 10px auto;
	font-style: normal;
	font-weight: 900;
}
.indexMask2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 1200px;
	height: auto;
}
.indexMask2 img{
	display: block;
	width: auto;
	height: auto;
}
