@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px "微软雅黑", Arial, Tahoma, Helvetica, \5b8b\4f53, sans-serif;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
object,
code,
em,
span,
var,
legend,
button,
input,
textarea,
a,
img,
header,
footer,
nav,
aside,
audio,
datalist,
section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

}

p,
h3,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
}

/*清除内外边距*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;

}

/*设置默认字体*/

:focus {
	outline: 0;
}

ul,
ol,
ul li,
ol li {
	list-style: none;
}

/*重置列表*/

address,
caption,
cite,
em,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

/*form label {
	cursor: pointer;
}*/

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	outline: none;
}

textarea {
	resize: none
}

input {
	vertical-align: middle;
}

img {
	border: 0;
}

/*重置图片元素*/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*重置表格*/

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	line-height: normal !important;
}

a {
	text-decoration: none;
}

img {
	vertical-align: middle;
}

input {
	_filter: chroma(color=#000000);
}

/*--清除浮动
------------------------------------------------------------------------------------------*/

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.overflow {
	overflow: hidden;
	_zoom: 1;
}

.clear {
	clear: both;
}

.l,
.fl {
	float: left;
}

.r,
.fr {
	float: right;
}

/*省略号*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.ellipsis-s {
	display: -webkit-box;
	display: -moz-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 2; */
}

a {
	color: #333;
}

body {
	position: relative;
	background: #fff;
	font-family: "微软雅黑";
}

button {
	background: none;
	border: none;
}

input {
	border: none;
	outline: none;
}

p {
	font-size: 16px;
	color: #333333;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉下拉箭头*/
	border: none;
	background: none;
}

.fixed{
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
}

.header{
	width: 100%;
	background-color: #fff;
}
.header>div{
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	height: 80px;
}
.header>div img{
	display: block;
	height: 48px;
}
.banner{
	position: relative;
}
.banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.banner-content>img{
	margin-bottom: 100px;
}
.banner-content>div{
	padding: 40px 80px;
	background-color: rgba(4,104,255,.8);
	border-radius: 10px;
}
.banner-content h1{
	font-size: 48px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
/* .banner-content h1 span{
	color: #0468FF;
} */
.banner-content p{
	margin-top: 24px;
	font-size: 16px;
	line-height: 32px;
	color: rgba(255,255,255,.6);
	text-align: center;
}
.banner-bg{
	display: block;
	width: 100%;
	min-width: 1200px;
}


.company{
	display: flex;
	align-items: center;
	width: 1200px;
	margin: 80px auto;
}
.company-l h2{
	font-size: 24px;
	font-weight: bold;
	color: #121519;
}
.company-l p{
	font-size: 14px;
	color: #99A0AC;
	margin-top: 6px;
}
.company-l span{
	display: block;
	margin-top: 60px;
	width: 20px;
	height: 6px;
	background-color: #0468FF;
}
.company>p{
	flex: 1;
	margin-left: 240px;
	font-size: 16px;
	line-height: 32px;
	color: #121519;
}


.list{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto 80px;
}
.list li{
	width: 380px;
	height: 260px;
	box-sizing: border-box;
	padding: 32px;
	border-radius: 12px;
	background-color: #EDF0F7;
}
.list li h4{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: bold;
	color: #121519;
	margin-bottom: 32px;
}
.list li h4 span{
	display: block;
	width: 20px;
	height: 6px;
	background-color: #0468FF;
}
.list li div{
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}
.list li div span{
	display: block;
	width: 4px;
	height: 4px;
	background-color: #99A0AC;
	border-radius: 50%;
	margin-top: 7px;
}
.list li div p{
	flex: 1;
	margin-left: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #676D77;
}


.footer{
	width: 100%;
	background-color: #121519;
}
.footer-content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	padding: 20px;
	margin: 0 auto;
}
.footer-logo{
	display: block;
	height: 40px;
}
.footer-content>p{
	font-size: 14px;
	color: rgba(255,255,255,.4);
}
.footer-content>p a{
	margin-left: 20px;
	color: rgba(255,255,255,.4);
}
.footer-content>p a:hover{
	color: #fff;
}