.banner-box {
	width: 100%;
	height: 360px;
	position: relative;
	background: linear-gradient(180deg, #e8eaf3, #f6f8fb 55%);
}

.banner-box .banner-cent {
	width: 1200px;
	height: 360px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.banner-box .banner-cent .banner-title {
	margin-top: 74px;
	font-size: 40px;
	font-weight: 700;
	color: #434343;
	line-height: 57px;
	margin-bottom: 20px;
}

.banner-box .banner-cent .banner-c {
	font-size: 16px;
	font-weight: 400;
	color: #242424;
	line-height: 34px;
	margin-bottom: 60px;
}


.banner-box .banner-cent .btnList {
	display: flex;
	margin-top: 35px;
}

.banner-btn {
	width: 130px;
	height: 40px;
	background: linear-gradient(90deg, #282b31, #565861);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
	line-height: 40px;
}

.banner-btn2 {
	width: 186px;
	height: 40px;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #3d6cfc;
	background: transparent;
	border: 1px solid #3d6cfc;
	box-sizing: border-box;
}

.banner-btn:hover {
	background: linear-gradient(90deg, #919397, #7e818d);
	color: #fff;
}

.banner-btn2:hover {
	background: linear-gradient(90deg, #3d6cfc, #669aff);
	color: #fff;
}

/* compeny-info css */
.compeny-info {
	width: 1200px;
	min-height: 174px;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 70px;
	display: flex;
	align-items: center;
}

.compeny-info .info-box {
	width: 344px;
	height: 174px;
	box-sizing: border-box;
	padding: 55px 0;
	background: #f9fafd;
	text-align: center;
	border: 1px dashed #eceef5;
	border-radius: 10px;
	margin-right: 75px;
}

.compeny-info .info-box .title {
	font-size: 16px;
	font-weight: 700;
	color: #434343;
	margin-bottom: 8px;
}

.compeny-info .info-box .title_company {
	font-size: 16px;
	font-weight: 800;
	color: #434343;
}

.compeny-info .info-box span {
	display: inline-block;
	width: 30px;
	height: 4px;
	background: linear-gradient(270deg, #75acff, #2b5fff);
}

.compeny-info .right-info {
	flex: 1;
	font-size: 12px;
	font-weight: 400;
	color: #434343;
	line-height: 36px;
	text-indent: 2em;
}

/* contact css */
.contact-box {
	width: 1200px;
	margin: 0 auto;
	background-image: url(../image/about_contact.png);
	box-sizing: border-box;
	background-repeat: round;
	padding: 30px 0 50px 0;
	margin-bottom: 80px;
}

.contact-box .contact-title {
	font-size: 16px;
	font-weight: 800;
	text-align: center;
	color: #ffffff;
	line-height: 57px;
}

.contact-c {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.contact-item {
	width: 558px;
	height: 133px;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 10px;
	padding-top: 30px;
	padding-left: 50px;
	display: flex;
}

.item-l {
	display: inline-block;
}

.item-l img {
	width: 36px;
	height: 36px;
	margin-bottom: 16px;
}

.item-r {
	display: inline-block;
	margin-left: 100px;
}

.item-t {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #000000;
}

.item-r .item-c {
	font-size: 12px;
	font-weight: 400;
	color: #434343;
	line-height: 38px;
}

/* developTeam */
.developTeam {
	width: 100%;
	height: 579px;
	background: url('../image/developTeam.png') no-repeat;
	background-size: cover;
	padding-top: 75px;
}

.developTeam .content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	line-height: 57px;
}

.developTeam .content .title {
	font-size: 35px;
	font-weight: 700;
	line-height: 57px;
}

.card-container {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: nowrap;
}

.card-container .card {
	width: 500px;
	min-width: 500px;
	height: 50px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	margin-left: 100px;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	line-height: 50px;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.card:hover {
	background: rgba(255, 255, 255, 0.3);
}

.card .name {
	font-size: 14px;
	font-weight: 700;
	color: #89a1ff;
	margin-right: 5px;
}

.card .job {
	opacity: 0.6;
}

.ml-10 {
	margin-left: 10px;
}

.card .col-1 {
	color: #89A1FF;
}

.card .col-2 {
	color: #C09999;
}

.card .col-3 {
	color: #CAB78A;
}

.card .col-4 {
	color: #A5C8AA;
}