body{
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
}

/*top*/
.top{
		box-sizing: border-box;
	background-image:url("imgs/img_bgTop.jpg") ;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-width: 1100px;
	height: auto;
	color: #f8f8f8;
	padding: 100px 400px 60px 200px;
}

.top h1{
	width: 800px;
	font-size: 42px;
	margin: 30px 0px;
}
.top p{
	width: 800px;
	text-indent: 2em;
	line-height: 200%;
	margin: 30px 0px;
	font-size: 14px;
}
.top img{
	width: 200px;
	height: auto;
	margin: 0px auto;
}

/*projectFunction*/
.projectFunction{
	width: 1060px;
	height: auto;
	display: flex;
	margin: 60px auto;
}

.content{
	width: 700px;
	padding: 30px 30px 50px;
	box-shadow: -2px 2px 2px #e2e2e2;
	background-color: #f8f8f8;
}
.content h3{
	margin: 30px auto;
}
.content p{
	color: #666666;
	line-height: 200%;
	margin: 30px auto;
	font-size: 12px;
}

.joinUsCard{
	width: 300px;
	height: auto;
	background-color: #1f88ff;
	color: #f8f8f8;
}

.joinUs_top{
	border-bottom: 1px solid #8ec2ff;
	padding: 20px 30px 80px;
}

.joinUs_bottom{
	display: flex;
	padding: 20px 20px 20px ;
	align-items: center;
}

.joinUs_bottom img{
	width: 40px;
	margin-right: 10px;
}

.joinUs_naviImg{
	width: 10px;
	height: 10px;
}

/*midLine*/
.midLine{
	min-width: 1100px;
	height: auto;
	margin-bottom: 30px;
}
.midLine h3{
	text-align: center;
}
.midLine_content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.midLine img{
	width: 400px;
	height: 4px;
}
.midLine p{
	font-size: 14px;
	color: #3a3a3a;
}


/*projectPoint*/
.projectPoint{
	box-sizing: border-box;
	background-image:url("imgs/img_bgThird.jpg") ;
	background-color: black;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	min-width: 1100px;
	height: auto;
	display: flex;
	justify-content: space-around;
	padding: 100px 150px 50px;
	margin-bottom: 80px;
}
.projectPoint_item{
	width: 250px;
	height: 430px;
	border: 1px solid #3866fd;
	background-color: #f8f8f8;
	
}
.projectPoint_item img{
	width: 250px;
	height: auto;
}

.item_content{
	padding: 0px 20px 20px;
}
.item_content h3{
	font-size: 18px;
	color: #3f3f3f;
}
.item_content p{
	font-size: 14px;
	color: #585858;
	font-weight: 5px;
	line-height: 160%;
}

/*projectValue*/
.projectValue{
	width: 1100px;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:  0 auto;
	padding: 30px 0px;
}

.projectValue_item{
	width: 33%;
	height: 250px;
/*	margin: 0 100px;*/
	text-align: center;
}
.projectValue_item h3{
	font-size: 16px;
	color: #68adfd;
}
.projectValue_item p{
	color: #666666;
	line-height: 160%;
	font-size: 12px;
}
.projectValue_item img{
	width: 200px;
	height: auto;
}

.footer{
	min-width: 1260px;
	background-color: #0b2840;
	margin-top: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer .beian{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	font-size: 16px;
	color:#425362;
}


.footer a{
    color:#666;
    text-decoration: none;
}

.beian-icon {
    background: url('./imgs/beianicon.png') no-repeat 0 0;
    width: 16px;
    height: 16px;
    background-size: cover;
    display: block;
    margin-left: 20px;
    margin-right: 6px;
}
