﻿/* 公司动态*/
.banner-new{
	width:100%;
	height:300px;
	background:url(../images/banner-new.jpg) no-repeat center;
	margin-top: 90px;
}
.job-list dd{	
	line-height: 1.6;
}
.job-list dt h4{
	font-size: 20px;
	color:#3788c5;
}
.job-list dd em{
	margin:5px 0;
	display:block;
	color:#999;
}
.job-list dd a{
	display:block;
	margin-top: 5px;
	color:#1270b7;
}
.content h3{
	font-size: 30px;
	text-align: center;
	padding:30px 0 0;
	color:#333;
}
.content time{
	text-align: center;
	display:block;
	padding-bottom: 30px;
	color:#999;
}
.new-detail p{
	margin-bottom: 15px;
}
.new-detail p.m0{
	margin-bottom: 0;
}
.black{
	color:black;
}
.new-detail a{
	color:#1270b7;
}
/* 分页 */
#pageGro{
	width:100%; 	
	height:25px;
	margin:30px auto;	
	display: flex;
	justify-content: center;
	align-items: center;
}
#pageGro div,#pageGro div ul li{ 
	font-size:1.2rem;		
	float:left; 
	margin-left:5px;
}
#pageGro div ul li a{ 
	width:26px; 
	text-align:center; 
	border:1px solid #999; 
	cursor:pointer;
	display:inline-block;
}
#pageGro div ul li a#on{ 
	color:#fff; 
	background:#3c90d9; 
	border:1px solid #3c90d9;	
}
#pageGro .pageUp,#pageGro .pageDown{ 
	width:63px; 
	border:1px solid #999; 
	cursor:pointer;
}
#pageGro .pageUp{ 
	text-indent:20px; 
	background:url(../images/pageup.png) 5px 7px no-repeat;
}
#pageGro .pageDown{ 
	text-indent:5px; 
	background:url(../images/pagedown.png) 46px 6px no-repeat;
}

/* 菁英计划*/
.banner-job{
	width:100%;
	height:300px;
	background:url(../images/banner-job.jpg) no-repeat center;
	margin-top: 90px;
}
.banner-px{
	width:100%;
	height:300px;
	background:url(../images/banner-px.jpg) no-repeat center;
	margin-top: 90px;
}
.content{
	width:100%;
	max-width:990px;
	margin:30px auto 0;
	padding:0 15px;
}
.job-list{
	padding:30px 0;
	border-bottom:1px solid #e1e1e1;
	position:relative;
}
.job-ico{
	position:absolute;
	right:0;
	top: 47px;
    width: 53px;
    height: 27px;
    background-size: 53px 27px;
    background-image: url(../images/jobbottom.png);
    background-repeat: no-repeat;
    cursor: pointer;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
}
.job-ico.on{
	transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.job-list .name{
	font-size: 30px;
	color:#1270b7;
}
.job-list .nameEn{
	font-size: 18px;	
}
.job-content{
	display:none;
}
.px-content{
	height:60px;	
	overflow: hidden;
	background-image: -webkit-gradient(linear, 0 50%, 0 bottom, from(rgba(102, 102, 102, 1)), to(rgba(255, 255, 255, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}
.px-content.active{
	height:auto;
	overflow:auto;
	background-image:-webkit-linear-gradient(top,rgba(102,102,102,1),rgba(102,102,102,1));
}
.job-list h6{	
	margin: 20px 0;
	font-size: 1.6rem;
}
.apply{	
	margin: 30px auto 0;	
}
/* 联系我们*/
.address-list{
	width: 580px;
	margin: 0 auto;
	padding: 30px 0 48px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	text-align: center;
}
.address-list h5{	
	font-size: 1.8rem;
	padding-bottom: 10px;
}
.m-50{
	margin-bottom: 50px;
}
/* 指南下载 */
.download-box{
	width: 100%;
    max-width: 1000px;   
    margin: 0 auto;
    padding: 0 20px;
}
.download-box>p{
	font-size: 1.4rem;
	text-align: center;
}
.download-box>p:first-child{
	padding:30px 0;
	font-size: 1.6rem;
	text-align: left;
}
.download-box dl{
	margin-bottom: 50px
}
.download-box dl dt{
	height: 50px;
	line-height: 50px;
	background: #046db8;
	color:#fff;
	padding-left: 20px;
}
.download-box dl dd{
	height: 50px;
	line-height: 50px;		
	padding-left: 20px;
}
.download-box dl dd:nth-of-type(2n+1){
	background: #f1f1f1;
}
.download-box dl dd a{
	float: right;
	display:inline-block;
	padding-right: 45px;
	position:relative;
}
.download-box dl dd a:before{
	font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
	color: #046db8;
    font-size: 2rem;
    content: "\e094";
    display:block;
    position: absolute;
    right:15px;
}
.pdf-download a{
	width:161px;
	height:60px;	
	line-height: 60px;
	border:1px solid #555;
	display: block;
	background:url(../images/pdf_img.png) no-repeat 40px center #fff;
	padding-left:50px;
	margin:30px auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pdf-download a:hover{	
	border:1px solid #046db8;
	color:#fff;
	background:url(../images/pdf_imgon.png) no-repeat 40px center #046db8;	
}
.f14{font-size:14px;}
@media only screen and (max-width:600px) {
	.job-list,.address-list{
		width:100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.news-list{
		width:100%;
		padding-left: 20px;
		padding-right: 20px;		
		margin-bottom: 50px;
	}
	.news-list .content{
		width:100%;
	}
	.news-list h4{
		font-size: 1.8rem;
		margin-top: 20px;
	}
	.wrapper{
		padding-bottom: 0;
	}
}