/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */

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,
strong,
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,
article,
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%;
	font: inherit;
	font-weight: normal;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul,
li {
	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;
}

/* custom */
a {
	color: #7e8c8d;
	text-decoration: none;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 5px;
	background-color: rgba(125, 125, 125, 0.7);
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
	width: 5px;
	background-color: rgba(125, 125, 125, 0.7);
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

html,
body {
	width: 100%;
	font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
}

body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
	vertical-align: top;
}


/*清除浮动*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: inline-block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.header {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 35px 120px 35px 117px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.logo img {
	width: 195px;
	height: 41px;
}

.nav {
	display: flex;
}

.nav ul {
	display: flex;
	font-size: 18px;
	font-weight: 400;
	align-items: center;

}

.nav ul li {
	margin-left: 50px;
	padding: 0 6px 6px;
	height: 20px;
	border-bottom: 2px solid transparent;
}

.header.active {
	background-color: rgba(0, 0, 0, 0.5);
}

.nav ul li a {
	color: rgba(255, 255, 255, 0.8);
}

.nav ul li:first-child {
	margin: 0;
}

.nav ul li.active,
.nav ul li:hover {
	color: #FFEB3A !important;
	border-bottom: 2px solid #F8D410;
}

.nav ul li:hover a {
	color: #FFEB3A !important;
}

.nav ul li.active a,
.nav ul li a:hover {
	color: #FFEB3A;
}


/* color: rgba(255,255,255,0.8); */


.index-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index {
	height: 100vh;
	overflow-y: hidden;
}

.index_footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 66px;
	background: #131313;
	color: #fff;
	font-size: 14px;
	line-height: 66px;
	text-align: center;
}

.index_text {
	position: absolute;
	width: 30%;
	height: auto;
	left: 22%;
	top: 35%;
}


.guide {

	padding: 85px 0 20px;
	background-color: #fff;
	text-align: center;
}

.guide2 {
	padding: 89px 0 70px;
	background-color: #EEF0FF;
	text-align: center;
}

.guide img,
.guide2 img,
.spot img {
	max-width: 100%;
	height: auto;
}

.spot {
	padding: 65px 0 73px;
	text-align: center;
}

.spot1 {

	background-color: #142136;
}


.spot2 {}

.banner img {
	width: 100%;
	height: auto;
}


.gray {
	padding: 0 330px;
	display: flex;
	position: absolute;
	justify-content: space-around;
	box-sizing: border-box;
	left: 0;
	top: 40%;
	width: 100%;
	height: 313px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 2px 2px 2px 2px;
	z-index: 10;
	backdrop-filter: blur(5px);
}

.gray .title {
	color: #FFFFFF;
	line-height: 36px;
	letter-spacing: 2px;
	font-size: 26px;
	margin-bottom: 32px;
}

.gray .box {
	padding-top: 65px;
}

.gray .text {
	margin-bottom: 18px;
	font-weight: 400;
	color: #FFEB3A;
	line-height: 28px;
	font-size: 21px;
}

.phone {
	position: absolute;
	right: 18%;
	top: 30%;
	transform: translateY(-15%);
	width: 23%;

}

.phone .bg-phone {
	width: 100%;
	height: auto;
}

.phone .list {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 69%;
	top: 2.2%;
	overflow: hidden;
	border-radius: 28px;
	height: 85.5%;
}

.phone .list li {
	height: 100%;
	display: none;
}


.phone .list li.active {
	display: block;
}



.phone .list img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}


.container {
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
}

.pro-banner-2 {
	background: rgba(2, 5, 31, 1);
	display: flex;
	justify-content: center;
	padding: 64px 0 82px;
	box-sizing: border-box;
}

.pro-banner-3 {
	background: #EEF0FF;
	display: flex;
	justify-content: center;
	padding: 64px 0 82px;
	box-sizing: border-box;
}

.pro-banner-4 {
	background: #02083A;
	display: flex;
	justify-content: center;
	padding: 64px 0 82px;
	box-sizing: border-box;
}

.banner-2 {
	width: 70%;
}

.banner-3 {
	width: 85%;
}

.banner-4 {
	width: 70%;
}

img {
	width: 100%;
	height: auto;
}

.company-11 {
	width: 100%;
	height: auto;
	object-fit: fill;
}

.content-box {
	width: 1080px;
	height: auto;
	/* 	position: absolute;
	left: 50%;
	top: 160px;
	transform: translateX(-50%); */
	color: #fff;

}

.title {

	font-size: 40px;
	letter-spacing: 4px;
	font-weight: 900;

	text-align: center;
}

.content {
	font-size: 24px;
	font-weight: 200;
	line-height: 40px;
	letter-spacing: 4px;
	
	/* margin:40px 0 25px; */
}
.contentflex{
	display: flex;
}

.marg15 {
	margin-bottom: 15px;
}

.marg30 {
	margin-bottom: 30px;
}

.marg20 {
	margin-bottom: 20px;
}

.margTop20 {
	margin-top: 20px;
}

.marg40 {
	margin-bottom: 40px;
}

.marg50 {
	margin-bottom: 50px;
}

.marg10 {
	margin-bottom: 10px;
}

.margTop40 {
	margin-top: 40px;
}

.margTop140 {
	margin-top: 140px;
}

.margTop15 {
	margin-top: 35px;
}

.margTop50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.margTop30 {
	margin-top: 30px;
}

.label {
	

	font-weight: 900!important;
}
.flexlable{
	width: auto;
}

.banner-intro {
	width: 100%;
	background: #091142;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;

}

.bg {
	background: #EEF0FF;
	color: #010316;
}

.bgrongyu {
	background: #000427;
}

.bgproduct {
	background: #02051F;
}
.bgsht {
	background: url(../images/product-1.png) no-repeat;
	background-size: 100% 100%;
}
.bgcompany {
	background: url(../images/company-11.png) no-repeat;
	background-size: 100% 100%;
}

.guanli {
	background: url(../images/company-1.png) no-repeat;
	background-size: 100% 100%;
}

.qixia {
	background: url(../images/company-2.png) no-repeat;
	background-size: 100% auto;
}

.imgwh {
	width: 360px;
	height: auto;
}

.imgsoft {
	width: 230px;
	height: auto;
}

.content-box2 {
	width: 1080px;
	height: auto;
}

.content-box3 {
	width: 1080px;
	height: auto;
	display: flex;
	justify-content: space-between;
}

.content-box3-l {
	display: flex;
	justify-content: ;
	flex-direction: column;
}

.content-box3-r {
	display: flex;
	justify-content: right;
}

.soft-introduction {
	font-size: 20px;
	line-height: 40px;
	display: flex;
	font-weight: 200;
}


.soft-introduction-l {
	width: 65%;

}

.introduction-r {
	padding-right: 70px;
	box-sizing: border-box;
}

.introduction-l {
	padding-left: 70px;
	box-sizing: border-box;
}

.soft-introduction-r {
	width: 35%;
	display: flex;
	align-items: center;
}

.core-function {
	display: flex;
	justify-content: space-around;
	padding:0 100px;
	box-sizing: border-box;
}

.core-function-img {
	width: 290px;
}

.core-function-l {
	width: 380px;
	display: flex;
	align-items: left;
	flex-direction: column;
}

.core-function-r {
	width: 50%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.fontSize13{
	font-size: 13px;
	line-height: 30px;
}
.fontSize10 {
	font-size: 10px;
	font-weight: 200;
}
.fontSize20 {
	font-size: 20px;
	line-height: 40px;
	font-weight: 200;
}
.fontSize24 {
	font-size: 24px;
	line-height: 40px;
	font-weight: 200;
}
.fontSize30 {
	font-size: 30px;
	line-height: 46px;
	font-weight: 200;
}

.flex-r {
	justify-content: right;
}

.txtcenter {
	text-align: center;
}

.flex-l {
	justify-content: left;
}
.intros{
	width: 100%;
	display: flex;
}
.intro-l{
	width: 70%;
}
.intro-r{
	width: 30%;
}
.fontcolor{
	color: #FFEB3A;
}
