@charset "utf-8";
/* CSS Document */
@import url('../fonts/iconfont.css');
@font-face {
	font-family: barlow;
	src: url("../fonts/Barlow-Regular.ttf");
	font-streth: normal;
	font-weight: 400;
}
* {
	font-family: barlow,"微软雅黑";
}

.links-vr li {
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.links-vr li a {
	text-align: center;
	width: 100%;
	float: left;
	height: 100%;
	color: #fff;
	background-color: rgb(0 0 0 / 22%);
	transition: all 0.5s ease;
	position: relative;
}
.links-vr li a:hover {
	background-color: rgba(0,0,0,0.25);
}

.fiftycm {
	float: left;	
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate(-50%,-50%);
	text-align: center;
}
.links-vr li a span {
	font-size: 40px;
	font-weight: 100;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	border: 2px solid #fff;
	border-radius: 45px;
	float: left;
	transition: all 0.5s ease;
}
.links-vr li a:hover span {
	background-color: rgba(26,73,126,0.75);
}
.links-vr li a em {
	width: 100%;
	font-style: normal;
	float: left;
	margin-top: 5px;
	clear: both;
}
.links-vr li#links-vr1 {
	height: 400px;
	width: 39%;
	margin-right: 1%;
	background-image: url(../images/2025/links1.jpg);	
}
.links-vr li#links-vr2 {
	height: 195px;
	width: 39%;
	margin-bottom: 10px;
	background-image: url(../images/2025/links3.jpg);
	margin-right: 1%;	
}
.links-vr li#links-vr3 {
	height: 195px;
	width: 39%;
	margin-right: 1%;
	background-image: url(../images/2025/links2.jpg);
}
.links-vr li#links-vr4 {
	float: right;
	height: 400px;
	width: 20%;
	background-image: url(../images/2025/links4.jpg);
}


@media (max-width: 1230px) {
.slideTxtBox .tabs-container .tab1 .right {
	margin: 0;
	margin-bottom: 20px;
}
}