﻿
body {
	background: #fff;
}
/*header*/
.header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: none;
	transition: 0.5s;
}
.s-header, .header:hover {
    box-shadow: 0px 1px 5px #888888;
    background-color: #ffffff;
    /*-webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 8%);*/
    /*box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);*/
    
}
.header .search {
	display: none;
}
/*index-banner*/
.index-banner {
	min-width: 120px;
}
.index-banner {
	/*background: url(../images/banner.png) repeat bottom center;*/
	position: relative;
}
.index-banner .s {
	padding: 230px 0 150px;
	position: relative;
	z-index: 100;
	text-align: center;
}
.index-banner h1 {
	font-size: 45px;
	line-height: 50px;
	color: #fff;
}
.index-banner h1 span {
	color: #1185ed;
}
.index-banner .mc {
	color: #68aef9;
	margin-left: 20px;
}
.index-banner h6 {
	padding-top: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #656565;
}
.index-slogan {
	position: relative;
	z-index: 100;
	padding: 20px 0;
	background: #f3f7fd;
}
.index-slogan .service-subject {
	float: left;
	width: 23%;
	padding: 0 1%;
}
.index-slogan .m {
	float: left;
	width: 50px;
	padding: 11px 0;
	margin-right: 12px;
}
.index-slogan .m img {
	vertical-align: middle;
}

 

.index-slogan .title-sub {
	line-height: 36px;
	font-size: 28px;
	color: #5429ac;
}


.index-slogan .title-sub h3 {

	color: #30485e;
}


.index-slogan .des {
	font-size: 13px;
	color: #93979f;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
/*index-title*/
.index-title {
	text-align: center;
}
.index-title .title {
	font-size: 30px;
	line-height: 30px;
	color: #333;
}
.index-title .tips {
	font-size: 15px;
	line-height: 15px;
	color: #888;
}
.index-title .title-line {
	height: 20px;
}
/*index-service*/
.index-service {
	padding: 100px 0;
	zoom: 1;
	min-width: 1200px;
}
.index-service .s {
	padding-top: 50px;
}
.index-service .sub {
	float: left;
	width: 25%;
	height: 220px;
	background: #fff;
	position: relative;
	transition: 0.3;
}
.index-service dl {
	padding: 15px;
}
.index-service dt {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}
.index-service dt {
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	color: #555;
}
.index-service .des {
	height: 40px;
	line-height: 20px;
	padding: 0 15px;
	overflow: hidden;
	font-size: 13px;
	color: #646A75;
	text-align: center;
}
.index-service .m {
	padding: 20px 0;
	text-align: center;
}
.index-service .m img {
	height: 80px;
}
.index-service ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #0595C7;
	color: #fff;
	text-align: center;
	display: none;
}
.index-service .ul-s {
	padding: 15px;
}
.index-service ul h6 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
	color: #fff;
}
.index-service ul li {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
}
.index-service .index2n {
	margin-top: 20px;
	height: 36px;
}
.index-service .index2n a {
	color: #fff;
	padding: 6px 25px;
	line-height: 36px;
	border-radius: 1px;
	border: 1px #FFF solid;
}
.index-service .index2n a:hover span {
	color: #0595c7;
}
/*index-case*/
.index-case {
	min-width: 1200px;
	padding: 80px 0;
	text-align: center;
	zoom: 1;
	background: #f8f8f8 url(../images/case-bg.jpg) no-repeat center center;
}
.index-case .title {
	color: #eee;
}
.index-case ul {
	padding: 40px 10px;
}
.index-case li {
	float: left;
	width: 25%;
}
.index-case li a {
	display: block;
	margin: 2px;
	position: relative;
	overflow: hidden;
}
.index-case li img {
	width: 100%;
	height: 192px;
	transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
	-o-transition: 1s;
	vertical-align: middle;
}
.index-case li img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.index-case li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	background: url(../images/a.png);
}
.index-case li span {
	color: #fff;
	padding: 0 15px;
	text-decoration: none;
}
.index-case .more {
	display: block;
	margin: 0 auto;
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #0595C7;
	border: 1px #0595C7 solid;
	border-radius: 3px;
}
.index-case .more span {
	color: #0595C7;
}
.index-case .more em {
	background: #0595C7;
}
.index-case .more:hover span {
	color: #fff;
}
/*index-customer*/
.index-customer {
	min-width: 120px;
	padding: 80px 0;
	background: #fff;
}
.customer-box {
	padding: 50px 150px 30px;
}
.customer-box .m {
	float: left;
	width: 130px;
	margin-right: 20px;
}
.customer-box .m img {
	width: 130px;
	height: 130px;
	border-radius: 50%;
}
.customer-box .big-title {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #333;
}
.customer-box p {
	padding: 15px 0 10px;
	line-height: 22px;
	font-size: 14px;
	color: #777;
	max-height: 66px;
	overflow: hidden;
}
.customer-box .s-title {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.customer-box .hd {
	text-align: center;
	padding: 20px 0 0;
}
.customer-box .hd li {
	display: inline-block;
*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 0 3px;
	cursor: pointer;
	border: 1px #0590c7 solid;
	border-radius: 50%;
}
.customer-box .hd .on {
	background: #0595c7;
}
/*index-news*/
.index-news {
	min-width: 120px;
	padding: 80px 0;
	background: #f8f8f8 url(../images/brand_bg.png) no-repeat center;
	border: 1px #f0f0f0 solid;
	border-width: 1px 0;
}
.index-news .s {
	padding-top: 40px;
}
.index-news .news-list {
	float: left;
	width: 400px;
}
.index-news .list-s {
	margin: 0 15px;
	background: #fff;
	border: 1px #f2f2f2 solid;
}
.index-news .m {
	position: relative;
}
.index-news .m p {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	bottom: 0;
	text-align: center;
	line-height: 120px;
	font-size: 20px;
	background: rgba(0,0,0,0.1);
	color: #eee;
}
.index-news .m img {
	width: 100%;
	height: 120px;
}
.index-news ul {
	padding: 10px 15px;
}
.index-news li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 13px;
	padding-left: 10px;
	background: url(../images/lidot.gif) no-repeat left center;
}
.index-news li span {
	float: right;
	margin-left: 10px;
	font-size: 12px;
	color: #888;
}
/*index-partner*/
.index-partner {
	min-width: 1200px;
	padding: 100px 0;
	background: #fff;
}
.index-partner .s {
	padding: 50px 0 0;
}
.index-partner ul {
	padding: 0 10px;
}
.index-partner li {
	float: left;
	width: 20%;
}
.index-partner a {
	display: block;
	margin: 10px;
	height: 80px;
	border: 1px #ededed solid;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: 0.5s;
}
.index-partner a:hover {
	border-color: #dcdcdc;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}
/*index-contact*/
.index-contact {
	min-width: 120px;
	padding: 45px 0;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center top;
	position: relative;
}
.index-contact .cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*background: rgba(0,0,0,0.5);*/
	z-index: 1;
}
.index-contact .s {
	position: relative;
	padding: 0 120px;
	z-index: 100;
}
.index-contact h6 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}
.index-contact p {
	line-height: 50px;
	font-size: 18px;
	color: #eee;
}
.index-contact .btn {
	position: absolute;
	top: 20%;
	right: 120px;
	display: block;
	width: 200px;
	margin-top: -25px;
	border: 0px #fff solid;
	text-align: center;
	border-radius: 3px;
}
.index-contact .btn a {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #54a7ff;

}
/*index-process*/
.index-process {
	min-width: 120px;
	background: #fff;
	padding: 80px 0;
}
.index-process ul {
	padding: 40px 40px 0;
}
.index-process li {
	float: left;
	width: 12.5%;
}
.index-process li a {
	display: block;
	border-left: 1px #ddd dotted;
	text-align: center;
	color: #808080;
}
.index-process .no a {
	border-left: 0;
}
.index-process li p {
	font-size: 16px;
	line-height: 40px;
}
.index-process li img {
	height: 50px;
}

/* q8v clean tech homepage redesign */
.main {
	overflow: hidden;
	background:
		linear-gradient(180deg, #f7fbff 0%, #ffffff 34%, #f5f8fc 100%);
}

.main .wp {
	width: 1200px;
	max-width: calc(100% - 64px);
}

.index-banner {
	min-width: 0;
	min-height: 690px;
	background:
		radial-gradient(circle at 72% 20%, rgba(24,199,214,.18), transparent 26%),
		radial-gradient(circle at 16% 10%, rgba(22,119,255,.14), transparent 30%),
		linear-gradient(135deg, #f8fbff 0%, #eef7ff 48%, #f7fbff 100%);
}

.index-banner:before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(22,119,255,.055) 1px, transparent 1px),
		linear-gradient(90deg, rgba(22,119,255,.055) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(180deg, rgba(0,0,0,.7), transparent 78%);
}

.index-banner .cover {
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.72) 48%, rgba(255,255,255,.12) 100%);
}

.index-banner .s {
	box-sizing: border-box;
	width: 1200px !important;
	max-width: calc(100% - 64px);
	margin: 0 auto;
	padding: 188px 0 178px;
	text-align: left;
	z-index: 2;
	background-position: right center !important;
	background-size: min(540px, 43vw) auto !important;
}

.index-banner h2 {
	max-width: 660px;
	font-size: 56px;
	line-height: 1.16;
	font-weight: 900;
	color: #0f2140;
}

.index-banner h2 span:first-child {
	display: inline-block;
	color: #0f2140;
	text-shadow: 0 12px 30px rgba(22,119,255,.12);
}

.index-banner .mc {
	display: block;
	margin: 14px 0 0;
	color: var(--q8v-blue, #1677ff);
}

.index-banner h6 {
	max-width: 520px;
	padding-top: 24px;
	color: #50627a;
	font-size: 19px;
	line-height: 1.8;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
}

.hero-actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 28px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	transition: all .24s ease;
}

.hero-primary {
	color: #fff;
	background: linear-gradient(135deg, #1677ff, #18c7d6);
	box-shadow: 0 18px 36px rgba(22,119,255,.24);
}

.hero-secondary {
	color: #1677ff;
	background: rgba(255,255,255,.78);
	border: 1px solid rgba(22,119,255,.18);
}

.hero-actions a:hover {
	transform: translateY(-2px);
}

.hero-primary:hover {
	color: #fff;
	box-shadow: 0 22px 44px rgba(22,119,255,.32);
}

.hero-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.hero-metrics span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0 14px;
	border: 1px solid rgba(22,119,255,.16);
	border-radius: 999px;
	background: rgba(255,255,255,.72);
	color: #5b6f88;
}

.hero-metrics strong {
	color: #1677ff;
}

.index-slogan {
	width: 1200px;
	max-width: calc(100% - 64px);
	margin: -94px auto 0;
	padding: 18px;
	border: 1px solid rgba(230,237,246,.92);
	border-radius: 18px;
	background: rgba(255,255,255,.88);
	box-shadow: 0 26px 70px rgba(16,35,63,.12);
	backdrop-filter: blur(18px);
}

.index-slogan .wp {
	width: 100%;
	max-width: 100%;
}

.index-slogan .service-subject {
	box-sizing: border-box;
	width: 25%;
	min-height: 128px;
	padding: 20px 18px;
	border-radius: 14px;
	transition: all .24s ease;
}

.index-slogan .service-subject:hover {
	background: linear-gradient(180deg, rgba(22,119,255,.07), rgba(24,199,214,.04));
	transform: translateY(-4px);
}

.index-slogan .m {
	display: grid;
	place-items: center;
	width: 56px;
	height: 56px;
	padding: 0;
	margin-right: 14px;
	border-radius: 16px;
	background: #edf6ff;
}

.index-slogan .m svg {
	width: 34px;
	height: 34px;
}

.index-slogan .title-sub,
.index-slogan .title-sub h3 {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 800;
	color: #172a46;
}

.index-slogan .des {
	height: 42px;
	margin-top: 6px;
	color: #6a7b92;
	line-height: 21px;
}

.index-title .title,
.ctitle {
	font-size: 34px;
	font-weight: 900;
	color: #10233f;
}

.index-title .tips {
	margin-top: 10px;
	color: #697a90;
	line-height: 1.7;
}

.index-title .title-line:after {
	content: "";
	display: block;
	width: 64px;
	height: 4px;
	margin: 14px auto 0;
	border-radius: 999px;
	background: linear-gradient(90deg, #1677ff, #18c7d6);
}

.index-case {
	min-width: 0;
	padding: 112px 0 96px;
	background:
		linear-gradient(rgba(11,22,40,.78), rgba(11,22,40,.72)),
		url(../images/case-bg.jpg) center/cover no-repeat;
}

.index-case ul {
	padding: 48px 0 34px;
}

.index-case li a {
	margin: 10px;
	border-radius: 14px;
	box-shadow: 0 18px 44px rgba(0,0,0,.20);
}

.index-case li img {
	object-fit: cover;
}

.index-case li p {
	height: 44px;
	line-height: 44px;
	background: linear-gradient(180deg, transparent, rgba(0,0,0,.72));
}

.index-case .more {
	width: 150px;
	height: 42px;
	line-height: 42px;
	border-radius: 999px;
	background: rgba(255,255,255,.95);
}

.index-customer {
	padding: 112px 0;
	background:
		radial-gradient(circle at 20% 0, rgba(22,119,255,.10), transparent 26%),
		#fff;
}

.index-customer .bd {
	margin-top: 22px;
}

.index-customer .el-row {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding-top: 42px !important;
}

.index-customer .el-col {
	float: none;
	width: 31% !important;
	margin-left: 0 !important;
}

.index-customer .el-card {
	height: 100%;
	overflow: hidden;
	border: 1px solid #e6edf6;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(16,35,63,.08);
	transition: all .24s ease;
}

.index-customer .el-card:hover {
	transform: translateY(-7px);
	border-color: rgba(22,119,255,.35);
	box-shadow: 0 26px 60px rgba(22,119,255,.15);
}

.index-customer .el-card__header {
	border-bottom: 1px solid #edf2f8;
	background: linear-gradient(180deg, #fbfdff, #f6fbff);
}

.index-customer .el-card__header img {
	width: 48px;
	height: 48px;
	margin-right: 10px;
}

.index-news {
	min-width: 0;
	padding: 108px 0;
	background:
		linear-gradient(180deg, #f5f8fc, #eef5ff);
	border: 0;
}

.index-news .s {
	display: flex;
	gap: 28px;
	padding-top: 48px;
}

.index-news .news-list {
	float: none;
	flex: 1;
	width: auto;
}

.index-news .list-s {
	overflow: hidden;
	margin: 0;
	border: 1px solid #e6edf6;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(16,35,63,.08);
	transition: all .24s ease;
}

.index-news .list-s:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 56px rgba(16,35,63,.12);
}

.index-news .m img {
	height: 150px;
	object-fit: cover;
}

.index-news .m p {
	line-height: 150px;
	background: rgba(16,35,63,.35);
	font-weight: 800;
}

.index-news li {
	padding-left: 0;
	background: none;
	border-bottom: 1px dashed #e8eef6;
}

.index-news li:last-child {
	border-bottom: 0;
}

.index-news li a {
	color: #31435d;
	transition: color .2s ease;
}

.index-news li a:hover {
	color: #1677ff;
}

.index-contact {
	min-width: 0;
	padding: 78px 0;
	background:
		linear-gradient(135deg, rgba(22,119,255,.88), rgba(24,199,214,.78)),
		url(../images/contact-bg.jpg) center/cover no-repeat;
	background-attachment: scroll;
}

.index-contact .cover {
	background: rgba(7,22,43,.12);
}

.index-contact .s {
	padding: 0 290px 0 0;
}

.index-contact h6 {
	font-weight: 900;
}

.index-contact .btn {
	right: 0;
	width: 220px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(7,22,43,.20);
	transition: all .22s ease;
}

.index-contact .btn:hover {
	transform: translateY(-3px);
}

.index-contact .btn a {
	color: #1677ff;
	font-weight: 800;
}

@media (max-width: 1024px) {
	.main .wp,
	.index-banner .s,
	.index-slogan {
		width: auto !important;
		max-width: calc(100% - 40px);
	}
	.index-banner .s {
		background-size: 42vw auto !important;
	}
	.index-customer .el-row,
	.index-news .s {
		display: block;
	}
	.index-customer .el-col,
	.index-news .news-list {
		width: 100% !important;
		margin-bottom: 20px;
	}
}
