﻿
body {
	background: #fff;
}
/*header*/
.header {
	position: fixed;
	width: 100%;
	z-index: 999;
	background: none;
	transition: 0.5s;
}
.s-header, .header:hover {
	background: #090b1a;
}
.header .search {
	display: none;
}
/*index-banner — 一屏全高首屏*/
.index-banner {
	min-width: 1200px;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	min-height: 100vh;
	min-height: 100dvh;
	background: url(../images/banner.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: border-box;
}
.index-banner .cover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	pointer-events: none;
	background: -webkit-linear-gradient(left, rgba(9,11,26,.75) 0%, rgba(9,11,26,.4) 42%, rgba(9,11,26,.18) 100%);
	background: linear-gradient(90deg, rgba(9,11,26,.75) 0%, rgba(9,11,26,.4) 42%, rgba(9,11,26,.18) 100%);
}
.index-banner .s {
	padding: 72px 20px 40px;
	position: relative;
	z-index: 100;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}
.index-banner h2 {
	font-size: 48px;
	line-height: 1.35;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
}
.index-banner h2 span {
	color: #fff;
}
.index-banner .mc {
	color: #0595c7;
	margin-left: 16px;
}
.index-banner h6 {
	padding-top: 18px;
	line-height: 1.7;
	font-size: 18px;
	color: #e6e6e6;
	font-weight: normal;
}
.index-banner .hero-scroll {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 100;
	width: 24px;
	height: 36px;
	margin-left: -12px;
	border: 1px solid rgba(255,255,255,.55);
	border-radius: 12px;
	box-sizing: border-box;
}
.index-banner .hero-scroll i {
	display: block;
	width: 4px;
	height: 8px;
	margin: 8px auto 0;
	background: rgba(255,255,255,.85);
	border-radius: 2px;
	-webkit-animation: heroScrollTip 1.4s ease-in-out infinite;
	animation: heroScrollTip 1.4s ease-in-out infinite;
}
@-webkit-keyframes heroScrollTip {
	0% { opacity: 1; -webkit-transform: translateY(0); }
	100% { opacity: 0; -webkit-transform: translateY(10px); }
}
@keyframes heroScrollTip {
	0% { opacity: 1; transform: translateY(0); }
	100% { opacity: 0; transform: translateY(10px); }
}
.index-slogan {
	position: relative;
	z-index: 1;
	min-width: 1200px;
	padding: 50px 0;
	background: #111 url(../images/brand_bg.png) no-repeat center center;
	background-size: cover;
}
.index-slogan .service-subject {
	float: left;
	width: 23%;
	padding: 0 1%;
	box-sizing: border-box;
}
.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: 18px;
	color: #eee;
}
.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: 60px 0 28px;
	zoom: 1;
	min-width: 1200px;
}
.index-service .s {
	padding-top: 50px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto;
}
.index-service .sub {
	float: none;
	flex: 0 0 33.333%;
	width: 33.333%;
	max-width: 33.333%;
	box-sizing: border-box;
	min-height: 420px;
	height: auto;
	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: 8px 0 16px;
	text-align: center;
}
.index-service .m img {
	width: 280px;
	height: 280px;
	object-fit: contain;
}
.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: 20px 18px 24px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.index-service ul h6 {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	margin: 0 0 12px;
	color: #fff;
	flex-shrink: 0;
}
.index-service ul li {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	flex: 1;
	overflow: hidden;
}
.index-service .index2n {
	margin-top: auto;
	padding-top: 16px;
	height: 36px;
	flex-shrink: 0;
}
.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-service .more {
	display: block;
	margin: 40px auto 0;
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #0595C7;
	border: 1px #0595C7 solid;
	border-radius: 3px;
	text-align: center;
}
.index-service .more span {
	color: #0595C7;
}
.index-service .more em {
	background: #0595C7;
}
.index-service .more:hover span {
	color: #fff;
}
/*index-case*/
.index-case {
	width: 100%;
	min-width: 1200px;
	padding: 80px 0;
	text-align: center;
	zoom: 1;
	background: #090b1a url(../images/case-bg.jpg) no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
.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 .m {
	overflow: hidden;
	line-height: 0;
	height: 192px;
}
.index-case li img {
	width: 100%;
	height: 192px;
	object-fit: cover;
	transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-webkit-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	vertical-align: middle;
}
.index-case li .pic-size-ph {
	width: 100%;
	height: 192px;
	min-height: 192px;
	border: none;
	box-shadow: inset 0 0 0 1px #c5ccd4;
	padding-bottom: 32px;
	box-sizing: border-box;
}
.index-case li a:hover img {
	transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.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: 1200px;
	padding: 24px 0 50px;
	background: #fff;
}
.customer-box {
	padding: 28px 150px 10px;
}
.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: 1200px;
	padding: 80px 0;
	background: #f8f8f8 url(../images/brand_bg.png) no-repeat center;
	border: 1px #f0f0f0 solid;
	border-width: 1px 0;
}
.index-news .list_news--grid {
	padding-top: 40px;
}
.index-news .more {
	display: block;
	margin: 40px auto 0;
	width: 130px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #0595C7;
	border: 1px #0595C7 solid;
	border-radius: 3px;
	text-align: center;
}
.index-news .more span {
	color: #0595C7;
}
.index-news .more em {
	background: #0595C7;
}
.index-news .more:hover span {
	color: #fff;
}
/*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: 1200px;
	padding: 45px 0;
	background: #2a2f3a;
	background-image: none;
	position: relative;
}
.index-contact .cover {
	display: none;
}
.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: 50%;
	right: 120px;
	display: block;
	width: 200px;
	margin-top: -25px;
	border: 1px #fff solid;
	text-align: center;
	border-radius: 3px;
}
.index-contact .btn a {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	color: #fff;
}
/*index-process*/
.index-process {
	min-width: 1200px;
	background: #fff;
	padding: 80px 0;
}
.index-process ul {
	padding: 40px 0 0;
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 0 auto;
}
.index-process ul:after {
	content: none;
	display: none;
}
.index-process li {
	float: none;
	flex: 0 0 130px;
	width: 130px;
	max-width: 130px;
	box-sizing: border-box;
}
.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;
}
