
.page-cont .section-p{
	line-height:20px;
	margin-bottom: 18px;
}
.page-cont .section-p-cn{
	font-size: 13px;
	line-height:24px;
	/* opacity: 0.7; */
}
.page-cont .section-p.tip{
	font-size: 11px;
	line-height:16px;
		color: #999;
}
.page-cont .section-p.tip a{
		
	color: #e60012;
}
.hr-cn-en{
	position: relative;
}
.hr-cn-en::before{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	/* border-bottom: 1px solid rgba(0,0,0,.1); */
}


.section-1{

	background-color: #bfcced;
	background-image: url(../images/new-about-4-1.jpg);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-bottom: 250px;
}

.s-1{
	margin: 40px 60px;
	padding: 30px 40px;
	background-color: rgba(255,255,255,.4);
	border-radius:3px;
	backdrop-filter: blur(10px);
}

@media (min-width: 1441px) {
	.section-1{
		background-size: 100% auto;
		padding-bottom:250px;
	}
	.s-1{
		margin: 40px 150px;
		padding: 30px 40px;
	}
	.s-1 .section-p{
		font-size:15px
	}
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.section-1{
		background-size: 130% auto;
		padding-bottom: 250px;
	}
	.s-1{
		margin: 3.5vw 80px;
		padding: 30px 40px;
	}
	.s-1 .section-p{
		font-size:15px
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.section-1{
		background-size: 120% auto;
		padding-bottom: 200px;
	}
	.s-1{
		margin: 60px 0px;
		margin: 3.5vw 0px;
		padding: 40px 100px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.section-1{
		background-size: 120% auto;
		padding-bottom: 150px;
	}
}
@media (max-width: 768px) {
	.section-1{
		background-size: 150% auto;
		padding-bottom: 150px;
	}
	.s-1{
		margin: 20px 0px;
	}
}


.section-2{

}
.s-2-r-img{
	width:100%;
	margin-top: 150px;
	filter:drop-shadow(10px 10px 0px rgba(0,0,0,.06))
}

@media (min-width: 1441px) {
	.s-2-r-img{
		width:110%;
		margin-top: 100px;
	}
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.s-2-r-img{
		width:100%;
		margin-top: 130px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.s-2-r-img{
		width:100%;
		margin-top: 100px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.s-2-r-img{
		width:50%;
		margin-left: 50%;
		margin-top: -20px;
	}
}

@media (max-width: 768px) {
	.s-2-r-img{
	width:50%;
	margin-left: 50%;
	margin-top: -20px;
}
}


.section-3{
	background-color: #f0f5fd;
}
.s-3-r{
	
}
.s-3-l-img{
	width:100%;
	margin-top: 150px;
	filter:drop-shadow(10px 10px 0px rgba(0,0,0,.06))
}
@media (min-width: 1441px) {
	.s-3-l-img{
		width:100%;
		margin-left: -10%;
		margin-top: 240px;
	}
}
@media (min-width: 1201px) and (max-width: 1440px) {
	.s-3-l-img{
		width:100%;
		margin-left: -10%;
		margin-top: 180px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.s-3-l-img{
		width:100%;
		margin-top: 170px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.s-3-l-img{
		width:50%;
		margin-left: 0%;
		margin-top: -40px;
	}
}

@media (max-width: 768px) {
	.s-3-l-img{
		width:50%;
		margin-left: 0%;
		margin-top: -20px;
	}
}

.section-4{

	background-color: #ff6361;
}

.s-4{
}
.section-4 .section-title,
.section-4 .section-h4,
.section-4 .section-p{
	color: #fff;
}

@media (min-width: 993px) and (max-width: 1200px) {
}

@media (min-width: 769px) and (max-width: 992px) {
}

@media (max-width: 768px) {
}



.section-5{
	padding-bottom: 100px;
}

.s-5-l{
	padding-right: 50px;
}
.jobs-list {
	border-bottom: 1px solid #ddd;
}
.jobs-list.table>thead>tr>th{
	font-size: 12px;
}
.jobs-list.table>tbody>tr>td,
.jobs-list.table>tbody>tr>th,
.jobs-list.table>tfoot>tr>td,
.jobs-list.table>tfoot>tr>th,
.jobs-list.table>thead>tr>td,
.jobs-list.table>thead>tr>th {
	vertical-align: middle;
	line-height: 40px;
}
.jobs-list.table>thead>tr>th{
	font-size: 15px;
	text-align: center;
}
.jobs-list.table>thead>tr>th:nth-child(1){
	padding-left: 50px;
	text-align: left;
	width: 50%;
}
.jobs-list.table>tbody>tr>td{
	font-size: 15px;
	text-align: center;
}
.jobs-list.table>tbody>tr>td:nth-child(1){
	padding-left: 50px;
	text-align: left;
}

.jobs-list.table>tbody>tr {
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	cursor: pointer;
}


.jobs-list.table>tbody>tr a {
	color: #0095DD;
}

@media (min-width: 993px) and (max-width: 1200px) {
	
}
@media (min-width: 769px) and (max-width: 992px) {
	
}
@media (max-width: 768px) {
	.section-5{
		padding-bottom: 30px;
	}
	

	.s-5-r{
		padding-left: 0;
		padding-right: 0;
	}
	.jobs-list.table>thead>tr>th{
		font-size: 13px;
	}
	.jobs-list.table>thead>tr>th:nth-child(1){
		padding-left: 13px;
		width: 50%;
	}
	.jobs-list.table>tbody>tr>td{
		font-size: 13px;
		text-align: center;
	}
	.jobs-list.table>tbody>tr>td:nth-child(1){
		padding-left: 13px;
		text-align: left;
	}
	.jobs-list.table>tbody>tr>td span{
		display: none;
	}
}

