[v-cloak] {
	display: none;
}

.s_head ._banner {
	height: 500px;
}

.s_head ._banner2 {
	width: 100%;
	height: 500px;
}

.s_head ._ad {
	margin-top: 290px;
}

.s_news {
	/* padding-bottom: 126px; */
	position: relative;
	z-index: 1;
}


.s_news ._nav {
	position: absolute;
	right: 0;
	top: 1.9rem;
	height: 51px;
	overflow: hidden;
}

.s_news ._nav ul {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 0.95rem;
	box-sizing: border-box;
}

.s_news ._nav li {
	padding: 0;
}

.s_news ._nav li+li {
	padding: 0 0 0 40px;
}

.s_news ._nav li a {
	display: inline-block;
	text-align: center;
	color: #535353;
	font-size: 16px;
	padding: 12px 6px;
	transition: color 0.4s, border-bottom-color 0.3s;
}

.s_news ._nav li.active a {
	font-weight: 600;
	color: #6DA867;
}

.s_news ._content {
	position: relative;
}

.s_news ._details a {
	display: block;
	float: left;
	width: 22%;
	color: #000;
	transition: color 0.6s;
	height: 520px;
	position: relative;
}

.s_news ._details a:hover {
	color: #1449ce;
}

.s_news ._details a+a {
	margin-left: 4%;
}

.s_news ._img {
	overflow: hidden;
	height: 228px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.s_news ._details a:nth-of-type(2n) ._img {
	top: 56%;
}

.s_news ._img span {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	transition: transform 0.6s;
}

.s_news ._details a:hover ._img span {
	transform: scale(1.1);
}

.s_news ._line {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	height: 1px;
	border-bottom: 1px dashed #000;
	margin-left: -50%;
	margin-right: -50%;
}

.s_news ._intro {
	overflow: hidden;
	height: 228px;
	position: absolute;
	left: 0;
	right: 0;
	top: 56%;
}

.s_news ._details a:nth-of-type(even) ._intro {
	top: 0;
}

.s_news ._intro h3 {
	font-size: 19px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin: 8px 0 0;
}

.s_news ._intro p {
	color: #666;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
}

.s_news ._intro small {
	display: block;
	padding: 20px 0 10px;
	color: #80A77B;
}

.s_news ._intro ._time {
	position: relative;
	padding-left: 18px;
}

.s_news ._intro ._time img {
	width: 14px;
	position: absolute;
	left: 0;
	top: 21px;
}

.s_news ._button {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	z-index: 10;
	cursor: pointer;
	background-color: #ededed;
	border-radius: 50%;
	text-align: center;
}

.s_news ._button:hover {
	background-color: #1449ce;
}

.s_news ._button i {
	display: block;
	font-size: 30px;
	line-height: 36px;
	color: #b2b2b2;
}

.s_news ._button:hover i {
	color: #fff;
}

.s_news ._prev {
	left: 2%;
}

.s_news ._next {
	right: 2%;
}

.s_coopera {
	width: 100%;
	max-height: 9.2rem;
	padding-bottom: 50px;
	background-image: url(../image/coopera_bg.png);
	background-size: 19.18rem 12.15rem;
	background-position: top -1rem center;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.s_coopera ._title,
.s_news ._title {
	font-size: 0.4rem;
	padding-top: 0.95rem;
	margin: 0;
	color: #6D6D6D;
	padding-left: 0.78rem;
}

.s_news ._subtitle,
.s_coopera ._subtitle {
	font-size: 0.16rem;
	color: #9F9F9F;
	padding: 0.18rem 0 0.68rem;
	padding-left: 0.78rem;

	/* text-align:center; */
}

.s_coopera a {
	display: block;
	float: left;
	width: 3.2rem;
	height: 1.54rem;
	border-radius: 5px;
	background-image: url(/static/image/coopera_item_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 0.46rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s_coopera a+a {
	margin-left: 0.3rem;
}

.s_coopera a:nth-of-type(5n+1) {
	margin-left: 0;
}

.s_coopera a img {
	/* max-height: 1.54rem; */
	max-width: 90%;
	/* width: 2.56rem; */
}

.swiper-container .line_dashed {
	position: absolute;
	z-index: 999;
	width: calc(100% - 160px);
	height: 1px;
	border-bottom: 1px dashed #9F9F9F;
	left: 50%;
	top: 50%;
	transform: translateX(-50%);
	opacity: 0.3;
}

/* 
.platform {
	width: 100%;
	display: flex;
}

.platform>div {
	width: 50%;
	position: relative;
}

.platform>div .title {
	width: 5.74rem;
	height: 1.60rem;
	position: absolute;
	top: 1.60rem;
	left: 50%;
	transform: translateX(-50%);
}

.platform>div:first-child .title {
	background: url(/static/image/platform-item-title1.png)no-repeat center / 100% 100%;
}

.platform>div:last-child .title {
	background: url(/static/image/platform-item-title2.png)no-repeat center / 100% 100%;
}

.platform>div .info {
	position: absolute;
	top: 4rem;
	width: 100%;
	left: 0;
	padding: 0 1.8rem;
}

.platform>div .info span {
	line-height: 0.6rem;
	color: #6C6C6C;
	display: inline-block;
	height: 4rem;
	font-size: 0.26rem;
}

.platform>div .info .platform-btn {
	margin: 0 auto;
	cursor: pointer;
	width: 3rem;
	margin-top: 1rem;
	height: 0.67rem;
	background: url(/static/image/platform-item-btn.png) no-repeat center / 100% 100%;
} */
.s_business {
	width: 100%;
	height: 12.13rem;
}

.s_business ul {
	width: 100%;
	height: 100%;
	display: flex;
}

.s_business ul li {
	flex: 1;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/static/image/platform-item-bg.png);

}

.s_business ul li>div {
	width: 100%;
	height: 100%;
	position: relative;
	transition: all .3s;
	box-sizing: border-box;
	padding-top: 1.59rem;
	overflow: hidden;
}

/* .s_business ul li:nth-child(1) {
	background-image: url(/static/image/platform-item-bg1.png);
}

.s_business ul li:nth-child(2) {
	background-image: url(/static/image/platform-item-bg2.png);
} */

.s_business ul ._bg {
	background-color: #ebe709;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 90;
}

.s_business ul li:hover ._bg {
	opacity: 0.3;
}

.s_business_title {
	width: 5.74rem;
	height: 1.62rem;
	margin: 0rem auto 1.65rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.s_business_title1 {
	background-image: url(/static/image/platform-item-title1.png);
}

.s_business_title2 {
	background-image: url(/static/image/platform-item-title2.png);
}

.s_business .business_list {
	width: 4.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	opacity: 0;
	top: 4.85rem;
	left: 50%;
	transform: translate(-50%, 1rem);
	transition: all 0.5s;
	position: absolute;
	z-index: 99;
}

.s_business .business_text {
	position: absolute;
	top: 4.85rem;
	left: 50%;
	transform: translateX(-50%);
	width: 5.71rem;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	font-size: 0.26rem;
	color: #6C6C6C;
	line-height: 0.83rem;
	opacity: 1;
	transition: all 0.5s;

}

.s_business .business_list a {
	display: inline-block;
	width: 1.86rem;
	height: 2.08rem;
	margin-right: 0.87rem;
	margin-bottom: 0.69rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0.1rem;
	background: url(/static/image/business_list_item_bg.png) no-repeat center / 100% 100%;
}
.s_business .business_list a:hover{
	background: url(/static/image/business_list_item_bg_active.png) no-repeat center / 100% 100% !important;
}
.s_business .business_list a ._ico {
	width: 0.82rem;
	height: 0.79rem;
}

.s_business .business_list a ._fun {
	font-weight: 400;
	font-size: 0.22rem;
	color: #6D6D6D;
	line-height: 0.36rem;
	padding-top: 0.31rem;
}

.s_business .business_list a:nth-child(2n) {
	margin-right: 0 !important;
}

.s_business ul li:hover .business_list {
	opacity: 1;
	transform: translate(-50%, 0rem);
}


.s_business ul li:hover .business_text {
	opacity: 0;
	transform: translate(-50%, 0.1rem);

}

.s_business .business-btn {
	background: url(/static/image/platform-item-btn.png) no-repeat center / 100% 100%;
	width: 3rem;
	height: 0.67rem;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 1.06rem;
	opacity: 1;
	transition: all 0.5s;

}

.s_business ul li:hover .business-btn {
	opacity: 0;
	transform: translate(0%);
}