.proInfo {
	background: url(https://weboss.yuansl.cn/jiashengyou/images/resources/1.png) #050B20 no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 30px;
}

.proInfo .iTitle {
	background: transparent;
}

.proInfo .box {
	max-width: 1600px;
	background: rgba(0, 160, 228, 0.53);
	border-radius: 10px;
	padding: 50px 20px;
	margin: auto;
}

.proInfo .box p {
	color: #ffffff;
	font-size: 18px;
	text-align: center;
}

.recruit {
	background: #050B20;
	overflow: hidden;
}

.recruit .box {
	max-width: 1500px;
	margin: auto;
}

.recruit .card {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 20px;
}

.recruit .card .name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.recruit .card .name .left {
	display: flex;
	align-items: center;
	gap: 60px;
}

.recruit .card .name .left span {
	color: #A1E3FF;
	font-size: 28px;
	font-weight: bold;
}

.recruit .card .name .right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 46px;
	border-radius: 27px;
	border: 1px solid #FFFFFF;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/resources/up.png) no-repeat center right;
	background-size: 10px 18px;
	background-position-x: 126px;
	color: #ffffff;
	font-size: 18px;
	padding-right: 15px;
}
.recruit .card .name .right:hover{
	background: url(https://weboss.yuansl.cn/jiashengyou/images/resources/up.png) #00A0E4 no-repeat center right;
	background-size: 10px 18px;
	background-position-x: 126px;
	cursor: pointer;
	border-color: #00A0E4;
}
.recruit .card table tr td {
	font-size: 16px;
	color: #ffffff;
	padding-right: 50px;
	padding-bottom: 10px;
}
.recruit .card .otherInfo{
	height: 0px;
	overflow: hidden;
	transition: all 0.3s;
}
.recruit .card .otherInfo h5{
	font-size: 18px;
	color: #ffffff;
	margin-top: 20px;
}
.recruit .card .otherInfo p{
	font-size: 16px;
	color: #ffffff;
}
.show{
	background: rgba(0,160,228,0.1)!important;
}
.show .otherInfo{
	height: auto!important;
	transition: all 0.3s;
}
.show .name .right {
	background: url(https://weboss.yuansl.cn/jiashengyou/images/resources/down.png) no-repeat center right!important;
	background-size: 18px 10px!important;
	background-position-x: 126px!important;
}
.xs-card{
	background: #070F29;
	border-bottom: 10px solid #070F29;
}
.xs-card .title{
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background:#032353;
	padding: 0px 10px;
}
.xs-card .title span{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}
.xs-card .xs-content{
	padding: 10px;
	color: #ffffff;
	display: none;
}
.xs-card .xs-content p{
	font-size: 12px;
	margin-bottom: 4px;
}
.xs-card .xs-content h1{
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.xs-card .xs-content h2{
	font-size: 14px;
	font-weight: 500;
	margin-bottom:4px;
	margin-top:0px;
}
.xs-show .title{
	background: rgba(0,160,228,0.53);
}
.xs-show .xs-content{
	display: block;
}
.en .recruit .card .name .right{
	width: 200px;
	background-position-x:167px
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.proInfo {
		padding-bottom: 20px;
		background: url(https://weboss.yuansl.cn/jiashengyou/images/product/2.png) no-repeat;
		background-size: cover;
	}

	.proInfo h1 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	.proInfo .box {
		max-width: 100%;
		margin: 0px 10px;
		padding: 10px;
	}

	.proInfo .box p {
		font-size: 14px;
	}

	.iTitle {
		height: 80px;
		padding: 20px 0px;
	}

	.en .iTitle .inner,.cn .iTitle .inner {
		top: 15px;
		font-size: 14px;
	}

	.en .iTitle .outer,.cn .iTitle .outer {
		top: 20px;
		font-size: 20px;
	}

	.iTitle::after {
		content: "";
		bottom: 20px;
		width: 60px;
		height: 4px;
	}
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) and (max-width: 991px) {

	.proInfo {
		padding-bottom: 20px;
		background: url(https://weboss.yuansl.cn/jiashengyou/images/product/2.png) no-repeat;
		background-size: cover;
	}

	.proInfo h1 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 50px;
	}

	.proInfo .box {
		max-width: 100%;
		margin: 0px 10px;
		padding: 10px;
	}

	.proInfo .box p {
		font-size: 14px;
	}

	.iTitle {
		height: 80px;
		padding: 20px 0px;
	}

	.en .iTitle .inner,.cn .iTitle .inner {
		top: 15px;
		font-size: 14px;
	}
	
	.en .iTitle .outer,.cn .iTitle .outer {
		top: 20px;
		font-size: 20px;
	}

	.iTitle::after {
		content: "";
		bottom: 20px;
		width: 60px;
		height: 4px;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) and (max-width: 1199px) {}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {}


@media (min-width: 1200px) and (max-width:1600px) {
	.proInfo .box {
		max-width: 1200px;
	}
}