.content-banner {
	width: 100%;
	/* height: 45rem; */
	/* height: 54.375rem; */
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.content-banner::before {
	content: "";
	padding-top: 51%;
	display: block;
}

/*轮播图留白*/
.content-banner .lbt-img {
	position: absolute;
	width: 500%;
	top: 0;
	left: 0;
}

.content-banner .lbt-img li {
	position: relative;
	width: 20%;
	float: left;
}

.content-banner .lbt-img li img {
	position: relative;
	width: 100%;
	max-width: 100%;
}

.content-banner .lbt-img li a {
	position: absolute;
	display: inline-block;
	font-size: 1.25rem;
	color: #FFFFFF;
	background-color: #f2a000;
	width: 11rem;
	height: 3.5rem;
	line-height: 3.5rem;
	border-radius: 1.75rem;
	text-align: center;
	top: 34%;
	margin-left: 34%;
	left: -5rem;
}

.content-banner .lbt-btn {
	position: absolute;
	cursor: pointer;
	bottom: 2rem;
	width: 58rem;
	left: -29rem;
	margin-left: 50%;
}

.content-banner .lbt-btn li {
	float: left;
	color: #ffffff;
	/* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(85%);
	filter: gray;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); */
}

.content-banner .lbt-btn li p {
	text-align: center;
	font-size: 14px;
}

.content-banner .lbt-btn .on {
	/* -webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); */
}

.content-banner .lbt-btn li:not(:first-child) {
	margin-left: 3rem;
}

.lbt-btn-icon {
	width: 11.875rem;
	position: relative;
	overflow: hidden;
	border-radius: 3rem;
	transition: all .3s;
	-moz-transition: all .3s;
	/* Firefox 4 */
	-webkit-transition: all .3s;
	/* Safari 和 Chrome */
	-o-transition: all .3s;
	/* Opera */
}

.lbt-btn-icon::before {
	content: "";
	padding-top: 100%;
	display: block;
}

.lbt-btn-icon a img {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: scale(1);
	margin: 0 auto;
	top: 0;
}

.icon-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	
	transition: all .3s;
	-moz-transition: all .3s;
	/* Firefox 4 */
	-webkit-transition: all .3s;
	/* Safari 和 Chrome */
	-o-transition: all .3s;
	/* Opera */
}

.icon-mask.on {
	background-color: rgba(0, 0, 0, 0);
}

/*资讯简介+图片*/
.content-center {
	width: 100%;
	margin-top: 4rem;
	position: relative;
}


.content-center .content-news {
	margin: 2.5rem auto 0 auto;
	background-color: #f9f9f9;
}

.content-center .content-news .new-img-div {
	max-height: 314px;
	width: 100%;
}

.content-center .content-news .new-info .news-items {
	display: inline-block;
	height: 100%;
	width: 100%;
	min-height: 2.5rem;
}

.content-center .content-news .new-info .news-items li {
	height: 20%;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 1.8rem;
	border-top: 0.125rem #D3D3D3 solid;
	box-sizing: border-box;
	cursor: pointer;
}

.content-center .content-news .new-info .news-items li:last-child {
	border-bottom: 0.125rem #D3D3D3 solid;
	box-sizing: border-box;
}

.content-center .content-news .new-info .news-items li:hover {
	border-right: 0.5rem solid #ffd206;
	box-sizing: border-box;
}

.content-center .content-news .new-info .news-items li:hover .new-time,
.content-center .content-news .new-info .news-items li:hover .new-title {
	color: #4D88FD;
}

.content-center .content-news .new-info .news-items li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	padding-left: 2rem;
}

.content-center .content-news .new-info .news-items li a .new-time,
.content-center .content-news .new-info .news-items li a .new-title {
	display: inline-block;
	float: left;
	font-size: 1rem;
	height: 100%;
	line-height: 3.625rem;
}

.content-center .content-news .new-info .news-items li a .new-time {
	width: 6rem;
	/* padding-left: 1.25rem; */
}

.content-center .content-news .new-info .news-items li a .new-time,
.content-center .content-news .new-info .news-items li a .new-title {
	color: gray;
}

.content-center .content-news .new-info .news-items li a .new-title {
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 7rem);
}

.content-center .news-more-btn {
	display: block;
	margin: 1rem auto;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-size: 1.25rem;
	color: #606060;
}

/*加入我们*/
.content-joinus {
	width: 100%;
	position: relative;
	margin-top: 4rem;
}

.job-offers-bg {
	width: 100%;
	position: relative;
	margin-top: 2.5rem;
	background: url(../img/index/joinus-bg.png) top center;
	padding: 4rem 0;
}

.job-offers {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
}

.job-div {
	/* width: 20%; */
	border-radius: .5rem;
	background-color: #FFFFFF;
	color: #00000;
	padding: 1rem 0;

	cursor: pointer;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-moz-box-pack: center;
	-webkit--moz-box-pack: center;
	box-pack: center;
}

.job-img {
	width: 6rem;
	height: 6rem;
	margin: 2rem auto 2rem auto;
	box-pack: center;
	position: relative;
}

.job-img::before {
	content: '';
	padding-top: 100%;
	display: block;
}

.job-img img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.job-name {
	display: block;
	width: 100%;
	margin: 0.25rem auto;
	text-align: center;
	color: #606060;
	font-size: 26px;
}

.job-duty {
	text-align: center;
	padding: 0 2rem;
}

.job-duty p {
	text-align: left;
	line-height: 27px;
	color: #999999;
	font-size: 16px;
}

/*更多资讯页面 */
.Information {
	display: inline-block;
	width: 100%;
	height: auto;
	-webkit-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}



.Information-div {
	width: 62.5rem;
	margin: 0 auto;
	display: block;
}


.Information-items {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto;

	/* display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between; */
}

.Information-items li {
	margin-bottom: 2rem;
	position: relative;
	float: left;
}



.information-introduction {
	/* width: 100%;
	padding: .5rem;
	border-radius: 1.25rem; */
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .6s linear;
	-o-transition: all .6s linear;
	transition: all .6s linear;
}

.Information-img {
	font-size: 0;
	/* border-radius: 1.25rem; */
	width: 100%;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.Information-img img {
	display: inline-block;
	width: 100%;

	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.Information-title {
	display: block;
	width: 100%;
	margin-top: 1rem;
	/* font-size: 1rem; */
	color: #606060;
	/* overflow: hidden; */
	font-size: 1rem;
}

.Information-time {
	display: inline-block;
	color: #acacac;
	font-size: 0.875rem;
}

.Information-btn {
	opacity: 0;
	border-radius: 1.5625rem;
	width: 7.5rem;
	height: 2.5rem;
	position: absolute;
	bottom: -3rem;

	margin-left: 50%;
	left: -3.75rem;
	background-color: #ffd206;
	color: #FFFFFF;
	font-size: 1rem;
	line-height: 2.5rem;
	cursor: pointer;
	padding-left: 2.5rem;

	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.Information-btn::before {
	transform: translate(5rem, -0.3rem);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	background: url(../img/news/opennewsbtn.png) no-repeat center center;
}



/* 分页按钮 */
.Information-page-btn {
	display: inline-block;
	width: 100%;
	margin: 2.5rem auto 0 auto;
	text-align: center;
}
/* 
.kkpager a,
.kkpager span {
	font-size: 1rem;
	color: #606060;
	display: inline-block;
	border: 0.0625rem solid #AEB1B5;
	padding: 0 1rem 0 1rem;
	border-radius: 1rem;
	cursor: pointer;
	margin: 0 0.625rem;
}

.kkpager a:not(.Disable):not(.on):hover,
.kkpager span:not(.Disable):hover {
	border-color: #ffb31f;
	color: #ffb31f;
}

.kkpager a.on {
	border-color: #ffb31f;
	color: #ffb31f;
}

.kkpager span.Disable {
	color: #AEB1B5;
} */

/* 资讯详情 */
.news-details {
	margin: 0 auto;
}

.news-subcolumn-title {
	width: 100%;
	font-size: 1.875rem;
	margin-bottom: 2.5rem;
	color: #606060;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
}

.news-subcolumn-title .title-cn {
	width: 42.5rem;
	cursor: pointer;
}

.news-subcolumn-title .title-en {
	width: 17.3125rem;

	font-weight: 700;
}

.news-subcolumn-title .title-cn .current-subcolumn {
	color: #ffb31f;
}

.news-subcolumn-title .title-en {
	font-size: 3.75rem;
	line-height: 3.75rem;
	margin-left: 0;
	padding: 0;
}

.news-subcolumn-title .title-en::first-letter {
	color: #ffb31f;
}

/* .news-left {
	width: 75%;
	float: left;
} */

.morenews-title {
	font-size: 1.875rem;
	color: #606060;
	font-weight: 600;
}

.news-time {
	color: #858484;
	font-size: 16px;
}

.news-content {}

.news-content p {
	text-align: left;
	line-height: 27px;
	color: #858484;
	font-size: 16px;
	margin: 18px auto;
}

.news-content  img{
	margin: 0 auto;
}
.news-content p img {
	/* width: 100%; */
	max-width: 100%;
	margin: 0 auto;
}

.firstspan {
	color: #ffb31f;
}

.news-right {
	width: 17.3125rem;
	float: right;
}

.right-list-title {
	width: 100%;
	font-size: 1.5rem;
}

.right-news-group {
	width: 100%;
	margin-bottom: 1.875rem;
	cursor: pointer;
	font-size: 0;
}

.right-news {
	width: 100%;
}

.right-news p {
	text-align: left;
	line-height: 1.6rem;
	margin-top: 0;
	margin: 0px auto;
}

.right-news-title {
	font-size: 1rem;
	color: #606060;
	font-weight: 700;
}

.right-news-time {
	font-size: 0.875rem;
	color: #858484;
}

/* 手机轮播图 */
.content-banner-p {
	width: 100%;

	margin: 0 auto;
	position: relative;
	overflow: hidden;
}


.content-banner-p::before {
	content: "";
	padding-top: 93%;
	display: block;
}

.content-banner-p .lbt-img-p {
	position: absolute;
	width: 500%;
	top: 0;
	left: 0;
}

.content-banner-p .lbt-img-p li {
	position: relative;
	width: 20%;
	float: left;
}


.content-banner-p .lbt-img-p li a {
	display: block;
	width: 100%;
	height: 100%;
}

.content-banner-p .lbt-img-p li a img {
	position: relative;
	width: 100%;
	max-width: 100%;
}


.content-banner-p ol {
	position: absolute;
	cursor: pointer;
	position: absolute;
	width: 100%;
	bottom: 1rem;
	left: 0;
	text-align: center;
	font-size: 0px;
	opacity: 0.8;
}

.content-banner-p ol li {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #888;
	display: inline-block;
	margin: 0 6px;
}

.content-banner-p ol li.on {
	background-color: #ff6a00;
}

.content-news-phone {
	display: block;
	width: 100%;
	overflow: hidden;
}

.column-title-phone {
	width: 100%;
	text-align: center;
}

.title-en-p {
	font-size: 2rem;
	line-height: 2rem;
}

.title-cn-p {
	font-size: 1.5rem;
	line-height: 1.5rem;
}

.new-info-p {
	font-size: 0.0625rem;
	width: 100%;
}

.news-items-p {
	width: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-box-lines: multiple;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-box-pack: space-between;
	-webkit--moz-box-pack: space-between;
}

.news-items-p li {
	width: 50%;
	overflow: hidden;
	padding: 0.5rem;
	margin-bottom: 1.5rem;
}

.news-items-p li a {
	display: block;
	width: 100%;
}

.news-items-p li:last-child .news-img-p {
	background-color: #19d898;
}

.news-img-p {
	width: 100%;

	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
}

.news-img-p::before {
	content: '';
	display: block;
	padding-top: 82.84%;
}

.news-img-p img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.news-img-p p {
	position: absolute;
	display: inline-block;
	width: 100%;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
	font-size: 2rem;
	line-height: 2rem;
	text-align: center;
	color: #FFFFFF;
}

.new-time-p {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #939393;
}

.new-title-p {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #606060;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/*! autoprefixer: off */
	-webkit-box-orient: vertical;
}

@media (min-width:0) {}

@media (min-width:768px) {}

@media (min-width:1200px) {
	.content-center .content-news {
		width: 62.5rem;
		display: flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-box-pack: space-between;
		-webkit--moz-box-pack: space-between;
	}

	.content-center .content-news .new-img-div {
		width: 50%;
	}

	.content-center .content-news .new-info {
		width: 50%;
	}

	.job-offers {
		width: 62.5rem;
	}

	.Information-items {
		width: 62.5rem;
	}


	.job-div {
		width: 14.6875rem;
	}

	.Information {
		margin-top: 10.25rem;
	}

	.Information-div {
		width: 62.5rem;
		margin-top: 2.5rem;
	}

	.information-introduction {
		width: 100%;
		padding: .5rem;
		border-radius: 1.25rem;
	}
	
	.Information-title{
		min-height: 3.5rem;
	}

	.Information-img {
		border-radius: 1.25rem;
	}

	/* 新闻鼠标触碰出现动效 */
	.information-introduction:hover .Information-btn {
		opacity: 1;
		bottom: 0rem;
		bottom: -1.25rem;
	}

	.information-introduction:hover .Information-img img {
		opacity: 1;
		transform: scale(1.3);
	}


	.Information-items li {
		width: 30%;
		margin-right: 5%;
	}

	.Information-items li:nth-child(3n) {
		margin-right: 0%;
	}

	.news-content p {
		text-indent: 36px;
	}
	
	.news-content img{
		margin: 0 auto;
	}
	
	.news-details {
		width: 62.5rem;
		margin-top: 10.25rem;
	}

	.news-left {
		width: 42.5rem;
		float: left;
	}

	/* 手机新闻 */
	.content-news-phone {
		display: none;
	}

	/*手机轮播图*/
	.lbt-img-p {
		display: none;
	}

	.content-banner-p {
		display: none;
	}

	/* 手机更多新闻 */
	.morenews-title-p {
		display: none;
	}

	/*手机新闻详情*/
	.news-details-img-p {
		display: none;
	}
	
	.news-details-p{
		display: none;
	}
}

@media (min-width:1600px) {}

@media (max-width:1599px) {
	.Information-items {
		width: 100%;
	}
}

@media (max-width:1199px) {
	.subcolumn-title {
		display: none;
	}

	.content-banner .lbt-btn {
		display: none;
	}


	/* 手机模式 */
	.news-subcolumn-title {
		display: none;
	}

	.news-right {
		display: none;
	}

	.content-banner {
		display: none;
	}

	.content-center {
		display: none;
	}

	.content-joinus {
		margin-top: 0;
	}

	.job-offers-bg {
		width: 100%;
		position: relative;
		margin-top: 2.5rem;
		background: none;
		padding: 0;
	}

	.job-div {
		display: block;
		width: 100%;
		margin: 0.5rem;
		padding: 1rem;

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-webkit-box-lines: multiple;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;

		justify-content: space-between;
		-webkit-justify-content: space-between;
		-moz-box-pack: space-between;
		-webkit--moz-box-pack: space-between;
	}

	.job-head {
		height: 100%;
		width: 12.5rem;
		text-align: center;
		position: relative;
		min-height: 10rem;
	}

	.job-name {
		font-size: 1.875rem;
		line-height: 2.2rem;
		color: #606060;
	}

	.job-img {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 2.7rem;
	}

	.job-duty {
		height: 100%;
		width: calc(100% - 13rem);
		padding: 0;
	}

	.job-duty p {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	/*手机更多新闻*/
	.Information {
		margin-top: 5.375rem;
	}

	.Information-div {
		width: 100%;
		padding: 0 1.25rem;
	}

	.Information-items {
		width: 100%;
	}

	.Information-items li {
		width: 100%;
		margin: 0;
		padding: 1.25rem;
		background-color: #f6f6f6;
		margin-bottom: 1.75rem;
	}

	.Information-items li:last-child {
		margin-bottom: 0;
	}

	.information-introduction.shadow {
		box-shadow: none;
	}

	.Information-title {
		color: #767676;
		font-size: 1.875rem;
		line-height: 2.375rem;

		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/*! autoprefixer: off */
		-webkit-box-orient: vertical;

	}

	.Information-time {
		font-size: 1.5rem;
		line-height: 1.875rem;
		color: #959595;
		margin-top: 0.5625rem;
	}

	.Information-page-btn {
		display: none;
	}

	/*手机新闻详情*/
	.news-details-img-p {
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.news-details-img-p {
		width: 100%;
		position: relative;
		margin: 0;
		padding: 0;
		display: block;
	}

	.close-news-details {
		display: inline-block;
		position: fixed;
		width: 5rem;
		height: 5rem;
		top: 0.8rem;
		right: 0.8rem;
		transform: scale(0.8);
		z-index: 999;
	}

	.news-details {
		width: 100%;
		position: relative;
	}

	.news-left {
		width: 100%;
		position: relative;
		padding: 0 1rem;
		margin-top: 3.125rem;
	}

	.morenews-title {
		color: #606060;
		font-size: 1.875rem;
	}

	.news-time {
		color: #767676;
		font-size: 1.5rem;
	}

	.news-content p {
		text-indent: 3rem;
	}

	.news-content p:first-child {
		margin-top: 0;
		color: #767676;
		font-size: 1.5rem;

	}
}

@media (max-width:767px) {
	.content-center .content-news {
		width: 100%;
		display: block;
	}

	.content-center .content-news .new-img-div {
		width: 100%;
	}


	.content-center .content-news .new-info {
		width: 100%;
	}
}
