* {
	padding: 0;
	margin: 0;
}


/*轮播图*/

.banner {
	width: 100%;
	height: 640px;
}

.banner>img {
	width: 100%;
	height: 100%;
}


/*合作模式*/

.nav {
	width: 1200px;
	height: 563px;
	background: white;
	margin: 0 auto;
}

.navImg {
	float: left;
	width: 49%;
	margin-top: 108px;
}

.navImgTo {
	float: left;
	width: 49%;
	margin-top: 108px;
}

.navImg>img {
	width: 100%;
	height: 100%;
}

.navImgTo>img {
	width: 100%;
	height: 100%;
}


/*里程碑*/

.bei {
	width: 100%;
	height: 1265px;
	background: rgba(245, 245, 245, 1);
	text-align: center;
	padding-top: 80px;
}

.content {
	width: 1200px;
	margin: 0 auto;
	height: 919px;
	margin-top: 71px;
}

.content-left {
	float: left;
	width: 49%;
	height: 100%;
	text-align: right;
	border-right: 2px dashed rgba(148, 148, 148, 1);
}

.content-right {
	width: 49%;
	float: left;
	height: 100%;
	text-align: left;
}

.left-to {
	float: left;
	width: calc(100% - 103px);
	height: 100%;
	line-height: 89px;
	text-align: left;
	padding-right: 24px;
	box-sizing: border-box;
}

.left-toThree {
	display: inline-block;
	width: 103px;
	height: 89px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
}

.leftContent {
	width: 100%;
	height: 89px;
	box-sizing: border-box;
	padding-right: 50px;
	position: relative;
}

.quan {
	width: 24px;
	height: 24px;
	background: rgba(227, 50, 36, 1);
	border-radius: 50%;
	position: absolute;
	right: -13px;
	top: 30px;
	z-index: 50;
}

.wenzi {
	margin-top: 10px;
	font-size: 20px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.yuefen {
	margin-top: 5px;
	font-size: 28px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: rgba(227, 50, 36, 1);
}

.ContentTitle {
	float: left;
	width: calc(100% - 103px);
	height: 100%;
	line-height: 43px;
	text-align: left;
	padding-left: 31px;
	box-sizing: border-box;
}

.right-toThree {
	float: left;
}

.right-toThree {
	width: 103px;
	height: 89px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
}

.rightwenzi {
	margin-top: 10px;
	font-size: 20px;
	font-family: PingFang-SC-Regular;
	font-weight: 400;
	color: rgba(51, 51, 51, 1);
}

.rightyuefen {
	margin-top: 5px;
	font-size: 28px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: rgba(227, 50, 36, 1);
}

.rightContent {
	width: 100%;
	height: 89px;
	box-sizing: border-box;
	padding-left: 50px;
	position: relative;
}

.rightquan {
	width: 24px;
	height: 24px;
	background: rgba(227, 50, 36, 1);
	border-radius: 50%;
	position: absolute;
	top: 30px;
	left: -13px;
}

.hui {
	width: 103px;
	height: 89px;
	background: rgba(255, 255, 255, 1);
	text-align: center;
	line-height: 89px;
	font-size: 28px;
	font-family: PingFang-SC-Medium;
	font-weight: 500;
	color: rgba(227, 50, 36, 1);
}

.left-to:hover {
	color: #3CC1FF;
	cursor: pointer
}

.ContentTitle:hover {
	color: #3CC1FF;
	cursor: pointer
}
/*企业文化*/
.qiye{
	height: 805px;
	width: 100%;
	background: white;
	text-align: center;
	padding-top: 80px;
}
.qiyeContent{
	width: 1200px;
	display: flex;
	margin: 0 auto;
	margin-top: 70px;
}
.qiyeneirong{
	width:390px;
	height:395px;
	border-radius:10px;
	margin-right: 14px;
}
.qiyeneirong>img{
	width: 100%;
	height: 100%;
}

.qiyeContent>div>img:hover{
    animation: move 1s linear;
    /*box-shadow:5px 5px 3px #c3c3c3;*/
}
