/* CSS Document */

html {
	font-size: 62.5%;
	max-width: 64rem;
	margin: 0 auto;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-size: 1.5rem;
	font-family: "Microsoft YaHei", "微软雅黑", "Source Han Sans CN", "思源黑体", "SimHei", "黑体";
	color: #333;
	width: 100%;
	margin: 0 auto;
	height: auto;
	background: #fff -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

input,
select,
textarea {
	font-size: 100%
}

article,
aside,
footer,
header,
nav,
section,
audio,
canvas,
video,
img {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

del {
	text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '' ；
}

button {
	outline: 0;
	border: none;
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

textarea {
	resize: none;
}

iframe,
img {
	border: 0;
}

img {
	display: block;
	width: 100%;
}

ul,
ol {
	list-style: none;
	overflow: hidden;
	width: 100%;
}

input,
select,
textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}

input {
	-webkit-appearance: none;
}

a {
	color: #000;
	text-decoration: none;
	display: block;
}

a:hover {
	text-decoration: underline;
}

.section {
	width: 100%;
	margin: 0 auto 3rem;
	overflow: hidden;
}

.inContent {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.banner {
	width: 100%;
	overflow: hidden;
}

.banner a {
	width: 100%;
	display: block;
}

.mainbody {
	width: 100%;
	overflow: hidden;
}

.section {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 2rem 0;
	box-sizing: border-box;
	background: linear-gradient(to bottom, #f3f4f6, #e9f1ff);
}

.inContent {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}

.section .main_title {
	height: 5rem;
	line-height: 5rem;
	font-size: 2.4rem;
	font-weight: bold;
	width: fit-content;
	margin: 0 auto;
	text-align: center;
}

.section04 .main_title {
	color: #fff;
}

.section .txt-box {
	width: 94%;
	overflow: hidden;
	margin: 2rem auto;
}

.section .txt-box:last-of-type {
	margin: 2rem auto 1rem;
}

.section .txt-box p {
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #0a0a0a;
}

.section02 .tab-content {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.section02 .tab-panel,
.section03 .case-section {
	width: 100%;
	height: 100%;
	margin-bottom: 2rem;
}

.section .tab-title,
.section .case-title {
	font-size: 1.8rem;
	color: #1e4696;
	font-weight: 600;
	text-align: left;
	margin: 0 auto 1.5rem;
	line-height: 1.6;
}

.section .img-box {
	width: 94%;
	margin: 1.5rem auto;
	overflow: hidden;
}

.section .img-box img {
	max-width: 100%;
	max-height: 100%;
}

.section04 {
	background: url(https://img.antpedia.com/images/custom/singlecell/mobile/bg-img.jpg) no-repeat top center;
	background-size: 100%;
}

.section04 .video-box {
	width: 100%;
	min-height: 20rem;
	margin: 2rem auto 0;
	background: url(https://img.antpedia.com/images/custom/singlecell/mobile/video-bg.png)no-repeat center top;
	background-size: 100%;
}

.section04 .video-box video {
	width: 80%;
	height: 16.5rem;
	margin: 0 auto;
	padding-top: 1rem;
	box-sizing: border-box;
	overflow: hidden;
}

.section04 .enterprise-box .txt-box {
	width: 100%;
}

.mysecond {
	animation-name: shutter-in-top;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: none;
}

@keyframes shutter-in-top {

	0% {
		transform: rotateX(-100deg);
		transform-origin: top;
		opacity: 0;
	}

	100% {
		transform: rotateX(0deg);
		transform-origin: top;
		opacity: 1;
	}
}

.footer {
	width: 100%;
	padding: 2rem 0;
	box-sizing: border-box;
	margin: 0 auto;
	background: #0A3D98;
}

.footer p {
	font-size: 1.4rem;
	line-height: 2.8rem;
	color: #cff0ff;
	text-align: center;
}

/* 响应式布局Star */
@media screen and (max-width:1024px) {}

@media screen and (max-width:834px) {
	.section04 .video-box {
		height: 33rem;
	}

	.section04 .video-box video {
		height: 28rem;
	}
}

@media screen and (max-width: 800px) {
	.section04 .video-box {
		height: 33rem;
	}

	.section04 .video-box video {
		height: 28rem;
	}
}

@media screen and (max-width: 768px) {
	.section04 .video-box {
		height: 33rem;
	}

	.section04 .video-box video {
		height: 28rem;
	}
}

@media screen and (max-width:640px) {}

@media screen and (max-width:540px) {}

@media screen and (max-width: 480px) {
	.section04 .video-box {
		height: 22rem;
	}

	.section04 .video-box video {
		height: 18rem;
	}
}

@media screen and (max-width:412px) {
	.section04 .video-box {
		height: 22rem;
	}

	.section04 .video-box video {
		height: 18rem;
	}
}

@media screen and (max-width:393px) {
	.section04 .video-box {
		height: 20rem;
	}

	.section04 .video-box video {
		height: 17.5rem;
	}
}

@media screen and (max-width:375px) {
	.section04 .video-box {
		height: 19rem;
	}

	.section04 .video-box video {
		height: 16.5rem;
	}
}

@media screen and (max-width:360px) {
	.section04 .video-box {
		height: 19rem;
	}

	.section04 .video-box video {
		height: 16rem;
	}
}

@media screen and (max-width:320px) {}