
/*-------------------------------------------    
	導航欄
-------------------------------------------*/
.nav3 .text {
  display: inline-block;
  float: left;
}


.news-header, .recruit-header {
  height: 385px;
}

/*-------------------------------------------    
	list
-------------------------------------------*/


/*list-title*/
.list-title{	
	position: relative;
	width: 100%;
    height: 40px;	
}


.list-title p{	
	padding-top: .6rem;
	margin-left: 28px;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 8px;
	text-shadow: 1px 1px 4px #323232;

}

.list-page {
	position: relative;
	padding: 0 10px;
	margin: 0 auto;
    height:860px;
    overflow: hidden;
    font-size: 1.8rem;
	line-height: 1.8;
	color: #5c4830;
 
}

 .list-one {
 	position: relative;
	display: block;
	clear: both;
	padding-top:10px ;
 
}
 .list-one i {  
    background-color: #218c5b;
    width: 13px;
    height: 13px;
    float: left;
    border-radius: 50%;
    margin: 10px 10px 0 0;
}

 .list-one p:nth-child(even){
/*   text-align: left;
  width: 70%; */
  float: left;
/*   overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */

} 

.list-one p:nth-child(odd){
  text-align: right;

  float: right;
  vertical-align: middle;
}

.list-one a {color: #5c4830;text-decoration: none;}
.list-one a:hover, .list-one:hover {color: #0063e3;}

 .list-one :hover i{
    background-color: #b34e4d;
}


.list-detail{
  position: relative;
  padding: 10px 10px 0 20px; 
  font-size: 1.8rem;
  color: #5c4830;
  line-height: 2;
  height:860px;
  overflow: hidden;

  
}
.list-detail h5{
	text-align: center;
	

}
.list-detail .time{
	text-align: right;
	font-size: 1.4rem;
	line-height: 2;
}

.list-detail ul{

	margin-bottom:10px;
	
}

.list-detail ul li{
	list-style: disc;
	margin-left:30px ;
	
}

.list-detail img{
	width: 100%;
	
}

/*-------------------------------------------    
	招聘
-------------------------------------------*/

.achi-main {
  position:relative; 
  margin: 30px 0px 20px 214px;
  width: 900px;
  height: 908px;
  overflow-y:hidden;
  overflow-x:hidden;
  border: 3px #75d7fe double;
  padding:20px 30px;
}

#jobbg1{	
	background: url(../img/green.png) no-repeat left;	
}

.job-list .list-one p:nth-child(even){
  width: 76%;
} 




/*-------------------------------------------    
	招聘2
-------------------------------------------*/
/*
.achi-main {
  position:relative; 
  margin: 30px 0px 20px 214px;
  width: 960px;
  height: 948px;
  overflow-y:hidden;
  overflow-x:hidden;
}


.jobtitle{	
	position: relative;
	width: 100%;
    height: 40px;
	
	
	
}
#jobbg1{	
	
	background: url(../img/green.png) no-repeat left;
	
	
}
.jobtitle p{	
	padding-top: .6rem;
	margin-left: 28px;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 8px;
	text-shadow: 1px 1px 4px #323232;

}

.job-list {
  position: relative;
  border: 3px #75d7fe double;
  height: 900px;
  padding: 20px;

}

.job-list .recruit {
	position: relative;
	width: 900px;
	margin: 0 auto;
    height:860px;
    overflow: hidden;
 
}
.job-list .recruit table {
	font-size: 1.8rem;
	line-height: 2;
    text-align:left;
}


.job-list table td {
  height:15px;
  padding:5px;
}

.job-list table td:nth-child(even){
  text-align: center;
  width: 20%;
}

.job-list table tr a {
	color: #5c4830;
	text-decoration: none;
}

.job-list table tr a:hover, .job-list table tr:hover {color: #0063e3;}


.job-list article{
  position: relative;
  padding: 10px 10px 0 20px; 
  font-size: 1.8rem;
  color: #5c4830;
  line-height: 2;
  height:860px;
  overflow: hidden;
}
.job-list article h5{
	text-align: center;
	

}
.job-list article .time{
	text-align: right;
	font-size: 1.4rem;
	line-height: 2;
}

.job-list article ul li{
	list-style: disc;
	margin-left:20px ;
	
}*/

/*-------------------------------------------    
	最新消息
-------------------------------------------*/
/*.content-bg-news {
  background: url(../img/readmore_bg8.jpg) no-repeat center;
  background-size: cover;
}*/



.achi-main-news {
  position:relative; 
  margin: 30px auto;
  width: 1060px;
  height: 908px;
  overflow-y:hidden;
  overflow-x:hidden;
  border: 3px #75d7fe double;
  padding: 20px 30px;
  
}

#newsbg1{		
	background: url(../img/yellow.png) no-repeat left;	
}



/*-------------------------------------------    
	联系我们3
-------------------------------------------*/
.tab {
  position: relative;
  /*overflow: hidden;*/
  margin: 0 auto;
  width: 100%;
}

.tabs {
  display: table;
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 36px;
  padding-top: 8px;
  padding-left: 40px;
  position: relative;
  font-size: 1.4rem;
  letter-spacing:1.5px;
  background: url(../../images/path_bg.png) no-repeat;
}
.tabs li {
  float: left;
  overflow: hidden;
  position: relative;

  display: inline;
  padding-left: 20px;
  padding-right: 20px;
  height: 26px;
  background: url(../../images/nav3_icon.png) no-repeat;
  background-position:left bottom 3px;
}

.tabs a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;  
  padding-left: 10px;

  
}

.tabs_item {
  display: none;
}

.tabs_item:first-child {
  display: block;
}

.content2 {
  width: 100%;
  clear: both;
  overflow: auto;
}
.achi-main-contact {
  position:relative; 
  margin: 20px auto 30px;
  width: 1120px;
  height: 630px;
  overflow-y:hidden;
  overflow-x:hidden;
  border: 3px #75d7fe double;
 /* padding: 20px 30px;*/

}
#contact-zl {
  background: url(../img/zlbg.jpg) no-repeat center;
  background-size: 100%;
}

#contact-nl {
  background: url(../img/nlbg.jpg) no-repeat center;
  background-size: 100%;
}

.achi-main-contact p {
	text-align: left;
	color: #FFFCE1;
	font-style: normal;
	font-family: KaiTi;
	font-weight: normal;
	font-size: 14px;
}

.achi-main-contact .wz {
	position: absolute;
	right: 10px;
	top: 140px;	
	width: 208px;	
	height: 400px;
	overflow: auto;
}

.achi-main-contact .dt {
	width: 30px;
    position: absolute;
	right: 240px;
	bottom: 30px;
}

.achi-main-contact .wzx {
	position: absolute;
	right: 10px;
	bottom: 30px;	
	width: 208px;	
	overflow: auto;
	font-size: 12px;
}

/*.nav3 img {
  display: inline-block;
}*/


.current a {
  color: #fe3d7c;
}



/*-------------------------------------------    
	联系我们4
-------------------------------------------*/