﻿/* ---- weiyi-banner-container ---- */
.weiyi-banner-container {
	line-height: 0;
	margin-bottom: 26px;
	background: url(rshj202209_weiyi-banner-bg.jpg) center center / 100% 100% no-repeat;
}
.weiyi-banner-container img.banner{
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/* older-model */
.older-model .weiyi-banner-container {
	margin-bottom: 3.6vw;
}
@media (max-width:2000px) {
	.weiyi-banner-container {
		background-size: auto 100%;
	}
}

@media (max-width:1200px) {
	.weiyi-banner-container {
		margin-bottom: 2.25vw;
	}
}

@media (max-width:768px) {
	.weiyi-banner-container {
		margin-bottom: 3.6vw;
	}
}
/* ---- weiyi-left ---- */
.weiyi-left {
	width: 48.33%;
	float: left;
	margin-bottom: 25px;
}
.weiyi-right {
	width: 48.33%;
	float: right;
	margin-bottom: 25px;
}
/* older-model */
.older-model .weiyi-left {
	width: 100%;
	float: none;
	margin-bottom: 3.2vw;
}
.older-model .weiyi-right {
	width: 100%;
	float: none;
	margin-bottom: 3.2vw;
}
@media (max-width:1200px) {
	.weiyi-left {
		margin-bottom: 2vw;
	}
	.weiyi-right {
		margin-bottom: 2vw;
	}
}

@media (max-width:768px) {
	.weiyi-left {
		width: 100%;
		float: none;
		margin-bottom: 3.2vw;
	}
	.weiyi-right {
		width: 100%;
		float: none;
		margin-bottom: 3.2vw;
	}
}

/* ---- weiyi-half-head ---- */
.weiyi-half-head {
	line-height: 0;
	position: relative;
	margin-bottom: 15px;
}
.weiyi-half-head::before {
	content: "";
	position: absolute;
	left: 21px;
	right: 0;
	bottom: -1px;
	height: 1px;
	line-height: 0;
	overflow: hidden;
	background: #d8d8d8;
}
.weiyi-half-head h1{
	padding-left: 21px;
	height: 51px;
	line-height: 51px;
	font-size: 32px;
	color: #1855cd;
	background: url(rshj202209_weiyi-head-bg.png) left center / auto 60.8% no-repeat;
	font-family: "simsun";
}
.weiyi-half-head a.more{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	line-height: 0;
}
.weiyi-half-head a.more img{
	height: 21px;
	width: auto;
}
/* older-model  */
.older-model .weiyi-half-head {
	margin-bottom: 2vw;
}
.older-model .weiyi-half-head::before {
	left: 2.8vw;
}
.older-model .weiyi-half-head h1{
	padding-left: 2.8vw;
	height: 6.8vw;
	line-height: 6.8vw;
	font-size: 4.4vw;
}
.older-model .weiyi-half-head a.more{
	margin-top: -1.6vw;
}
.older-model .weiyi-half-head a.more img{
	height: 2.8vw;
}
@media (max-width:1200px) {
	.weiyi-half-head {
		margin-bottom: 1.25vw;
	}
	.weiyi-half-head::before {
		left: 1.75vw;
	}
	.weiyi-half-head h1{
		padding-left: 1.75vw;
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 2.75vw;
	}
	.weiyi-half-head a.more{
		margin-top: -1vw;
	}
	.weiyi-half-head a.more img{
		height: 1.75vw;
	}
}

@media (max-width:768px) {
	.weiyi-half-head {
		margin-bottom: 2vw;
	}
	.weiyi-half-head::before {
		left: 2.8vw;
	}
	.weiyi-half-head h1{
		padding-left: 2.8vw;
		height: 6.8vw;
		line-height: 6.8vw;
		font-size: 4.4vw;
	}
	.weiyi-half-head a.more{
		margin-top: -1.6vw;
	}
	.weiyi-half-head a.more img{
		height: 2.8vw;
	}
}

@media (max-width:414px) {
	.weiyi-half-head {
		margin-bottom: 3.2vw;
	}

	.weiyi-half-head h1{
		font-size: 4.8vw;
	}
	.weiyi-half-head a.more{
		margin-top: -2vw;
	}
	.weiyi-half-head a.more img{
		height: 4vw;
	}
}

/* ---- weiyi-news-lists ---- */
.weiyi-news-lists li {
	height: 32px;
	line-height: 32px;
	position: relative;
	padding-left: 21px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.weiyi-news-lists li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	height: 6px;
	width: 6px;
	border-radius: 50%;
	line-height: 0;
	overflow: hidden;
	background: #b2b2b2;
}
/* older-model */
.older-model .weiyi-news-lists li {
	height: auto;
	padding: 2vw 0;
	line-height: 4vw;
	padding-left: 2.8vw;
	font-size: 2.8vw;
	overflow: auto;
	text-overflow: unset;
	white-space: unset;
}
.older-model .weiyi-news-lists li::before {
	top: 3.6vw;
	height: 0.8vw;
	width: 0.8vw;
}
@media (max-width:1200px) {
	.weiyi-news-lists li {
		height: 2.75vw;
		line-height: 2.75vw;
		padding-left: 1.75vw;
		font-size: 1.33vw;
	}
	.weiyi-news-lists li::before {
		top: 1.25vw;
		height: 0.5vw;
		width: 0.5vw;
	}
}

@media (max-width:768px) {
	.weiyi-news-lists li {
		height: auto;
		padding: 2vw 0;
		line-height: 4vw;
		padding-left: 2.8vw;
		font-size: 2.8vw;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}
	.weiyi-news-lists li::before {
		top: 3.6vw;
		height: 0.8vw;
		width: 0.8vw;
	}
}

@media (max-width:414px) {
	.weiyi-news-lists li {
		padding: 2vw 0;
		padding-left: 3.2vw;
		line-height: 6.8vw;
		font-size: 4vw;
	}
	.weiyi-news-lists li::before {
		top: 4.8vw;
		height: 1.2vw;
		width: 1.2vw;
	}
}

/* ---- weiyi-head-box ---- */
.weiyi-head-box {
	position: relative;
	margin-bottom: 22px;
}
.weiyi-head-box i{
	top: 50%;
	width: 100%;
	position: absolute;
	height: 1px;
	width: 100%;
	overflow: hidden;
	background: #d8d8d8;
}
.weiyi-head-box::before,
.weiyi-head-box::after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1px;
	z-index: 1;
	width: 20px;
	height: 3px;
	line-height: 0;
	overflow: hidden;
	background:#d8d8d8;
}
.weiyi-head-box::before {
	left: 0;
}
.weiyi-head-box::after {
	right: 0;
}
.weiyi-head-box h1{
	width: 220px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	z-index: 1;
}
.weiyi-head-box h1 a{
	display: block;
	margin: 0 auto;
	width: 189px;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
	color: #1955cc;
	font-family: "simsun";
	text-align: center;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
.weiyi-head-box h1 a:hover{
	text-decoration: none;
}
.weiyi-head-box a.more{
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -10px;
	line-height: 0;
	z-index: 5;
}
.weiyi-head-box a.more img{
	width: auto;
	height: 21px;
	background: #fff;
}
/* .older-model */
.older-model .weiyi-head-box {
	margin-bottom: 3.2vw;
}
.older-model .weiyi-head-box::before,
.older-model .weiyi-head-box::after {
	width: 2.8vw;
}
.older-model .weiyi-head-box h1{
	width: 29.6vw;
}
.older-model .weiyi-head-box h1 a{
	width: 25.2vw;
	height: 4.4vw;
	line-height: 4.4vw;
	font-size: 4.4vw;
}
.older-model .weiyi-head-box a.more{
	margin-top: -1.4vw;
}
.older-model .weiyi-head-box a.more img{
	height: 2.8vw;
}
@media (max-width:1200px) {
	.weiyi-head-box {
		margin-bottom: 2vw;
	}
	.weiyi-head-box::before,
	.weiyi-head-box::after {
		width: 1.75vw;
	}
	.weiyi-head-box h1{
		width: 18.5vw;
	}
	.weiyi-head-box h1 a{
		width: 15.75vw;
		height: 2.75vw;
		line-height: 2.75vw;
		font-size: 2.75vw;
	}
	.weiyi-head-box a.more{
		margin-top: -1vw;
	}
	.weiyi-head-box a.more img{
		height: 1.75vw;
	}
}
@media (max-width:768px) {
	.weiyi-head-box {
		margin-bottom: 3.2vw;
	}
	.weiyi-head-box::before,
	.weiyi-head-box::after {
		width: 2.8vw;
	}
	.weiyi-head-box h1{
		width: 29.6vw;
	}
	.weiyi-head-box h1 a{
		width: 25.2vw;
		height: 4.4vw;
		line-height: 4.4vw;
		font-size: 4.4vw;
	}
	.weiyi-head-box a.more{
		margin-top: -1.4vw;
	}
	.weiyi-head-box a.more img{
		height: 2.8vw;
	}
}
@media (max-width:414px) {
	.weiyi-head-box h1{
		width: 36vw;
	}
	.weiyi-head-box h1 a{
		width: 30vw;
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 4.8vw;
	}
	.weiyi-head-box a.more{
		margin-top: -2vw;
	}
	.weiyi-head-box a.more img{
		height: 4vw;
	}
}

/* weiyi-teams-lists */
.weiyi-teams-lists {
	margin-bottom: 42px;
}
.weiyi-teams-lists li{
	float: left;
	width: 18.8%;
	margin-right: 1.5%;
}
.weiyi-teams-lists li:nth-of-type(5n) {
	margin-right: 0;
}
.weiyi-teams-lists li .pic{
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: relative;
	margin-bottom: 9px;
}
.weiyi-teams-lists li .pic img{
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.weiyi-teams-lists li .pic:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}
.weiyi-teams-lists li p{
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
/* .older-model */
.older-model .weiyi-teams-lists {
	margin-bottom: 4vw;
}
.older-model .weiyi-teams-lists li{
	float: left;
	width: 48.5%;
	margin-right: 0%;
	margin-bottom: 2.4vw;
}
.older-model .weiyi-teams-lists li:nth-of-type(2n) {
	float: right;
}
.older-model .weiyi-teams-lists li:last-of-type {
	display: none;
}
.older-model .weiyi-teams-lists li .pic{
	height: 30vw;
	margin-bottom: 1.2vw;
}
.older-model .weiyi-teams-lists li p{
	height: 4vw;
	line-height: 4vw;
	font-size: 2.8vw;
}
@media (max-width:1200px) {
	.weiyi-teams-lists {
		margin-bottom: 3.5vw;
	}
	.weiyi-teams-lists li .pic{
		height: 12.5vw;
		margin-bottom: 0.75vw;
	}
	.weiyi-teams-lists li p{
		height: 2vw;
		line-height: 2vw;
		font-size: 1.33vw;
	}
}
@media (max-width:768px) {
	.weiyi-teams-lists {
		margin-bottom: 5.6vw;
	}
	.weiyi-teams-lists li{
		float: left;
		width: 48.5%;
		margin-right: 0%;
		margin-bottom: 4vw;
	}
	.weiyi-teams-lists li:nth-of-type(2n) {
		float: right;
	}
	.weiyi-teams-lists li:last-of-type {
		display: none;
	}
	.weiyi-teams-lists li .pic{
		height: 30vw;
		margin-bottom: 1.2vw;
	}
	.weiyi-teams-lists li p{
		height: 4vw;
		line-height: 4vw;
		font-size: 2.8vw;
	}
}
@media (max-width:414px) {
	.weiyi-teams-lists li .pic{
		margin-bottom: 2vw;
	}
	.weiyi-teams-lists li p{
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 3.6vw;
	}
}

/* ---- weiyi-class-lists ---- */
.weiyi-class-lists {
	margin-bottom: 33px;
}
.weiyi-class-lists li {
	float: left;
	width: 23.75%;
	height: 200px;
	margin-right: 1.66%;
	position: relative;
	overflow: hidden;
}
.weiyi-class-lists li:nth-of-type(4n) {
	margin-right: 0;
}
.weiyi-class-lists li img{
	width: auto;
	min-width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}
.weiyi-class-lists li:hover img {
	transform: translate(-50%, -50%) scale(1.2);
}
.weiyi-class-lists li p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: rgba(0, 0, 0, 0.4);
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* .older-model */
.older-model .weiyi-class-lists {
	margin-bottom: 3.4vw;
}
.older-model .weiyi-class-lists li {
	width: 48.5%;
	height: 31.8vw;
	margin-right: 0;
	margin-bottom: 2.4vw;
}
.older-model .weiyi-class-lists li:nth-of-type(2n) {
	float: right;
}
.older-model .weiyi-class-lists li p{
	height: 5.2vw;
	line-height: 5.2vw;
	padding: 0 1.6vw;
	font-size: 2.8vw;
}
@media (max-width:1200px) {
	.weiyi-class-lists {
		margin-bottom: 2.75vw;
	}
	.weiyi-class-lists li {
		height: 16.75vw;
	}
	.weiyi-class-lists li p{
		height: 3.25vw;
		line-height: 3.25vw;
		padding: 0 1vw;
		font-size: 1.33vw;
	}
}
@media (max-width:768px) {
	.weiyi-class-lists {
		margin-bottom: 4.4vw;
	}
	.weiyi-class-lists li {
		width: 48.5%;
		height: 31.8vw;
		margin-right: 0;
		margin-bottom: 4vw;
	}
	.weiyi-class-lists li:nth-of-type(2n) {
		float: right;
	}
	.weiyi-class-lists li p{
		height: 5.2vw;
		line-height: 5.2vw;
		padding: 0 1.6vw;
		font-size: 2.8vw;
	}
}
@media (max-width:414px) {
	.weiyi-class-lists li p{
		height: 6vw;
		line-height: 6vw;
		padding: 0 2vw;
		font-size: 3.6vw;
	}
}