.banner {
	height: 20%;
	max-height:500px;
}

.banner .banner-bg {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #C4DCFC;
}

.banner .banner-content {
	height:30%;
	max-height: 600px;
}

.banner .ban-text {
	width: 50%;
	max-width:670px;
	padding-right: 14px;
	position: relative;
	z-index: 2;
}

.banner .ban-text .ban-title {
	font-weight: bold;
	margin-bottom: 7px;
	color: #1E2026;
	line-height: 1.3;
	font-size: 48px;
}

.banner .ban-text .ban-title2 {
	color: #1E2026;
	line-height: 1.6;
	font-size: 20px;
}

.banner .ban-img {
	width: calc(100% - 50%);
	margin-left: -30px;
	margin-top: 80px;
}

.ban-img .fiximg {
	width: 400px;
	position: relative;
	left: 70px;
	z-index: 4;
	animation: photo-object-floating 2s infinite ease-in-out alternate;
	animation-delay: -1s;
}


@keyframes photo-object-floating {
	0% {
		transform: translateY(-5px);
	}

	100% {
		transform: translateY(5px);
	}
}

.ban-img .moveimg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	animation: photo-object-floating 2s infinite ease-in-out alternate;
}

.ban-img .moveimg1 {
	width: 150px;
	height: auto;
	left: 400px;
	top: -30px;
	animation-delay: -2s;
}

.ban-img .moveimg2 {
	width: 130px;
	height: auto;
	left: 110px;
	top: 0px;
	animation-delay: -3s;
}

.ban-img .moveimg3 {
	width: 230px;
	height: auto;
	left: 250px;
	top: -20px;
	animation-delay: -4s;
}

/* 简介 */
.intro {
	padding: 75px 0;
	background: #fff url(../images/intorbg.png) no-repeat center 199px/cover;
}

.intro-title {
	text-align: center;
	padding-bottom: 100px;
}

.intro-title h1 {
	margin-bottom: 10px;
	font-size: 50px;
	background-image: -webkit-linear-gradient(bottom, rgb(56 56 58), rgb(49, 53, 61), #ba0f71);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.intro-title span {
	line-height: 1;
	font-size: 20px;
	white-space: nowrap;
}

.intro-list {
	display: flex;
	justify-content: space-between;
}

.intro-list .intro-list-item {
	width: 380px;
	height: 380px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
	border-radius: 15px;
}

.intro-list .intro-list-itembox {
	height: 100%;
}

.intro-list .intro-list-itembox .in-li-itemtop {
	top: 0;
	background-color: #fff;
	transition: all .3s ease-in-out;
	position: absolute;
	padding: 30px;
	width: 100%;
	height: 100%;
	left: 0;
}

.intro-list .in-li-itemtop .in-itemtop-title {
	color: #333;
	border-bottom: 1px solid #e8e8e8;
	font-size: 25px;
	padding-bottom: 15px;
	line-height: 1;
	margin-bottom: 16px;
}

.intro-list .in-li-itemtop img {
	width: 340px;
	height: 220px;
	display: block;
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.intro-list .intro-list-itembox .in-li-itemdown {
	top: 100%;
	background: linear-gradient(346deg, #1c5bac 28%, #1c5bac 0, #1fb6c4 124%, #1fb6c4 0);
	transition: all .3s ease-in-out;
	position: absolute;
	padding: 30px;
	width: 100%;
	height: 100%;
	left: 0;
	box-sizing: border-box;
}

.intro-list .in-li-itemdown .in-itemdown-title {
	color: #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	z-index: 2;
	font-size: 25px;
	padding-bottom: 15px;
	line-height: 1;
	margin-bottom: 16px;
}

.intro-list .in-li-itemdown p {
	position: relative;
	z-index: 2;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

.intro-list .intro-list-itembox:hover .in-li-itemtop {
	top: -100%;
}

.intro-list .intro-list-itembox:hover .in-li-itemdown {
	top: 0;
}

/* 广告 */

.advertisement {
	height: 300px;
	margin-top: 60px;
	background: url(../images/banner1.png) no-repeat center center;
	background-size: 100%;
}

/* 业务板块 */
/* 热销插件 */
.business {
	padding: 75px 0;
}

.business-title {
	text-align: center;
	padding-bottom: 70px;
}

.business-title h1 {
	margin-bottom: 10px;
	font-size: 50px;
	background-image: -webkit-linear-gradient(bottom, rgb(56 56 58), rgb(49, 53, 61), #ba0f71);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
}

.business-title span {
	line-height: 1;
	font-size: 20px;
	white-space: nowrap;
}

.business .business-list a:after {
	transition: all .2s;
	content: " ";
	height: 80%;
	left: 0;
	width: 100%;
	top: 20%;
	opacity: .5;
	background: linear-gradient(180deg, transparent, #001f35);
	position: absolute;
	z-index: 1;
}

.business .business-list a:hover img {
	filter: blur(10px);
}


.business .business-more {
	margin: 60px auto 0;
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #000;
	border: 1px solid #979797;
	border-radius: 5px;
	background: transparent;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	outline: none;
}

.business .business-more:before {
	height: 0%;
	width: 1px;
}

.business .business-more:after {
	width: 0;
	height: 1px;
}

.business .business-more:after,
.business .business-more:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	background: #027efb;
	transition: all .3s ease;
}

.business .business-more:hover {
	background: transparent;
	box-shadow: none;
}

.business .business-more:hover:before {
	height: 100%;
}

.business .business-more:hover:after {
	width: 100%;
}

.business .business-more span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.business .business-more span:hover {
	color: #027efb;
}

.business .business-more span:before {
	width: 1px;
	height: 0%;
}

.business .business-more span:after,
.business .business-more span:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: #027efb;
	transition: all .3s ease;
}

.business .business-more span:after {
	width: 0;
	height: 1px;
}

.business .business-more span:hover:before {
	height: 100%;
}

.business .business-more span:hover:after {
	width: 100%;
}

.industrycase .industrycase-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.industrycase .industrycase-list a {
	width: 49%;
	height: 330px;
	overflow: hidden;
	border-radius: 10px;
	margin-top: 15px;
	color: #fff;
	position: relative;
}

.industrycase .industrycase-list a:first-child,
.industrycase .industrycase-list a:nth-child(2) {
	margin-top: 0;
}

.industrycase .industrycase-list a span {
	white-space: nowrap;
	font-size: 25px;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 30px;
	opacity: .8;
	transition: all .2s ease-in-out .1s;
}

.industrycase .industrycase-list a p {
	font-size: 18px;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 30px;
	opacity: 0;
	transition: all .3s ease-in-out .2s;
}

.industrycase .industrycase-list a:hover span {
	bottom: 95px;
	opacity: 1;
	text-shadow: 2px 2px 5px #000;
}

.industrycase .industrycase-list a:hover p {
	bottom: 50px;
	opacity: 1;
	text-shadow: 2px 2px 5px #000;
}

.industrycase {
	background-color: #f9f9fb;
}
.main{
	width: 100%;
	min-width:600px;
}
.main .white {
	background-color: #fff;
}

/* 合作伙伴 */
.cooperator {
	padding: 20px 0;
}

.cooperator-title {
	color: #1E2026;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	font-size: 38px;
}

.cooperator-title .counter {
	display: inline-block;
	width: 152px;
	text-align: center;
}

/* 底部定位 */
.footerfix {
	position: fixed;
	z-index: 9;
	height: 68px;
	background: rgba(102, 102, 102, .9);
	width: 100%;
	bottom: 0;
}

.footerfix-text {
	line-height: 1.8;
	font-size: 18px;
}

.footerfix-text a {
	margin-left: 0.65rem;
	border-radius: 5px;
	background: #0664EB;
	height: 40px;
	line-height: 40px;
	width: 98px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

/* 右侧定位 */
.rightfix {
	position: fixed;
	z-index: 2147483647;
	width: 50px;
	height: 50px;
	text-align: center;
	right: 20px;
	cursor: pointer;
	outline: none;
	bottom: 100px;
	line-height: 50px;
}

.rightfix span {
	font-size: 50px;
	color: #0664EB;
}



