.rotation {
	width: 100%;
	/* height: calc(100vh - 80px); */
}

.rotation .swiper-slide {
	/* height: calc(100vh - 80px); */
}

.rotation .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}



.swiper .swiper-pagination-bullet {
	position: relative;
	height: 12px;
	width: 12px;
	background: #FFFFFF;
	opacity: 0.5;

	/* 两种都可以 */
}

.swiper .swiper-pagination-bullet-active {

	/* --swiper-pagination-color: #FFC637; */
	background: #184E8E;
	opacity: 1;
}

.swiper .arrow {
	width: 56px;
	height: 56px;
	border: 2px solid #F5F5F5;
	border-radius: 50%;
	position: absolute;
	right: 300px;
	bottom: 50px;
	z-index: 9999;
	cursor: pointer;
	transition: all 0.3s;
}

.swiper .arrow:hover {
	background: #184E8E;
	border: 2px solid #184E8E;
}

.swiper .arrow .left-arrow {
	border-top: 2px solid #F5F5F5;
	border-left: 2px solid #F5F5F5;
	width: 16px;
	height: 16px;
	transition: all 0.8s;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-45deg);


}

.swiper .arrow-right {
	width: 56px;
	height: 56px;
	border: 2px solid #F5F5F5;
	border-radius: 50%;
	position: absolute;
	right: 200px;
	bottom: 50px;
	z-index: 99;
}

.swiper .arrow .Right-arrow {
	border-top: 2px solid #F5F5F5;
	border-right: 2px solid #F5F5F5;
	width: 16px;
	height: 16px;
	transition: all 0.8s;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);


}

.index-main {
	/* padding-bottom: 30px; */


}

.bg {
	padding-top: 80px;
	background: url(../img/index-main-bg.png);
	background-size: 100% 100%;
}

.jgbg {
	width: 100%;

	padding-bottom: 60px;
}

.About-right .swiper-pagination-bullet {
	position: relative;
	height: 10px;
	width: 10px;
	background: #FFFFFF;
	opacity: 0.5;

	/* 两种都可以 */
}

.About-right .swiper-pagination-bullet-active {

	/* --swiper-pagination-color: #FFC637; */
	background: #1A4A92;
	opacity: 1;
}

.Product-service {
	display: flex;
	margin-top: 40px;
	align-items: center;
}

.Product-service .Product-left {
	margin-right: 100px;
}

.Product-service .classification-item {
	width: 238px;
	height: 135px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px rgba(55, 41, 5, 0.16);
	opacity: 1;
	border-radius: 10px;
	margin-top: 47px;
	font-size: 20px;
	/* color: #333333; */
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
}

.Product-service .classification-item::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 87px;
	height: 50px;
	background: url(../img/cp-iocn.png);

}

.Product-service .classification-item:hover {
	background: #FFC637;

	color: #FFFFFF;
}

.Product-service .classification-active {
	background: #FFC637;

	color: #FFFFFF;
}

.Product-right {
	flex: 1;
}

.Product-right img {
	width: 100%;
	display: none;

}

.Product-right .show {
	display: block;

}

.TechnologyProducts {
	margin-top: 60px;
}

.TechnologyProducts .tp-list {
	margin-top: 50px;
	display: flex;
	border-radius: 12px;
	overflow: hidden;
}

.TechnologyProducts .tp-list .tp-img {
	overflow: hidden;
}

.TechnologyProducts .tp-list img {
	max-width: 100%;
	transition: all 0.3s;
}

.TechnologyProducts .tp-item {
	display: flex;
	flex-direction: column;
	width: calc((100% - 20px)/2);
	margin-right:20px;
}
.TechnologyProducts .tp-item:nth-child(2n) {
	margin-right: 0;
}

.TechnologyProducts .tp-item:hover img {
	transform: scale(1.1);
}

.TechnologyProducts .tp-item:hover .tp-text p {
	color: #184E8E;
}

.TechnologyProducts .tp-item .tp-text {
	height: 100%;
	padding: 20px 30px;
	background: linear-gradient(180deg, #CFE2FF 0%, #FFFBDB 100%);
}

/*.TechnologyProducts .tp-item:nth-child(2n) {
	flex-direction: column-reverse;
}*/

.scene-cn {
	display: flex;
	align-items: center;

	margin-top: 50px;
	position: relative;
}

.scene-cn .sc-arrow {
	width: 50px;
	height: 50px;
	border: 2px solid #184E8E;
	border-radius: 50%;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;

}
.scene-cn:hover .sc-arrow{
	opacity: 1
}

/* .scene-cn .sc-arrow:hover {
	border: 1px solid #184E8E;
} */

.scene-cn .sc-l span {
	margin-left: 5px;
	border-top: 2px solid #184E8E;
	border-left: 2px solid #184E8E;
	width: 16px;
	height: 16px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

/* .scene-cn .sc-arrow:hover span {
	border-color: #184E8E;

} */

.scene-cn .sc-l {
/* 	margin-right: 30px; */
	position: absolute;
	top: 50%;
	left: 0;
	background: #fff;
	transform: translate(-150%,-50%);
}

.scene-cn .sc-r {
	position: absolute;
	top: 50%;
	right: 0;
	background: #fff;
	transform: translate(150%,-50%);
}

.scene-cn .sc-r span {
	margin-right: 5px;
	border-top: 2px solid #184E8E;
	border-right: 2px solid #184E8E;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.tp-item .tp-text .tp-title {
	font-size: 24px;
	font-weight: bold;
	color: #184E8E;
	/*padding-bottom: 10px;*/
margin-bottom: 10px;
}

.tp-item .tp-text p {
	font-size: 16px;
	color: #8A8E99;
	line-height: 28px;
}

.Application-scenario {
	margin-top: 60px;
}

.Application-scenario-title .h2::before {
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width: 60px;
	height: 4px;
	background: #FFC637;
	transform: translateX(-50%);
}

.sceneList {
	/* margin-top: 40px; */
	flex: 1;

}

.sceneList .scene-item {
	/* width: calc((100% - 6%)/4); */
	border-radius: 8px;
	overflow: hidden;



}

.sceneList .scene-item:hover .scene-img img {
	transform: scale(1.2);
}

.sceneList .scene-item .scene-img {
	width: 100%;
	/* height: 240px; */
	overflow: hidden;
}

.sceneList .scene-item .scene-img img {
	width: 100%;
	min-height: 200px;
	transition: all 0.5s;
}

.sceneList .scene-item .scene-text {
	width: 100%;
	height: 55px;
	background: #184E8E;
	opacity: 1;
	border-radius: 0px 0px 4px 4px;
}

.sceneList .scene-item .scene-text img {
	width: 36px;

}

.sceneList .scene-item .scene-text span {
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 15px;
}

.news-information {
	margin-top: 60px;
}

.operation {
	display: flex;
	justify-content: flex-end;
	margin-top: -20px;
}

.news-arrow {
	width: 56px;
	height: 56px;
	border: 2px solid #ccc;
	border-radius: 50%;
	z-index: 99;
	margin-left: 30px;
	transition: all 0.5s;
}

.news-arrow .left-arrow {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	width: 16px;
	height: 16px;

	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-45deg);

}

.news-arrow .Right-arrow {
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-moz-transform: rotate(45deg);
	/* Firefox */
	-webkit-transform: rotate(45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(45deg);
}

.news-information {
	padding-top: 60px;
}

.news-arrow:hover {

	background: #FFC637;
	border: 2px solid #FFC637;
}

.news-arrow:hover .Right-arrow,
.news-arrow:hover .left-arrow {
	border-color: #FFFFFF;
}

.news-information-Swiper {
	margin-top: 40px;

}

#dff {
	padding: 10px;
}

.news-information-Swiper .swiper-slide {
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	box-sizing: border-box;
	transition: all 0.5s;

}

.news-information-Swiper .swiper-slide:hover {
	transform: translateY(-10px);
}

.news-information-Swiper .news-item-img {
	width: 100%;
}

.news-information-Swiper .news-item-img img {
	width: 100%;
}

.news-information-Swiper .news-item-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: #333333;
	padding: 20px 20px 0;
}

.news-information-Swiper .news-item-bottom {
	padding: 20px;
}

.news-information-Swiper .news-item-bottom .tiem {
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	color: #333333;
}

.news-information-Swiper .news-item-bottom .text {
	font-size: 16px;
	color: #999999;
}

#tel-swiper {
	display: none;
}

.new-cn {
	margin-top: 50px;
}

.new-cn .nc-left {
	border-radius: 6px;
	overflow: hidden;
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);

}

.new-cn .nc-left p {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	/* padding: 20px 20px 0; */
}
.qnd{
	padding: 20px 20px 0;
}
.qnd .sdija{
	font-size: 16px;
	    margin: 3% 0;
	    color: #999999; 
}
.qnd .sj{
	font-size: 14px;
	    color: #999999;
}

.new-cn .nc-left .img {
	overflow: hidden;
}

.new-cn .nc-left .img img {
	width: 100%;
	max-height: 200px;
	transition: all 0.3s;
}

.new-cn .nc-left:hover {
	transform: translateY(-10px);
}

.new-cn .nc-left:hover .img img {
	transform: scale(1.1);
}

.new-cn .nc-left:hover p {
	color: #184E8E;
}


.new-cn .nc-r-text {
	flex: 3;

}

.new-cn .nc-r-text {
	margin-left: 30px;
	flex-wrap: wrap;
}

.new-cn .nc-r-text .nrt-item {
	padding: 20px;
	border-radius: 6px;
	width: calc((100% - 30px)/2);
	margin-right: 30px;
	margin-bottom: 30px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	transition: all 0.3s;
}

.new-cn .nc-r-text .nrt-item:hover {
	transform: translateY(-10px);
}

.new-cn .nc-r-text .nrt-item:nth-child(2n) {
	margin-right: 0;
}

.new-cn .nc-r-text .nrt-item:hover h4,
.new-cn .nc-r-text .nrt-item:hover p,
.new-cn .nc-r-text .nrt-item:hover span {
	color: #184E8E;
}

.new-cn .nc-r-text .nrt-item:nth-last-child(-1n+2) {
	margin-bottom: 0;
}

.new-cn .nc-r-text .nrt-item h4 {
	font-size: 18px;
	font-weight: bold;
}

.new-cn .nc-r-text .nrt-item p {
	font-size: 16px;
	margin: 3% 0;
	color: #999999;

}

.new-cn .nc-r-text .nrt-item span {
	font-size: 14px;
	color: #999999;
}

.career {
	/* margin-top: 50px; */
	/* width: 60%; */
	padding: 50px 0;
}

.recruit {
	padding: 60px 0;
}

.join-box {
	position: relative;
	margin-top: 50px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}

.join-box .jb-cn {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	padding: 50px;
}

.join-box img {
	width: 100%;
	max-width: 100%;
	transition: all 0.3s;
}

.join-box:hover img {
	transform: scale(1.1);
}

.join-box .jb-title {
	font-size: 28px;
	color: #333333;
	margin-bottom: 20px;
}

.join-box .jb-cn .jb-text {
	font-size: 16px;
	color: #999;
	line-height: 28px;
}

.join-box:hover .jb-title,
.join-box:hover .jb-text {
	color: #184E8E;
}

.career .jl-top {
	margin-top: 50px;
	margin-bottom: 30px;
	display: flex;
	background: #184E8E;
	padding: 20px 30px;
	border-radius: 6px;
}

.career .jl-top .jt-item {
	flex: 1;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.career .zw {
	width: 50px;
}

.job-list {
	/* margin-top: 80px; */
}

.job-list .jl-item {
	margin-bottom: 30px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 30px;
}

.job-list .jl-item .professional-title {
	position: relative;
	padding: 20px 30px;
	background: #F7F7F7;
	font-size: 18px;
	color: #636463;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	font-weight: 400;
}

.job-list .jl-item .professional-title .td-item {
	flex: 1;
	/*text-align: center;*/
}

.td-item img {
	width: 20px;
	margin-right: 10px;
}

.job-list .jl-item .td-icon {
	width: 50px;
}

.job-list .jl-item .pt-icon {
	/* margin-left: 10px; */
	border-left: 2px solid #184E8E;
	border-bottom: 2px solid #184E8E;
	width: 15px;
	height: 15px;
	/* transition: all 0.8s; */
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-moz-transform: rotate(-45deg);
	/* Firefox */
	-webkit-transform: rotate(-45deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-45deg);
	transition: all 0.3s;

	position: absolute;
	top: 35%;
	right: 30px;
	/* transform: translateY(-50%); */
}

/* 
.job-list .jl-item .professional-active {
	background: #184E8E;
	color: #fff;
} */

.job-list .jl-item .professional-active .pt-icon {
	/* border-left: 2px solid #fff;
	border-bottom: 2px solid #fff; */

	/* transition: all 0.8s; */
	transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	/* IE 9 */
	-moz-transform: rotate(-225deg);
	/* Firefox */
	-webkit-transform: rotate(-225deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(-225deg);
}

.job-list .pt-Richtext {
	padding: 30px 60px;
	display: none;
	background: url('../img/sybj.png') no-repeat;
	background-size: cover;

}

.job-list .jl-item:first-child .pt-Richtext {
	display: block;
}

.job-list .pt-Richtext .pr-t {
	font-size: 16px;
	color: #333333;
	margin-bottom: 30px;
}

.job-list .pt-Richtext .pr-t span {
	color: #184E8E;
}

.job-list .pt-Richtext .pr-text {
	font-size: 16px;
	color: #999999;
	margin-bottom: 20px;
}

.job-list .pt-Richtext .mailbox {
	margin-top: 30px;
	font-size: 14px;
	color: #184E8E;
}



@media screen and (max-width: 1280px) {
	.TechnologyProducts {
		margin-top: 40px;
	}

	.career .jl-top {
		margin-top: 40px;

		padding: 10px 20px;
	}

	.tp-item .tp-text .tp-title {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.tp-item .tp-text p {
		font-size: 16px;
		line-height: 26px;
	}

	.TechnologyProducts .tp-item .tp-text {
		padding: 10px 15px;
	}

	.Application-scenario {
		margin-top: 40px;
	}

	.scene-cn .sc-arrow {
		width: 40px;
		height: 40px;

	}

	.scene-cn .sc-l {
		margin-right: 20px;
	}

	.scene-cn .sc-r {
		margin-left: 20px;
	}

	.sceneList .scene-item .scene-text {
		height: 45px;
	}

	.sceneList .scene-item .scene-text span {
		font-size: 14px;
		color: #FFFFFF;
		margin-left: 10px;
	}

	.sceneList .scene-item .scene-text img {
		width: 24px;
		/* height: 24px; */
	}

	.jgbg {
		padding-bottom: 40px;
	}

	.news-information {
		padding-top: 40px;
	}

	.new-cn {
		margin-top: 40px;
	}

	.new-cn .nc-left {
		padding-bottom: 10px;
	}

	.new-cn .nc-left p {
		font-size: 15px;

		padding: 10px 10px 0;
	}

	.new-cn .nc-r-text .nrt-item h4 {
		font-size: 16px;
	}

	.new-cn .nc-r-text .nrt-item {
		padding: 10px;

		width: calc((100% - 20px)/2);
		margin-right: 20px;
		margin-bottom: 20px;

	}

	.new-cn .nc-r-text .nrt-item p {
		font-size: 16px;
	}

	.new-cn .nc-r-text .nrt-item span {
		font-size: 12px;
	}

	.career {
		width: 80%;
		margin: 40px auto;
	}

	.join-box .jb-cn {
		padding: 30px;
	}

	.join-box .jb-title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.join-box .jb-cn .jb-text {
		font-size: 14px;
		line-height: 26px;

	}

	.job-list .jl-item .professional-title {

		padding: 10px 20px;

		font-size: 16px;

	}

	.career .jl-top .jt-item {
		font-size: 16px;
	}

	.job-list .jl-item .pt-icon {

		width: 10px;
		height: 10px;

		top: 35%;
		right: 30px;
		/* transform: translateY(-50%); */
	}

	.swiper .arrow {
		width: 40px;
		height: 40px;
		right: 190px;

	}

	.sceneList .scene-item .scene-img {
		width: 100%;
		height: 170px;
		overflow: hidden;
	}
.career {
    /* margin-top: 50px; */
    /* width: 60%; */
    padding: 40px 0;
}
	.swiper .arrow-right {
		right: 100px;
	}

	.swiper .arrow .left-arrow {
		width: 12px;
		height: 12px;
	}

	.swiper .arrow .Right-arrow {
		width: 12px;
		height: 12px;


	}

	.Product-service .classification-item {
		margin-top: 35px;
		width: 200px;
		height: 100px;
		font-size: 16px;
	}

	.news-arrow {
		width: 40px;
		height: 40px;

	}

	.news-arrow .Right-arrow,
	.news-arrow .left-arrow {

		width: 12px;
		height: 12px;

	}

	.news-information-Swiper .news-item-title {
		font-size: 18px;
		line-height: 28px;

	}

	.news-information-Swiper .news-item-bottom .tiem {
		font-size: 18px;

	}

	.news-information-Swiper .news-item-bottom .text {
		font-size: 14px;
		color: #999999;
	}

	.job-list .pt-Richtext .pr-t {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.job-list .pt-Richtext .pr-text {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.career .jl-top,
	.job-list .jl-item {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 768px) {
	.job-list .jl-item .professional-title .td-item,
	.career .jl-top .jt-item{
		display: none;
	}
	.job-list .jl-item .professional-title .td-item:first-child{
		display: flex;
		justify-content: left;
	}
	.career .jl-top{
		margin-top: 20px;
	}
	.career {
	    /* margin-top: 50px; */
	    /* width: 60%; */
	    padding: 30px 0 10px;
	}
	.career .jl-top .jt-item:first-child{
		display: block;
		text-align: left;
	}
	#pc-swiper {
		height: 200px;
	}

	.swiper .arrow {
		display: none;
	}

	.bg {
		padding-top: 0px;

	}

	.TechnologyProducts {
		margin-top: 30px;
	}

	.tp-item .tp-text .tp-title {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.tp-item .tp-text p {
		/* font-size: 13px; */
		line-height: 24px;
	}

	.TechnologyProducts .tp-list {
		margin-top: 20px;
		flex-direction: column;
		border-radius: 6px;
	}

	.TechnologyProducts .tp-item {
		/*flex-direction: column-reverse;*/
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		border-radius: 8px;
		overflow: hidden;

	}

	.scene-cn {

		margin-top: 20px;
	}

	.scene-cn .sc-arrow {
		display: none;
	}

	.sceneList .scene-item .scene-img {
		height: 130px;
	}

	.swiper .swiper-pagination-bullet {
		position: relative;
		height: 8px;
		width: 8px;

	}

	/* #tel-swiper {
		display: block;
		height: 200px;
	} */

	.rotation .swiper-slide {
		height: 250px;
	}

	.index-main {
		padding: 70px 0 0px;
	}

	.Product-service {
		flex-direction: column;
		margin-top: 25px;
	}

	.Product-service .Product-left {
		margin-right: 0px;
		width: 100%;
	}

	#classificationList {
		flex-direction: row;
		justify-content: space-between;
	}

	.Product-service .classification-item {
		margin-top: 20px;
		width: 30%;
		height: 60px;
		font-size: 12px;
		white-space: nowrap;
	}

	.Product-service .classification-item::before {
		width: 40px;
		height: 22px;
		background: url(../img/cp-iocn.png);
		background-size: 100% 100%;
	}

	.Product-right {
		margin-top: 20px;
	}

	.Application-scenario {
		margin-top: 30px;
	}

	.Application-scenario-title .h2::before {
		height: 2px;
		width: 30px;
		transform: translateX(-50%);
	}

	.sceneList {
		margin-top: 10px;
		flex-wrap: wrap;
	}

	.sceneList .scene-item {
		width: calc((100% - 4%)/2);
		margin-bottom: 20px;
	}

	.sceneList .scene-item .scene-text span {
		font-size: 14px;
		margin-left: 10px;
	}

	.sceneList .scene-item .scene-text {
		height: 35px;

	}

	.sceneList .scene-item .scene-text img {
		width: 20px;
	}

	.news-information {
		padding-top: 30px;
	}

	.operation {
		display: none;
	}

	.news-information-Swiper {
		margin-top: 20px;
	}

	.news-information-Swiper .news-item-title {
		font-size: 14px;
		line-height: 20px;
		padding: 10px 10px 0;
	}

	.news-information-Swiper .news-item-bottom {
		padding: 10px 15px;
	}

	.news-information-Swiper .news-item-bottom .tiem {
		font-size: 14px;
	}

	.jgbg {
		padding-bottom: 0px;
	}

	.new-cn .nc-left {
		margin-bottom: 20px;
	}

	.news-information .new-cn {
		margin-top: 20px;
		flex-direction: column;
	}

	.new-cn .nc-r-text {
		margin-left: 0px;
		flex-direction: column;
	}

	.new-cn .nc-r-text .nrt-item {
		width: 100%;
		margin-right: 0;
	}

	.new-cn .nc-r-text .nrt-item:nth-last-child(-1n+2) {
		margin-bottom: 20px;
	}

	.career {
		width: 90%;
		margin: 20px auto 0px;
	}

	.join-box {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 20px;
		box-shadow: none;
	}

	.join-box .jb-cn {
		position: relative;
		width: 100%;
		padding: 0px;
	}

	.join-box .jb-title {
		text-align: center;
		font-size: 18px;
		margin-bottom: 10px;
	}

	.join-box .jb-cn .jb-text {

		margin-bottom: 20px;
	}

	.job-list {
		/* margin-top: 30px; */
	}

	.job-list .pt-Richtext {
		padding: 20px;

	}

	.job-list .jl-item {
		margin-bottom: 20px;
	}

	.job-list .jl-item .professional-title {
		font-size: 16px;
	}
	.job-list .jl-item .professional-title,
	.career .jl-top {
	   
	    padding: 10px 10px;
	}
	.career .jl-top{
		padding-left: 40px;
	}
	.job-list .jl-item .professional-title,
	.career .jl-top .jt-item{
		font-size: 15px;
	}
}
