*{
	font-family: "microsoft yahei" !important;
}
body .nav .logo{
	width: auto;
	height: 4.5rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
}
.nav .img{
	max-height: 100%;
	margin-right: 1rem;
}

/*最后一个*/
.nav .jump:last-child{
    position: relative;
}

.nav .jump:last-child .projectlist{
    width: 7rem;
    flex-direction: column;
    align-items: center;
    left: 0;
}

.nav .jump:last-child .projectlist li{
    width: 7rem;
    height: 3rem;
    line-height: 3rem;
}
.nav .jump:last-child .projectlist li img{
    display: none;
}
/*倒数第二个i*/
.nav .jump:nth-last-child(2){
	position: relative;
}

.nav .jump:nth-last-child(2) .projectlist{
	width: 7rem;
	flex-direction: column;
	align-items: center;
	left: 0;
}

.nav .jump:nth-last-child(2) .projectlist li{
	width: 7rem;
	height: 3rem;
	line-height: 3rem;
}
.nav .jump:nth-last-child(2) .projectlist li img{
	display: none;
}

/*倒数第4个i*/
.nav .jump:nth-last-child(4){
	position: relative;
}

.nav .jump:nth-last-child(4) .projectlist{
	width: 7rem;
	flex-direction: column;
	align-items: center;
	left: 0;
}

.nav .jump:nth-last-child(4) .projectlist li{
	width: 7rem;
	height: 3rem;
	line-height: 3rem;
}
.nav .jump:nth-last-child(4) .projectlist li img{
	display: none;
}


.foot{
	background-color: #030314;
}


.foot_box{
	display: flex;
	flex-flow: row nowrap;
	width: 62.5rem;
	margin: 2rem auto;
	margin-bottom: 0;
}
.foot p{
	white-space: nowrap;
}
.foot .contact{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	color: #00D0CC;
	padding-right: 3.375rem;
	height: 100%;
	font-size: 1rem;
	margin-top: 2rem;
	line-height: 1.5rem;
	flex-direction: column;
}
.foot .contact-top{
	display: flex;
	align-items: center;
}
.foot .contact-bot{
	/*margin-top: 2rem;*/
	margin-top: 1rem;
}
.foot .contact-bot a{
	color: #939393;
}
.foot .contact .title{
	font-size: 1.125rem;
}
.foot .contact .ico{
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}
.foot_info{
	height: 100%;
	font-size: 1rem;
	/*line-height: 1.625rem;*/
	line-height: 2.625rem;
	border-left: 1px solid #00D0CC;
	padding-left: 2.25rem;
	color: #FFF;
	min-height: 10rem;	
}
.foot .linls{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.foot_info span{
	margin-right: 1rem;
	display: inline-block;
}
.foot .link{
	display: inline-block;
	margin: 0 0.625rem;
}
.foot .link_left{
	width: 6rem;
}
.foot .link_right{
	display: flex;
	flex-flow: row wrap;
}
.foot .wx{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 0.875rem;
	margin-left: 3rem;
	margin-right: 0;
}
.foot .wx .img{
	width: 7.5rem;
	height: 7.5rem;
	margin-bottom: 0.75rem;
}
.foot-det{
	width: 100%;
}
.foot .links{
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}
.record-all{
	display: flex;
	align-items: center;
	justify-content: center;
}
.zztj{
	position: relative;
	top:1rem;
}
.record-all .record-tip{
	color:#939393;
	display: flex;
	align-items: center;
	justify-content: center;
}