#logo a img{
	width:100%;
	max-width:60px;
	margin-left: 15%;
	margin-right:5%;
}
.box{
	    position: fixed;
    z-index: 99999;
    right: 4px;
    top: 40px!important;
}
.nav ul li a{
	color: #000!important;
}
#logo a{
	 display: flex;
    justify-content: center;
    align-items: center;
    color: #000!important;
}
#logo a span{
	display: block;
	font-size:24px;
	letter-spacing: 5px;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.nav ul {
display: flex;
	flex-flow:row wrap; 
	justify-content: space-around;
	align-items: center;
	margin-left:15%;
	height:100%;
}
.nav ul li a{
color: #000;
/* font-weight: bold; */
letter-spacing: 3.2px;
}
.nav ul li{
	margin-bottom:4px;
}
.nav{
	/* width:100%; */
	height:100%;	
}
.row{
	margin-right: 0;
	margin-left: 0;
}

/*mian*/
#main .container{
	width: 85%;
	height:auto;
	margin: 0 auto;
}
 .h1-1{
	font-weight: bold;
	font-size: 24px;
	margin-top: 5%;
	margin-left: 5%;
}
#main  .container .jobcontent ul{
	margin-top: 10%;
	display: flex;
	flex-flow:column;
	align-items:center;
	
}
#main .container .jobcontent ul li{
	font-size: 16px;
	width: 55%;
	/* line-height: 70px; */
	border-top: 1px dotted #ccc;
	display: flex;
	flex-flow:row wrap;	
	padding:4% 0;
	align-items:center;
}
#main .container .jobcontent ul li span{
	font-weight: bold;
}
#main .container .jobcontent ul li span p{
	margin-top: 5%;
}
#main .container .jobcontent ul li p{
	margin-left: 2%;
	margin: 0 auto;c
}
#main .container .jobcontent  ul li:nth-of-type(1){
	border: none;
}
	
/* banner */
#banner .container{
	width: 85%;
	height: 500px;
	margin: 0 auto;
	/* border:1px solid red; */
}
#banner{
	margin-top:8%;
}
#banner .h1-1{
	font-weight: bold;
	font-size: 28px;
	margin-top: 5%;
	margin-left: 5%;
}
#banner .border{
	margin: 0 auto;
	margin-top: 10%;
	width: 75%;
	height: 55%;
	border: 3px solid #555;

/* 	line-height: 500%; */
}
#banner .border ul{
	width:100%;
	height:100%;
	display:flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	 position: relative;
    /* display: inline-block; */
    background: none;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0px transparent;
}

#banner .border ul li{
	padding: 1.5% 0;
	font-size:18px;
	text-align: center;
	letter-spacing: 0.5px;


}
#banner .border span{
	font-weight: bold;
	font-size: 16px;
	 letter-spacing: 7.5px
}
#main .container  .list-job{
	display: flex;
	flex-flow: row wrap;
	width:60%;
	height:auto;
	 margin: 0 auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;

}
#main .container .list-job li{
	margin: 1%;
}
#main{
	padding-top:120px;
}
#main .container .list-job li a{
	text-decoration:underline!important; 

}
.top{
	width: 55px;
	height: 60px;
	font-size: 30px;
	border-radius: 5px;
	color: #fff!important;
	font-weight: bold;
	position: fixed;
	right: 3%;
	bottom:7%;
	display: none;
	text-align: center;
}
.top img{
	margin:0 auto;
}
.top::after{
	content: '返回顶部';
	display:block;
	color: #000;
	position: relative;
	bottom: 0;
	left: 0;
	font-size:12px;
	font-weight: normal;
}
.top .img-responsive{
	max-width:40px;
}
.rencai-demo{

	border: 3px solid #255359;
	transition: .5s ease-in-out;
}
.jobcontent{
	display: flex;
	flex-flow: row wrap;

}
.lianxi{
	position: fixed;
	right: 3%;
	bottom:2%;
	color:#000;
	display:none;
}
@media screen and (max-width: 1200px) {
	.jobcontent ul li{
		font-size: 14px!important;
	}
	
}
@media screen and (max-width: 1100px) {
	.jobcontent ul li{
		font-size: 13px!important;
	}
	
}
@media screen and (max-width: 768px) {
	.jobcontent ul li{
		font-size: 14px!important;
	}
	#main .container .jobcontent ul li{
		width:60%;
	}
	#banner .border{
		width:100%;
	}
	#banner .border ul li{
		font-size:14px!important;
	}
	#banner .border{
		height:36%;

	}
}
@media screen and (max-width:560px) {
	
	#banner .border li span{
		font-size:15px!important;
	}
}
@media screen and (max-width: 440px) {
	.jobcontent ul li{
		font-size: 15px!important;
	}
	#main .container .jobcontent ul li{
		width:100%;
	}
	#banner .border li span{
		font-size:13px!important;
	}
	#banner .border li {
		font-size:12px!important;
	}
	
}
@media screen and (max-width: 392px) {
	.jobcontent ul li{
		font-size: 13px!important;
	}
	#main .container .jobcontent ul li{
		width:100%;
	}
	
}








