a {
	text-decoration: none;
}

.banner {
	max-height: 540px;
}

/* ------about -product ---------*/
.ab-pro {
	padding: 45px 0;
}

.pro-bt {
	max-width: 200px;
	border: 1px solid #ccc;
	margin-top: 25px;
	padding: 5px 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.ab-pro .pro {
	text-align: center;
	margin-bottom: 20px;
	background: url(../image/bg7.jpg);
}

.ab-pro .pro img {
	padding: 10px 0;
	max-width: 140px;
}

.ab-pro .pro h6 {
	font-size: 15px;
	color: white;
	padding: 5px 0 15px;
}

.ab-pro .ab-img p {
	font-size: 0.875rem;
	line-height: 32px;
}

.i-pro {
	border: 1px solid #ccc;
	text-align: center;
	position: relative;
	margin-top: 15px;
	height: 160px;
	transition: 0.3s;
}


.i-pro:hover {
	border: 1px solid #0055ff;
}



.i-pro:hover img {
	transition: filter 0.5s ease;
	filter: grayscale(100%);
	/* 图片变灰 */
}

.i-pro:hover h3 {
	font-size: 19px;
	color: #550000;
}

.i-pro .i-img {
	height: 100px;
	margin-bottom: 25px;
	display: table-cell;
	vertical-align: middle;
}

.i-pro .i-img img {
	max-width: 100px;
	max-height: 70px;

}

.i-pro h3 {
	font-size: 18px;

}

.ab-pro .box {
	text-align: center;
	border: 1px solid #000;
	border-radius: 10px;
	padding: 15px 10px 10px;
}

.ab-pro .box i {
	width: 50px;
	height: 50px;
	font-size: 16px;
	border: 1px solid #0000ff;
	line-height: 50px;
	border-radius: 100%;
	margin-bottom: 25px;
}

.ab-pro .box:hover i {
	background-color: #0000ff;
	color: white;
	transform: ;
}

.ab-pro .box:hover h6 {
	color: #0000ff;
}


/* ====proudct ===== */
.auto-box {
	width: 100%;
	height: auto;
	padding: 30px 0;
	background: #fff
}

.index-tit {
	padding: 40px 0 10px;
	text-align: center
}

.index-tit h1 {
	font-size: 30px;
	color: #363f45;
	font-weight: normal
}

.index-tit p {
	font-size: 20px;
	color: #abb0b4;
	padding-top: 15px
}

.index-tserver {
	width: 100%;
	background: url('../image/360server-line.png') no-repeat center 125px;
	box-sizing: border-box;
	text-align: center;
	padding: 0 2.6%
}

.index-tserver li {
	width: 24.8%;
	min-width: 162px;
	height: 162px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 106px;
	font-size: 14px;
	color: #656d73;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: -0.1%
}

.index-tserver li.tserver-list1 {
	background: url('../image/360server-icon1.png') no-repeat center top
}

.index-tserver li.tserver-list2 {
	background: url('../image/360server-icon2.png') no-repeat center top
}

.index-tserver li.tserver-list3 {
	background: url('../image/360server-icon3.png') no-repeat center top
}

.index-tserver li.tserver-list4 {
	background: url('../image/360server-icon4.png') no-repeat center top
}

.index-tserver li.tserver-list5 {
	background: url('../image/360server-icon5.png') no-repeat center top
}

.index-tserver li.tserver-list6 {
	background: url('../image/360server-icon6.png') no-repeat center top
}

.index-tserver li.tserver-list7 {
	background: url('../image/360server-icon7.png') no-repeat center top
}

.index-tserver li p {
	width: 162px;
	height: 162px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -81px;
	border-radius: 81px;
	padding: 40px 30px;
	box-sizing: border-box;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	background: linear-gradient(111deg, #04bde4, #1067fe);
	display: none
}

.index-tserver li p a {
	color: #fff
}

.index-tserver li p.animated {
	animation-duration: .5s;
	animation-fill-mode: both
}

.index-tserver li:hover p {
	display: block
}

.index-tserver-ad {
	width: 100%;
	margin-top: 60px;
	background: #f3f3f3;
	text-align: center;
	padding: 30px 0 15px;
}

.index-tserver-ad li {
	display: inline-block;
	color: #abb0b4;
	font-size: 16px;
	padding: 0 3%
}

.index-tserver-ad li img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px
}

.index-tserver-ad li+li {
	border-left: 1px solid #e2e3e4
}

.zoomin {
	animation-name: zoomin
}

@keyframes zoomin {
	0% {
		opacity: 0;
		transform: scale(.3)
	}

	50% {
		opacity: 1
	}
}

/*---------- products over -----------*/
.section-news {
	height: 440px;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.12);
}

.news-main {
	height: 100%;
	margin-left: -10px;
}

.news-main-card {
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.news-main-card:hover .news-main-card-bg {
	transform: scale(1.1);
}

.news-main-card-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: 0.2s;
}

.news-main-card-top {
	position: relative;
	height: 210px;
}

.news-main-card-bottom {
	position: relative;
	height: 330px;
	padding: 65px 30px 5px;
}

.news-main-card-bottom .h2 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-main-card-bottom .p {
	max-height: 150px;
	font-size: 13px;
	line-height: 24px;
	color: rgba(255, 255, 255, 0.7);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news-main-card-bottom .btn-group .cui-btn {
	margin-top: 5px;
	margin-right: 8px;
	font-size: 12px;
	color: #fff;
	border: 1px solid #fff;
	padding: 0 10px;
}

.news-sub {
	position: relative;
	height: 100%;
}

.news-list-card {
	display: block;
	position: relative;
	height: 100%;
	padding: 50px 40px 0;
	background-color: white;
	height: 210px;
}

.news-list-card:hover .h3,
.news-list-card:hover .p {
	transform: translate(0, -26px);
}

.ab-1,
.ab-5 {
	background-color: #f66f6a;
}

.ab-2 {
	background-image: url(../image/bg16.jpg);
	background-size: cover;
}

.ab-3 {
	background-image: url(../image/bg15.jpg);
	background-size: cover;
}

.ab-4 {
	background-image: url(../image/bg14.jpg);
	background-size: cover;
}

.news-list-card .h3 {
	max-height: 56px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #252b3a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: transform 0.2s;
}

.news-list-card .p {
	max-height: 60px;
	font-size: 14px;
	line-height: 20px;
	color: #666a75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: transform 0.2s;
}

.ab-1 .h3,
.ab-2 .h3,
.ab-5 .h3 {
	color: #fff;
}

.ab-1 .p,
.ab-2 .p,
.ab-5 .p {
	color: rgba(255, 255, 255, 0.7);
}

.telephone {
	background-image: url(../picture/icon23.png);
	width: 32px;
	height: 32px;
}

.ab-list {
	padding: 0 15px;
}

.ab-list div {
	border: 1px solid #ccc;
	padding: 25px 10px;
	display: inline-block;
	height: 210px;
	text-align: center;
	overflow: hidden;
}

.ab-list h5 {
	margin-top: 15px;
}

.ab-list p {
	font-size: 13px;
}

/**=========================
    START Content Box 22
=========================**/

/** START FLIP BOX **/
.flip-box {
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	padding: 0;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}

.flip-box-front,
.flip-box-back {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	min-height: 250px;
	height: auto;
	-webkit-transition: .6s;
	transition: .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #fff;
	background-size: cover;
	z-index: 10;
}

.flip-box-back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 2px;
	background: #0345ff;
	background: linear-gradient(90deg, #0345ff, #03def4);
	background-size: 200% auto
}

.flip-box-front .inner,
.flip-box-back .inner {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10%;
	letter-spacing: 1px;
	justify-content: center;
	text-align: center;
	border-radius: 2px;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(60px) scale(.94);
	transform: translateZ(60px) scale(.94);
}

.flip-box-front .inner .icon {
	width: 60px;
	height: 60px;
	font-size: 36px;
	border: 1px solid;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
}

.flip-box-front .inner .icon-img {
	max-width: 160px;


}

.flip-box .title {
	font-size: 1.2rem;
	margin: 0;
}

.flip-box-back .inner .desc {
	margin: 20px 0 20px;
	line-height: 1.5;
}

.flip-box-back .flip-btn {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 8px 14px;
	border: 1px solid;
	border-radius: 4px;
}

.flip-box-front .title {
	color: #343a40;
}

.flip-box-back .title,
.flip-box-back .desc {
	color: #fff;
}

/** END FLIP BOX **/

/** START FLIP BOX: TOP to BOTTOM **/
.flip-box.flip-up .flip-box-front {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.flip-box.flip-up .flip-box-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip-box.flip-up:hover .flip-box-front {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip-box.flip-up:hover .flip-box-back {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

/** END FLIP BOX: TOP to BOTTOM **/


/** START FLIP BOX: BOTTOM to TOP **/
.flip-box.flip-bottom .flip-box-front {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.flip-box.flip-bottom .flip-box-back {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.flip-box.flip-bottom:hover .flip-box-front {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.flip-box.flip-bottom:hover .flip-box-back {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

/** END FLIP BOX: BOTTOM to TOP **/

/** START FLIP BOX: RIGHT to LEFT **/
.flip-box.flip-right .flip-box-front {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.flip-box.flip-right .flip-box-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-box.flip-right:hover .flip-box-front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip-box.flip-right:hover .flip-box-back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

/** END FLIP BOX: RIGHT to LEFT **/


/** START FLIP BOX: LEFT to RIGHT **/
.flip-box.flip-left .flip-box-front {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

.flip-box.flip-left .flip-box-back {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.flip-box.flip-left:hover .flip-box-front {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flip-box.flip-left:hover .flip-box-back {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}

/** END FLIP BOX: LEFT to RIGHT **/

/**=========================
    END Content Box 22
=========================**/

/* ========= about us over ============== */
/*
<!-- Start kalee-pump testimonial Section  -->
*/
.testimonial-section {
	padding: 50px 0;
	background-color: white;
}

.autoplay-progress {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 10;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: var(--swiper-theme-color);
}

.autoplay-progress svg {
	--progress: 0;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	stroke-width: 4px;
	stroke: var(--swiper-theme-color);
	fill: none;
	stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
	stroke-dasharray: 125.6;
	transform: rotate(-90deg);
}

.testimonial-section .section-title h1 {
	font-size: 34px;
}

.testimonial-section .section-title h5:before {
	left: 92px;
}

.testimonial-button {
	margin-top: 28px;
}

.testimonial-button a {
	display: inline-block;
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	border-radius: 6px;
	background-image: linear-gradient(90deg, #223fc2 0%, #5b7fc2 100%);
	padding: 8px 12px;
	position: relative;
	z-index: 1;
}

.testimonial-button a i {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	padding-left: 15px;
}

.testimonial-button a:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: .5s;
	background: linear-gradient(to right, #4787e7, #171f92, #7A2AD7, #4787e7);
	border-radius: 6px;
	transform: scale(0);
	z-index: -1;
}

.testimonial-button a:hover:before {
	transform: scale(1);
}

.single-testi-box {
	border-radius: 10px;
	background-color: #ffffff;
	padding: 48px 50px 25px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
	box-shadow: 0 13px 28px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
}

.single-testi-box:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 62%;
	width: 100%;
	height: 100%;
	background: url(../image/testi-shape.png);
	background-repeat: no-repeat;
}

.testi-desc p {
	font-size: 20px;
	line-height: 26px;
	color: #616161;
	font-weight: 400;
	font-style: italic;
	margin: 0 auto 25px 0;
	width: 90%;
}

.img {
	display: inline-block;
}

.testi-icon {
	position: absolute;
	top: -26px;
	left: 46%;
	width: 57px;
	height: 57px;
	line-height: 57px;
	border-radius: 28px;
	background: #ffffff;
}

.testi-icon img {
	margin-top: -15px;
	margin-left: -15px;
}

.people-text h5 {
	font-size: 18px;
	color: #0d0c0c;
	font-weight: 500;
	margin: auto;
}

.people-text p {
	font-size: 14px;
	color: #0d0c0c;
	font-weight: 400;
	margin: 2px auto 0;
}

.testi-content {
	margin: 0 0 -28px;
}

.people-text {
	display: inline-table;
	position: relative;
	top: -35px;
}

.people-name {
	width: 100%;
	text-align: center;
}

.people-name img {
	/* width: 100%; */
	height: 180px;
}

.star-icon {
	position: absolute;
	bottom: 60px;
	right: 70px;
}

.star-icon ul {
	list-style: none;
	display: inline-block;
}

.star-icon ul li {
	color: #743fd9;
	font-size: 16px;
}

.testimonial-section .owl-dots {
	bottom: -50px;
}

/*
<!-- End kalee-pump testimonial Section  -->
*/

/* ========= case ========== */
.sponsor {
	margin: 80px 0px;
	padding: 25px 0;
}

.sponsor h5 {
	font-size: 18px;
	color: #fff;
}


/* =========================================s
			mobile  css
 ============================================*/
@media (max-width: 575px) {
	.index-tit h1 {
		font-size: 24px;
	}

	.index-tit {
		padding: 0;

	}

	.m-pro h3 {
		font-size: 13px;
	}

	.m-pro:hover h3 {
		font-size: 13px;
	}

	.index-tit p {
		font-size: 16px;
	}

	.section-news {
		height: 100%;
		margin-bottom: 1px;
	}

	.section-news .news-main {
		margin-left: 0;
	}

	.news-main-card-bottom {
		padding: 125px 30px 5px;
	}

	.ab-1,
	.ab-5 {
		margin-top: 8px;
	}

	.testimonial-section {
		margin-top: 1px;
	}

	.section-title {
		padding: 0 15px;
	}

	.section-title h1 {
		font-size: 24px;
	}

	.section-title h5 {
		font-size: 16px;
	}

	.testimonial-button {
		padding-left: 15px;
	}

	.sponsor {
		margin: 0;
	}

	.m-footer {
		display: none;
	}

	.index-tserver-ad {
		display: none;
	}

	.footer__copyright {
		padding: 15px;
	}

	.footer__copyright p {
		font-size: 12px;
	}

}