@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
articley,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: "微软雅黑" !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
html{
	scroll-padding-top: 90px;
}
body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
span,
pre,
input {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	background-repeat: no-repeat;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
html {
	min-width: 320px;
}
body {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	height: auto;
	clear: both;
}

img {
	border: 0px;
}

ul,
li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none !important;
	color: #333;
	outline: none;
	cursor: pointer;
}

/* a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
} */

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.layout {
	width: calc(100% - 160px);
	margin: 0 auto;
	position: relative;
}

.line1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.line2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page-pd {
	padding: 140px 0;
}

.iconfont {
	font-size: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

svg.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

* {
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

body {
	left: 0px;
	position: relative;
	line-height: 1;
}

html {
	width: 100%;
	overflow-x: hidden;
}

.c-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
/*网站默认滚动跳的样式*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
	background: #da3d43;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #da3d43;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #da3d43;
}

.title-typea {
	color: #fff;
}

.title-typea-tit {
	font-size: 70px;
	line-height: 1.3;
}

.title-typea-title {
	font-size: 40px;
	line-height: 1.3;
	margin-top: 20px;
}

.title-typeb {
	color: #fff;
}

.title-typeb-tit {
	font-size: 16px;
	line-height: 1.3;
}

.title-typeb-title {
	font-size: 44px;
	line-height: 1.3;
	margin-top: 16px;
}

.inside-banner {
	position: relative;
	z-index: 0;
	align-items: flex-end;
}

.inside-banner-height {
	height: 670px;
	margin-top: -100px;
}

.inside-banner .img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: no-repeat 50% / cover;
}

.inside-banner .container {
	position: relative;
	z-index: 1;
	margin-bottom: 114px;
	text-shadow: 1px 0 2px #000;
}

.inside-banner.mgbig .container {
	margin-bottom: 120px;
}
/****** pc头部 ******/
.page-logo {
	position: relative;
	height: 65px;
	display: block;
}
.page-logo .img {
	height: 100%;
	transition: opacity 0.3s;
}
.page-logo .img:nth-of-type(2) {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
}
.page-nav {
	display: flex;
}
.page-nav>a {
	display: inline-flex !important;
	line-height: 72px;
	font-size: 1.125rem;
	position: relative;
}
.page-nav>.item:hover::before {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
}

.page-nav .item::before {
	height: 2px;
	background-color: #596efb;
	bottom: 0;
	width: 0;
	position: absolute;
	-ms-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: transform 0.3s ease-in-out;
}
/****** 显示 ******/
.page-nav>.active:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transition: transform 0.3s ease-in-out;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
}
.page-nav .item {
	display: block;
	font-size: 1.195em;
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 1);
	margin-right: 92px;
	margin-right: 72px;
	transition: color 0.3s;
}
.page-nav .active {
	font-weight: bold;
}
.page-nav .item>a{
	display: block;
	font-size: 1.195em;
	font-size: 1.125rem;
	color: rgba(255, 255, 255, 1);
	transition: color 0.3s;
}
.page-nav .item:last-child {
	margin-right: 0;
}
.page-tel {
	height: 42px;
	line-height: 42px;
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
	/*border: 1px solid #DA3D43;*/
	color: #fff;
	border-radius: 20px;
	position: relative;
	/*overflow: hidden;*/
	display: flex;
	align-items: center;
	cursor: pointer;
	/*position: absolute;*/
	right: 0;
	/*display: none;*/
}
.page-tel .hc-bg {
	position: absolute;
	top: 50%;
	left: 4px;
	width: 32px;
	height: 32px;
	background: -webkit-gradient(linear,
			left top,
			right top,
			from(#fd441f),
			to(#e1251b));
	background: linear-gradient(90deg, #fd441f, #e1251b);
	border-radius: 16px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	transition: all 0.4s ease;
	display: none;
}
.page-tel .ico {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-left: 4px;
	margin-right: 22px;
	background-color: rgba(203, 0, 18, 0.9);
	border-radius: 50%;
}
.page-tel .ico:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: rgba(203, 0, 18, 0.9);
	animation: myfirst 1.5s linear infinite;
	width: 100%;
	height: 100%;
	z-index: -1;
}
@keyframes myfirst {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}

	50% {
		transform: translate(-50%, -50%) scale(1.3);
		opacity: 0.5;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.6);
		opacity: 0;
	}
}
.page-tel .ico img {
	display: block;
	width: 100%;
	height: 100%;
	width: 20px;
	height: 20px;
}
.page-tel .hc-txt1 {
	position: absolute;
	top: 2px;
	left: 58px;
	right: 0;
	opacity: 0;
	color: #fff;
	transition: all 0.2s ease 0.2s;
	z-index: 4;
	font-size: 14px;
}
.page-tel .hc-txt2 {
	position: relative;
	opacity: 1;
	transition: all 0.2s ease 0.2s;
}
.page-tel:hover .hc-txt1 {
	opacity: 1;
}
.page-tel:hover .hc-txt2 {
	/*opacity: 0;*/
	opacity: 1;
}
.mbnav-btn {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.4s ease-out;
	display: none;
}
.mbnav-btn-list {
	width: 30px;
	height: 18px;
	position: absolute;
	top: 21px;
	right: 15px;
}
.mbnav-btn-item {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #666;
	border-radius: 1px;
	border-radius: 1.5px;
	transition: all 0.3s;
}
.mbnav-btn-item:first-of-type {
	top: 0;
}
.mbnav-btn-item:nth-of-type(2) {
	top: 8px;
}
.mbnav-btn-item:nth-of-type(3) {
	width: 50%;
	top: 16px;
}
header.active1 {
	height: 100px;
	background-color: #fff;
}
header.active1 .page-logo .img:nth-of-type(2) {
	opacity: 1;
}
header.active1 .page-nav .item {
	color: #000;
}
header.active1 .page-tel {
	color: #000;
}
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	padding: 0 4%;
	transition: all 0.3s ease-in-out;
}
header.active {
	height: 90px;
	background-color: #fff;
	-webkit-box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 5px;
	box-shadow: rgb(0 0 0 / 10%) 0 1px 5px;
}
/* @media (max-width:1122px) {
	header.active {
		height: 120px;
	}
} */
header.active .page-logo .img:nth-of-type(2) {
	opacity: 1;
}
header.active .page-nav .item {
	color: #000;
}
header.active .page-nav .item a {
	color: #000;
}
header.active .page-tel {
	color: #000;
}
header.active2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}
/***移动端头部***/
.mbnav {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
	overflow: hidden;
}
.mbnav::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: hsla(0, 0%, 100%, 0);
}
.mbnav .bg {
	left: 0;
	bottom: 0;
	z-index: 0;
}
.mbnav .bg,
.mbnav .main {
	position: absolute;
	top: 0;
	right: 0;
}
.mbnav .main {
	z-index: 1;
	width: 240px;
	height: 100%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	transform: translateX(100%);
	transition: transform 0.3s;
}
.mbnav .header,
.mbnav .main {
	background-color: #fff;
}
.mbnav .search {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	border-bottom: none;
	background: #ed263b;
}

.mbnav .search .submit {
	background: none;
	padding: 0;
	width: 22px;
	background-size: 20px;
	font-size: 22px;
}
.mbnav .search .input,
.mbnav .search .submit {
	border: none;
	outline: none;
	height: 60px;
	color: #fff;
}
.mbnav .search .input {
	width: calc(100% - 22px);
	line-height: 1.5;
	padding: 0 0 0 12px;
	font-size: 16px;
	background: none;
}
.mbnav .search::-moz-placeholder {
	color: #fff;
}
.mbnav .search::-webkit-input-placeholder {
	color: #fff;
}
.mbnav .search:-ms-input-placeholder {
	color: #fff;
}
.mbnav .tel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	border-bottom: none;
	background: #ed263b;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1px;
}
.mbnav .tel .iconfont {
	font-size: 24px;
	font-weight: 400;
	margin-right: 8px;
}
.mbnav .item {
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.mbnav .item.sub {
	padding-right: 40px;
}
.mbnav .item.sub:after {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -7px;
	content: "\E60E";
	font-size: 14px;
	line-height: 1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.mbnav .slist {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 240px;
	height: 100%;
	transform: translateX(100%);
}
.mbnav .sitem {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.mbnav .sitem.active {
	transform: translateX(-100%);
	opacity: 1;
	visibility: visible;
}
.mbnav .tit {
	font-size: 16px;
	line-height: 60px;
	padding-right: 20px;
	padding-left: 40px;
	text-align: right;
	background-size: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #f2f2f2;
	position: relative;
}
.mbnav .tit:before {
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -7px;
	content: "\E60F";
	font-size: 14px;
	line-height: 1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes phone-navtop-animon {
	0% {
		top: 0;
		transform: rotate(0);
	}

	50% {
		top: 8px;
		transform: rotate(0);
	}

	to {
		top: 8px;
		transform: rotate(45deg);
	}
}

@keyframes phone-navtop-animon {
	0% {
		top: 0;
		transform: rotate(0);
	}

	50% {
		top: 8px;
		transform: rotate(0);
	}

	to {
		top: 8px;
		transform: rotate(45deg);
	}
}

@-webkit-keyframes phone-navbottom-animon {
	0% {
		width: 50%;
		top: 16px;
		transform: rotate(0);
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0);
	}

	to {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg);
	}
}

@keyframes phone-navbottom-animon {
	0% {
		width: 50%;
		top: 16px;
		transform: rotate(0);
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0);
	}

	to {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg);
	}
}

@-webkit-keyframes phone-navtop-animoff {
	0% {
		top: 8px;
		transform: rotate(45deg);
	}

	50% {
		top: 8px;
		transform: rotate(0);
	}

	to {
		top: 0;
		transform: rotate(0);
	}
}

@keyframes phone-navtop-animoff {
	0% {
		top: 8px;
		transform: rotate(45deg);
	}

	50% {
		top: 8px;
		transform: rotate(0);
	}

	to {
		top: 0;
		transform: rotate(0);
	}
}

@-webkit-keyframes phone-navbottom-animoff {
	0% {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg);
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0);
	}

	to {
		width: 50%;
		top: 16px;
		transform: rotate(0);
	}
}

@keyframes phone-navbottom-animoff {
	0% {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg);
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0);
	}

	to {
		width: 50%;
		top: 16px;
		transform: rotate(0);
	}
}
/****** main的样式影响底部 *******/
#newBridge {
	position: fixed;
	z-index: 2147483647
}

#newBridge .nb-hide {
	display: none
}

#newBridge .nb-show {
	display: block
}

#newBridge input:-ms-input-placeholder {
	color: #b0b4bb;
	font-size: 12px
}

#newBridge textarea:-ms-input-placeholder {
	color: #b0b4bb;
	font-size: 12px
}
#newBridge ::-webkit-input-placeholder {
	color: #b0b4bb;
	opacity: 1;
	font-size: 12px
}

#newBridge ::-moz-placeholder {
	color: #b0b4bb;
	opacity: 1;
	font-size: 12px
}

#newBridge :-ms-input-placeholder {
	color: #b0b4bb;
	opacity: 1;
	font-size: 12px
}

/****** 首页banner ******/
/* 导航 */
.mbnav .tel{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: center;
}
.icon-tel:before{
	content: "";
/* 	width: 20px;
	height: 20px;
	background: url(../img/yx.png) no-repeat; */
}
.mbnav .tel img{
	width: 26px;
	height: 26px;
	margin-right: 8px;
	margin-top: 4px;
}
/* 轮播 */
.swiper {
	width: 100%;
	height: auto;
	/* position: fixed; */
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: 100vh;
}
.index-video {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	/* z-index: -1; */
	background-color: #000;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-video .main {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
	padding: 0 3%;
	text-align: center;
	line-height: 1.1;
}
.index-video .tit {
	font-size: 56px;
	font-weight: 100;
	letter-spacing: 2px;
}
.index-video .title {
	font-size: 56px;
	font-weight: 100;
	letter-spacing: 2px;
}
.index-video .icon {
	width: 36px;
	height: 36px;
	margin: 28px 0;
}
.index-video .block {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background-color: #000;
	opacity: 0;
}
.index-video-zw {
	width: 100%;
	height: 100vh;
}
.nav_tss {
	position: absolute;
	top: 50%;
	max-width: 88.75rem;
	width: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
	padding: 0 1.25rem;
}

.nav_videoss {
	position: relative;
	z-index: 3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 108px;
	height: 32px;
	padding: 5px 12px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	background: hsla(0, 0%, 100%, 0.12);
	border-radius: 16px;
	cursor: pointer;
	opacity: 0.8;
	margin-bottom: 3.5rem;
}
.nav_videoss:hover {
	background: #2e3944;
}
.nav_ai {
	margin-left: 8px;
	color: hsla(0, 0%, 100%, 0.8);
	font-size: 20px;
	display: flex;
}
.nav_texts>h2 {
	line-height: 54px;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
	margin-bottom: 21px;
	text-align: start;
}
.nav_texts>p {
	line-height: 28px;
	font-size: 16px;
	color: #181c26;
	color: #fff;
	letter-spacing: 1.5px;
	text-align: start;
}
.nav_a {
	margin-top: 2.4375rem;
	text-align: start;
}
.nav_a>a:nth-child(1) {
	font-weight: 300;
	background: linear-gradient(90deg, #02adff 0, #586ffb 100%);
	background-color: #596efb;
}
.nav_a>a:nth-child(1):hover {
	background: linear-gradient(90deg, #15a5ef 0, #441af2 100%) !important;
}
.nav_a>a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	width: 150px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
	margin: 0 7px 15px 8px;
}
.nav_a>a:nth-child(2) {
	background: none;
	border-width: 1px;
	border-style: solid;
	border-color: #596ffb;
	border-image-source: linear-gradient(90deg, #596ffb 0, #0ac4f5 100%);
	border-image-slice: 1;
	color: #fff;
}
.nav_a>a:nth-child(2):hover {
	border-image-source: none;
}
.videos {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 103;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}
.videos_s {
	position: absolute;
	top: 50%;
	left: 50%;
	display: -ms-flexbox;
	display: flex;
	width: 66.1%;
	padding: 14px;
	border-radius: 5px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.videos_s>div:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, 0.4);
	border-radius: 5px;
	-webkit-backdrop-filter: blur(24px);
	backdrop-filter: blur(24px);
}
.videos_s>div:nth-child(2) {
	position: relative;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
}
.vidoes_main {
	height: auto;
	background: linear-gradient(0deg, #292b32, #292b32),
		linear-gradient(270deg, #292b32 27.97%, #3a3d42 105.56%), #fff;
	box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}
.vidoes_main>.vide {
	width: 100%;
}
.nav-videoss {
	width: 100%;
	height: auto;
}
/****** 首页视频展示 ******/
#newBridge .icon-right-bottom {
	display: none !important;
}
/****** 首页主要内容 ******/
.index-main {
	position: relative;
	z-index: 1;
	background-color: #fff;
}
/* 首页标题 */
.atop>h2,.atop>h1 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 2%;
}
.atop>p {
	color: #3d485d;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 4%;
}
.atops>h2 {
	color: #fff;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 2%;
	padding-top: 4%;
}
.atops>p {
	color: #fff;
	text-align: center;
	font-size: 1.5rem;
	padding-bottom: 3%;
}
.atopp>p {
	margin-bottom: 3%;
}
.atopp>p>a {
	font-size: 1rem;
	color: #0c80fc;
}
.atopp>p>a:hover {
	text-decoration: underline !important;
	transition: all 0.6s;
}
.atop>p:nth-child(3) {
	display: block;
	text-align: center;
	margin-bottom: 3%;
}
.atopp>p>a::after {
	content: " ";
	border: solid #0c80fc;
	padding: 4px;
	transform: rotate(-45deg);
	border-width: 0 2px 2px 0;
	margin-left: 4px;
	vertical-align: middle;
	display: inline-block;
}
/***首页业务领域***/
.main_itemss {
	width: 100vw;
	background-color: #f8faff;
}
.index-page01 {
	padding: 100px 0 0;
	position: relative;
}

.index-page01 .item-l {
	font-size: 42px;
	color: #2c2c2c;
	font-weight: 100;
	float: left;
	position: sticky;
	top: 160px;
	line-height: 68px;
}
.index-page01 .item-r {
	float: right;
	width: 100%;
}
.index-page01 .item-r .item {
	margin-bottom: 185px;
}
.index-page01 .item-r .item .tit {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
	margin-bottom: 80px;
}
.main_lists>a {
	background-color: #fff;
	transition: 0.3s all;
	position: relative;
}
.index-page01 .item-rs {
	float: none;
}
.index-page01 .item-rs .item {
	padding-bottom: 11.5625rem;
	padding-bottom: 4%;
	margin: 0;
}
.main_lists>a:hover {
	box-shadow: 2px 9px 27px -22px #000000;
}
.index-page01 .item-r .item .tit h3 {
	padding-right: 90px;
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.index-page01 .item-r .item .tit h3 .p {
	color: #000000;
	line-height: 26px;
	margin-bottom: 5px;
	font-size: 20px;
}
.index-page01 .item-r .item .tit h3 .h {
	color: #000000;
	line-height: 64px;
	font-size: 48px;
}
.index-page01 .item-r .item .tit a.more {
	font-size: 16px;
	font-weight: 100;
	color: #2c2c2c;
	display: block;
	background-color: #fff;
	padding-left: 50px;
	position: relative;
	z-index: 3;
	transition: all 0.3s;
}
.index-page01 .item-r .item .tit::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #dbdbdb;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.index-page01 .item-r .item .list {
	display: flex;
	font-size: 1.25rem;
	text-align: center;
	color: #999999;
}
.inf{
	font-size: 1.25rem;
	color: #999;
	text-align: center;
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
}
.index-page01 .item-r .item .list a {
	display: block;
	width: calc(100% / 3 - 26px);
	margin-right: 39px;
}
.index-page01 .item-r .item .list a:nth-child(3n) {
	margin-right: 0;
}
.index-page01 .item-r .item .main_tops a:nth-child(3n) {
	margin-right: 30px;
}
.index-page01 .item-r .item .main_tops a {
	display: block;
	width: calc(100% / 4 - 26px);
	margin-right: 30px;
	border-radius: 6px;
	overflow: hidden;
}
.index-page01 .item-r .item .main_tops a:last-child {
	margin-right: 0;
}
.index-page01 .item-r .item .list a .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 52%;
}
.main_xxksw .item-r .item .list a .img{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 58%;
}
.index-page01 .item-r .item .list a .img img {
	display: block;
	width: 100%;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	height: 11.2vw;
	object-fit: cover;
}
.main_xxksw .item-r .item .list a .img img {
	display: block;
	width: 100%;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	height: 17vw;
	object-fit: cover;
}
.index-page01 .item-r .item .list a .wz {
	margin-top: 28px;
}
.index-page01 .item-r .item .list a .wz h3 {
	color: #2c2c2c;
	font-size: 16px;
	font-weight: 100;
}
.index-page01 .item-r .item .list a .wz p {
	color: #2c2c2c;
	font-size: 24px;
	font-weight: 300;
	margin-top: 20px;
}
.main_lists>a:hover>p {
	transition: all 0.6s;
	/* text-decoration: underline; */
}
/***首页解决方案***/
.index_scrd {
	width: 100%;
	background-size: cover !important;
}
.main_div {
	border-bottom: 1px solid #2c435b;
	display: flex;
	justify-content: center;
}
.main_ul {
	max-width: 51.875rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.main_div>.main_ul li {
	padding: 1.25rem 0;
	font-size: 1.5rem;
	cursor: pointer;
	color: #ffffff;
	position: relative;
}
.main_div>.main_ul li:hover::before {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
}
.main_div>.main_ul li::before {
	height: 3px;
	background-color: #ffffff;
	bottom: 0;
	width: 0;
	position: absolute;
	-ms-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: transform 0.3s ease-in-out;
}
/* 显示 */
.main_div>.main_ul>.main_li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	transition: transform 0.3s ease-in-out;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
}
.main_b {
	max-width: 92.5rem;
	width: 100%;
	margin: 0 auto;
	padding: 4%;
	display: none;
}
.main_b>h2 {
	font-size: 1.875rem;
	color: #fff;
	margin-bottom: 5%;
}
.main_b>p {
	text-indent: 2em;
	line-height: 1.625rem;
	font-size: 1rem;
	color: #fff;
	margin-bottom: 5%;
}
.main_b_footer {
	display: flex;
	justify-content: flex-start;
}
.main_b_footer>li {
	margin-right: 2%;
	background-color: rgba(255, 255, 255, 0.2);
	white-space: nowrap;
}
.main_b_footer>li b {
	display: block;
	padding: 0.625rem;
	color: #fff;
	font-size: 1rem;
	text-align: center;
}
/***首页行业案例***/
.cases {
	display: flex;
	flex-wrap: wrap;
}
.cases>a {width: calc(25% - 30px) !important;}
.cases>a:nth-child(n+5) {margin-top: 4%;}
.ces>a:hover {
	transform: scale(1.06);
}
.main_img {
	position: absolute;
}
.flexs {
	width: 100%;
}
.flexs img {
	width: 100vw;
	object-fit: contain;
}
.wwsz {
	padding: 5%;
}
.wwsz>h2 {
	font-size: 1.5rem;
	margin-bottom: 4%;
	line-height: 2rem;
	
}
.wwsz>p:nth-child(2) {
	font-size: 1rem;
	margin-bottom: 4%;
	line-height: 1.5rem;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.wwsz>p:nth-child(3) {
	color: #0c80fc;
	font-size: 1rem;
}
.wwsz>p:nth-child(3)::after {
	content: " ";
	border: solid #0c80fc;
	padding: 4px;
	transform: rotate(-45deg);
	border-width: 0 2px 2px 0;
	margin-left: 4px;
	vertical-align: middle;
	display: inline-block;
}
.wwszz {
	padding-bottom: 8%;
	padding-bottom: 2rem;
}
.wh {
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1 !important;
	overflow: hidden; */
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wh2 {
	color: #666 !important;
}
.wwszp {
	position: absolute;
	bottom: 0;
	padding: 0 5% 5%;
	padding: 0 5% 16px;
	font-size: 1rem;
	color: #0c80fc;
}
.wwszp::after {
	content: " ";
	border: solid #0c80fc;
	padding: 4px;
	transform: rotate(-45deg);
	border-width: 0 2px 2px 0;
	margin-left: 4px;
	vertical-align: middle;
	display: inline-block;
}
/***首页生态伙伴***/
.main_he {
	display: flex;
	max-width: 1764px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 5%;
	flex-wrap: wrap;
	align-items: flex-start;
}
.main_he>li {
	width: 20%;
	padding: 0 10px 20px;
	height: auto;
}
.main_he>li>img {
	width: 100%;
	/* height: 100%; */
	/* height: 94px; */
	height: auto;
	object-fit: cover;
}
/***首页资讯信息***/
.stopds>h2 {
	margin-bottom: 4%;
}
.nav_di {
	margin: 0 auto;
	border-bottom: 1px solid #dae1ea;
}
.nav_tss_ul {
	max-width: 48.75rem;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.nav_tss_ul>li {
	padding: 0 0 20px 0;
	font-size: 1.5rem;
	cursor: pointer;
	position: relative;
}
.nav_tss_ul>li:hover::before {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
}
.main_li {
	color: #007afc;
}
.nav_tss_ul>li::before {
	height: 3px;
	background-color: #007afc;
	bottom: 0;
	width: 0;
	position: absolute;
	-ms-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: transform 0.3s ease-in-out;
}
.nav_tss_ul>.main_li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	transition: transform 0.3s ease-in-out;
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	width: 100%;
}
.main_xxksw {
	padding: 0 !important;
}
.m_ts {
	text-indent: 2em;
}
.max_timer {
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 5% 5%;
}
.max_timer>span {
	font-size: 0.875rem;
	color: #333333;
}
.main_size {
	display: none;
}
/****** 底部footer ******/
footer {
	position: relative;
	z-index: 3;
	background-color: #fbfbfb;
}
footer .col-t {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
	padding: 32px 0;
}
footer .col-t nav {
	display: flex;
}
footer .col-t nav a {
	display: block;
	font-size: 16px;
	color: #000000;
	font-weight: 300;
	margin-right: 95px;
}
footer .col-t nav a:last-of-type {
	margin-right: 0;
}
footer .col-m {
	display: flex;
	justify-content: space-between;
	margin-top: 98px;
	padding-bottom: 132px;
}
footer .col-m .col-l {
	width: 100%;
}
footer .col-m .col-l .one {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
footer .col-m .col-l .one .item {
	display: flex;
	margin-right: 0;
	width: 17.3vw;
}
footer .col-m .col-l .one .item .ico {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 22px;
}
footer .col-m .col-l .one .item .wz {
	width: calc(100% - 70px);
}
footer .col-m .col-l .one .item h3 {
	color: #000;
	font-weight: 300;
	font-size: 16px;
	opacity: 0.78;
	margin-bottom: 5px;
}
footer .col-m .col-l .one .item p.p {
	font-size: 24px;
	line-height: 1;
}
footer .col-m .col-l .one .item p.p1 {
	font-size: 16px;
	line-height: 24px;
}
footer .col-m .col-l .f-link {
	margin-top: 50px;
}
footer .col-m .col-l .f-link h3 {
	font-weight: 300;
	font-size: 14px;
	opacity: 0.68;
	margin-bottom: 20px;
}
footer .col-m .col-l .f-link .list {
	max-width: 900px;
}
footer .col-m .col-l .f-link .list a {
	display: inline-block;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	opacity: 0.33;
	transition: all 0.3s;
	line-height: 22px;
	margin-right: 10px;
}
footer .col-m .col-r {
	text-align: center;
}
footer .col-m .col-r .img {
	padding: 14px;
	border: 1px solid #717171;
}
footer .col-m .col-r .img img {
	display: block;
	width: 109px;
}
footer .col-m .col-r p {
	margin-top: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
footer .col-b {
	border-top: 1px solid rgba(0, 0, 0, 0.09);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 56px;
}
footer .col-b p {
	color: #000;
	font-size: 14px;
	opacity: 0.8;
}
footer .col-b p a {
	color: #000;
	transition: all 0.3s;
	display: inline-block;
	margin-left: 17px;
}
footer .xj_h3 {
	color: #000;
	line-height: 2;
	padding-bottom: 16px;
	font-size: 16px;
}
.footers {
	background-color: #252525;
}
.footers_d {
	/* max-width: 80rem; */
	/* max-width: 1280px;
	width: 100%; */
	width: calc(100% - 33vw);
	width: calc(100% - 8.6vw);
	padding: 0 30px;
	margin: 0 auto;
	padding-top: 3%;
}
.footers_t {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 2%;
}
.footers_t>div {
	width: 40%;
}
.footers_t>div:nth-child(1) {
	display: flex;
	flex-wrap: wrap;
}
.footers_t_ul {
	width: 33.333%;
}
.footers_t_ul>li>a {
	font-size: 0.875rem;
	color: #c7c7c7;
}
.footers_t_ul>li {
	padding: 6% 0;
}
.footers_t_ul>li:nth-child(1) {
	font-size: 16px;
	color: #fff;
	padding: 0 0 10% 0;
	margin-right: 10px;
	border-bottom: 1px solid #3f3f3f;
}
.footers_t_ul>li:nth-child(2) {
	padding: 14% 0 6%;
}
.footers_t>div:nth-child(2) {}
.footers_t>div:nth-child(2)>p {
	font-size: 16px;
	color: #fff;
	padding: 0 0 6% 0;
	margin-right: 10px;
	border-bottom: 1px solid #3f3f3f;
}
.footers_let {
	display: flex;
}
.footers_let>ul {
	width: 60%;
}
.footers_let>ul li {
	display: flex;
	align-items: flex-start;
	padding-top: 8%;
}
.footers_let>ul li div {
	width: 100%;
}
.footers_let>ul li p {
	color: #c7c7c7;
	font-size: 14px;
	padding: 0 4% 4%;
	line-height: 1rem;
}
.footers_let>div:nth-child(2) {
	width: 40%;
	padding: 6%;
}
.footers_m {
	padding: 1% 0 1.5%;
	display: flex;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #3f3f3f;
}
.footers_m p {
	font-size: 1rem;
	width: 8%;
	width: 8.125rem;
	width: 6.125rem;
	color: #fff;
	padding-top: 0.62%;
}
.footers_m ul {
	width: 85%;
	display: flex;
	flex-wrap: wrap;
}
.footers_m ul li {
	padding: 1% 2.8% 0% 0%;
}
.footers_m ul li a {
	font-size: 0.875rem;
	color: #c7c7c7;
	white-space: nowrap;
}
.footers_f {
	padding: 0 1%;
	display: flex;
	justify-content: space-between;
}
.footers_f p {
	padding: 2% 0;
	font-size: 0.875rem;
	color: #c7c7c7;
	line-height: 26px;
}
.footers li a:hover {
	color: #007afc;
	transition: all 0.5s;
}
/****** 右侧悬浮 ******/
.page-aside {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 9;
	margin-top: -166px;
	width: 70px;
	transform: translateX(100%);
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s;
}
.page-aside.show {
	opacity: 1;
	transform: translateX(0);
	display: flex;
	flex-direction: column;
	
}
.page-aside .item {
	background: rgba(203, 0, 18, 1);
	display: block;
	font-size: 12px;
	color: #fff;
	margin-bottom: 1px;
	text-align: center;
	line-height: 1;
	transition: transform 0.4s;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.page-aside .item.tel {
	width: 220px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.page-aside .item.tel .main {
	width: 70px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px 0;
}
.page-aside .item .wx_main {
	position: relative;
}
.page-aside .item .wx_main .zxcode {
	position: absolute;
	right: 120%;
	top: 55%;
	opacity: 0;
	z-index: -99;
	transform: translateY(-50%);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.17);
	transition: all 0.5s;
	pointer-events: none;
}
.page-aside .tel1:hover .wx_main .zxcode {
	top: 50%;
	opacity: 1;
	z-index: 1;
}
.page-aside .item.gotop {
	background: #ddd;
	color: grey;
}
.page-aside .item.gotop .main {
	background: #ddd;
	padding: 16px 10px 16px 0;
}
.page-aside .main {
	width: 80px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px 10px 10px 0;
}
.page-aside .icon {
	width: 28px;
	height: 28px;
	margin: 0 auto 6px;
	color: #fff;
}
.page-aside .content {
	width: calc(100% - 70px);
	font-size: 20px;
	text-align: center;
}
.page-aside-zw {
	width: 100%;
	height: 40px;
	display: none;
}
.page-aside-phone {
	background: -webkit-gradient(linear,
	left top,
	right top,
	from(#fd441f),
	to(#e1251b));
	background: linear-gradient(90deg, #fd441f, #e1251b);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 8;
	width: 100%;
	display: none;
}
.page-aside-phone .item {
	width: 33.33%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 15px;
	line-height: 40px;
	justify-content: center;
	border-right: 1px solid #b00;
}
.page-aside-phone .icon {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.ott {
	position: fixed;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 70px;
	transform: translateX(100%);
	opacity: 0;
	transition: opacity 0.3s, transform 0.3s;
	background: -webkit-gradient(linear,
			left top,
			right top,
			from(#fd441f),
			to(#e1251b));
	background: linear-gradient(90deg, #fd441f, #e1251b);
}
.ott img {
	display: block;
	width: 100%;
}
.ott.show {
	opacity: 1;
	transform: translateX(0);
	display: none;
}
.page-aside {
	width: 5.125rem;
}
.page-aside .item {
	background-color: #fff;
	box-shadow: 0px 1px 12px -5px #000000;
	border-radius: 50%;
}
.page-aside .item {
	width: 4.5rem;
	height: 4.5rem;
	margin: 0 0 10px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-aside .j-gotop{
	display: flex !important;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.page-aside .item>.main {
	width: 4.5rem;
	padding: 0;
}
.page-aside .item.gotop .main {
	padding: 0;
}
#icon-dingbu {
	fill: #000;
}
.page-aside .item.gotop {
	color: #fff;
	background-color: #fff;
}
.page-aside .item.gotop .main {
	background-color: #fff;
}
/************子页面通用************/
/* 内页banner */
/* 子页面banner */
.back_color{
	height: 5.625rem;
	width:100vw;
	overflow: hidden;
	background-color: #ffffff;
}
.back_color>img{
	width: 100%;
}
.page-main {
	margin-top: 100px;
}
.main_maning {
	margin-top: 0;
}
.npage{
	margin-top: 1%;
}
.ny-banner {
	position: relative;
}
.ny-banner .img {
	width: 100%;
}
.ny-banner .img img {
	display: block;
	width: 100%;
}
.ny-banner .wz {
	position: absolute;
	z-index: 3;
	left: 4%;
	top: 50%;
	transform: translateY(-50%);
}
.ny-banner .wz h3 {
	font-size: 56px;
	font-weight: 300;
	color: #fff;
	display: flex;
	align-items: flex-end;
	margin-bottom: 24px;
}
.ny-banner .wz h3 span {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #e70012;
	margin-left: 10px;
	margin-bottom: 4px;
}
.ny-banner .wz p {
	font-size: 36px;
	color: #fff;
	font-weight: 100;
}
/*子页面banner字体*/
.ny-banner .img {
	position: relative;
}
.ny-banner .txt {
	position: absolute;
	z-index: 3;
	left: 4%;
	top: 50%;
	transform: translateY(-50%);
}
.ny-banner .txt h3 {
	font-size: 2.4rem;
	font-weight: 300;
	color: #fff;
	display: flex;
	align-items: flex-end;
	margin-bottom: 24px;
}
/* .ny-banner .text h3{
	color: #e70012;
} */
.ny-banner .txt p {
	font-size: 1rem;
	color: #fff;
}
/* .ny-banner .text p{
	color: #e70012;
} */
.ny-banner {
	position: relative;
	z-index: 1;
}
.ny-banner-nav {
	position: absolute;
	bottom: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .6);
	/* padding: .5rem 0; */
	width: 100%;
}
.ny-banner-list {
	display: block;
	width: calc(100% - 160px);
	margin: 0 auto;
	overflow-x: auto;
}
.ny-banner-list ul{
	display: flex;
}
.ny-banner-list ul li {
	float: left;
}
.ny-banner-list ul li a {
	font-size: 1rem;
	color: #fff;
	white-space: nowrap;
	display: block;
	padding: 1rem 1.5rem 1rem 1.5rem;
	margin-right: 1.5rem;
}
.ny-banner-list ul li a:hover,
.ny-banner-list ul li.active a {
	color: #097af2;
	font-weight: bold;/* 
	background-color: #999;
	border-image-source: linear-gradient(90deg, #596ffb 0, #0ac4f5 100%); */
}
.ny-banner-list ul li.actives a{
	color: #097af2;
	font-weight: bold;
	/* 
	background-color: rgba(255,255,255,0.4);
	border-image-source: linear-gradient(90deg, #596ffb 0, #0ac4f5 100%); */
}
.mny-banner-nav {
	display: none;
}
/************新闻列表页面************/
/* 新闻列表 */
.news-list {
	padding: 40px 0;
}
.news-list .h-en {
	font-size: 30px;
	line-height: 60px;
	color: #5f6061;
	margin-bottom: 0px;
	display: none;
}
.news-list .list {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.news-list .item {
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 40px 0;
	border: none;
}
.news-list .item .img {
	width: 360px;
	height: 360px;
	overflow: hidden;
	position: relative;
}
.news-list .item .img img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
	min-width: 100%;
	min-height: 100%;
}
.news-list .item .wz {
	margin-top: 36px;
	margin-left: 160px;
	padding-right: 130px;
	width: calc(100% - 460px);
}
.news-list .item .wz .time {
	font-size: 16px;
	font-weight: 100;
	color: #000;
	display: none;
}
.news-list .item .wz .tit {
	font-size: 22px;
	color: #0f0b09;
	transition: all 0.3s;
	margin-top: 18px;
	margin-bottom: 30px;
}
.news-list .item .wz .ms {
	color: #898989;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 50px;
}
.news-list .item .wz .morea {
	font-size: 1rem;
	text-decoration: underline;
	color: #5f6061;
}
.news-list .c-pagination {
	justify-content: center;
}
.m-pagination li {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    background: none;
    border: 1px solid #ccc;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 8px;
    color: #999;
    transition: all 0.3s ease-out;
}
.m-pagination li.active {
    color: #fff;
    background-color: #097af2;
    border-color: #097af2;
}
.m-pagination li.active  a{
	color: #fff;
}
.news-list .item .img2 {
	/* width: 283px; */
	width: 360px;
	height: 177px;
	height: auto;
	height: 210px;
	/* height: 100%; */
	object-fit: cover;
}
.news-list .item .img2 img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-list .item .wz {
	padding-right: 0;
}
.news-list .item .wz .n_time {
	font-size: .875rem;
	font-weight: 100;
	color: #666666;
}
.news-list .item .wz2 {
	margin-top: 0px;
	margin-left: 44px;
	width: calc(95% - 360px);
}
.news-list .item .wz .tit2 {
	font-size: 1.5rem;
	margin-bottom: 20px;
	margin-top: 0;
}
.news-list .item .wz .n_time {
	margin-bottom: 20px;
	margin-top: 10px;
}
.news-list .item .wz .ms {
	color: #666666;
	font-size: 1rem;
	line-height: 1.75rem;
	line-height: 2.3rem;
	line-height: 1.8rem;
	padding-top: 1.25rem;
	margin-bottom: 0px;
}
.news-list .item .wz .morea {
	color: #097af2;
	text-decoration: none;
	float: right;
	padding: 1rem 0;
}
.news-list .list a {
	padding: 25px;
}
.news-list .list a:hover {
	background: #f7f8fc;
}
/***分页样式***/
.c-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 60px;
	justify-content: flex-start;
	font-weight: 400;
}
.c-pagination-item {
	display: block;
	font-size: 14px;
	line-height: 28px;
	background: none;
	border: 1px solid #ccc;
	padding: 0 10px;
	margin-right: 8px;
	margin-top: 8px;
	color: #999;
	transition: all 0.3s ease-out;
}
.c-pagination-item.disabled {
	cursor: not-allowed;
	color: #999;
	opacity: 0.4;
}
.c-pagination-item.active {
	color: #fff;
	background-color: #097af2;
	border-color: #097af2;
}
/************新闻详情页面************/
.news-read {
	width: calc(100% - 160px);
	margin: 0 auto;
	padding: 50px 0 20px;
	display: flex;
	justify-content: space-between;
}
.news-read .news-read-right {
	width: 100%;
}
.news-read .news-read-right .title {
	line-height: 30px;
	border: none;
	color: #0f0b09;
	margin-bottom: 10px;
	font-size: 1.875rem;
	padding-bottom: 0;
	text-align: center;
}
.news-read .content {
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
.news-read .content p {
	font-size: 1rem;
	line-height: 2.4em;
}
.news-read .content img {
	max-width: 100%;
	margin: 1rem 0
}
.news-read .footer {
	padding-top: 20px;
	justify-content: space-between;
}
.news-read .next,
.news-read .prev {
	font-size: 15px;
	font-weight: 100;
	display: flex;
	align-items: center;
}
.news-read .next .iconfont,
.news-read .prev .iconfont {
	font-size: 24px;
	margin-right: 10px;
}
.news-read .next .iconfont {
	transform: rotateY(180deg);
	margin-right: 0;
	margin-left: 10px;
}
.news_lefttit {
	padding-bottom: 20px;
	border-bottom: 1px solid #dae1e9;
	margin-bottom: 20px;
}
.news_lefttit .n_time {
	font-size: 1rem;
	text-align: center;
	line-height: 1.875rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0 0;
	flex-wrap: wrap;
}
.news_lefttit .n_time span{
	display: flex;
	align-items: center;
}
.news_lefttit .n_time span:nth-child(1){
	padding-right: 20px;
}
.news_lefttit .n_time span:nth-child(2){
	padding-left: 20px;
}
.news_detail_img{
	text-align: center;
}
/************业务领域************/
/* 水利水务 */
.kejie_page .section6 {
	position: relative;
	z-index: 2;
	overflow: hidden;
	padding-bottom: 80px;
	width: calc(100% - 160px);
	margin: 0 auto;
	/* background: #08357e; */
}
.kejie_page .section6 .main {
	margin: 0 auto;
	width: 80vw;
	max-width: 1440px;
}
.kejie_page .section6 .comm_tit {
	padding: 60px 0 20px;
}
.kejie_page .section6 .img_block {
	padding: 12px;
	border: 2px solid rgba(255,255,255,.2);
}
.kejie_page .section6 .img_block img {
	margin: 0 auto;
	width: 100%;
	max-width: 1412px;
}
.kejie_page .section6 .img_block video {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1412px;
}
.kejie_page .section6 .img_box {
	margin-top: 20px;
	width: 100%;
	white-space: nowrap;
	font-size: 0;
	text-align: center;
}
.kejie_page .section6 .img_box .img {
	position: relative;
	display: inline-block;
	width: 50%;
	width: 100%;
	padding: 0 20px;
	border: 2px solid rgba(255,255,255,.2);
	vertical-align: top;
}
.kejie_page .section6 .img_box .img img {
	width: 90%;
	height: 30vw;
	object-fit: cover;
	transition: all 0.5s;
}
.kejie_page .section6 .img_box .img:hover img{
	box-shadow: 0px 0px 30px -10px #000000;
}
.kejie_page .section6 .img_box .img:hover .business{
	z-index: 200;
	opacity: 1;
}
.kejie_page .section6 .img_box .img video {
	display: block;
	width: 100%;
}
.kejie_page .comm_tit {max-width:1240px;margin:0 auto;text-align:center;}
.kejie_page .comm_tit h3 {font-size:30px;line-height:40px;color:#333;}
.kejie_page .comm_tit h3 br {display:none;}
.kejie_page .comm_tit p {overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size:18px;line-height:34px;color:#4a4a4a;margin-top:20px;}
/* 水上交通 */
.business_bg{background-color: #08357e;}
.m2csText2 h2 br {display:none;}
.m2csText2 {text-align:left;font-size:18px;line-height:34px;padding:0 0 8.5vh;width:70.8vw;margin:0 auto;position:relative;z-index:5;}
.m2csText2 h2 {font-size:30px;margin-bottom:20px;display:block;text-align:center;color: #fff;}
.m2csText2 p{text-align:center;line-height:2.2;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.m2csText2 h2 br {display:none;}
.m2csText2 {text-align:left;font-size:18px;line-height:34px;padding:0 0 8.5vh;width:70.8vw;margin:0 auto;position:relative;z-index:5;}
.m2csText2 h2 {font-size:30px;margin-bottom:20px;display:block;text-align:center}
.m2csText2 p{text-align:center;line-height:2.2;color: #fff;}
.m2csText2a {
	padding-top: 60px;
	padding-bottom: 0;
}
.m2csTxtCon {max-width:1230px;margin:0 auto;text-align:left;}
.m2csTxtCon h2 {text-align:center}
.zl-31 {width: calc(100% - 160px);overflow:hidden;text-align:center;margin: 0 auto;display: flex;justify-content: center;}
.zl-3{
	padding: 40px 0 0;
}
.zl-31:last-child {margin-top:80px}
.zl-31 p {float:left;width:50%;overflow:hidden;padding:0px;box-sizing:border-box}
.zl-31>div {float:left;width:50%;width:95%;overflow:hidden;padding:0px;box-sizing:border-box}
.zl-31 span {position: relative; width:100%;display:inline-block;overflow:hidden;box-sizing:border-box;}
.zl-31 span img {transition: all 0.5s; width:92%;height:auto;height: 30vw; object-fit: cover;}
.zl-31 span:hover img{box-shadow: 0px 0px 40px -10px #000000;}
.zl-31 span:hover .business{
	z-index: 2;
	opacity: 1;
}

/* 大数据 */
/* 查看详情 */
.business{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	transition: all 0.5s;
	width: calc(90% - 40px);
	margin: 0 auto;
	background-color: rgba(0, 0, 0, .4);
}
	.business_1{
		width:calc(92%) ;
	}
.business_g{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 200;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	position: relative;
	bottom: 40px;
	z-index: 2;
}
.business_g a{
	font-size: 1rem;
	    color: #0c80fc;
			color: #fff;
}
.business_g a:hover{
	text-decoration: underline !important;
}
.business_g a::after {
    content: " ";
    border: solid #0c80fc;
		border: solid #fff;
    padding: 4px;
    transform: rotate(
-45deg
);
    border-width: 0 2px 2px 0;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
}
/************解决方案页面************/
.solution_page{
	padding-top: 60px;
}
.solution_pages{
	padding-top: 0 !important;
}
.solution_pages .plan .layui-tab{
	box-shadow:none !important;
	margin-top: 0 !important;
} 
/************行业案例页面************/
.item_nav {
	padding-bottom: 40px !important;
}
.case_page{
	padding-top: 60px;
}
/***行业案例分页样式***/
.item_nav .c-pagination {
	justify-content: center;
}
/************招贤纳士页面************/
.join_content{
  padding: 0rem 0;
}
.antd-pro-pages-about-join-us-phone{
  font-size: 1.125rem;
  font-weight: bold;
  color: #f79900;
}
.job_man{
	margin-top: 60px;
}
/***********关于我们页面************/
/***主要内容***/
.about-main{
	margin: 0;
}
/***合作数量***/
.about-page02 .list {
	width: 92%;
	background-color: #fff;
	height: 218px;
	border-radius: 10px;
	margin: 60px auto 0;
	display: flex;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.05);
}
.about-page02 .list .item {
	width: calc(100% / 3);
	position: relative;
	text-align: center;
	padding-top: 52px;
}
.about-page02 .list .item::before {
	content: "";
	display: block;
	width: 1px;
	height: 80px;
	background-color: #d3d2d2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.about-page02 .list .item .num {
	font-size: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.about-page02 .list .item .num i {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../img/add-ico.png);
	background-size: 100% 100%;
	margin-left: 10px;
}
.about-page02 .list .item p {
	margin-top: 8px;
	font-size: 20px;
}

.about-page02 .list .item:last-of-type::before {
	display: none;
}
/***视频展示***/
.about-page03 {
	padding-top: 80px;
	padding-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-page03 .tt {
	font-size: 36px;
	line-height: 62px;
	color: #000;
	margin-bottom: 40px;
}
.about-page03 .ms p {
	font-size: 16px;
	line-height: 2.4em;
	color: #666666;
	margin-bottom: 40px;
}

.about-page03 .item-l {
	width: 46.2%;
}

.about-page03 .item-r {
	width: 42.4%;
	overflow: hidden;
}
.about-page03 .item-r video {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
/***图片展示***/
.about-page05 {
	padding: 0 0 60px 0;
	display: flex;
	flex-wrap: wrap;
}
.about-page05 .item {
	width: calc(25% - 40px);
	overflow: hidden;
	border: 1px solid #eaeaea;
	padding: 10px;
	margin: 10px 20px;
}
.about-page05 .item img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
/***********联系我们页面************/
/***主要内容***/
.contact{
  width: 100%;
	display: flex;
  background: #fafafa;
  padding-bottom: 6.3125rem;
}
.container{
  width:  calc(100% - 160px);
  margin: 0 auto;
  padding: 0;
}
.contact .contact_nav{
  width: 100%;
  height: 4.8125rem;
  text-align: center;
}
.contact .contact_nav ul{
  width: 100%;
  display: flex;
  justify-content: center;
}
.contact .contact_nav ul li{
  width: 5.5rem;
  height: 97%;
  line-height: 4.8125rem;
  padding: 0 .8125rem;
  overflow: hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-size: .9375rem;
  color: #000;
}
.contact .contact_nav ul li:hover,.contact .contact_nav ul li.current{
  border-bottom: 3px solid #0c4da2;
  color: #0c4da2;
}
.contact_content{
  width: 100%;
  margin-top: 60px;
  /*margin-bottom: 6.3125rem;*/
  background: #fff;
  padding: 0 5px 3.25rem;
  border-radius: 5px;
  box-shadow: 2px 2px 10px #f3f3f3;
}
.contact_content .contact_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contact_content .contact_list .contact_item{
    width: 30%;
    margin-top: 5.5rem;
    padding: 3.125rem 0 3.75rem 0;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.contact_content .contact_list .contact_item img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact_content .contact_list .contact_item h3{
    color: #3b3b3b;
    line-height: 1.125rem;
    margin-top: .75rem;
    margin-bottom: 1.15rem;
		font-size: 1.5rem;
		font-weight: bold;
}
.contact_content .contact_list .contact_item p{
   color: #636363;
   line-height: 2rem;
   text-align: left;
	 text-align: center;
   padding: 0 1.25rem;
	 font-size: 1.125rem;
	 font-weight: bold;
}
.contact_content .contact_list .contact_item .contact_item_p2{
    margin-bottom: 0;
}
.contact_content .contact_list .contact_item .contact_item_p3{
    padding: 0 4rem;
}
.contact_content .contact_list .contact_item .contact_item_p4{
    text-align: center;
}
.contact_map{
    width: 100%;
    height: 34.75rem;
    margin-top: 3rem;
}
.contact-map{
	width: 100%;
}
@-webkit-keyframes amap-icon-anim {
	0% {
		opacity: 0;
		transform: scale(0.1);
	}

	5% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: scale(1);
	}
}
@keyframes amap-icon-anim {
	0% {
		opacity: 0;
		transform: scale(0.1);
	}

	5% {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: scale(1);
	}
}
.contact-page01 .dz {
	position: absolute;
	z-index: 3;
	right: 4%;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	width: 55.7vw;
}
.contact-page01 .item {
	width: 13.8vw;
	color: #fff;
}
.contact-page01 .item .d_h {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0.78vw;
	height: 4vw;
	display: flex;
	align-items: flex-end;
}
.contact-page01 .item .d_h img {
	margin-right: 1vw;
}
.contact-page01 .item:nth-child(1) .d_h img {
	height: 2.55vw;
}
.contact-page01 .item:nth-child(2) .d_h img {
	height: 2.55vw;
}
.contact-page01 .item:nth-child(3) .d_h img {
	height: 2.55vw;
}
.contact-page01 .item .d_p {
	font-size: 16px;
	line-height: 22px;
}
.contact-page01 .h1 {
	position: absolute;
	left: 4%;
	bottom: 11%;
	font-size: 20px;
	color: #ffffff;
	line-height: 2;
}
/* 联系我们地图 */
.contact-map{
	width: 100%;
}
@media only screen and (max-width: 1400px){
	.footers_f {
		padding-left: 0;
		flex-direction: column;
	}
	.footers_f>p {
		width: 100%;
		padding: 1.4% 0.625rem;
		line-height: 1.2rem;
		padding-left: 0;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 769px) {
	/* 子页面新闻列表 */
	.news-list .list a{max-width: 100vw;width: 100%;}
	/* 子页面新闻详情 */
	.news-read{max-width: 100vw;width: 100%;padding-left: 20px;padding-right: 20px;}
.page-nav .item,.page-nav div .uls li a,.page-nav>a,.page-nav div>a,.page-nav .item>a{font-size: 1rem !important;}
.page-tel .hc-txt2{font-size: 1.125rem;}
.page-nav .item{margin: 0 7px !important;}
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
	/* 头部 */
	.page-logo{
		height: 3.25rem;
	}
	header{
		padding: 0 25px !important;
	}
	header.active{
		height: 90px;
	}
	.nav_tss{
		padding: 0 50px;
	}
	.footers_d{
		width: 100%;
		padding: 3% 40px 0;
	}
	/* 首页内容标题 */
	.atops>p{
		max-width: 864px;
		width: 100%;
		margin: 0 auto;
	}
	.main_he{
		max-width: 864px !important;
		width: 100% !important;
		margin: 0 auto !important;
	}
	/* 子页面banner文字 */
	.ny-banner .txt{
		top: 35% !important;
	}
}
@media only screen and (max-width: 960px) and (min-width: 769px)  {
	.wwszz{
		padding-bottom: 4% !important;
	}
	
}
@media only screen and (max-width: 960px) {
	.ny-banner .txt{
		top: 50% !important;
	}
	.index-page01 .item-r .item .list a .img{ padding-top: 56%;}
}

@media only screen and (max-width: 640px) {

}

@-webkit-keyframes jt-anmi {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-32px);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes jt-anmi {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(-32px);
	}

	to {
		transform: translateX(0);
	}
}

@media only screen and (min-width: 961px) {

}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 960px) {
	html{
		scroll-padding-top: 60px;
	}
	footer .xj_h3 {
		display: none;
	}
}

/* 解决方案 */
.service a:hover .item{
	background: #f7f8fc;
}
.service .item .img img{
	transition:0.5s all;
}
.service a:hover .img img{
	transform:scale(1.1);
}
.service-list {
	width: 100%;
	padding: 0 80px 18px;
}
.service-list .top {
	position: relative;
	display: flex;
	padding: 57px 0 193px;
	justify-content: flex-start;
}
.service-list .top h4 {
	font-size: 48px;
	line-height: 1em;
	/*font-weight: 900;*/
	color: #000;
	position: static;
	margin: 8px 18.50620567375887% 0 0;
	font-size: 40px;
}
.service-list .top .mes {
	display: inline-block;
	color: #000;
}
.service-list .top .mes .tit {
	font-size: 40px;
	line-height: 48px;
}
.service-list .top .mes .sum1 {
	margin: 32px 0 33px;
	font-size: 22px;
	line-height: 38px;
}
.service-list .top .mes .sum2 {
	font-size: 16px;
	line-height: 26px;
}
.service {
	padding: 0;
}
.service .item {
	display: flex;
	position: relative;
	padding-bottom: 60px;
	border-bottom: 1px solid #efeded;
	margin-bottom: 60px;
}
.service .item:last-child{
	margin-bottom: 80px;
}
.service .item .img {
	width: 40%;
	overflow: hidden;
}
.service .item .img img {
	display: block;
	width: 100%;
}
.service .item .wz {
	width: calc(60% - 130px);
	margin-left: 130px;
}
.service .item .wz .tt {
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 130px;
}
.service .item .wz .tt span {
	font-size: 26px;
	color: #3d3d3d;
}
.service .item .wz .tt p {
	font-size: 36px;
	margin-left: 82px;
	color: #3d3d3d;
}
.service .item .wz .tag {
	display: flex;
	flex-wrap: wrap;
	margin-right: 200px;
	width: 100%;
}
.service .item .wz .tag p {
	border: 1px solid #b9b9b9;
	border-radius: 28px;
	color: #666666;
	font-size: 20px;
	padding: 14px 25px;
	margin-right: 50px;
	margin-bottom: 50px;
}
.service .item:nth-child(4) {
	padding-bottom: 0;
	border: none;
	margin-bottom: 0;
}
/*** 视频弹窗 ***/
.c-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.c-modal.show {
	opacity: 1;
	visibility: visible;
}

.c-modal.show .c-modal-container {
	transform: scale(1);
}

.c-modal-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	cursor: pointer;
}
.c-modal-container {
	max-width: 100%;
	max-height: 100%;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
	transform: scale(0.88);
	transition: transform 0.3s;
}
.c-modal-close {
	position: absolute;
	right: 24px;
	top: 24px;
	z-index: 1;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.9;
	transition: opacity 0.3s, transform 0.3s;
	color: #ddd;
}
.c-modal-close img {
	width: 40px;
}
.c-modal-close:hover {
	opacity: 1;
	transform: rotate(180deg);
}
.c-modal-main {
	position: relative;
	z-index: 0;
	display: none;
}
.c-modal-main.active {
	display: block;
}
.c-modal-main.active img{
	width: 100%;
}
.c-modal-main.videobox {
	width: 800px;
	padding-bottom: 56.25%;
	max-width: 100%;
}
.c-modal-main.videobox .video-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.c-modal-main.contactbox {
	width: 1000px;
	max-width: 100%;
	background: url(../img/modal-bg01.jpg) no-repeat 50% / cover;
}
.c-modal-main.contactbox .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	padding: 14px;
	background: none;
}
.c-modal-main.contactbox .bg:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid hsla(0, 0%, 100%, 0.3);
}
.c-modal-main.contactbox .main {
	color: #faf3e7;
	padding: 80px 74px 74px 74px;
	position: relative;
	z-index: 1;
}
.c-modal-main.contactbox .main .tc_top {
	display: flex;
	justify-content: space-between;
}
.c-modal-main.contactbox .main .tc_top .tc_left {
	width: 520px;
}
.c-modal-main.contactbox .main .tc_top .tc_left .h1 {
	font-size: 54px;
	line-height: 72px;
	margin-bottom: 8px;
}
.c-modal-main.contactbox .main .tc_top .tc_left .h2 {
	font-size: 34px;
	line-height: 45px;
	margin-bottom: 44px;
}
.c-modal-main.contactbox .main .tc_top .tc_left .h3 {
	margin-top: 12px;
	font-size: 24px;
	line-height: 32px;
}
.c-modal-main.contactbox .main .tc_top .tc_right {
	width: 258px;
}
.c-modal-main.contactbox .main .tc_top .tc_right img {
	width: 100%;
	margin-bottom: 130px;
}
.c-modal-main.contactbox .main .tc_top .tc_right .btn {
	width: 100%;
	line-height: 66px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	display: block;
	color: #fff;
	transition: all 0.5s;
}
.c-modal-main.contactbox .main .tc_top .tc_right .btn:hover {
	background-color: #fff;
	border-color: transparent;
	color: #000;
}
.c-modal-main.contactbox .tit {
	font-size: 28px;
}
.c-modal-main.contactbox .text {
	font-size: 36px;
	margin-bottom: 10px;
}
.c-modal-main.contactbox .form {
	border: 2px solid #fff;
	background-color: #fff;
}
.c-modal-main.contactbox .ps {
	font-size: 18px;
	color: #fff;
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../img/suo.png);
	background-size: auto 18px;
	margin-top: 14px;
}
.c-modal-main.contactbox .iconfont {
	color: #bcbcbc;
	line-height: 44px;
	width: 46px;
	text-align: center;
	font-size: 30px;
}
.c-modal-main.contactbox .submit {
	border: none;
	outline: none;
	background: #e60012;
	padding: 0;
	width: 150px;
	height: 62px;
	background-size: 20px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.c-modal-main.contactbox .input {
	width: calc(100% - 155px);
	height: 72px;
	line-height: 1.5;
	border: none;
	padding: 0 20px;
	outline: none;
	color: #000;
	font-size: 23px;
	background: none;
}
.c-modal-main.contactbox::-moz-placeholder {
	color: #aaa;
}
.c-modal-main.contactbox::-webkit-input-placeholder {
	color: #aaa;
}
.c-modal-main.contactbox:-ms-input-placeholder {
	color: #aaa;
}
.c-modal-main.contactbox .info {
	font-size: 14px;
	margin-top: 8px;
	padding-right: 25%;
	position: relative;
}
.c-modal-main.contactbox .tel {
	color: #ffffff;
	margin-top: 80px;
	font-size: 42px;
	line-height: 50px;
}
.c-modal-main.contactbox .ewm {
	width: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
}
@media only screen and (max-width: 640px) {
	.c-modal-main.contactbox .main {
		padding: 36px 26px;
	}

	.c-modal-main.contactbox .bg {
		padding: 10px;
	}

	.c-modal-main.contactbox .tit {
		font-size: 17px;
	}

	.c-modal-main.contactbox .text {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.c-modal-main.contactbox .form {
		border: 3px solid #fff;
	}
	.c-modal-main.contactbox .iconfont {
		line-height: 36px;
		width: 30px;
		font-size: 20px;
	}
	.c-modal-main.contactbox .submit {
		width: 60px;
		height: 36px;
		font-size: 13px;
	}
	.c-modal-main.contactbox .input {
		width: calc(100% - 90px);
		height: 36px;
		padding: 0 8px;
		font-size: 14px;
	}
	.c-modal-main.contactbox .info {
		font-size: 12px;
		margin-top: 8px;
		padding: 0;
	}
	.c-modal-main.contactbox .tel {
		margin-top: 12px;
		font-size: 20px;
		line-height: 1.3;
	}
	.c-modal-main.contactbox .ewm {
		display: none;
	}
}

/****** 适配 ******/
@media only screen and (min-width: 961px) {
	/*首页业务领域*/
	.index-page01 .item-r .item .tit a.more:hover {color: #da3d43;}
	.index-page01 .item-r .item .list a:hover .img img {transform: scale(1.03);}
	/*底部*/
	footer .col-m .col-l .f-link .list a:hover {opacity: 1;}
	footer .col-b p a:hover {opacity: 1;}
	/*右侧悬浮*/
	.page-aside .item.tel:hover {transform: translateX(-150px);}
	.page-aside .item.tel1:hover {transform: translateX(-70px);}
	.page-aside .item:not(.tel):hover {transform: translateX(-10px);}
	/*新闻列表*/
	.news-list .item:hover .img img {transform: translate(-50%, -50%) scale(1.03);}
	
	/*关于我们*/
	.about-page03 .item-r:hover img {transform: scale(1.03);}
	.about-page05 .item:hover img {transform: scale(1.03);}
	.about-page06 .list .item:hover .img img {transform: scale(1.03);}
	
}
@media only screen and (max-width: 1680px) {
	/*关于我们*/
	.about-page04 .layout .col-l {height: 666px;}
	.about-page04 .layout .col-r {padding: 0 40px;}
	.about-page04 .layout .col-r::before {left: 43px;}
	.about-page04 .layout .col-r .item {padding-bottom: 90px;}
}
@media only screen and (max-width: 1480px) {
	/*pc头部*/
	.page-nav .item {margin: 0 26px;}
	.page-nav .item {margin: 0 14px;}
	.page-tel .ico {width: 32px;height: 32px;}
	/*首页业务领域*/
	.index-page01 {padding-top: 50px;}
	.index-page01 .item-l {font-size: 32px;}
	.index-page01 .item-r {	width: 100%;}
	.index-page01 .item-r .item {margin-bottom: 0;}
	.index-page01 .item-r .item .tit {margin-bottom: 30px;}
	.index-page01 .item-r .item .tit h3 {font-size: 24px;}
	.index-page01 .item-r .item .list a {width: calc(100% / 3 - 8px);margin-left: 6px; margin-right: 6px;}
	.index-page01 .item-r .item .main_tops a:nth-child(3n) {margin-left: 6px; margin-right: 6px;}
	.index-page01 .item-r .item .list a .wz h3 {font-size: 14px;}
	.index-page01 .item-r .item .list a .wz p {font-size: 16px;}
	.index-page01 .item-r .item .tit h3 .p{font-size:15px;line-height:20px}
	.index-page01 .item-r .item .tit h3 .h{font-size:36px;line-height:48px}
	.index-page01 .item-r .item .tit h3{padding-right:65px}
	.cases>a {width: calc(25% - 12px) !important;}
	
	/*首页视频*/
	.index-video .tit {font-size: 40px;letter-spacing: 1px;}
	.index-video .title {font-size: 40px;letter-spacing: 1px;}
	.index-video .icon {width: 30px;height: 30px;margin: 16px auto;}
	/*子页面banner*/
	.ny-banner .wz h3 {	font-size: 30px;}
	.ny-banner .wz p {font-size: 24px;}
	/*联系我们*/
	.contact-page01 .wz h3 {font-size: 30px;}
	.contact-page01 .wz p {	font-size: 24px;}
	.contact-page01 {height: 640px;	}
	.contact-map-list .item {font-size: 20px;margin-bottom: 20px;padding-left: 20px;}
	.contact-page02 .col-l .tt p {font-size: 30px;}
	
	/*服务项目*/
	.service .item .wz .tt span {font-size: 18px;}
	.service .item .wz .tt p {font-size: 24px;margin-left: 40px;}
	.service .item .wz .tt {margin-bottom: 60px;}
	.service .item .wz .tag p {	margin-right: 30px;	font-size: 14px;margin-bottom: 20px;}
	.service-list .top {padding: 45px 0 150px 0;}	
	/* .service .item {padding-bottom: 75px;margin-bottom: 75px;} */
	/*关于我们*/
	.about-page02 .list{height:180px}
	.about-page02 .list .item .num{font-size:40px}
	.about-page02 .list .item .num i{width:16px;height:16px}
	.about-page03 .tt{font-size:26px;line-height:40px;margin-bottom:40px}
	.about-page03 .ms p{font-size:14px;line-height:24px;margin-bottom:20px}
	/*联系我们*/
	.contact-page01 .item .d_h{font-size:18px}
	.contact-page01 .item .d_p{font-size:14px}
	.contact-page01 .h1{font-size:18px}
	
	/*底部*/
	footer .col-m {	margin-top: 40px;padding-bottom: 40px;}
	footer .col-m .col-l .one .item p {	font-size: 18px;}
	footer .col-m{margin-top:75px;padding-bottom:100px}
	footer .col-m .col-l .one .item .ico{width:37px;height:37px}
	footer .col-m .col-l .one .item .ico img{transform:scale(0.75)}
	footer .col-m .col-l .one .item p.p1{font-size:15px}
	footer .col-t nav a {margin-right: 60px;font-size: 14px;}
	
}
@media (max-width: 1024px) {
	/*弹窗*/
	.c-modal-main.contactbox .main .tc_top{display:block}
	.c-modal-close img{width:24px}
	.c-modal-main.contactbox .main .tc_top .tc_left{width:100%;text-align:center}
	.c-modal-main.contactbox .main .tc_top .tc_right{width:100%}
	.c-modal-main.contactbox .main .tc_top .tc_left .h1{font-size:26px;line-height:32px}
	.c-modal-main.contactbox .main .tc_top .tc_left .h2{font-size:18px;line-height:24px;margin-bottom:24px}
	.c-modal-main.contactbox .submit{width:90px}
	.c-modal-main.contactbox .main .tc_top .tc_left .h3{font-size:18px;line-height:24px}
	.c-modal-main.contactbox .main .tc_top .tc_right img{margin:30px auto;width:50%;display:block}
	.c-modal-main.contactbox .main .tc_top .tc_right .btn{font-size:16px;line-height:30px;width:50%;margin:0 auto}
	/* 首页banner */
	.index-video{width: 100%;height: 38vh;}
	.index-video-zw {width: 100%;height: 30.5vh;}
	.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{width: 100%;height: 38vh;}
	/*首页业务领域*/
	.index-page01 .item-r .item .tit a.more{padding-left:15px}
	.index-page01 .item-r .item .tit h3{padding-right:25px}
	.index-page01 .item-r .item .tit h3 .h{font-size:20px;line-height:1.3}
	.index-page01 .item-r .item .tit h3 .p{font-size:12px;line-height:1.3}
	/*首页行业案例*/
	.case_page{width: 100%;padding: 50px 25px 0;}
	.index-page01 .item-r .item_nav{margin: 0;}
	/* 业务领域 */
	.zl-31 {padding:0px 2%;box-sizing:border-box}
	.zl-31:last-child {margin-top:70px}
	.zl-31 p {padding:0px 3%}
	.zl-31>div {padding:0px 3%}
	/* 解决方案 */
	.service .item{
		padding-bottom: 40px;
	}
	
}
@media only screen and (max-width: 960px) {
	/*头部*/
	header{background-color:#fff;box-shadow:0 2px 4px 0 rgba(0,0,0,0.1);height:60px;padding:0 4% !important}
	header.active{height:60px;padding:0 4% !important}
	.page-logo{height:28px}
	.page-logo .img:first-of-type{opacity:0}
	.page-logo .img:nth-of-type(2){opacity:1}
	.page-header-zw,.page-nav,.page-tel{display:none}
	.mbnav-btn{display:block}
	body.mbNavOpen .mbnav-btn-item:first-of-type{-webkit-animation:phone-navtop-animon 0.4s linear forwards;animation:phone-navtop-animon 0.4s linear forwards}
	body.mbNavOpen .mbnav-btn-item:nth-of-type(2){opacity:0}
	body.mbNavOpen .mbnav-btn-item:nth-of-type(3){-webkit-animation:phone-navbottom-animon 0.4s linear forwards;animation:phone-navbottom-animon 0.4s linear forwards}
	body.mbNavOpen .mbnav{opacity:1;visibility:visible}
	body.mbNavOpen .mbnav .main{transform:translateX(0)}
	body.mbNavOpen header{transform:translateX(-240px)}
	body.mbNavOff .mbnav-btn-item:first-of-type{-webkit-animation:phone-navtop-animoff 0.4s linear forwards;animation:phone-navtop-animoff 0.4s linear forwards}
	body.mbNavOff .mbnav-btn-item:nth-of-type(2){opacity:1;transition:opacity 0.2s linear 0.2s}
	body.mbNavOff .mbnav-btn-item:nth-of-type(3){-webkit-animation:phone-navbottom-animoff 0.4s linear forwards;animation:phone-navbottom-animoff 0.4s linear forwards}
	body.mbNavOff .mbnav{opacity:0;visibility:hidden}
	body.mbNavOff .mbnav .main{transform:translateX(100%)}
	.index-video .tit{font-size:20px}
	.index-video .title{font-size:20px}
	.layout {width: 94%;}
	/*右侧悬浮*/
	.page-aside{width:44px;top:auto;margin-top:0;bottom:60px}
	.page-aside .item,.page-aside .item.tel{display:none}
	.page-aside .item.gotop{display:block}
	.page-aside .item.gotop .main{padding:12px}
	.page-aside .main{width:44px}
	.page-aside .icon{width:20px;height:20px;margin-bottom:0}
	.page-aside-zw{display:block}
	.page-aside-phone{display:flex}
	/*弹窗*/
	.c-modal-dialog{width:94%}
	.c-modal-dialog .video{width:100%;height:auto;padding-bottom:56.25%;position:relative}
	.c-modal-dialog .video-js{position:absolute}
	.c-modal-dialog .search{margin:0 auto}
	.c-modal-dialog .search .input{height:54px;line-height:54px}
	.c-modal-dialog .search .submit{width:54px;height:54px;background-size:24px}
	.c-modal-container {max-width: 100%;}
	/* 首页banner */
	.index-video{width: 100%;height: 65vh;}
	.index-video-zw {width: 100%;height: 55vh;}
	.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{width: 100%;height: 70vh;}
	.nav_tss{position:absolute;max-width:100vw;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;padding:0 1.25rem}
	.nav_videoss{margin-left:auto;margin-right:auto}
	.nav_texts>h2,.nav_texts>p{text-align:center}
	.nav_a{display:flex;justify-content:center}
	/*首页业务领域*/
	.index-page01{padding:40px 0 0}
	.index-page01 .item-l{font-size:20px;float:none;position:relative;top:0}
	.index-page01 .item-r{width:100%;float:none}
	.index-page01 .item-r .item{margin-bottom:0}
	.index-page01 .item-r .item .tit{height:40px;margin-bottom:30px}
	.index-page01 .item-r .item .tit h3{font-size:16px}
	.index-page01 .item-r .item .tit a.more{font-size:12px}
	.index-page01 .item-r .item .list{flex-wrap:wrap}
	.index-page01 .item-r .item .list a{width:100%;margin-right:0;margin-bottom:20px}
	.index-page01 .item-r .item .list a:last-child{width:100%;margin-right:0;margin-bottom:0px}
	.index-page01 .item-r .item .main_tops a:nth-child(3n){margin-right:0}
	.index-page01 .item-r .item .list a .wz{margin-top:14px}
	/*首页解决方案*/
	.atops {padding: 0 1.25rem;}
	.atops>p{padding-left: 0.625rem;padding-right: 0.625rem;line-height: 2rem;}	
	/*底部*/		
	footer .col-t{display:none}
	footer .col-m{display:none}
	footer .col-b p:nth-child(1){display:none}
	footer .col-b p{width:100%;text-align:center;font-size:12px;line-height:20px}
	/*子页面banner*/
	.ny-banner{margin-top:60px}
	.ny-banner .wz h3{font-size:20px;margin-bottom:10px}
	.ny-banner .wz p{font-size:12px}
	.contact-page01 .wz h3{font-size:30px;margin-bottom:24px}
	.contact-page01 .wz p{font-size:24px}
	.ny-banner .wz h3 span{width:5px;height:5px}
	/*新闻列表*/
	.news-list{padding:40px 0 0}
	.news-list .list{width:100%;padding:0 4%}
	.news-list .item{width:100%;margin-right:0;margin-bottom:0px;flex-wrap:wrap}
	.news-list .item .img{width:100%;height:300px}
	.news-list .item .wz{margin-top:10px;width:100%;margin-left:0;padding-right:0}
	.news-list .item{padding:30px 0}
	.news-list .item .wz .tit{font-size:16px;line-height:1.3;margin-top:8px;margin-bottom:15px}
	.news-list .item .wz .ms{line-height:22px;margin-bottom:20px;padding-top: 0;}
	.news-list .item .wz .morea{padding: 0 0 1rem;}
	/*分页*/
	.c-pagination{margin:0;padding-top:30px;padding-bottom:30px}
	/* 业务领域 */
	.kejie_page .comm_tit h3 {font-size:18px;line-height:24px;}
	.kejie_page .comm_tit p {font-size:14px;line-height:24px;margin-top:10px;}
	.m2csText h2,.m2csText2 h2 {font-size:20px;margin-bottom:12px;}
	/*关于我们banner*/
	.contact-page01{height: calc(100vh - 60px) !important;}
	.contact-page01 .wz{top: 14% !important;}
	/*联系我们*/
	.container{width: 94%;padding: 40px 0 40px;}
	.contact-page01 .dz{bottom:15%;width:100%;display:block;width:92%;top:auto}
	.contact-page01 .item{width:100%;margin-top:50px}
	.contact-page01 .item:first-child{margin-top:0}
	.contact-page01 .h1{left:4%;bottom:12%;width:92%;line-height:1.5}
	.contact-page01{height:360px;margin-top:60px}
	.contact-map-list .item{font-size:16px;margin-bottom:16px;padding-left:16px}
	.contact-page02{padding:40px 0 30px 0;display:block}
	.contact-page01 .item:nth-child(1) .d_h img{height:32px}
	.contact-page01 .item:nth-child(2) .d_h img{height:32px}
	.contact-page01 .item:nth-child(3) .d_h img{height:32px}
	.contact-page01 .item .d_h{font-size:16px}
	.contact-page01 .item .d_p{font-size:14px}
	/*关于我们*/
	.about-page02 .list{height:auto;}
	.about-page02 .list .item{padding:20px 2px;}
	.about-page02 .list .item::before{height:40px}
	.about-page02 .list .item .num{font-size:18px}
	.about-page02 .list .item .num i{width:6px;height:6px}
	.about-page02 .list .item p{font-size:16px;line-height: 1.4rem;}
	.about-page03{padding-top:20px;padding-bottom:20px;display:block}
	.about-page03 .item-l{width:100%}
	.about-page03 .tt{font-size:16px;line-height:32px;margin-bottom:20px}
	.about-page03 .ms p{font-size:12px;line-height:20px;margin-bottom:10px}
	.about-page03 .item-r{display:none}
	.about-page04{padding:40px 0}
	.about-page04 .layout{display:block}
	.about-page04 .layout .col-l{width:100%;height:240px}
	.about-page04 .layout .col-r{width:100%;display:flex;padding-left:0;padding-right:0}
	.about-page04 .layout .col-r::before{display:none}
	.about-page04 .layout .col-r .item::before{display:none}
	.about-page04 .layout .col-r .item::after{display:none}
	.about-page04 .layout .col-r .item{width:25%;padding-left:0;padding-bottom:20px;padding-top:20px;display:block;text-align:center}
	.about-page04 .layout .col-r .item img{width:80%;margin:0 auto}
	.about-page04 .layout .col-r .item p{margin-left:0;text-align:center;font-size:12px}
	.about-page05{padding:0 0 40px 0}
	.about-page05 .item{width: calc(50% - 10px);margin: 5px;}
	/*解决方案*/
	.service{padding:40px 0}
	.service .item{display:block;padding-bottom:30px;margin-bottom:30px}
	.service .item:last-child{margin-bottom:30px}
	.service .item .img{width:100%}
	.service .item .wz{width:100%;margin-left:0}
	.service .item .wz .tt{margin-bottom:30px}
	.service .item .wz .tag{margin-right:0}	
	.service .item .wz .tt span{font-size:16px}
	.service .item .wz .tt p{font-size:20px;margin-left:20px}
	.service .item .wz .tag p{padding:10px 14px;margin-right:15px;margin-bottom:10px}
	.solution_page{padding: 0;}
}
@media (max-width:768px) {
	/*首页解决方案*/
	.main_ul{justify-content: space-around;}
	/*首页生态伙伴*/
	.main_he>li {width: 50%;padding: 0 10px 20px;}
	/*右侧悬浮*/
	.page-aside{width:3.75rem}
	.page-aside .item{background-color:#fff;box-shadow:0px 1px 12px -5px #000000;border-radius:50%}
	.page-aside .item{width:3.125rem;height:3.125rem;margin:0 0 10px 0;display:flex !important;justify-content:center;align-items:center}
	.page-aside .item>.main{width:3.125rem;padding:0}
	/****联系我们****/
	.contact{padding-bottom: 1.2rem}
	.contact_content{margin: 0 0 20px;padding:1rem;}
	.contact_content .contact_list{flex-wrap: wrap;}
	.contact_content .contact_list .contact_item{width: 100%;margin-top: 2.5rem;padding: 2.125rem 0 1rem 0;}
	.contact_content .contact_list .contact_item p{padding: 0 3.25rem;}
	.contact_map{height: 20rem;}
	/* 底部 */
	.footers_t,.footers_m{flex-direction:column}
	.footers_t_ul>li:nth-child(1){margin:0}
	.footers_t_ul>li:nth-child(2){padding:6% 3% 3%}
	.footers_t_ul>li{padding:3%}
	.footers_t>div{padding:2% 20px 4%;width:100%}
	.footers_t>div>ul>li{text-align:center}
	.footers_t>div:nth-child(2)>p{text-align:center;padding-bottom:3.4%;margin:0}
	.footers_m{padding:4% 0px}
	.footers_m>p{text-align:center;padding-bottom:3.4%;padding:0;width:100%}
	.footers_m>ul{width:100%;padding-top:3%}
	.footers_m ul li{width:20%;padding:2% 2.8% 0% 0%;text-align:center}
	/* 子页面业务领域 */
	.zl-3{padding-top: 0;}
	.zl-31:last-child {margin-top:20px}
	/* 解决方案 */
	.service{padding: 40px 0;}
	.service .item:last-child{margin-bottom: 30px;}
	.business_1{width: calc(92% - 36px);margin: 20px auto;}
	/* 底部 */
	.footers_d{width: 100%;padding: 3% 40px 0;}
	
}
@media (max-width: 767px) {

	/* 标题 */
	.footers_m ul li {
		padding: 3% 2.8% 0% 0%;
	}
	.atop>h2,
	.atops>h2,
	.atop>h1{
		margin-bottom: 6%;
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.main_b>h2 {
		text-align: center;
		font-size: 1.5rem;
	}
	.main_ul{
		justify-content: space-around;
	}
	.atop>p,
	.atops>p,
	.main_div {
		font-size: 1rem;
		line-height: 1.6rem;
	}
	/* 解决方案列表 */
	.main_ul li{
		font-size: 0.875rem;
	}
	.main_div>.main_ul li{
		font-size: 1rem;
	}
	
	.videos_s {
		width: 100%;
	}

	.nav_texts>h2 {
		font-size: 1.25rem;
	}

	.nav_texts>p {
		font-size: 1rem;
	}

	.wwsz>h2 {
		font-size: 1.125rem;
		line-height: 1.125rem;
	}
	.wwsz>p:nth-child(2) {
		font-size: 0.875rem;
	}
	.main_b_footer{
		bottom: 20px;
	}
	.wwszp,
	.main_b>p,
	.main_b_footer>li>a {
		font-size: 0.875rem;
	}
	.main_b_footer>li>b{
		font-size: 0.875rem;
	}
	.main_b_footer {
		flex-wrap: wrap;
	}
	.main_b_footer>li>a {
		text-align: center;
	}
	.nav_tss_ul>li {
		font-size: 1rem;
	}
	.main_b_footer>li {
		width: 29.333%;
		margin: 0 2% 2%;
	}
	.nav_videoss {
		margin-bottom: 1.25rem;
	}
	.footers_f {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}
	.footers_f>p {
		width: 100%;
		/* padding: 1.4% 0.625rem; */
		padding: 1.4% 0;
		line-height: 1.2rem;
	}
	.wwszp::after {
		margin-left: 0px;
	}
	/* 业务领域 */
	.m2csText2a {padding-top:50px;padding-bottom:0}
	.kejie_page .comm_tit {text-align:justify;}
	.kejie_page .comm_tit h3 span {display:none;}
	.kejie_page .comm_tit h3 br {display:inline-block;}
	.m2csTxtCon {font-size:14px;line-height:28px;}
	.m2csTxtCon {text-align:left;}
	.m2csText2 {padding-bottom:30px;margin:0 5%;}
	.m2csTxtCon {font-size:14px;line-height:28px;text-align:left;}
	.m2csText h2,.m2csText2 h2 {line-height:30px;font-size:18px;font-weight:normal;text-align:left;}
	/* 首页新闻 */
	.wh{
		/* height: 1.125rem; */
	}

	/* 关于我们 */
	/* .about-page03{padding-top: 20px;} */
	/* .about-page02 .list{margin-top: 20px !important;} */
	.contact{padding: 0 !important;}
	/* .container{padding-top: 20px !important;} */
	/* .join_content{padding-top: 20px !important;} */
	.service .item:last-child{margin-bottom: 20px;}
	/* 业务领域 */
	/* .kejie_page .section6 .comm_tit{padding-top: 20px !important;} */
	/* 解决方案 */
	/* 行业案例 */
	/* 新闻 */
	.news_lefttit .n_time span:nth-child(1){padding-right:0;}
	.news_lefttit .n_time span:nth-child(2){padding-left:0;}
	/* 底部 */
	.footers_d{width: 100%;padding: 3% 20px 0;}
	.footers_let>div:nth-child(2) img{
		width: 100px;
	}
}

@media only screen and (max-width: 640px) {
	.page-main {margin-top: 0px;}
	header.active1 {height: 60px;}
	/*新闻列表*/
	.news-read{width:92%;margin:0 auto;display:block;padding-bottom:50px}
	.news-read .news-read-left,.news-read-right{float:none;width:100%;margin-left:0;margin-bottom:20px}
	.news-read .news-read-left h3{font-size:18px}
	.news-read .news-read-left h4{font-size:14px}
	.news-read-right{width:100% !important}
	.news-read .news-read-right .title{font-size:24px;}
	
	/*关于我们*/
	.about1{width:92%;flex-wrap:wrap;margin-bottom:30px}
	.about1 .about1-left{width:100%;margin-left:0;margin-top:20px}
	.about1-1 p{font-size:14px;line-height:24px}
	/*服务项目*/
	.service-list{padding:0 4%}
	.service-list .top{flex-wrap:wrap;padding-bottom:0px;padding-top:40px}
	.service-list .top h4{font-size:24px;margin-bottom:20px}
	.service-list .top .mes .tit{font-size:20px;line-height:24px}
	.service-list .top .mes .sum1{margin:16px 0;font-size:14px;line-height:24px}
	.service-list .top .mes .sum2{font-size:12px;line-height:20px}
	/*联系我们*/
	.contact{padding:40px 0 40px}
	.contact-read{width:92%;display:block}
	.contact1-left{float:none;width:100%;font-size:28px;color:#595757}
	.contact1-right{float:none;width:100%}
	.contact1,.contact2,.contact3,.contact4,.contact-img{margin-bottom:25px}	
}

@media only screen and (max-width: 414px) {
	/* 首页banner */
	.index-video{width: 100%;height: 500px;}
	.index-video-zw {width: 100%;height: 500px;}
	.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{width: 100%;height: 500px;}
	/* 联系我们文字 */
	.contact_content .contact_list .contact_item p{padding: 0 5.25rem;}
	/*底部*/
	footer .col-t{display:none}
	footer .col-m{display:none}
	footer .col-b p:nth-child(1){display:none}
	footer .col-b p{width:100%;text-align:center;font-size:12px;line-height:20px}
}

@media only screen and (max-width: 375px) {
	/* 首页banner */
	.index-video{width: 100%;height: 500px;}
	.index-video-zw {width: 100%;height: 500px;}
	.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{width: 100%;height: 500px;}
	/* 联系我们文字 */
	.contact_content .contact_list .contact_item p{padding: 0 4.25rem;}
	/* 底部 */
	.footers_let{flex-direction: column;}
	.footers_let>ul{width: 100%;}
	.footers_let>div:nth-child(2){width: 100%;}
	.footers_let>div:nth-child(2) img{max-width: 120px;width: 100%; display: block;margin: 0 auto;}
	.footers_t>div{padding: 2% 0px 4%;}
}
@media only screen and (max-width: 320px) {
	/* 首页banner */
	.index-video{width: 100%;height: 500px;}
	.index-video-zw {width: 100%;height: 500px;}
	.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{width: 100%;height: 500px;}
	/* 关于我们 */
	.contact-page01 .dz{bottom: 5%;}
	/* 联系我们文字 */
	.contact_content .contact_list .contact_item p{padding: 0 2.25rem;}
}

@media(max-width: 600px) {
	.footers_m ul li {
		width: 25%;
	}

}

@media(max-width: 525px) {
	.footers_m ul li {
		width: 33.33%;
	}

}

@media(max-width: 413px) {
	.footers_m ul li {
		width: 50%;
		text-align: left;
	}

}


@media (max-width: 960px) {
	.cases>a {
		width: 100% !important;
	}
	.cases>a:nth-child(n+4) {
		margin-top: 0%;
	}
	.banner {
		margin-top: 3.625rem;
	}
}
@media only screen and (max-width: 960px) {
	/* 首页解决方案 */
	.index-page01 .item-r .item .list a .img{
		position: relative;
		padding: 0;
	}
	.index-page01 .item-r .item .list a .img img{
		height: auto;
		position: relative;
		/* height: 100%; */
	}
	.inf{font-size:1rem;margin: 1.25rem auto;}
	.back_color{display: none;}
	/*子页面banner*/
	.ny-banner .txt h3{font-size:1.5rem}
	.ny-banner .txt p{display:none}
	.ny-banner-nav{display:none}
	.mny-banner-nav{display:block;background:#333;margin-bottom:0}
	.ny-banner-list{width: 100%;}
	/* .mny-banner-nav .ny-banner-list ul li{padding:.8rem 1rem .8rem 1rem} */
	.mny-banner-nav .ny-banner-list ul li a{display: block; font-size:.875rem;white-space: nowrap; padding:.8rem 1rem .8rem 1rem}
	/*新闻列表*/
	.news-list .list{width:92%;padding:0}
	.news-list .item .img2{width:100%;height: 440px;height: 49vw;}
	.news-list .list a{padding:0;margin-bottom:15px}
	.news-list .item .wz2{margin-left:0;width:100%}
	.news-list .item .wz .tit2{font-size:1.1rem;margin-top:15px;margin-bottom:10px}
	.news-list .item .wz .ms{width:100%;font-size:.875rem}
	.news-list .item .wz .morea{font-size:.875rem;margin-top:.5rem}
	/*新闻详情*/
	.news-read{width:92%;margin:0 auto;display:block;padding-bottom:20px;padding-top:20px}
	.news-read .news-read-right .title{font-size:1.5rem}
	.news_lefttit{padding-bottom:10px;margin-bottom:10px}
	.item_nav{padding-bottom:0 !important}
	/* 业务领域 */
	.kejie_page .section6 {padding-bottom:40px; width: 100%;}
	.kejie_page .section6 .main {width:90%;}
	.kejie_page .section6 .img_box{width: 100%;}
	.kejie_page .section6 .comm_tit {padding:40px 0 10px;}
	.kejie_page .section6 .img_block {border-width:1px;padding:8px;}
	.kejie_page .section6 .img_box {margin-top:10px;}
	.kejie_page .section6 .img_box .img {width:calc((100% - 10px) / 2);border-width:1px;padding:8px;}
	.kejie_page .section6 .img_box .img:nth-of-type(2) {margin-left:10px;}
	.kejie_page .section6 .img_block video {display:none;}
	.kejie_page .section6 .img_block img {display:block;}
	.kejie_page .section6 .img_box .img img {display:block; }
	.img_box .img img{display:inherit !important; }
	.kejie_page .section6 .img_box .img video {display:none;}
	.kejie_page .section6 .img_box{display: flex;flex-direction: column;}
	.kejie_page .section6 .img_box .img{width: 100%; margin: 0; padding: 0 1.25rem;}
	.kejie_page .section6 .img_box .img:nth-of-type(2){margin: 0; padding: 1rem 1.25rem;}
	.kejie_page .section6 .img_box .img img{height: 50vw;}
	.m2csText2{width: 100%;padding: 20px 20px 10px !important;margin: 0 !important;}
	.zl-3{display: flex;flex-direction: column;}
	.zl-31{width: 100%;padding: 0;}
	.zl-31 p{width: 100%;padding: 0;}
	.zl-31>div{width: 100%;padding: 0;}
	.zl-31 span img{height: 50vw;}
	.zl-31 p:nth-child(1) span{padding: 20px;}
	.zl-31>div:nth-child(1) span{padding: 20px;}
	.business_g{bottom: 30px;}
	.business_1{width: calc(92% - 36px);margin: 20px auto;}
	/* 关于我们 */
	.about-page02 .list{margin-top: 40px;}
	/* 联系我们banner */
	.contact-page01+.ny-banner-nav+.mny-banner-nav{margin-bottom:0}
	.contact_content .contact_list .contact_item h3{
	    font-size: 1.125rem;
			font-weight: normal;
	}
	.contact_content .contact_list .contact_item p{
	   font-size: .875rem;
		 font-weight: normal;
	}
	/* 招贤纳士 */
	.job_man{margin-top: 0;}
	.join_content{padding: 40px 0 0;}
	
}

@media only screen and (max-width: 768px) {
	.news-list .item .wz .morea {
		float: left;
		font-size: .875rem;
	}
}

/* 新增导航样式 */
.page-nav div{
	position: relative;
}
.page-nav div>a{
	    display: inline-flex !important;
	    line-height: 72px;
	    /* font-size: 15px !important; */
			font-size: 1.125rem;
	    position: relative;
}
.page-nav div .uls{
	position: absolute;
	top: 72px;
	left: -50%;
	transform: translate( calc(50% - 80px),0);
	transition: all 0.5s;
	display: none;
}
header.active .page-nav .item .uls li{
	background-color: rgba(255,255,255,0.9);
}
.page-nav div .uls li a{
	line-height: 50px;
	/* font-size: 15px !important; */
	font-size: 1.125rem;
	white-space: nowrap;
	padding: 0 40px;
	color: #fff;
	color: #000;
	display: block;
}

header.active .page-nav .item .uls li a{
	color: #000;
}
.item .uls li{
	background-color: rgba(255,255,255,0.6);
}
.page-nav div .uls li:hover{
	background-color: rgba(255,255,255,0.8);
}
header.active .page-nav div .uls li:hover{
	background-color: #cccccc;
}
.page-nav div .uls li:hover
.page-nav div .uls:hover{
	display: block;
}
.page-nav div:hover .uls{
	display: block;
}
/* 首页案例 */
.w_col {
	/* padding-left: 80px;
	padding-right: 80px; */
	width: 100%
}
.index_quality_list>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0
}
.index_quality_list>ul>li:after {
	/* background-color: #000; */
	content: "";
	display: block;
	height: 100%;
	left: 0;
	/* opacity: .2; */
	position: absolute;
	top: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
	z-index: 2;
}

.index_quality_list>ul>li .txt {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	left: 0;
	padding: 3.2rem 2rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5
}
.index_quality_list>ul>li .txt_top .icon {
	height: 30px;
	width: 30px;
}
.index_quality_list>ul>li .txt_top .icon img {
	height: 100%;
	width: 100%
}

.index_quality_list>ul>li .txt_top b.t {
	display: block;
	font-size: 36px;
	line-height: 1em;
	margin: 30px 0 20px;
	font-weight: normal;
	}
	.common_txt {
		color: #666;
		line-height: 2em
	}
	.index_quality_list>ul>li .txt_top .des{
		    -webkit-line-clamp: 2;
		    -webkit-box-orient: vertical;
		    color: #fff;
		    display: -webkit-box;
		    font-weight: lighter;
		    min-width: 0;
		    opacity: 0;
		    overflow: hidden;
		    text-overflow: ellipsis;
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
		    /* -webkit-transform: translateY(30px);
		    -ms-transform: translateY(30px);
		    transform: translateY(30px); */
		    -webkit-transition: all .5s;
		    transition: all .5s;
		    /* visibility: hidden; */
				font-size: 16px;
	}
	.index_quality_list>ul>li .txt_top .text{
		position: absolute;
		bottom: 26%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		/* transform: translate(0,-50%); */
		width: 145%;
		width: 130%;
	}
	.index_quality_list>ul>li .txt_more{
		    height: 50px;
		    margin-top: auto;
		    position: relative;
				position: absolute;
				bottom: 10%;
	}
	.index_quality_list>ul>li .txt_more .icon_before{
		    -webkit-box-pack: center;
		    -ms-flex-pack: center;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
		    border: 1px solid #fff;
		    display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    height: 50px;
		    -webkit-justify-content: center;
		    justify-content: center;
		    left: 0;
		    position: absolute;
		    top: 0;
		    -webkit-transition: all .5s;
		    transition: all .5s;
		    width: 50px;
		    z-index: 2;
	}
	.index_quality_list>ul>li .txt_more .icon_before svg{
		    color: #fff;
		    height: 20px;
		    width: 20px;
	}
	.index_quality_list>ul>li .txt_more .icon_after{
		    left: 0;
		    opacity: 0;
		    position: absolute;
		    top: 0;
		    -webkit-transform: translateX(-1.2rem);
		    -ms-transform: translateX(-1.2rem);
		    transform: translateX(-1.2rem);
		    -webkit-transition: all .5s;
		    transition: all .5s;
	}
	.index_quality_list>ul>li{
		    height: 28vw;
				height: 33.625rem;
		    position: relative;
		    -webkit-transition: all .5s;
		    transition: all .5s;
		    width: 25%;
				overflow: hidden;
	}
	.index_quality_list>ul>li .img{
		    height: 100%;
		    overflow: hidden;
		    width: 100%;
	}
	.index_quality_list>ul>li .img img{
		height: 100%;
		    object-fit: cover;
		    width: 100%;
	}
	.icon_after span{
		font-size: 18px;
		transition: all .5s;
	}
	.txt_more{
		transition: all .5s;
	}
	.txt_more:hover{
		transform: scale(1.1);
	}
	a .more01 .icon{
		    -webkit-box-pack: end;
		    -ms-flex-pack: end;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
		    border-left: 1px solid #04287e;
		    display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    height: 16px;
		    -webkit-justify-content: flex-end;
		    justify-content: flex-end;
		    width: 30px;
				    -webkit-transition: all .5s;
				    transition: all .5s;
	}
	a .more01 .icon svg{
		    -webkit-box-pack: end;
		    -ms-flex-pack: end;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
		    border-left: 1px solid #04287e;
		    display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    height: 16px;
		    -webkit-justify-content: flex-end;
		    justify-content: flex-end;
		    width: 30px;
		    color: #04287e;
		    height: 11px;
		    -webkit-transition: all .5s;
		    transition: all .5s;
		    width: 11px;
		    border-left: none;
	}
	a .more01{
		    -webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		    -webkit-box-align: center;
		    -ms-flex-align: center;
		    -webkit-align-items: center;
		    align-items: center;
		    background-color: #fff;
		    display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    height: 50px;
		    -webkit-justify-content: space-between;
		    justify-content: space-between;
		    padding: 0 20px 0 30px;
		    -webkit-transition: all .5s;
		    transition: all .5s;
		    width: 160px;
	}
	.main_b_footer2{
		flex-wrap: wrap;
	}
	.main_b_footer2 li{
		margin: 10px;
	}
	.main_b_footer2 li:hover{
		transform: scale(1.1);
	}
	.index_quality_list .mao{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
		background-color: rgba(0,0,0,0.3);
		transition: all 0.5s;
	}
	@media (min-width: 1025px){
		
		.index_quality_list>ul>li.active{
			    width: 38%;
		}
			.index_quality_list>ul>li.active:after {
				background-color: rgb(0, 0, 0,.2);
			}
		
			.index_quality_list>ul>li.active .txt_top .des {
				opacity: 1;
				/* -webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0); */
				visibility: visible;
			}
			.index_quality_list>ul>li.active .txt_top .text{
				width: 90% !important;
				/* -webkit-transition-delay: .5s;
				transition-delay: .5s; */
			}
		
			.index_quality_list>ul>li.active .txt_more .icon_before {
				opacity: 0;
				-webkit-transform: translateX(-1.2rem);
				-ms-transform: translateX(-1.2rem);
				transform: translateX(-1.2rem)
			}
		
			.index_quality_list>ul>li.active .txt_more .icon_after {
				opacity: 1;
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
				/* -webkit-transition-delay: .6s;
				transition-delay: .6s */
			}
		
			.index_quality_list>ul>li.not_active {
				width: 22%;
			}
			.index_quality_list li:hover .more01_hoverWhite span {
				color: #04287e
			}
			.index_quality_list li.active .mao{
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;
				z-index: 1;
				background-color: rgba(0,0,0,0.4);
				transition: all 0.5s;
			}
	}
	@media (max-width:1024px){
		/* .index_quality_list>ul>li:nth-child(n+3){
			display: none;
		} */
		.index_quality_list>ul{
			flex-wrap: wrap;
		}
		.index_quality_list>ul>li{
			width: 50%;
			height: 40vw;
		}
		.index_quality_list>ul>li .txt_more .icon_before{
			display: none;
		}
		.index_quality_list>ul>li .txt_more .icon_after{
			opacity: 1;
		}
		.icon_after span{
			color: #04287e;
		}
		.index_quality_list>ul>li .txt_top .des{
			opacity: 1;
		}
		.index_quality_list .mao{
			background-color: rgba(0,0,0,0.5);
		}
		.index_quality_list>ul>li .txt_top .text{
			width: 90%;
			bottom: 12%;
		}
		
	}
	@media (max-width:768px){
		.index_quality_list>ul>li{
			width: 100%;
			height: 400px;
			height: 300px;
		}
		.index_quality_list>ul>li .txt_top .icon{
			display: none;
		}
		.main_b_footer>li{
			width: auto;
		}
	}
	@media (max-width:767px){
		.index_quality_list>ul>li .txt_top b.t{
			font-size: 1.125rem;
		}
		.index_quality_list>ul>li .txt{
			padding: 20px 20px;
		}
		.index_quality_list>ul>li .txt_top .icon{
			width: 20px;
			height: 20px;
		}
		.index_quality_list>ul>li .txt_more .icon_before{
			width: 30px;
			height: 30px;
		}
		.index_quality_list>ul>li .txt_top{
			height: 120px;
		}
		.index_quality_list>ul>li .txt_top b.t{
			margin: 20px 0;
		}
		.main_b_footer>li b{
			font-size: 14px;
		}
		.index_quality_list>ul>li .txt_more .icon_after{
			left: 20px;
		}
	}
/* 	.servicesss{
		width: 100%;
		position: relative;
	}
	.servicesss .img{
		width: 100%;
	}
	.servicesss .img img{
		width: 100%;
		height: 30vw;
		display: block;
		object-fit: cover;
		object-position: 100% 100%;
	} */
	.services_top{
		width: 100%;
		display: flex;
		padding-top: 50px;
		padding-bottom: 90px;
		width: calc(100% - 160px);
		margin: 0 auto;
		position: relative;
	}
	.services_top .img{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.services_top .img img{
		width: 5vw;
		height: 5vw;
		transition: all .5s;
		filter: grayscale(100%);
	}
	.services_top .img svg{
		width: 5vw;
		height: 5vw;
		transition: all .5s;
	}
	.services_top li{
		width: calc(25% - 40px);
		margin: 0 40px;
		transition: all .5s;
	}
	.services_top li:hover{
		transform: scale(1.1);
	}
	/* .services_top li:hover svg{
		transform: scale(1.1);
	}
	.services_top li:hover img{
		transform: scale(1.1);
	} */
	.services_top li h3{
		line-height: 50px;
		margin-bottom: 10px;
		font-size: 24px;
		text-align: center;
	}
	.services_top li p{
		line-height: 30px;
		font-size: 18px;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		color: #666666;
		text-align: left;
		text-indent: 2em;
	}
	.services_main{
		width: 100%;
		display: flex;
		margin-bottom: 60px;
		transition: all 0.5s;
	}
	.services_main:hover{
		background-color: #efefef;
	}
	.services_main .img{
		position: relative;
		width: 40%;
		overflow: hidden;
	}
	a:nth-child(2n) .services_main .img{
		left: 60%;
	}
	a:nth-child(2n+1) .services_main .img{
		left: 0;
	}
	.services_main .img img{
		width: 100%;
		transition: all 0.5s;
		height: 100%;
		object-fit: cover;
	}
	.services_main .text{
		position: relative;
		width: 60%;
	}
	a:nth-child(2n) .services_main .text{
		right: 40%;
		padding: 0 100px 0 10px;
	}
	a:nth-child(2n+1) .services_main .text{
		right: 0;
		padding: 0 10px 0 100px;
	}
	.services_main .text h2{
		font-size: 36px;
		line-height: 100px;
		text-align: center;
		margin-bottom: 30px;
	}
	.services_main .text p{
		line-height: 50px;
		font-size: 18px;
		text-indent: 2em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		color: #666666;
	}
	@media (max-width:1024px){
		.services_top{
			width: 100%;
		}
		.services_top li{
			
		}
		.services_main .text h2{
			line-height: 100px;
			text-align: center;
			margin-bottom: 0;
		}
	}
	@media (max-width:768px) {
		.services_top{
			padding-top: 20px;
			padding-bottom: 20px;
		}
		.services_top li{
			margin: 0 20px;
		}
		.services_top li p{
			text-indent: 0;
		}
		.services_main{
			flex-wrap: wrap;
			margin-bottom: 20px;
		}
		a:nth-child(2n+1) .services_main .img{
			width: 100%;
			height: auto;
			left: 0;
		}
		a:nth-child(2n) .services_main .img{
			width: 100%;
			left: 0;
		}
		a:nth-child(2n+1) .services_main .text{
			width: 100%;
			right: 0;
			padding: 0;
		}
		a:nth-child(2n) .services_main .text{
			width: 100%;
			right: 0;
			padding: 0;
		}
	}
	@media (max-width:767px) {
		.servicests{
			padding: 40px 0 0px;
		}
		.services_top{
			flex-wrap: wrap;
			margin: 0;
		}
		.services_top li{
			width: calc(50% - 40px);
			margin-bottom: 20px ;
		}
		.services_top .img img{
			width: 30px;
			height: 30px;
		}
		.services_top .img svg{
			width: 30px;
			height: 30px;
		}
		
		.services_top li p{
			font-size: 16px;
			-webkit-line-clamp: 2;
		}
		.services_top li h3{
			font-size: 20px;
			line-height: 30px;
			margin: 5px 0;
		}
		.servicests2{
			padding-top: 0;
		}
		.services_main .text h2{
			    line-height: 50px;
					font-size: 20px;
		}
		.services_main .text p{
			    line-height: 30px;
			    font-size: 16px;
		}
	}
	/* 铺满 */
	.services_footer{
		
	}
	.services_footer li{
		position: relative;
		overflow: hidden;
	}
	.services_footer li .img{
		width: 100%;
	}
	.services_footer li .img img{
		width: 100%;
		height: 30vw;
		object-fit: cover;
		display: block;
	}
	.services_footer li .mao{
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
		background-color: rgba(0,0,0,0.4);
		opacity: 0;
		transition: all 0.5s;
	}
	.services_footer li:hover .mao{
		opacity: 1;
	}
	.services_footer li .text{
		position: absolute;
		width: 50%;
		/* padding: 0 120px; */
		z-index: 2;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		transition: 1s all;
		opacity: 0;
	}
	.services_footer li:nth-child(2n+1) .text{
		/* left: 0; */
		transform: translate(-50%,-100%);
	}
	.services_footer li:nth-child(2n) .text{
		/* right: 0; */
		transform: translate(-50%,100%);
	}
	.services_footer li:hover .text{
		opacity: 1;
		transform: translate(-50%,-50%);
	}
	.services_footer li .text h2{
		font-size: 26px;
		color: #fff;
		position: relative;
		line-height: 70px;
		margin-bottom: 20px;
		text-align: center;
	}
	.services_footer li .text h2:before{
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		width: 58px;
		/* width: 100%; */
		height: 4px;
		background-color: #0c80fc;
	}
	.services_footer li .text p{
		font-size: 18px;
		color: #f5f5f5;
		line-height: 30px;
		text-indent: 2em;
	}
	
	.services_footer li .text .tag{
		display: flex;
		flex-wrap: wrap;
		padding: 30px 0 0 0;
	}
	.services_footer li .text .tag li{
		white-space: nowrap;
		padding: 10px 20px;
		border-radius: 10px;
		background-color: #fff;
		margin: 0 10px 20px ;
	}
	.services_footer li .text .tag .active{
		padding: 0;
		border-radius: 0;
		background-color: transparent;
	}
	.services_footer li .text .tag li:first-child{
		margin: 0 10px 20px 0;
	}
	.services_footer li .text .tag li b{
		font-size: 16px;
		color: #555555;
		cursor: default;
	}
	.services_footer li .text .tag li a{
		display: block;
		padding: 10px 30px;
		background-color: #fff;
		color: #555555;
		border-radius: 10px;
		font-size: 16px;
		transition: 0.5s all;
	}
	.services_footer li .text .tag li a:hover{
		background-color: #0c80fc;
		color: #ffffff;
	}
	.services_footer li .text .tag li a::after{
		content: " ";
		border: solid #555555;
		padding: 3px;
		transform: rotate(-45deg);
		border-width: 0 2px 2px 0;
		margin-left: 4px;
		vertical-align: middle;
		display: inline-block;
		transition: 0.5s all;
	}
	.services_footer li .text .tag li a:hover::after{
		content: " ";
		border: solid #fff;
		padding: 3px;
		transform: rotate(-45deg);
		border-width: 0 2px 2px 0;
		margin-left: 4px;
		vertical-align: middle;
		display: inline-block;
		transition: 0.5s all;
	}
	/* 新解决方案 */
	.max-width-1200{
		max-width: 1200px;
		max-width: calc(100% - 160px);
		width: 100%;
		/*height: 100%;*/
		position: relative;
		margin: 0 auto;
	}
	.big-title{
		text-align: center;
		display: flex;
		justify-content: center;
	}
	/* .big-title h2{
		line-height: 44px;
		font-size: 32px;
		color: #000;
		font-weight: normal;
		letter-spacing: 1px;
	} */
 .layui-show{
			display: block !important;
		}
		
		.page-banner-title .ban-btn a:hover,
		.plan .yban .ban-btn:hover {
			background: linear-gradient(90deg, #09f 0, #575dfa 100%);
			background-color: #5064e6
		}
		
		.plan {
			padding: 0 0 32px;
			background-size: 100% 20vw !important;
			background-size: 100% 40% !important;
			background-position: center bottom !important;
			background-repeat: no-repeat !important;
		}
		
		.plan .layui-tab {
			height: auto;
			overflow: hidden;
			padding: 40px 60px 53px 61px;
			background: #fff;
			box-shadow: 0 0 12px 0 rgba(55, 99, 170, .12);
			margin: 50px -60px 38px -61px
		}
		
		.plan .layui-tab-title {
			width: 336px;
			height: 42px;
			text-align: center;
			font-size: 0;
			background-color: #fff;
			border-radius: 5px;
			box-shadow: 0 0 7px 0 rgba(55, 99, 170, .18);
			margin: 20px auto 9px
		}
		
		.plan .layui-tab-title li {
			width: 50%;
			height: 42px;
			line-height: 42px;
			font-size: 18px;
			color: #000;
			letter-spacing: 1px;
			text-align: center;
			background-color: #fff;
			padding: 0;
			border-radius: 5px 0 0 5px
		}
		
		.plan .layui-tab-title li:last-child {
			border-radius: 0 5px 5px 0
		}
		
		.plan .layui-tab-title li.layui-this {
			color: #fff;
			background-color: #596efb
		}
		
		.plan .layui-tab-content {
			padding-top: 30px
		}
		
		.plan .layui-tab-item {
			height: auto;
			overflow: hidden;
			margin: 0 -7px 0 -8px
		}
		
		.plan .layui-tab-item .list-text {
			float: left;
			width: calc(25% - 15px);
			height: auto;
			overflow: hidden;
			border-radius: 3px;
			background-color: #f2f6ff;
			margin: 0 7px 15px 8px
		}
		
		.height-same {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			/*height: 100%*/
		}
		
		.plan .layui-tab-item .list-text .top-text {
			position: relative;
			height: auto;
			overflow: hidden
		}
		
		.plan .layui-tab-item .list-text .bottom-text {
			padding: 28px 5px 17px 17px
		}
		
		.plan .layui-tab-item .list-text .bottom-text p {
			height: auto;
			overflow: hidden;
			padding-left: 18px;
			position: relative;
			margin-bottom: 12px
		}
		
		.plan .layui-tab-item .list-text .bottom-text p:before {
			content: '';
			position: absolute;
			left: 0;
			top: 12px;
			width: 5px;
			height: 1px;
			background-color: #000
		}
		
		.plan .layui-tab-item .list-text .bottom-text p a {
			display: inline-block;
			line-height: 24px;
			font-size: 16px;
			color: #000
		}
		
		.plan .layui-tab-item .list-text .bottom-text p:hover:before {
			background-color: #596efb
		}
		
		.plan .layui-tab-item .list-text .bottom-text p:hover a {
			color: #596efb
		}
		
		.plan .layui-tab-item .list-text a {
			display: block;
			/* width: 100%;
			height: 100%; */
			position: relative
		}
		
		.plan .layui-tab-item .list-text img {
			width: 100%;
			height: auto;
			display: block;
			margin: 0;
			border: 0;
			transition: transform .5s cubic-bezier(.215, .61, .355, 1)
		}
		.plan .layui-tab-item .list-text .mao{
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0;
			z-index: 1;
			background-color: rgba(0,0,0,0.2);
			opacity: 1;
			transition: all 0.5s;
		}
		.plan .layui-tab-item .list-text .icon {
			position: absolute;
			bottom: 69px;
			left: 28px;
			width: 45px;
			height: 45px;
			z-index: 2;
		}
		
		.plan .layui-tab-item .list-text h6 {
			position: absolute;
			bottom: 30px;
			left: 30px;
			line-height: 26px;
			text-align: left;
			font-size: 16px;
			font-size: 18px;
			color: #fff;
			z-index: 2;
		}
		
		/* .plan .layui-tab-item .list-text a:hover img,
		.plan .layui-tab-item .list-text .top-text:hover img {
			transform: scale(1.06)
		} */
		
		.plan .yban {
			text-align: center;
			letter-spacing: 1px;
			padding-top: 10px
		}
		
		.plan .yban h3 {
			line-height: 44px;
			font-size: 32px;
			color: #000
		}
		
		.plan .yban .ban-btn {
			display: block;
			width: 150px;
			height: 42px;
			line-height: 42px;
			text-align: center;
			font-size: 16px;
			color: #fff;
			background: linear-gradient(90deg, #01adff 0, #586ffb 100%);
			background-color: #586ffb;
			margin: 22px auto
		}
		.set_form{
			width: 100%;
			display: flex;
			justify-content: center;
		}
		.set_form .text{
			width: 40%;
		}
		.set_form .text h3{
			font-size: 24px;
			line-height: 60px;
			color: #0c80fc;
		}
		.set_form .text p{
			font-size: 20px;
			line-height: 40px;
			color: #666666;
		}
		.set_form form{
			width: 60%;
			display: flex;
			align-items: center;
			position: relative;
		}
		.set_form form input{
			width: calc(33.33% - 40px);
			border-radius: 8px;
			height: 60px;
			padding: 0 0 0 20px;
			margin: 0 0 0 40px;
			font-size: 18px;
		}
		.set_form form input[type=text]{
			border: 1px solid #c7c7c7;
		}
		.set_form form input[type=submit]{
			padding: 0;
			background-color: #0c80fc;
			color: #fff;
			text-align: center;
			cursor: pointer;
		}
		@media screen and (min-width:769px) and (max-width:1519px) {
		
			.plan .layui-tab {
				padding: 25px 35px 38px 36px;
				margin: 33px -35px 33px -36px
			}
		
			.plan .layui-tab-item .list-text h6 {
				font-size: 16px;
				letter-spacing: 0
			}
			
		}
		@media (max-width:1519px) {
			.set_form{
				flex-wrap: wrap;
			}
			.set_form .text{
				width: 100%;
				padding: 0 0 20px;
			}
			.set_form .text h3{
				text-align: center;
			}
			.set_form .text p{
				text-align: center;
			}
			.set_form form{
				width: 100%;
			}
			.set_form form input{
				width: 100%;
				margin: 0 10px;
			}
		}
		@media only screen and (max-width:960px) {
			.max-width-1200{
				max-width: calc(100% - 60px);
				width: 100%;
			}
			.big-title{
				padding-bottom: 20px;
			}
			.page-banner-title .ban-btn a,
			.plan .yban .ban-btn {
				width: auto;
				height: 36px;
				line-height: 36px
			}
		
			.plan {
				padding: 40px 0 20px
			}
		
			.plan .layui-tab {
				padding: 20px 30px 33px 31px;
				margin: 18px -30px 18px -31px
			}
		
			.plan .layui-tab-title {
				width: 76%;
				height: 38px;
				margin-top: 20px
			}
		
			.plan .layui-tab-title li {
				height: 38px;
				line-height: 38px;
				font-size: 16px
			}
		
			.plan .layui-tab-content {
				padding-top: 15px
			}
		
			.plan .layui-tab-item {
				margin: 0 -5px
			}
		
			.plan .layui-tab-item .list-text {
				width: calc(50% - 10px);
				margin: 0 5px 10px
			}
		
			.plan .layui-tab-item .list-text .icon {
				bottom: auto;
				top: 76px;
				left: 18px
			}
		
			.plan .layui-tab-item .list-text h6 {
				bottom: auto;
				top: 126px;
				left: 20px;
				right: 17px;
				line-height: 23px
			}
		
			.plan .layui-tab-item .list-text .bottom-text {
				padding: 18px 11px 12px 13px
			}
		
			.plan .layui-tab-item .list-text .bottom-text p {
				padding-left: 14px;
				margin-bottom: 8px
			}
		
			.plan .yban h3 {
				line-height: 32px;
				font-size: 24px
			}
		
			.plan .yban .ban-btn {
				width: 130px;
				margin-top: 16px
			}
			.plan .layui-tab-item .list-text {
				width: calc(100% - 10px);
				margin: 0 5px 10px
			}
			.plan .layui-tab-item .list-text .icon{
				    bottom: auto;
				    top: 50%;
				    left: 50%;
						transform: translate(-50%,-50%);
						width: 30px;
						height: 30px;
			}
			.plan .layui-tab-item .list-text h6{
				top: 60%;
				left: 0;
				right: 0;
				text-align: center;
			}
		}
		@media (max-width: 767px){
			.big-title{
				padding: 40px 0 0;
			}
			.plan{
				padding: 0;
			}
			.plan .yban h3{
				font-size: 20px;
			}
		/* 	.plan .layui-tab-item .list-text {
				width: calc(100% - 10px);
				margin: 0 5px 10px
			}
			.plan .layui-tab-item .list-text .icon{
				    bottom: auto;
				    top: 50%;
				    left: 50%;
						transform: translate(-50%,-50%);
						width: 30px;
						height: 30px;
			}
			.plan .layui-tab-item .list-text h6{
				top: 60%;
				left: 0;
				right: 0;
				text-align: center;
			} */
			.set_form{
				flex-wrap: wrap;
			}
			.set_form .text{
				width: 100%;
				padding: 0 0 20px;
			}
			.set_form .text h3{
				font-size: 20px;
				line-height: 30px;
			}
			.set_form .text p{
				font-size: 16px;
				line-height: 26px;
			}
			.set_form form{
				width: 100%;
				flex-wrap: wrap;
			}
			.set_form form input{
				width: 100%;
				margin: 0 0 20px;
			}
		}
	/* 解决方案详情 */
	
	.atop_bottom>P{
		padding: 0;
		margin: 0;
		position: relative;
		color: #666666;
	}
	.atop_tops{
		padding-top: 140px;
	}
	.layui_hett{
		width: 100%;
		position: relative;
		/* min-height: 260px; */
		height: 100%;
		padding-top: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-position: center bottom !important;
		background-size: cover !important;
	}
	.layui_hett2{
		min-height: auto;
		display: block;
	}
	.layui_hett .text{
		width: 64%;
		width: 80%;
		padding: 82px 0;
		padding: 82px 0 42px;
	}
	
	.layui_hett .text p{
		font-size: 18px;
		color: #666666;
		line-height: 38PX;
		text-align: center;
	}
	.atop_bottom P:nth-child(2)::after{
		content: "";
		position: absolute;
		bottom: -2.5vw;
		bottom: -200%;
		left: 50%;
		transform: translate(-50%,0);
		width: 58px;
		height: 4px;
		background-color: #0c80fc;
		z-index: 2;
	}
	.atop_color>h1,
	.atop_color>h2{
		color: #0079d2;
	}
	.atop_color>p:nth-child(2){
		padding-bottom: 44px;
	}
	.atop_color>p:nth-child(2)::after{
		opacity: 0;
		display: none;
	}
	.layui_hett .uls{
		max-width: calc(100% - 140px);
		width: 100%;
		display: flex;
		/* padding: 0 20px; */
		margin: 0 auto;
		transform: translate(0px, 0px) !important;
	}
	.layui_hett .uls li{
		width: calc(33.33% - 40px);
		margin: 0 20px;
		border: 1px solid #dddddd;
		border-radius: 6px;
		padding: 20px 20px 50px;
	}
	.layui_hett .uls .texts{
		display: flex;
		align-items: flex-start;
	}
	.layui_hett .uls .texts .text2,
	.layui_hett .uls .texts .text3,
	.layui_hett .uls .texts .text4{
		padding: 0 0 0 36px;
	}
	.layui_hett .uls .texts .text2 h3,
	.layui_hett .uls .texts .text3 h3,
	.layui_hett .uls .texts .text4 h3{
		font-size: 24px;
		line-height: 34px;
		padding-bottom: 10px;
		color: #0079d2;
	}
	.layui_hett .uls .texts .text2 p,
	.layui_hett .uls .texts .text3 p,
	.layui_hett .uls .texts .text4 p{
		font-size: 16px;
		line-height: 26px;
		color: #666;
	}
	.layui_hett .uls .texts .text3 h3{
		color: #31a853;
	}
	.layui_hett .uls .texts .text4 h3{
		color: #ffbf42;
	}
	.layui_man{
		max-width: 1600px;
		width: 100%;
		padding: 0 20px;
		display: block;
		margin: 70px auto 0;
		margin: 0px auto 0;
	}
	.layui_man2{
		margin: 80px auto 0;
	}
	.layui_uls{
		max-width: calc(100% - 140px);
		width: 100%;
		padding: 140px 20px 0;
		margin: 0 auto;
		transform: translate(0px, 0px) !important;
	}
	.layui_uls2{
		padding: 100px 20px 0;
	}
	.layui_uls li{
		margin-bottom: 140px;
		position: relative;
		display: flex;
		width: 100%;
	}
	.layui_uls li .img{
		width: 55%;
		position: relative;
	}
	.layui_uls li .img img{
		width: 100%;
		height: 100%;
	}
	.layui_uls2 li .img img{
		width: auto;
		/* max-width: 1000px;
		width: 100%;
		height: 100%; */
		margin: 0 auto;
		display: block;
		max-width: 100%;
	}
	.layui_uls li .img .imgs{
		width: 100%;
		height: 50%;
	}
	.layui_uls li .text{
		width: 45%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.layui_uls li .text .texts{
		height: 80%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.layui_uls li:nth-child(2n+1) .img{
		left: 45%;
	}
	.layui_uls li:nth-child(2n) .img{
		left: 0;
	}
	.layui_uls2 li:nth-child(2n+1) .text{
		padding-left: 40px;
		padding-left: 5vw;
		right: 0;
	}
	.layui_uls2 li:nth-child(2n) .text{
		padding-right: 40px;
		padding-right: 5vw;
		right: 55%;
		
	}
	.layui_uls2 li:nth-child(2n+1) .img{
		left: 0;
	}
	.layui_uls2 li:nth-child(2n) .img{
		left: 45%;
	}
	.layui_uls2 li:nth-child(2n+1) .text{
		padding-left: 40px;
		padding-left: 5vw;
		right: 0;
	}
	.layui_uls2 li:nth-child(2n) .text{
		padding-right: 40px;
		padding-right: 5vw;
		right: 55%;
	}
	/* .layui_uls2 li:nth-child(2n){
		padding: 20px 20px;
		background-color: rgba(231, 231, 231,0.8);
	} */
	.textss h2{
		font-size: 40px;
		color: #333;
		line-height: 50px;
		padding-top: 10px;
		padding-bottom: 35px;
		text-align: center;
	}
	.textss p{
		font-size: 20px;
		line-height: 36px;
		color: #666666;
		padding: 5px 0;
		text-align: center;
	}
	.layui_uls li .text h2{
		font-size: 40px;
		color: #0079d2;
		line-height: 50px;
		padding-top: 10px;
		padding-bottom: 35px;
	}
	.layui_uls li .text p{
		font-size: 20px;
		line-height: 36px;
		color: #666666;
		padding: 5px 0;
	}
	.layui_uls2 li .text p{
		font-size: 20px;
		line-height: 36px;
		color: #666666;
		padding: 5px 7vw;
	}
	
	.layui_uls2 li{
		flex-wrap: wrap;
		margin-bottom: 100px;
	}
	.layui_uls2 li .img{
		width: 100%;
		position: relative;
	}
	.layui_uls2 li .text{
		width: 100%;
		position: relative;
		padding-top: 50px;
	}
	.layui_uls2 li:nth-child(2n+1) .img{
		left: 0%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.layui_uls2 li:nth-child(2n) .img{
		left: 0;
		padding-left: 0px;
		padding-right: 0px;
	}
	.layui_uls2 li:nth-child(2n+1) .text{
		padding-right: 0px;
		right: 0%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.layui_uls2 li:nth-child(2n) .text{
		padding-left: 0px;
		padding-right: 0px;
		right: 0;
	}
	.layui_uls2 li h2{
		width: 100%;
		font-size: 40px;
		font-size: 26px;
		font-weight: bold;
		color: #0079d2;
		color: #333333;
		line-height: 50px;
		padding-top: 10px;
		padding-bottom: 50px;
		text-align: center;
	}
	.layui_uls2 li .text h2{
		padding-top: 20px;
		text-align: center;
	}
	.layui_uls2 li .text p{
		text-align: center;
	}
	/* 表单提示 */
	.cpt-toast {
	  position: fixed;
	  left: 50%;
	  top: 50%;
	  text-align: center;
	  animation-duration: 0.3s;
	  max-width: 300px;
	  line-height: 20px;
	  display: inline-block;
	  vertical-align: middle;
	  *vertical-align: auto;
	  *zoom: 1;
	  *display: inline;
		z-index: 200;
	  -moz-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  -webkit-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	  transform: translate(-50%, -50%);
	  transform: translate3d(-50%, -50%, 0);
	  font-family: '微软雅黑','Microsoft Yahei';
	  -moz-user-select: -moz-none;
	  -ms-user-select: none;
	  -webkit-user-select: none;
	  user-select: none;
	  word-wrap: break-word;
		position: absolute;
		padding: 10px 20px;
		opacity: 0;
	}
	@keyframes key {
		0%{
			opacity: 0;
		}
		25%{
			opacity: 0.99;
		}
		80%{
			opacity: 1;
		}
		100%{
			opacity: 0;
		}
	}
	.wjnj{
		background: rgba(230, 0, 0, 0.5);
		font-size: 14px;
		border-radius: 6px;
		color: rgb(255, 255, 255);
		top: 50%;
		top: -5%;
		top: -2vw;
		top: -24px;
		z-index: 1000001;
		transform: translate3d(-50%, -50%, 0px);
		animation-duration: 0.5s;
	}
	@media (max-width: 1024px){
		.layui_hett .uls{
			flex-wrap: wrap;
		}
		.layui_hett .uls li{
			width: 100%;
			margin: 0 0 20px 0;
		}
		.layui_hett .uls li:last-child{
			margin: 0;
		}
		.layui_uls li{
			flex-wrap: wrap;
		}
		.layui_uls li .img{
			width: 100%;
			position: relative;
		}
		.layui_uls li .text{
			width: 100%;
			position: relative;
		}
		.layui_uls li:nth-child(2n+1) .img{
			left: 0%;
		}
		.layui_uls li:nth-child(2n) .img{
			left: 0;
		}
		.layui_uls li:nth-child(2n+1) .text{
			padding-right: 0px;
			right: 0%;
		}
		.layui_uls li:nth-child(2n) .text{
			padding-left: 0px;
			right: 0;
		}
		.textss h2{
			padding-top: 20px;
		}
		.layui_uls li .text h2{
			padding-top: 20px;
			text-align: center;
		}
		/* 解决方案详情页 */
		/* .layui_uls2 li .img img{
			width: 100%;
		} */
	}
	@media (max-width: 960px){
		.atop_bottom{
			padding: 40px 30px 20px;
		}
		.layui_hett{
			min-height: auto;
		}
		.layui_hett .uls{
			max-width: 100%;
			padding: 0 30px;
		}
		.layui_hett .text{
			width: 100%;
			padding: 20px 30px;
		}
		.layui_uls{
			max-width: 100%;
			padding: 20px 30px;
		}
		.atop_bottom P:nth-child(2)::after{
			bottom: -4.5vw;
		}
		.layui_man{
			margin: 20px 0 40px;
		}
		.layui_uls li{
			margin: 0 0 100px;
		}
		.layui_uls2 li{
			margin: 0 0 60px;
		}
		.layui_uls2 li h2{
			padding-bottom:20px;
		}
		.layui_uls2 li .text{
			padding-top:20px;
		}
	}
	@media (max-width: 767px){
		.layui_hett .uls .texts .img2{
			display: none;
		}
		.layui_hett .uls .texts .text2, .layui_hett .uls .texts .text3, .layui_hett .uls .texts .text4{
			padding: 0;
		}
		.atop_bottom{
			padding: 40px 30px 0px;
		}
		.atop_bottom>h1{
			margin-bottom: 10px;
		}
		.layui_hett .uls .texts .text2 h3, .layui_hett .uls .texts .text3 h3, .layui_hett .uls .texts .text4 h3{
			font-size: 20px;
		}
		.atop_color>p:nth-child(2){
			padding-bottom: 20px;
		}
		.layui_man{
			margin-top: 30px;
			padding: 0;
			
		}
		.textss h2{
			font-size: 24px;
			line-height: 34px;
			padding-bottom: 20px;
		}
		.textss p{
			font-size: 16px;
			line-height: 26px;
		}
		.layui_uls li .text h2{
			font-size: 24px;
			line-height: 34px;
			padding-bottom: 20px;
		}
		.layui_uls li .text p{
			font-size: 16px;
			line-height: 26px;
		}
		.layui_hett .text p{
			font-size: 16px;
		}
		.layui_uls li{
			    margin: 0 0 40px;
		}
		.layui_uls2 li h2{
			font-size: 1.125rem;
			line-height: 1.875rem;
		}
	}

	#allmap{
	width: 100%;
	height: 570px;
	z-index: 9;
}
