/*header style*/

/*main style*/

.main-words {
	width: 100%;
	height: 176px;
	background: #333 url(../images/wordsbg_14.png) no-repeat;
	box-sizing: border-box;
	overflow: hidden;
}
.main-words-wrapper {
	width: 800px;
	height: 176px;
	margin: auto;
	color: #fff;
	font-size: 20px;
}
.main-words-wrapper p {
	line-height: 35px;
	margin-top: 30px;
	float: left;
}
.main-words-wrapper p a {
	font-size: 14px;
	color: #fff;
	background-color: #00c7b1;
	padding: 8px;
	border-radius: 5px;
}
.main-words-wrapper p a:hover {
	background-color: #00ddb1;
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

.main-words-wrapper p span {
	font-size: 40px;
}




/*footer style*/


/*二级页面 style*/

.main-cont-inner {
	width: 1000px;
	margin: auto;
	
	position: relative;
}
.bread-crumb {
	position: absolute;
	right: -1px;
	top: -32px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-right: 10px;
	border-bottom:none;
}


.bread-crumb i {
	font-size: 22px;
	color:#e00606;
}
/*翻页*/
.page {
	margin-bottom: 30px;
	
	font-size: 12px;
	text-align: center;
}
.page a {
	display:inline-block;
	padding: 2px 8px;
	margin-right: 10px;
	border: 1px solid #e3e3e3;
}
.page a:hover{ background: #999}
.page a.current {
	background-color: #053d90;
	color: #fff;
}
/*tab 切换*/
#tabs {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
	margin-top: 25px;
    list-style: none;
  }

#tabs li {
    float: left;
    margin: 0 -15px 0 0;
  }

#tabs a {
    float: left;
    position: relative;
    padding: 0 25px;
    height: 0;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;      
    border-right: 30px solid transparent;
    border-bottom: 30px solid #05529a;
	
    
	
      
  }

#tabs a:hover,
#tabs a:focus {
    border-bottom-color: #db0001;

   
  }

#tabs a:focus {
    outline: 0;
	
  }

#tabs #current {
    z-index: 3;
    border-bottom-color: #DB0001;
    opacity: 1;
    filter: alpha(opacity=100);      
  }

/* ----------- */


.biaodan{ width:520px; height:381px; padding-left:27px;}
.biaodan h3{ font-size:12px; font-weight:normal; padding-bottom:10px;}
.biaodan span{ color: #333}
.biaodan span i{ font-style:normal; font-size:10px; color: #999; font-family:Arial, Helvetica, sans-serif}

#content_news {
      background:#fff;
      border-top: 2px solid #3d3d3d;
      padding: 30px 0;
      /*height: 220px;*/
  }

#content_recruitment{
	  background:#fff;
      border-top: 2px solid #3d3d3d;
      padding: 30px 0;
	  height:540px;
	}



#content {
      background: #fff;
      border-top: 2px solid #3d3d3d;
      padding: 30px 0 ;
      /*height: 220px;*/
  }

#content h2,
#content h3,
#content p {

  }  



/* Demo page only 
#about {
      color: #999;
      text-align: center;
      font: 0.9em Arial, Helvetica;
  }

#about a {
      color: #777;
  }
*/
  
/*产品中心页面*/

  
/*公司新闻页面*/
