/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

html {
	background: #fff;
	position: relative;
	height: 100%;
	font-size: 125%;
	overflow-x: hidden;
}

@media (max-width:1200px) {
	html {
		font-size: 100%;
	}
}

body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	margin: 0 auto;
	height: 100%;
	position: relative;
	background: #f1fbff;
	overflow-x: hidden;
}

form {
	display: inline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th {
	text-align: inherit
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

input,
img {
	vertical-align: middle
}

ol,
ul {
	list-style: none
}

em,
i {
	font-style: normal
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

textarea {
	resize: none
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix::after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}

/* ---- main-body Style ---- */
.main-body {
	width: 100%;
	min-height: 100%;
	position: absolute;
	overflow: hidden;
	padding-bottom: 13rem;

}

.message-body {
	background: #ffffff;
}

.tab-head {
	zoom: 1;
}

.tab-head li {
	float: left;
	cursor: pointer;
}

.tab-body>li {
	display: none;
	position: relative;
}

.tab-body>li.thisclass {
	display: list-item;
}

.container {
	width: 81.82%;
	max-width: 1800px;
	margin: 0 auto;
	position: relative;
}

.main-left-container {
	width: 65.5%;
	float: left;
}

.main-right-container {
	width: 31.25%;
	float: right;
}

/* older-model */
.older-model .container {
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}

.older-model .main-left-container {
	width: 100%;
	float: unset;
}

.older-model .main-right-container {
	width: 100%;
	float: unset;
}

@media (max-width:2200px) {}

@media (max-width:1300px) {
	.container {
		width: 92%;
		max-width: 1200px;
		margin: 0 auto;
		position: relative;
	}
}

@media (max-width:768px) {

	.main-left-container {
		width: 100%;
		float: unset;
	}

	.main-right-container {
		width: 100%;
		float: unset;
	}
}




/* ---- bottom-container Style ---- */
.banner-container {
	width: 100%;
	height: 26.2vw;
	padding-top: 1.1vw;
	background-image: url(./ytzqt2025_banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	position: relative;
}

.welcome-box {
	position: relative;
	max-width: 1200px;
	width: 81.82%;
	margin: 0 auto;
	cursor:pointer;
}

.welcome-box p {
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: #fff;
}

.welcome-box p .icon {
	height: 18px;
	width: auto;
	margin-right: 9px;
	position: relative;
	top: -3px;
}

.welcome-box .right-link {
	position: absolute;
	right: 0;
	top: 0;
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: #fff;
}

.welcome-box .right-link .icon {
	height: 20px;
	width: auto;
	margin-right: 6px;
	position: relative;
	top: -3px;
}

.banner-container .slogan {
	width: 100%;
	margin: 2.4vw auto 2.8vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-container .slogan img {
	width: 28.36%;
	height: auto;
}

.seach-box {
	position: relative;
	width: 30vw;
	margin: 0 auto;
	padding-right: 5.6vw;
	overflow: hidden;
	border-radius: 1.3vw;
}

.seach-box .text-input {
	width: 100%;
	height: 2.7vw;
	line-height: 2.7vw;
	padding: 0 0.75vw;
	outline: none;
	background: #fff;
	border: none;
	font-size: 16px;
	color: #333;
	border-radius: 1.3vw 0 0 1.3vw;

}

.seach-box .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 5.6vw;
	height: 2.7vw;
	line-height: 2.7vw;
	padding-left: 1.6vw;
	border-radius: 0 1.3vw 1.3vw 0;
	background: url(./ytzqt2025_icon-search.png) 0.6vw center / auto 1.4vw no-repeat, linear-gradient(to right, #78baf4, #1d98ff);
	outline: none;
	font-size: 1.1vw;
	color: #fff;
	border: none;
}

@media (max-width:1300px) {
	.banner-container {
		height: 32vw;
		padding-top: 1.75vw;
	}

	.welcome-box {
		width: 92%;
	}

	.welcome-box p {
		height: 2.75vw;
		line-height: 2.75vw;
		font-size: 1.5vw;
	}

	.welcome-box p .icon {
		height: 1.5vw;
		margin-right: 0.75vw;
		top: -0.25vw;
	}

	.welcome-box .right-link {
		height: 2.75vw;
		line-height: 2.75vw;
		font-size: 1.5vw;
	}

	.welcome-box .right-link .icon {
		height: 1.75vw;
		margin-right: 0.5vw;
		top: -0.25vw;
	}

	.banner-container .slogan {
		margin: 2.4vw auto 2.8vw;
	}

	.banner-container .slogan img {
		width: 34.74%;
	}

	.seach-box {
		width: 50vw;
		padding-right: 9.25vw;
		border-radius: 2.25vw;
	}

	.seach-box .text-input {
		height: 4.5vw;
		line-height: 4.5vw;
		padding: 0 1.25vw;
		font-size: 1.5vw;
		border-radius: 2.25vw 0 0 2.25vw;

	}

	.seach-box .btn {
		width: 9.25vw;
		height: 4.5vw;
		line-height: 4.5vw;
		padding-left: 2.75vw;
		border-radius: 0 2.25vw 2.25vw 0;
		background: url(./ytzqt2025_icon-search.png) 1vw center / auto 2.25vw no-repeat, linear-gradient(to right, #78baf4, #1d98ff);
		font-size: 1.75vw;
	}

}

@media (max-width:768px) {
	.banner-container {
		height: 38vw;
		padding-top: 1.75vw;
	}

	.welcome-box p {
		display: none;
		height: 4.4vw;
		line-height: 4.4vw;
		font-size: 2vw;
	}

	.welcome-box p .icon {
		height: 2.4vw;
		margin-right: 1.2vw;
		top: -0.4vw;
	}

	.welcome-box .right-link {
		height: 4.4vw;
		line-height: 4.4vw;
		font-size: 2vw;
	}

	.welcome-box .right-link .icon {
		height: 2.8vw;
		margin-right: 0.8vw;
		top: -0.4vw;
	}

	.banner-container .slogan {
		width: 100%;
		margin: 4vw auto 3.6vw;
	}

	.banner-container .slogan img {
		width: 38.2%;
		height: auto;
	}

	.seach-box {
		width: 61.2vw;
		padding-right: 14.8vw;
		border-radius: 3.6vw;
	}

	.seach-box .text-input {
		height: 7.2vw;
		line-height: 7.2vw;
		padding: 0 2vw;
		font-size: 2.4vw;
		border-radius: 3.6vw 0 0 3.6vw;

	}

	.seach-box .btn {
		width: 14.8vw;
		height: 7.2vw;
		line-height: 7.2vw;
		padding-left: 4.4vw;
		border-radius: 0 3.6vw 3.6vw 0;
		background: url(./ytzqt2025_icon-search.png) 1.6vw center / auto 3.6vw no-repeat, linear-gradient(to right, #78baf4, #1d98ff);
		outline: none;
		font-size: 2.8vw;
	}
}

/* ---- menu-container ---- */
.menu-container {
	background: #0f64ce;
	width: 100%;
}

.menu-container ul {
	width: 81.82%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.menu-container ul li {
	width: 12.5%;
	border: none;
	outline: none;
}

.menu-container ul li a {
	display: flex;
	width: 100%;
	height: 3.2vw;
	justify-content: center;
	align-items: center;
	font-size: 0.9vw;
	color: #fff;
	border: none;
	outline: none;
}

.menu-container ul li a img {
	height: 1.1vw;
	width: auto;
	margin-right: 0.4vw;
}

.menu-container ul li a.active,
.menu-container ul li a:hover {
	background: #004cab;
}

.menu-container ul li a:hover {
	text-decoration: none;
}

@media (max-width:1300px) {
	.menu-container {
		background: #0f64ce;
		width: 100%;

	}

	.menu-container ul {
		width: 92%;
	}

	.menu-container ul li a {
		height: 5.25vw;
		font-size: 1.5vw;
	}

	.menu-container ul li a img {
		height: 1.75vw;
		margin-right: 0.75vw;
	}
}

@media (max-width:768px) {

	.menu-container ul {
		width: 100%;
	}

	.menu-container ul li {
		width: 25%;
	}

	.menu-container ul li a {
		height: 8.4vw;
		font-size: 2.4vw;
	}

	.menu-container ul li a img {
		height: 2.8vw;
		margin-right: 1.2vw;
	}
}

@media (max-width:475px) {

	.menu-container ul li a {
		font-size: 3.2vw;
	}

	.menu-container ul li a img {
		height: 3.2vw;
	}
}

/* ---- main-news-container ---- */
.main-news-container {
	margin-top: 2.4vw;
	margin-bottom: 2.9vw;
}

.main-news-header {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	height: 3vw;
	font-size: 2.2vw;
	color: #0f64ce;
	font-weight: bold;
	margin-bottom: 1.5vw;
}

.main-news-header::before,
.main-news-header::after {
	content: "";
	position: absolute;
	top: 0.65vw;
	width: 39.6%;
	height: 1.7vw;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.main-news-header::before {
	left: 0;
	background-image: url(./ytzqt2025_hbg-l.png);
}

.main-news-header::after {
	right: 0;
	background-image: url(./ytzqt2025_hbg-r.png);
}

.news-swiper-box {
	width: 52.42%;
	height: 28.3vw;
	float: left;
	position: relative;
}

.news-swiper-box .swiper-container {
	height: 28.3vw;
}

.news-swiper-box .swiper-container {
	height: 28.3vw;
}

.news-swiper-box .swiper-slide {
	height: 28.3vw;
	overflow: hidden;
	position: relative;
}

.news-swiper-box .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}

.news-swiper-box .swiper-slide:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

.news-swiper-box .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3.8vw;
	line-height: 3.8vw;
	width: 100%;
	padding: 0 10vw 0 2.1vw;
	font-size: 1.2vw;
	color: #fff;
	background: rgba(0, 0, 0, 0.38);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 1;
}

.news-swiper-box .pagination {
	position: absolute;
	right: 0.9vw;
	width: 100%;
	bottom: 1.4vw;
	height: 0.7vw;
	line-height: 0;
	font-size: 0;
	text-align: right;
	z-index: 9;
}

.news-swiper-box .pagination .swiper-pagination-switch {
	display: inline-block;
	width: 0.7vw;
	height: 0.7vw;
	margin: 0 0.45vw;
	border-radius: 50%;
	border: 0.1vw solid #fff;
	background: none;
}

.news-swiper-box .pagination .swiper-active-switch {
	background: #fff;
}

.main-news-box {
	width: 44.4%;
	float: right;
}

.main-news-box .tab-head {
	margin-bottom: 1vw;
	display: flex;
	align-items: flex-start;
	justify-content: left;
}

.main-news-box .tab-head li {
	margin-right: 0.6vw;
	height: 2.8vw;
	line-height: 2.8vw;
	padding: 0 0.9vw;
	background: #d0e9ff;
	font-size: 1vw;
	color: #333;
	font-weight: bold;
}

.main-news-box .tab-head li.active {
	background: #0f64ce;
	color: #fff;
}

.main-news-box .tab-body>li {
	position: relative;
}

.main-news-box .tab-body>li a.more {
	position: absolute;
	top: -2.5vw;
	right: 0;
	padding-right: 1.4vw;
	height: 1.1vw;
	line-height: 1.1vw;
	font-size: 0.8vw;
	color: #0755b9;
}

.main-news-box .tab-body>li a.more::after {
	content: "";
	position: absolute;
	top: -1px;
	right: 0;
	width: 1.1vw;
	height: 1.1vw;
	line-height: 0;
	background: url(./ytzqt2025_icon-more.png) center center / 100% 100% no-repeat;
	transition: .3s ease-in-out;
}

.main-news-box .tab-body>li a.more:hover {
	text-decoration: none;
}

.main-news-box .tab-body>li a.more:hover::after {
	right: -0.3vw;
}

.main-news-lists li {
	border-bottom: 1px dashed #d5d5d5;
	height: 2.7vw;
	line-height: 2.6vw;
	font-size: 1vw;
	padding-left: 1.2vw;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main-news-lists li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.2vw;
	width: 0.5vw;
	height: 0.5vw;
	line-height: 0;
	font-size: 0;
	border: 0.1vw solid #1b6cd0;
	border-radius: 50%;
}

@media (max-width:1300px) {
	.main-news-container {
		margin-bottom: 4.75vw;
		margin-top: 4vw;
	}

	.main-news-header {
		height: 5vw;
		font-size: 3.75vw;
		margin-bottom: 2.5vw;
	}

	.main-news-header::before,
	.main-news-header::after {
		top: 1vw;
		height: 2.75vw;
	}

	.news-swiper-box {
		height: 31.6vw;
	}

	.news-swiper-box .swiper-container {
		height: 31.6vw;
	}

	.news-swiper-box .swiper-container {
		height: 31.6vw;
	}

	.news-swiper-box .swiper-slide {
		height: 31.6vw;
	}

	.news-swiper-box .swiper-slide p {
		height: 5.25vw;
		line-height: 5.25vw;
		padding: 0 14vw 0 3.5vw;
		font-size: 1.75vw;
	}

	.news-swiper-box .pagination {
		right: 1.5vw;
		bottom: 1.6vw;
		height: 1.25vw;
	}

	.news-swiper-box .pagination .swiper-pagination-switch {
		display: inline-block;
		width: 0.7vw;
		height: 0.7vw;
		margin: 0 0.45vw;
		border-radius: 50%;
		border: 0.1vw solid #fff;
		background: none;
	}

	.main-news-box .tab-head {
		margin-bottom: 1vw;
	}

	.main-news-box .tab-head li {
		margin-right: 1vw;
		height: 3.6vw;
		line-height: 3.6vw;
		padding: 0 1.1vw;
		font-size: 1.3vw;
	}

	.main-news-box .tab-body>li a.more {
		top: -2.5vw;
		right: -2vw;
		padding-right: 2.25vw;
		height: 1.75vw;
		line-height: 1.75vw;
		font-size: 1.25vw;
	}

	.main-news-box .tab-body>li a.more::after {
		top: -1px;
		width: 1.75vw;
		height: 1.75vw;
	}

	.main-news-lists li {
		height: 3vw;
		line-height: 3vw;
		font-size: 1.4vw;
		padding-left: 1.6vw;
	}

	.main-news-lists li::before {
		top: 1.2vw;
		width: 0.75vw;
		height: 0.75vw;
		border: 1px solid #1b6cd0;
	}
}

@media (max-width:768px) {
	.main-news-container {
		margin-bottom: 7.6vw;
		margin-top: 6.4vw;
	}

	.main-news-header {
		height: 8vw;
		line-height: 8vw;
		font-size: 6vw;
		margin-bottom: 4vw;
	}

	.main-news-header::before,
	.main-news-header::after {
		top: 1.75vw;
		width: 35%;
		height: 4.4vw;
	}

	.news-swiper-box {
		width: 100%;
		height: 58.85vw;
		float: none;
		margin-bottom: 5.2vw;
	}

	.news-swiper-box .swiper-container {
		height: 58.85vw;
	}

	.news-swiper-box .swiper-container {
		height: 58.85vw;
	}

	.news-swiper-box .swiper-slide {
		height: 58.85vw;
	}

	.news-swiper-box .swiper-slide p {
		height: 7.6vw;
		line-height: 7.6vw;
		padding: 0 20vw 0 4.2vw;
		font-size: 2.4vw;
	}

	.news-swiper-box .pagination {
		right: 1.8vw;
		bottom: 2.8vw;
		height: 1.4vw;
	}

	.news-swiper-box .pagination .swiper-pagination-switch {
		width: 1.4vw;
		height: 1.4vw;
		margin: 0 0.9vw;
		border: 0.2vw solid #fff;
	}

	.main-news-box {
		width: 100%;
		float: none;
	}

	.main-news-box .tab-head {
		margin-bottom: 1.8vw;
	}

	.main-news-box .tab-head li {
		margin-right: 1.2vw;
		height: 5.6vw;
		line-height: 5.6vw;
		padding: 0 1.8vw;
		font-size: 2.4vw;
	}

	.main-news-box .tab-body>li a.more {
		top: -5vw;
		padding-right: 2.8vw;
		height: 2.2vw;
		line-height: 2.2vw;
		font-size: 2.2vw;
	}

	.main-news-box .tab-body>li a.more::after {
		width: 2.2vw;
		height: 2.2vw;
	}

	.main-news-lists li {
		height: auto;
		line-height: 4vw;
		font-size: 2.4vw;
		padding: 1.2vw 0 1.2vw 2.8vw;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}

	.main-news-lists li::before {
		top: 2.8vw;
		width: 1vw;
		height: 1vw;
		border: 0.2vw solid #1b6cd0;
	}
}

@media (max-width:475px) {

	.news-swiper-box .swiper-slide p {
		font-size: 3.6vw;
	}

	.main-news-box .tab-head li {
		margin-right: 1.2vw;
		height: 5.6vw;
		line-height: 5.6vw;
		padding: 0 1.8vw;
		font-size: 3vw;
	}

	.main-news-box .tab-body>li a.more {
		top: -5.4vw;
		padding-right: 3vw;
		height: 3vw;
		line-height: 3vw;
		font-size: 3vw;
	}

	.main-news-box .tab-body>li a.more::after {
		top: 0.5vw;
		width: 2.6vw;
		height: 2.6vw;
	}

	.main-news-lists li {
		line-height: 5.6vw;
		font-size: 3.6vw;
		padding: 1.2vw 0 1.2vw 3.6vw;
	}

	.main-news-lists li::before {
		top: 3.2vw;
		width: 1.6vw;
		height: 1.6vw;
		border: 0.3vw solid #1b6cd0;
	}
}

/* ---- .main-header-box ---- */
.main-header-box {
	position: relative;
	border-bottom: 0.1vw solid #1064cf;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 2.4vw;
}

.main-header-box h1 {
	height: 3.6vw;
	display: flex;
	float: left;
	align-items: center;
	padding: 0 3vw 0 2.2vw;
	font-size: 1.5vw;
	color: #fff;
	background: #0755b9;
	border-radius: 0.6vw 0.6vw 0 0;
}

.main-header-box h1 img {
	width: auto;
}

.main-header-box h1 img.icon {
	height: 2.4vw;
	margin-right: 0.6vw;
}

.main-header-box h1 img.tong {
	height: 2vw;
	margin-left: 0.1vw;
}

.main-header-box a.more {
	position: absolute;
	top: 2vw;
	right: 0;
	padding-right: 1.4vw;
	height: 1.1vw;
	line-height: 1.1vw;
	font-size: 0.8vw;
	color: #0755b9;
}

.main-header-box a.more::after {
	content: "";
	position: absolute;
	top: -1px;
	right: 0;
	width: 1.1vw;
	height: 1.1vw;
	line-height: 0;
	background: url(./ytzqt2025_icon-more.png) center center / 100% 100% no-repeat;
	transition: .3s ease-in-out;
}

.main-header-box a.more:hover {
	text-decoration: none;
}

.main-header-box a.more:hover::after {
	right: -0.3vw;
}

@media (max-width:1300px) {
	.main-header-box {
		border-bottom: 0.17vw solid #1064cf;
		margin-bottom: 4vw;
	}

	.main-header-box h1 {
		height: 6vw;
		padding: 0 5vw 0 3.75vw;
		font-size: 2.5vw;
		border-radius: 1vw 1vw 0 0;
	}

	.main-header-box h1 img.icon {
		height: 4vw;
		margin-right: 1vw;
	}

	.main-header-box h1 img.tong {
		height: 3.25vw;
		margin-left: 0.17vw;
	}

	.main-header-box a.more {
		top: 3.25vw;
		padding-right: 2.25vw;
		height: 1.75vw;
		line-height: 1.75vw;
		font-size: 1.25vw;
	}

	.main-header-box a.more::after {
		width: 1.75vw;
		height: 1.75vw;
	}
}

@media (max-width:768px) {
	.main-header-box {
		border-bottom: 0.3vw solid #1064cf;
		margin-bottom: 6.4vw;
	}

	.main-header-box h1 {
		height: 9.6vw;
		padding: 0 8vw 0 6vw;
		font-size: 4vw;
		border-radius: 1.6vw 1.6vw 0 0;
	}

	.main-header-box h1 img.icon {
		height: 6.4vw;
		margin-right: 1.6vw;
	}

	.main-header-box h1 img.tong {
		height: 5.2vw;
		margin-left: 0.3vw;
	}

	.main-header-box a.more {
		top: 5.2vw;
		padding-right: 2.8vw;
		height: 2.2vw;
		line-height: 2.2vw;
		font-size: 2.2vw;
	}

	.main-header-box a.more::after {
		width: 2.2vw;
		height: 2.2vw;
	}
}

@media (max-width:475px) {
	.main-header-box a.more {
		padding-right: 3vw;
		height: 3vw;
		line-height: 3vw;
		font-size: 3vw;
	}

	.main-header-box a.more::after {
		top: 0.5vw;
		width: 2.6vw;
		height: 2.6vw;
	}
}

/* ---- tong-zhengCe-container ---- */
.tong-zhengCe-container {
	padding-bottom: 2.7vw;
}

.newest-zhengCe-container {
	width: 65.81%;
	float: left;
}

.newest-zhengCe-header {
	position: relative;
	height: 3.2vw;
	line-height: 0vw;
	display: flex;
	padding: 0 1.9vw;
	justify-content: left;
	align-items: center;
	font-size: 1.5vw;
	font-weight: bold;
	color: #0755b9;
	margin-bottom: 2vw;
	background: #d0e9ff;
}

.newest-zhengCe-header img.icon {
	height: 2.2vw;
	width: auto;
	margin-right: 1.6vw;
}

.newest-zhengCe-header a.more {
	position: absolute;
	top: 50%;
	margin-top: -0.55vw;
	right: 1.6vw;
	padding-right: 1.4vw;
	height: 1.1vw;
	line-height: 1.1vw;
	font-size: 0.8vw;
	color: #0755b9;
}

.newest-zhengCe-header a.more::after {
	content: "";
	position: absolute;
	top: -1px;
	right: 0;
	width: 1.1vw;
	height: 1.1vw;
	line-height: 0;
	background: url(./ytzqt2025_icon-more.png) center center / 100% 100% no-repeat;
	transition: .3s ease-in-out;
}

.newest-zhengCe-header a.more:hover {
	text-decoration: none;
}

.newest-zhengCe-header a.more:hover::after {
	right: -0.3vw;
}

.newest-zhengCe-lists>li {
	position: relative;
	overflow: hidden;
	border-radius: 0.6vw;
	background: url(./ytzqt2025_zc-bg.png) right bottom / auto 5.2vw no-repeat #fff;
	box-shadow: 0 0 0.3vw rgba(6, 118, 255, 0.05);
	padding: 1.5vw 13.4vw 1.4vw 3.2vw;
	margin-bottom: 0.7vw;
}

.newest-zhengCe-lists>li:last-of-type {
	margin-bottom: 0;
}

.newest-zhengCe-lists>li .badge {
	position: absolute;
	left: -2vw;
	top: 0.8vw;
	height: 1.7vw;
	line-height: 1.7vw;
	width: 5.6vw;
	text-align: center;
	font-size: 0.9vw;
	color: #fff;
	background: #0676ff;
	transform: rotate(-45deg);
	transform-origin: 50% 0;
}

.newest-zhengCe-lists>li .badge.success {
	background: #67C23A;
}

.newest-zhengCe-lists>li .badge.warning {
	background: #E6A23C;
}

.newest-zhengCe-lists>li .badge.danger {
	background: #F56C6C;
}

.newest-zhengCe-lists>li .badge.info {
	background: #909399;
}

.newest-zhengCe-lists>li h1.title {
	min-height: 2.7vw;
	padding: 0.25vw 0;
	line-height: 2.2vw;
	font-size: 1vw;
	color: #000;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newest-zhengCe-lists>li .infos {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.newest-zhengCe-lists>li .infos li {
	position: relative;
	padding-left: 1.8vw;
	width: 48.5%;
	height: 2.2vw;
	line-height: 2.2vw;
	font-size: 1vw;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newest-zhengCe-lists>li .infos li img.icon {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.6vw;
	height: 1.2vw;
	width: auto;
}

.newest-zhengCe-lists>li .infos li b {
	font-weight: normal;
	color: #0755b9;
}

.newest-zhengCe-lists>li .infos li b.success {
	color: #67C23A;
}

.newest-zhengCe-lists>li .infos li b.warning {
	color: #E6A23C;
}

.newest-zhengCe-lists>li .infos li b.danger {
	color: #F56C6C;
}

.newest-zhengCe-lists>li .infos li b.info {
	color: #909399;
}

.newest-zhengCe-lists>li .btn {
	position: absolute;
	right: 1.5vw;
	height: 2.5vw;
	border: 0.1vw solid #0057c5;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2vw;
	border-radius: 1.2vw;
	padding: 0 1.1vw;
}

.newest-zhengCe-lists>li .btn img {
	height: 1.2vw;
	width: auto;
	margin-right: 0.4vw;
}

.newest-zhengCe-lists>li .btn.before {
	bottom: 50%;
	margin-bottom: 0.9vw;
	background: #0057c5;
	color: #fff;
}

.newest-zhengCe-lists>li .btn.after {
	top: 50%;
	margin-top: 0.9vw;
	background: #fff;
	color: #0057c5;
}

.newest-zhengCe-lists>li .btn.after img {
	height: 1vw;
}

.newest-zhengCe-lists>li .btn:hover {
	text-decoration: none;
}

.newest-zhengCe-ads {
	width: 31.68%;
	float: right;
}

.newest-zhengCe-ads li {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 11.6vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.9vw;
}

.newest-zhengCe-ads li:last-of-type {
	margin-bottom: 0;
}

.newest-zhengCe-ads li img.ads {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.newest-zhengCe-ads li img.word {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

@media (max-width:1300px) {
	.tong-zhengCe-container {
		padding-bottom: 4.5vw;
	}

	.newest-zhengCe-header {
		height: 5.25vw;
		padding: 0 3.25vw;
		font-size: 2.5vw;
		margin-bottom: 3.25vw;
	}

	.newest-zhengCe-header img.icon {
		height: 3.75vw;
		margin-right: 2.75vw;
	}

	.newest-zhengCe-header a.more {
		margin-top: -0.8vw;
		right: 2.75vw;
		padding-right: 2.25vw;
		height: 1.75vw;
		line-height: 1.75vw;
		font-size: 1.25vw;
	}

	.newest-zhengCe-header a.more::after {
		width: 1.75vw;
		height: 1.75vw;
	}

	.newest-zhengCe-lists>li {
		border-radius: 1vw;
		background-size: auto 8.75vw;
		box-shadow: 0 0 0.5vw rgba(6, 118, 255, 0.05);
		padding: 2vw 12.8vw 1.5vw 2.5vw;
		margin-bottom: 1.25vw;
	}

	.newest-zhengCe-lists>li .badge {
		left: -3.25vw;
		top: 1.25vw;
		height: 2.75vw;
		line-height: 2.75vw;
		width: 9.25vw;
		font-size: 1.5vw;
	}

	.newest-zhengCe-lists>li h1.title {
		min-height: 4.5vw;
		padding: 0.5vw 0;
		line-height: 3.75vw;
		font-size: 1.75vw;
	}

	.newest-zhengCe-lists>li .infos li {
		padding-left: 3vw;
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 1.5vw;
	}

	.newest-zhengCe-lists>li .infos li img.icon {
		margin-top: -1vw;
		height: 2vw;
	}

	.newest-zhengCe-lists>li .btn {
		right: 1.5vw;
		height: 4vw;
		border: 0.18vw solid #0057c5;
		font-size: 2vw;
		border-radius: 2vw;
		padding: 0 1.75vw;
	}

	.newest-zhengCe-lists>li .btn img {
		height: 2vw;
		margin-right: 0.4vw;
	}

	.newest-zhengCe-lists>li .btn.before {
		margin-bottom: 1.5vw;
	}

	.newest-zhengCe-lists>li .btn.after {
		margin-top: 1.5vw;
	}

	.newest-zhengCe-lists>li .btn.after img {
		height: 1.75vw;
	}

	.newest-zhengCe-ads li {
		height: 18vw;
		margin-bottom: 2.1vw;
	}
}

@media (max-width:768px) {
	.tong-zhengCe-container {
		padding-bottom: 7.2vw;
	}

	.newest-zhengCe-container {
		width: 100%;
		float: none;
	}

	.newest-zhengCe-header {
		height: 8.4vw;
		padding: 0 5.2vw;
		font-size: 4vw;
		margin-bottom: 5.2vw;
	}

	.newest-zhengCe-header img.icon {
		height: 6vw;
		margin-right: 4.4vw;
	}

	.newest-zhengCe-header a.more {
		margin-top: -1.1vw;
		right: 4.4vw;
		padding-right: 2.8vw;
		height: 2.2vw;
		line-height: 2.2vw;
		font-size: 2.2vw;
	}

	.newest-zhengCe-header a.more::after {
		top: 0.15vw;
		width: 2.2vw;
		height: 2.2vw;
	}

	.newest-zhengCe-lists {
		margin-bottom: 5.2vw;
	}

	.newest-zhengCe-lists>li {
		border-radius: 1.6vw;
		background-size: auto 14vw;
		box-shadow: 0 0 0.8vw rgba(6, 118, 255, 0.05);
		padding: 4vw 3vw 10.8vw 4vw;
		margin-bottom: 2vw;
	}

	.newest-zhengCe-lists>li .badge {
		left: -5.2vw;
		top: 2vw;
		height: 4.4vw;
		line-height: 4.4vw;
		width: 14.8vw;
		font-size: 2.4vw;
	}

	.newest-zhengCe-lists>li h1.title {
		min-height: auto;
		padding: 0.8vw 0;
		line-height: 4.8vw;
		font-size: 2.8vw;
		text-align: justify;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}

	.newest-zhengCe-lists>li .infos li {
		padding-left: 4.8vw;
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 2.4vw;
	}

	.newest-zhengCe-lists>li .infos li img.icon {
		margin-top: -1.6vw;
		height: 3.2vw;
	}

	.newest-zhengCe-lists>li .btn {
		position: absolute;
		bottom: 2.4vw;
		right: auto;
		height: 6.4vw;
		border: 0.3vw solid #0057c5;
		font-size: 3.2vw;
		border-radius: 3.2vw;
		padding: 0 9vw;
	}

	.newest-zhengCe-lists>li .btn img {
		height: 3.2vw;
		margin-right: 1.2vw;
	}

	.newest-zhengCe-lists>li .btn.before {
		bottom: 2.4vw;
		right: 50%;
		margin-right: 3.2vw;
		margin-bottom: 0;
		background: #0057c5;
		color: #fff;
	}

	.newest-zhengCe-lists>li .btn.after {
		top: auto;
		left: 50%;
		margin-left: 3.2vw;
		margin-top: 0;
		background: #fff;
		color: #0057c5;
	}

	.newest-zhengCe-lists>li .btn img {
		height: 2.8vw;
	}

	.newest-zhengCe-ads {
		width: 100%;
		float: none;
	}

	.newest-zhengCe-ads li {
		height: 41vw;
		margin-bottom: 2.4vw;
	}
}

@media (max-width:475px) {

	.newest-zhengCe-header a.more {
		margin-top: -1.1vw;
		right: 4.4vw;
		padding-right: 3vw;
		height: 3vw;
		line-height: 3vw;
		font-size: 3vw;
	}

	.newest-zhengCe-header a.more::after {
		top: 0.2vw;
		width: 2.6vw;
		height: 2.6vw;
	}

	.newest-zhengCe-lists>li .badge {
		font-size: 3vw;
	}

	.newest-zhengCe-lists>li h1.title {
		padding: 1.2vw 0;
		line-height: 5.6vw;
		font-size: 3.6vw;
	}

	.newest-zhengCe-lists>li .infos li {
		width: 100%;
		padding-left: 6vw;
		height: 6vw;
		line-height: 6vw;
		font-size: 3.6vw;
	}

	.newest-zhengCe-lists>li .infos li img.icon {
		margin-top: -1.6vw;
		height: 4vw;
	}

	.newest-zhengCe-lists>li .btn {

		font-size: 3.6vw;
	}

	.newest-zhengCe-lists>li .btn img {
		height: 4vw;
		margin-right: 1.2vw;
	}

	.newest-zhengCe-lists>li .btn img {
		height: 3.6vw;
	}
}

/* ---- tong-banShi-container ---- */
.tong-banShi-container {
	padding-bottom: 0.5vw;
}

.banShi-lists {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	overflow: hidden;
}

.banShi-lists li {
	width: 15.4%;
	margin-bottom: 1.5vw;
}

.banShi-lists li a {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	height: 15.5vw;
	background: #e2efff;
}

.banShi-lists li a:hover {
	text-decoration: none;
}

.banShi-lists li a img {
	width: auto;
	height: 6.3vw;
	margin-bottom: 2.2vw;
}

.banShi-lists li a p {
	width: 100%;
	padding: 0 1vw;
	height: 2.2vw;
	line-height: 2.2vw;
	text-align: center;
	font-size: 1.6vw;
	color: #070300;
}

@media (max-width:1300px) {
	.tong-banShi-container {
		padding-bottom: 0.75vw;
	}

	.banShi-lists li {
		margin-bottom: 2.5vw;
	}

	.banShi-lists li a {
		height: 18.24vw;
	}

	.banShi-lists li a img {
		height: 7.4vw;
	}

	.banShi-lists li a p {
		padding: 0 2vw;
		height: 2.65vw;
		line-height: 2.65vw;
		font-size: 1.88vw;
	}
}

@media (max-width:768px) {
	.tong-banShi-container {
		padding-bottom: 1.2vw;
	}

	.banShi-lists li {
		width: 23.3%;
		margin-bottom: 4vw;
	}

	.banShi-lists li a {
		height: 27vw;
	}

	.banShi-lists li a img {
		height: 11vw;
		margin-bottom: 3.2vw;
	}

	.banShi-lists li a p {
		padding: 0 2.8vw;
		height: 6vw;
		line-height: 6vw;
		font-size: 2.8vw;
	}
}

@media (max-width:475px) {
	.tong-banShi-container {
		padding-bottom: 2vw;
	}

	.banShi-lists li {
		width: 31.2%;
		margin-bottom: 4vw;
	}

	.banShi-lists li a {
		height: 36.5vw;
	}

	.banShi-lists li a img {
		height: 14.82vw;
		margin-bottom: 4vw;
	}

	.banShi-lists li a p {
		padding: 0 3.2vw;
		height: 5.8vw;
		line-height: 5.8vw;
		font-size: 3.6vw;
	}
}

/* ---- tong-wenTi-container ---- */
.tong-wenTi-container {
	margin-bottom: 2.1vw;
}

.tong-wenTi-container .main-header-box {
	margin-bottom: 0;
}

.wenTi-box {
	min-height: 21.9vw;
	position: relative;
	background: url(./ytzqt2025_wenti-bg.jpg) center center / 100% 100% no-repeat;
	padding: 3.8vw 0 5.1vw;
}

.wenTi-box .tel {
	position: absolute;
	right: 1.3vw;
	top: 1vw;
	height: 2.2vw;
	line-height: 2.2vw;
	font-size: 1.2vw;
	color: #fff;
	padding-left: 2.1vw;
	background: url(./ytzqt2025_icon-tel.png) left center / auto 1.6vw no-repeat;
}

.wenTi-box .slogan {
	display: block;
	width: 49.33%;
	margin: 0 auto 1.8vw;
}

.wenTi-box .btns {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.wenTi-box .btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.7vw;
	padding: 0 1.2vw;
	background: #64f0fe;
	height: 2.6vw;
	line-height: 2.6vw;
	font-size: 1.4vw;
	color: #002fb1;
	font-weight: bold;
	border-radius: 1.2vw;
	border:none;
	cursor:pointer;
}

.wenTi-box .btn:hover {
	text-decoration: none;
}

.wenTi-box .btn img {
	height: 2vw;
	width: auto;
	margin-right: 0.4vw;
}

@media (max-width:1300px) {
	.tong-wenTi-container {
		margin-bottom: 3.5vw;
	}

	.wenTi-box {
		min-height: 33.7vw;
		padding: 5.8vw 0 7.85vw;
	}

	.wenTi-box .tel {
		right: 2.25vw;
		top: 1vw;
		height: 3.75vw;
		line-height: 3.75vw;
		font-size: 2vw;
		padding-left: 3.5vw;
		background-size: auto 2.75vw;
	}

	.wenTi-box .slogan {
		width: 62.3%;
		margin: 0 auto 3.8vw;
	}

	.wenTi-box .btn {
		margin: 0 1.25vw;
		padding: 0 2vw;
		height: 4.25vw;
		line-height: 4.25vw;
		font-size: 2.25vw;
		border-radius: 2vw;
	}

	.wenTi-box .btn img {
		height: 3.25vw;
		margin-right: 0.75vw;
	}
}

@media (max-width:768px) {
	.tong-wenTi-container {
		margin-bottom: 5.6vw;
	}

	.wenTi-box {
		padding: 10vw 0 7.85vw;
	}

	.wenTi-box .tel {
		top: 1.6vw;
		height: 6vw;
		line-height: 6vw;
		font-size: 3.2vw;
		padding-left: 5.6vw;
		background-size: auto 4.4vw;
	}

	.wenTi-box .slogan {
		width: 80%;
		margin: 0 auto 3.8vw;
	}

	.wenTi-box .btn {
		margin: 0 2vw;
		padding: 0 3.2vw;
		height: 6.8vw;
		line-height: 6.8vw;
		font-size: 3.6vw;
		border-radius: 3.4vw;
	}

	.wenTi-box .btn img {
		height: 5.2vw;
		margin-right: 1.2vw;
	}
}

/* ---- tong-xinYong-container ---- */
.tong-xinYong-container {
	padding-bottom: 2.7vw;
}

.xinYong-fast-container {
	width: 31.8%;
	float: left;
}

.xinYong-fast-container h1 {
	height: 3.5vw;
	line-height: 3.5vw;
	background: #d0e9ff;
	font-size: 1.5vw;
	color: #0755b9;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1.3vw;
}

.xinYong-fast-container li {
	margin-bottom: 0.9vw;
}

.xinYong-fast-container li a {
	position: relative;
	display: block;
	width: 100%;
	min-height: 4.8vw;
	padding: 1.2vw 1vw 1.2vw 6.2vw;
	line-height: 2.4vw;
	font-size: 1.5vw;
	color: #fff;
	background: #0755b9;
}

.xinYong-fast-container li a:hover {
	text-decoration: none;
}

.xinYong-fast-container li a img {
	position: absolute;
	left: 2.1vw;
	top: 50%;
	height: 2.7vw;
	margin-top: -1.35vw;
	width: auto;
}

.xinYong-info-container {
	float: right;
	width: 67.2%;
}

.general-head {
	position: relative;
}

.general-head::before {
	content: "";
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 0.15vw;
	line-height: 0;
	font-size: 0;
	background: #e5e5e5;
}

.general-head h1 {
	position: relative;
	display: inline-block;
	z-index: 1;
	height: 3.3vw;
	line-height: 3.15vw;
	border-bottom: 0.15vw solid #0f5bbb;
	font-size: 1.5vw;
	color: #0f5bbb;
	padding-left: 2.5vw;
	padding-right: 0.8vw;
}

.general-head h1 img {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1.1vw;
	width: auto;
	height: 2.2vw;
}

.general-head a.more {
	position: absolute;
	top: 50%;
	margin-top: -0.55vw;
	right: 0;
	padding-right: 1.4vw;
	height: 1.1vw;
	line-height: 1.1vw;
	font-size: 0.8vw;
	color: #0755b9;
}

.general-head a.more::after {
	content: "";
	position: absolute;
	top: -1px;
	right: 0;
	width: 1.1vw;
	height: 1.1vw;
	line-height: 0;
	background: url(./ytzqt2025_icon-more.png) center center / 100% 100% no-repeat;
	transition: .3s ease-in-out;
}

.general-head a.more:hover {
	text-decoration: none;
}

.general-head a.more:hover::after {
	right: -0.3vw;
}

.xinYong-info-lists {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.xinYong-info-lists li {
	margin-top: 1.4vw;
	width: 31.66%;
}

.xinYong-info-lists li a {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	height: 8.3vw;
	background: #e6f6ff;
}

.xinYong-info-lists li a:hover {
	text-decoration: none;
}

.xinYong-info-lists li img {
	height: 3.2vw;
	width: auto;
	margin-bottom: 0.3vw;
}

.xinYong-info-lists li p {
	padding: 0 1vw;
	min-height: 2.8vw;
	line-height: 1.8vw;
	display: flex;
	width: 100%;
	font-size: 1.3vw;
	color: #000;
	text-align: center;
	justify-content: center;
	align-items: center;
}

@media (max-width:1300px) {
	.tong-xinYong-container {
		padding-bottom: 4.5vw;
	}

	.xinYong-fast-container h1 {
		height: 5.75vw;
		line-height: 5.75vw;
		font-size: 2.5vw;
		margin-bottom: 2.25vw;
	}

	.xinYong-fast-container li {
		margin-bottom: 1.5vw;
	}

	.xinYong-fast-container li a {
		min-height: 8vw;
		padding: 2vw 1.2vw 2vw 6.8vw;
		line-height: 4vw;
		font-size: 2vw;
	}

	.xinYong-fast-container li a img {
		left: 1.6vw;
		height: 4.5vw;
		margin-top: -2.25vw;
	}

	.general-head::before {
		height: 0.25vw;
	}

	.general-head h1 {
		height: 5.5vw;
		line-height: 5.25vw;
		border-bottom: 0.25vw solid #0f5bbb;
		font-size: 2.5vw;
		padding-left: 4vw;
		padding-right: 1.25vw;
		background-size: auto 3.75vw;
	}

	.general-head h1 img {
		margin-top: -1.9vw;
		height: 3.75vw;
	}

	.general-head a.more {
		margin-top: -0.8vw;
		padding-right: 2.25vw;
		height: 1.75vw;
		line-height: 1.75vw;
		font-size: 1.25vw;
	}

	.general-head a.more::after {
		width: 1.75vw;
		height: 1.75vw;
	}

	.xinYong-info-lists {
		padding-top: 0.2vw;
	}

	.xinYong-info-lists li {
		margin-top: 2.25vw;
	}

	.xinYong-info-lists li a {
		height: 15.2vw;
	}

	.xinYong-info-lists li img {
		height: 5.25vw;
		margin-bottom: 0.5vw;
	}

	.xinYong-info-lists li p {
		padding: 0 1.75vw;
		min-height: 4.75vw;
		line-height: 2.6vw;
		font-size: 1.8vw;
	}
}

@media (max-width:768px) {
	.tong-xinYong-container {
		padding-bottom: 7.2vw;
	}

	.xinYong-fast-container {
		width: 100%;
		float: none;
	}

	.xinYong-fast-container h1 {
		height: 9.2vw;
		line-height: 9.2vw;
		font-size: 4vw;
		margin-bottom: 3.6vw;
	}

	.xinYong-fast-container li {
		margin-bottom: 2.4vw;
	}

	.xinYong-fast-container li a {
		min-height: 12.8vw;
		padding: 3.2vw 2.8vw 3.2vw 16.4vw;
		line-height: 6.4vw;
		font-size: 4vw;
	}

	.xinYong-fast-container li a img {
		left: 5.6vw;
		height: 7.2vw;
		margin-top: -3.6vw;
	}

	.xinYong-info-container {
		float: none;
		width: 100%;
	}

	.general-head::before {
		height: 0.4vw;
	}

	.general-head h1 {
		height: 8.8vw;
		line-height: 8.4vw;
		border-bottom: 0.4vw solid #0f5bbb;
		font-size: 4vw;
		padding-left: 6.8vw;
		padding-right: 2vw;
		background-size: auto 6vw;
	}

	.general-head h1 img {
		margin-top: -3vw;
		height: 6vw;
	}

	.general-head a.more {
		margin-top: -1.1vw;
		padding-right: 2.8vw;
		height: 2.2vw;
		line-height: 2.2vw;
		font-size: 2.2vw;
	}

	.general-head a.more::after {
		top: 0.15vw;
		width: 2.2vw;
		height: 2.2vw;
	}

	.xinYong-info-lists li {
		margin-top: 3.6vw;
		width: 48.5%;
	}

	.xinYong-info-lists li a {
		height: 21.28vw;
	}

	.xinYong-info-lists li img {
		height: 8.2vw;
		margin-bottom: 0.8vw;
	}

	.xinYong-info-lists li p {
		padding: 0 2.5vw;
		min-height: 7.2vw;
		line-height: 4.6vw;
		font-size: 3.3vw;
	}
}

@media (max-width:475px) {

	.general-head a.more {
		margin-top: -1.1vw;
		right: 4.4vw;
		padding-right: 3vw;
		height: 3vw;
		line-height: 3vw;
		font-size: 3vw;
	}

	.general-head a.more::after {
		top: 0.2vw;
		width: 2.6vw;
		height: 2.6vw;
	}
}

/* ---- tong-zhaoYin-container ---- */
.tong-zhaoYin-container {
	padding-bottom: 3.6vw;
}

.zhaoYin-news-container {
	float: left;
	width: 65.9%;
}

.zhaoYin-news-body {
	width: 48.14%;
	float: left;
}

.zhaoYin-news-body:nth-of-type(2n) {
	float: right;
}

.zhaoYin-news-body h1 {
	height: 3.5vw;
	line-height: 3.5vw;
	text-align: center;
	font-size: 1.5vw;
	color: #0755b9;
	background: #d0e9ff;
	font-weight: bold;
}

.general-news-lists {
	padding-top: 0.1vw;
	overflow: hidden;
}

.general-news-lists li {
	position: relative;
	margin-top: 0.5vw;
	border-bottom: 0.1vw dotted #d6dde0;
	height: 2.8vw;
	line-height: 2.7vw;
	padding-left: 1.3vw;
	padding-right: 4vw;
	font-size: 1vw;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.general-news-lists li::before {
	content: "";
	position: absolute;
	left: 0.2vw;
	top: 1.2vw;
	width: 0.4vw;
	height: 0.4vw;
	line-height: 0;
	font-size: 0;
	background: #b3d3ef;
	border-radius: 50%;
}

.general-news-lists li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #9ba1a4;
	font-size: 0.8vw;
}

.zhaoYin-ads-lists {
	width: 31.7%;
	float: right;
}

.zhaoYin-ads-lists li {
	margin-bottom: 0.8vw;
}

.zhaoYin-ads-lists li:last-of-type {
	margin-bottom: 0;
}

.zhaoYin-ads-lists li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 9.7vw;
	width: 100%;
	font-size: 1.8vw;
	line-height: 2.4vw;
	color: #0f64ce;
	background: url(./ytzqt2025_zhaoshang-bg.jpg) center center / 100% 100% no-repeat;
	font-weight: bold;
}

.zhaoYin-ads-lists li a {
	text-decoration: none;
}

.zhaoYin-ads-lists li a img {
	width: 8.1vw;
	height: auto;
	margin-right: 1.1vw;
}

@media (max-width:1300px) {
	.tong-zhaoYin-container {
		padding-bottom: 6vw;
	}

	.zhaoYin-news-container {
		float: none;
		width: 100%;
	}

	.zhaoYin-news-body h1 {
		height: 5.75vw;
		line-height: 5.75vw;
		font-size: 2.5vw;
	}

	.general-news-lists {
		padding-top: 0.2vw;
	}

	.general-news-lists li {
		position: relative;
		margin-top: 0.75vw;
		border-bottom: 0.2vw dotted #d6dde0;
		height: 4.75vw;
		line-height: 4.55vw;
		padding-left: 2.25vw;
		padding-right: 6.75vw;
		font-size: 1.75vw;
	}

	.general-news-lists li::before {
		left: 0.25vw;
		top: 2vw;
		width: 0.75vw;
		height: 0.75vw;
	}

	.general-news-lists li span {
		font-size: 1.5vw;
	}

	.zhaoYin-ads-lists {
		margin-top: 2.4vw;
		width: 100%;
		float: none;
		overflow: hidden;
	}

	.zhaoYin-ads-lists li {
		width: 48.14%;
		float: left;
		margin-bottom: 0;
	}

	.zhaoYin-ads-lists li:nth-of-type(2n) {
		float: right;
	}

	.zhaoYin-ads-lists li a {
		height: 17.32vw;
		font-size: 2.75vw;
		line-height: 4.25vw;
	}

	.zhaoYin-ads-lists li a img {
		width: 14.5vw;
		margin-right: 2vw;
	}
}

@media (max-width:768px) {
	.tong-zhaoYin-container {
		padding-bottom: 9.6vw;
	}

	.zhaoYin-news-body {
		width: 100%;
		float: none;
		margin-bottom: 4vw;
	}

	.zhaoYin-news-body:nth-of-type(2n) {
		float: none;
	}

	.zhaoYin-news-body h1 {
		height: 11.5vw;
		line-height: 11.5vw;
		font-size: 4.8vw;
	}

	.general-news-lists {
		padding-top: 0.4vw;
	}

	.general-news-lists li {
		margin-top: 1.5vw;
		border-bottom: 0.4vw dotted #d6dde0;
		height: auto;
		line-height: 5.2vw;
		padding: 2.2vw 13.5vw 2.2vw 4.5vw;
		font-size: 3.6vw;
		overflow: auto;
		text-overflow: unset;
		white-space: unset;
	}

	.general-news-lists li::before {
		left: 0.5vw;
		top: 4vw;
		width: 1.5vw;
		height: 1.5vw;
	}

	.general-news-lists li span {
		font-size: 3vw;
		line-height: 9.6vw;
	}

	.zhaoYin-ads-lists li a {
		height: 20vw;
		font-size: 4vw;
	}

	.zhaoYin-ads-lists li a img {
		width: 16vw;
		margin-right: 2vw;
	}
}

/* ---- tong-rongChuang-container ---- */
.tong-rongChuang-container {
	padding-bottom: 2.6vw;
}

.rongChuang-news-box {
	width: 31.7%;
	float: left;
}

.rongChuang-news-box .tab-head {
	margin-bottom: 0.7vw;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.rongChuang-news-box .tab-head li {
	width: 48.65%;
	margin-right: 2.7%;
	height: 2.8vw;
	line-height: 2.8vw;
	text-align: center;
	font-size: 1vw;
	color: #333333;
	font-weight: bold;
	background: #d0e9ff;
}

.rongChuang-news-box .tab-head li:last-of-type {
	margin-right: 0;
}

.rongChuang-news-box .tab-head li.active {
	background: #0f64ce;
	color: #fff;
}

.rongChuang-chanPin-container {
	width: 65.8%;
	float: right;
}

.rongChuang-chanPin-container .general-head {
	margin-top: -0.5vw;
}

.rongChuang-chanPin-list li {
	border: 1px solid #e4e9ea;
	background: #fff;
	position: relative;
	padding-left: 5.2vw;
	margin-top: 1.3vw;
}

.rongChuang-chanPin-list li .logo {
	position: absolute;
	left: 0;
	width: 5.2vw;
	height: 100%;
	border-right: 1px solid #e4e9ea;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.rongChuang-chanPin-list li .logo img {
	width: auto;
	height: 2vw;
}

.rongChuang-chanPin-list li .con {
	position: relative;
	padding: 1.2vw 13.5vw 1.2vw 2.6vw;
}

.rongChuang-chanPin-list li .con h1.title {
	height: 1.4vw;
	line-height: 1.4vw;
	font-size: 1vw;
	color: #01041c;
	font-weight: bold;
	margin-bottom: 1.1vw;
}

.rongChuang-chanPin-list li .con h1.title span.tag {
	height: 1.4vw;
	line-height: calc(1.4vw - 2px);
	border: 1px solid #1da0dd;
	font-size: 0.7vw;
	color: #1da0dd;
	padding: 0 0.6vw;
	margin-left: 0.6vw;
	font-weight: normal;
}

.rongChuang-chanPin-list li .datas {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.rongChuang-chanPin-list li .datas .item {
	display: inline-block;
}

.rongChuang-chanPin-list li .datas h2 {
	line-height: 1.4vw;
	font-size: 1vw;
	color: #000;
	font-weight: normal;
}

.rongChuang-chanPin-list li .datas label {
	line-height: 1.1vw;
	font-size: 0.75vw;
	color: #999;
}

.rongChuang-chanPin-list li .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	right: 2.6vw;
	margin-top: -1.05vw;
	height: 2.1vw;
	padding: 0 3.2vw;
	background: #1da0dd;
	font-size: 0.75vw;
	color: #fff;
	border-radius: 0.15vw;

}

.rongChuang-chanPin-list li .btn:hover {
	text-decoration: none;
}

@media (max-width:1300px) {
	.tong-rongChuang-container {
		padding-bottom: 4.25vw;
	}

	.rongChuang-news-box .tab-head {
		margin-bottom: 1.25vw;
	}

	.rongChuang-news-box .tab-head li {
		height: 4.75vw;
		line-height: 4.75vw;
		font-size: 1.75vw;
	}

	.rongChuang-chanPin-container .general-head {
		margin-top: -0.75vw;
	}

	.rongChuang-chanPin-list li {
		padding-left: 8.5vw;
		margin-top: 1.75vw;
	}

	.rongChuang-chanPin-list li .logo {
		width: 8.5vw;
	}

	.rongChuang-chanPin-list li .logo img {
		height: 3.25vw;
	}

	.rongChuang-chanPin-list li .con {
		padding: 1.2vw 2vw;
	}

	.rongChuang-chanPin-list li .con h1.title {
		height: 2.25vw;
		line-height: 2.25vw;
		font-size: 1.75vw;
		margin-bottom: 1vw;
	}

	.rongChuang-chanPin-list li .con h1.title span.tag {
		height: 2.25vw;
		line-height: calc(2.25vw - 2px);
		font-size: 1.25vw;
		padding: 0 1vw;
		margin-left: 1vw;
	}

	.rongChuang-chanPin-list li .datas h2 {
		line-height: 2.25vw;
		font-size: 1.75vw;
	}

	.rongChuang-chanPin-list li .datas label {
		line-height: 1.75vw;
		font-size: 1.25vw;
	}

	.rongChuang-chanPin-list li .btn {
		display: inline-flex;
		position: relative;
		top: auto;
		right: auto;
		margin-top: 0.75vw;
		height: 2.5vw;
		padding: 0 5.25vw;
		font-size: 1.25vw;
		border-radius: 0.25vw;

	}

	.rongChuang-chanPin-list li .btn:hover {
		text-decoration: none;
	}
}

@media (max-width:768px) {
	.tong-rongChuang-container {
		padding-bottom: 6.8vw;
	}

	.rongChuang-news-box {
		width: 100%;
		float: none;
		margin-bottom: 4.8vw;
	}

	.rongChuang-news-box .tab-head {
		margin-bottom: 2vw;
	}

	.rongChuang-news-box .tab-head li {
		height: 7.6vw;
		line-height: 7.6vw;
		font-size: 2.8vw;
	}

	.rongChuang-chanPin-container {
		width: 100%;
		float: none;
	}

	.rongChuang-chanPin-container .general-head {
		margin-top: 0;
	}

	.rongChuang-chanPin-list li {
		padding-left: 13vw;
		margin-top: 3.25vw;
	}

	.rongChuang-chanPin-list li .logo {
		width: 13vw;
	}

	.rongChuang-chanPin-list li .logo img {
		height: 5vw;
	}

	.rongChuang-chanPin-list li .con {
		padding: 3vw 4vw;
	}

	.rongChuang-chanPin-list li .con h1.title {
		height: 3.5vw;
		line-height: 3.5vw;
		font-size: 2.5vw;
		margin-bottom: 2.75vw;
	}

	.rongChuang-chanPin-list li .con h1.title span.tag {
		height: 3.5vw;
		line-height: calc(3.5vw - 2px);
		font-size: 2vw;
		padding: 0 1.5vw;
		margin-left: 1.5vw;
	}

	.rongChuang-chanPin-list li .datas h2 {
		line-height: 3.5vw;
		font-size: 2.5vw;
	}

	.rongChuang-chanPin-list li .datas label {
		line-height: 2.75vw;
		font-size: 2vw;
	}

	.rongChuang-chanPin-list li .btn {
		margin-top: 2vw;
		height: 5.25vw;
		padding: 0 8vw;
		font-size: 2vw;
		border-radius: 0.4vw;

	}

	.rongChuang-chanPin-list li .btn:hover {
		text-decoration: none;
	}
}

@media (max-width:475px) {

	.rongChuang-news-box .tab-head li {
		font-size: 3.6vw;
	}

	.rongChuang-chanPin-list li .con h1.title {
		height: 4.8vw;
		line-height: 4.8vw;
		font-size: 4.4vw;
	}

	.rongChuang-chanPin-list li .con h1.title span.tag {
		height: 4.8vw;
		line-height: calc(4.8vw - 2px);
		font-size: 3vw;
	}

	.rongChuang-chanPin-list li .datas h2 {
		line-height: 4vw;
		font-size: 3.2vw;
	}

	.rongChuang-chanPin-list li .datas label {
		line-height: 3.6vw;
		font-size: 2.8vw;
	}

	.rongChuang-chanPin-list li .btn {
		height: 6.8vw;
		font-size: 3.6vw;

	}

	.rongChuang-chanPin-list li .btn:hover {
		text-decoration: none;
	}
}

/* ---- tong-keChuang-container ---- */
.tong-keChuang-container {
	padding-bottom: 6.6vw;
}

.tong-keChuang-container .main-header-box {
	margin-bottom: 0;
}

.keChuang-box {
	min-height: 20.8vw;
	padding: 4.7vw 8.2vw;
	background: url(./ytzqt2025_keChuang-bg.jpg) center center / 100% 100% no-repeat;
}

.keChuang-box .slogan {
	height: 3.4vw;
	width: auto;
	margin-bottom: 2vw;
}

.keChuang-box .btns {
	display: flex;
	justify-content: left;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}

.keChuang-box .btn {
	display: inline-flex;
	padding: 0 1.2vw 0 1.4vw;
	height: 2.6vw;
	font-size: 1.35vw;
	color: #002fb1;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	background: #64f0fe;
	border-radius: 1.2vw;
	margin-right: 0.75vw;
	margin-bottom: 1vw;
}

.keChuang-box .btn:hover {
	text-decoration: none;
}

.keChuang-box .btn img {
	height: 1.9vw;
	width: auto;
	margin-right: 0.4vw;
}

@media (max-width:1300px) {
	.tong-keChuang-container {
		padding-bottom: 11vw;
	}

	.keChuang-box {
		min-height: 34.75vw;
		padding: 7vw 8.2vw;
	}

	.keChuang-box .slogan {
		height: 5.75vw;
		margin-bottom: 3.25vw;
	}

	.keChuang-box .btn {
		padding: 0 2vw 0 2.25vw;
		height: 4.25vw;
		font-size: 2.25vw;
		border-radius: 2vw;
		margin-right: 1.25vw;
		margin-bottom: 1.75vw;
	}

	.keChuang-box .btn img {
		height: 3.75vw;
		margin-right: 0.75vw;
	}
}

@media (max-width:768px) {
	.tong-keChuang-container {
		padding-bottom: 17.6vw;
	}

	.keChuang-box {
		min-height: 55.5vw;
		padding: 12.4vw 8.2vw;
	}

	.keChuang-box .slogan {
		height: auto;
		width: 100%;
		margin-bottom: 5.2vw;
	}

	.keChuang-box .btn {
		padding: 0 3.2vw 0 3.6vw;
		height: 6.8vw;
		font-size: 3.6vw;
		border-radius: 3.2vw;
		margin-right: 2vw;
		margin-bottom: 2.8vw;
	}

	.keChuang-box .btn img {
		height: 4.8vw;
		margin-right: 1.2vw;
	}
}

/* ---- bottom-container ---- */
.bottom-container {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #1064cf;
	padding: 2.7vw 0 1.7vw;
}

.bottom-container a{color:#fff;}
.bottom-container .bottom {
	padding: 0 20vw;
	position: relative;
	text-align: center;
}

.bottom-container .bottom p {
	line-height: 3.33;
	font-size: 0.9vw;
	color: #fff;
	text-align: center;
}

.bottom-container .bottom p span {
	margin: 0 0.4vw;
	display: inline-block;
}

.bottom-container .bottom p span img {
	height: 1.2vw;
	width: auto;
}

.bottom-container .bottom .umeng {
	position: absolute;
	bottom: 1.7vw;
	right: 19vw;
	height: 1.4vw;
	width: auto;
}

.bottom-container .bottom .dzjg {
	position: absolute;
	left: 6.8vw;
	top: 50%;
	height: 5.5vw;
	width: auto;
	margin-top: -2.75vw;
}

.bottom-container .bottom .zhaocuo {
	position: absolute;
	right: 6.2vw;
	top: 50%;
	height: 3.7vw;
	width: auto;
	margin-top: -1.85vw;
}

@media (max-width:1300px) {
	.bottom-container {
		padding: 4.5vw 0 2.75vw;
	}

	.bottom-container .bottom {
		padding: 0 10vw;
	}

	.bottom-container .bottom p {
		font-size: 1.5vw;
	}

	.bottom-container .bottom p span {
		margin: 0 0.75vw;
	}

	.bottom-container .bottom p span img {
		height: 2vw;
	}

	.bottom-container .bottom .umeng {
		top: 1.2vw;
		bottom: auto;
		right: 19vw;
		height: 2.25vw;
	}

	.bottom-container .bottom .dzjg {
		left: 0vw;
		height: 8vw;
		margin-top: -4vw;
	}

	.bottom-container .bottom .zhaocuo {
		right: 0vw;
		height: 4vw;
		margin-top: -2vw;
	}
}

@media (max-width:768px) {
	.bottom-container {
		padding: 7.2vw 0 4.4vw;
	}

	.bottom-container .bottom {
		padding: 0;
	}

	.bottom-container .bottom p {
		font-size: 2.4vw;
	}

	.bottom-container .bottom p span {
		margin: 0 1.2vw;
	}

	.bottom-container .bottom p span img {
		height: 3.2vw;
	}

	.bottom-container .bottom .umeng {
		position: relative;
		bottom: 0.6vw;
		top: auto;
		right: auto;
		height: 3.6vw;
		width: auto;
	}

	.bottom-container .bottom .dzjg {
		position: relative;
		left: auto;
		top: auto;
		height: 6vw;
		width: auto;
		margin: 0 2vw;
	}

	.bottom-container .bottom .zhaocuo {
		position: relative;
		right: auto;
		top: auto;
		height: 4vw;
		margin: 0 2vw
	}
}

@media (max-width:475px) {
	.bottom-container .bottom p {
		line-height: 2;
		font-size: 3.2vw;
	}
}

/* ---- crumbs-container ---- */
.crumbs-container {
	border-bottom: 1px solid #e7e7e7;
	padding: 1vw 0;
	font-size: 0.9vw;
	line-height: 1.75;
	color: #666;
	margin-bottom: 2.4vw;
}

@media (max-width:1300px) {
	.crumbs-container {
		padding: 1.75vw 0;
		font-size: 1.5vw;
		margin-bottom: 4vw;
	}
}

@media (max-width:768px) {
	.crumbs-container {
		padding: 2.8vw 0;
		font-size: 2.4vw;
		margin-bottom: 6.4vw;
	}
}

@media (max-width:475px) {
	.crumbs-container {
		font-size: 3.2vw;
	}
}

/* ---- news-lists ---- */
.news-lists {
	overflow: hidden;
	padding-bottom: 2.8vw;
}

.news-lists li {
	position: relative;
	margin-top: 0.5vw;
	border-bottom: 0.1vw dotted #d6dde0;
	min-height: 4vw;
	line-height: 1.8vw;
	padding: 1.1vw 6vw 1.1vw 1.3vw;
	font-size: 1vw;
	color: #333333;
}

.news-lists li::before {
	content: "";
	position: absolute;
	left: 0.2vw;
	top: 1.8vw;
	width: 0.4vw;
	height: 0.4vw;
	line-height: 0;
	font-size: 0;
	background: #b3d3ef;
	border-radius: 50%;
}

.news-lists li span {
	position: absolute;
	top: 0;
	right: 0;
	color: #9ba1a4;
	height: 4vw;
	line-height: 4vw;
	font-size: 0.8vw;
}

.page-bar {
	margin-bottom: 2.4vw;
	text-align: center;
	line-height: 3vw;
	font-size: 1vw;
	color: #333;
	overflow: hidden;
}

.page-bar a,.page-bar span,.page-bar button {
	border: 1px solid #e7e7e7;
	height: 2.6vw;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 1.2vw;
	border-radius: 0.15vw;
	background: #fff;
	margin: 0 0.3vw;
	cursor:pointer;
}

.page-bar input {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 5vw;
	border: 1px solid #e7e7e7;
	height: 2.6vw;
	line-height: 2.5vw;
	outline: none;
	margin:0 1vw;
	text-align: center;
}

.page-bar a:hover {
	text-decoration: none;
}

.page-bar a.active,
.page-bar span.active {
	background: #1064cf;
	color: #fff;
	border-color: #1064cf;
}

@media (max-width:1300px) {
	.news-lists {
		padding-bottom: 4.75vw;
	}

	.news-lists li {
		margin-top: 0.75vw;
		border-bottom: 0.15vw dotted #d6dde0;
		min-height: 6.75vw;
		line-height: 3.25vw;
		padding: 1.75vw 10vw 1.75vw 2.25vw;
		font-size: 1.75vw;
	}

	.news-lists li::before {
		left: 0.25vw;
		top: 3vw;
		width: 0.75vw;
		height: 0.75vw;
	}

	.news-lists li span {
		height: 6.75vw;
		line-height: 6.75vw;
		font-size: 1.33vw;
	}

	.page-bar {
		margin-bottom: 4vw;
		line-height: 5vw;
		font-size: 1.75vw;
	}

	.page-bar a,
	.page-bar span {
		height: 4.25vw;
		padding: 2vw;
		border-radius: 0.25vw;
		margin: 0 0.5vw;
	}

	.page-bar input {
		width: 8vw;
		height: 4.25vw;
		line-height: 4.1vw;
	}
}

@media (max-width:768px) {
	.news-lists {
		padding-bottom: 7.6vw;
	}

	.news-lists li {
		margin-top: 1.2vw;
		border-bottom: 0.2vw dotted #d6dde0;
		min-height: 10.4vw;
		line-height: 4.8vw;
		padding: 2.8vw 16vw 2.8vw 3.6vw;
		font-size: 2.8vw;
	}

	.news-lists li::before {
		left: 0.8vw;
		top: 4.8vw;
		width: 1.2vw;
		height: 1.2vw;
	}

	.news-lists li span {
		height: 10.4vw;
		line-height: 10.4vw;
		font-size: 2.4vw;
	}

	.page-bar {
		margin-bottom: 6.4vw;
		line-height: 8vw;
		font-size: 2.8vw;
	}

	.page-bar a,
	.page-bar span {
		height: 6.8vw;
		padding: 3.2vw;
		border-radius: 0.4vw;
		margin: 0 0.8vw;
	}

	.page-bar input {
		width: 10vw;
		height: 6.8vw;
		line-height: 6vw;
	}

}

@media (max-width:475px) {
	.news-lists {
		padding-bottom: 7.6vw;
	}

	.news-lists li {
		min-height: 11.6vw;
		line-height: 6vw;
		padding: 2.8vw 20vw 2.8vw 3.6vw;
		font-size: 3.6vw;
	}

	.news-lists li::before {
		top: 5.2vw;
	}

	.news-lists li span {
		height: 11.6vw;
		line-height: 11.6vw;
		font-size: 3.2vw;
	}

	.page-bar {
		font-size: 3.6vw;
	}
}

/* ---- detail-head ---- */
.detail-head {
	border-bottom: 1px solid #e7e7e7;
	padding: 0 0 1.25vw;
	margin: 0 0 1.4vw;
}

.detail-head h1.title {
	line-height: 1.6;
	font-size: 1.5vw;
	color: #333;
	font-weight: normal;
	text-align: center;
}

.detail-head .info {
	margin-top: 1.35vw;
	line-height: 1.5vw;
	font-size: 0.9vw;
	color: #999999;
	text-align: center;
}

.detail-head .info span {
	display: inline-block;
	margin: 0 0.6vw;
}

.content {
	line-height: 2;
	font-size: 1vw;
	color: #333;
	padding-bottom: 2.4vw;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content video {
	max-width: 100%;
	height: auto;
}

.content p {
	background-color: unset !important;
}

@media (max-width:1300px) {
	.detail-head {
		padding: 0 0 2vw;
		margin: 0 0 2.25vw;
	}

	.detail-head h1.title {
		font-size: 2.5vw;
	}

	.detail-head .info {
		margin-top: 2.25vw;
		line-height: 2.5vw;
		font-size: 1.5vw;
	}

	.detail-head .info span {
		margin: 0 1vw;
	}

	.content {
		font-size: 1.75vw;
		padding-bottom: 4vw;
	}
}

@media (max-width:768px) {
	.detail-head {
		padding: 0 0 3.2vw;
		margin: 0 0 3.6vw;
	}

	.detail-head h1.title {
		font-size: 4vw;
	}

	.detail-head .info {
		margin-top: 3.6vw;
		line-height: 4vw;
		font-size: 2.4vw;
	}

	.detail-head .info span {
		margin: 0 1.6vw;
	}

	.content {
		font-size: 2.8vw;
		padding-bottom: 6.4vw;
	}
}

@media (max-width:475px) {

	.detail-head h1.title {
		font-size: 4.8vw;
	}

	.detail-head .info {
		line-height: 4.8vw;
		font-size: 3.2vw;
	}

	.content {
		font-size: 3.6vw;
	}
}

/* ---- gongXv-container ---- */
.gongXv-container {
	margin-top: 3.7vw;
}

.gongXv-lists-container {
	margin-top: 3.1vw;
}

.gongXv-lists-container .list-head {
	padding-left: 1.2vw;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.gongXv-lists-container .list-head .item {
	height: 1.9vw;
	line-height: 1.9vw;
	font-size: 1vw;
	color: #0f64ce;
	font-weight: bold;
}

.gongXv-lists-container .list-head .item,
.gongXv-lists-container ul li .item {
	margin-right: 2.5%;
}

.gongXv-lists-container .list-head .item:last-of-type,
.gongXv-lists-container ul li .item:last-of-type {
	margin-right: 0;
}

.gongXv-lists-container .list-head .item.product,
.gongXv-lists-container ul li .item.product {
	width: 40%;
}

.gongXv-lists-container .list-head .item.company,
.gongXv-lists-container ul li .item.company {
	width: 42.5%;
}

.gongXv-lists-container .list-head .item span {
	display: inline-block;
	width: 11.4vw;
	max-width: 100%;
	text-align: center;
}

.gongXv-lists-container .list-head .item.date span {
	width: 6.5vw;
}

.gongXv-lists-container ul {
	margin-bottom: 3.2vw;
}

.gongXv-lists-container ul li {
	padding-left: 1.2vw;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 0.1vw dotted #cfd5d8;
	position: relative;
	margin-bottom: 0.5vw;
}

.gongXv-lists-container ul li::before {
	content: "";
	position: absolute;
	left: 0.1vw;
	top: 1.2vw;
	width: 0.35vw;
	height: 0.35vw;
	border-radius: 50%;
	line-height: 0;
	overflow: hidden;
	background: #257de1;
}

.gongXv-lists-container ul li .item {
	height: 2.7vw;
	line-height: 2.7vw;
	font-size: 1vw;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gongXv-lists-container ul li .item.date {
	text-align: right;
	color: #9ba1a4;
	font-size: 0.9vw;
}

@media (max-width:1300px) {
	.gongXv-container {
		margin-top: 5.25vw;
	}

	.gongXv-lists-container {
		margin-top: 5.25vw;
	}

	.gongXv-lists-container .list-head {
		padding-left: 2vw;
	}

	.gongXv-lists-container .list-head .item {
		height: 3.25vw;
		line-height: 3.25vw;
		font-size: 1.75vw;
	}

	.gongXv-lists-container .list-head .item span {
		width: 19vw;
	}

	.gongXv-lists-container .list-head .item.date span {
		width: 10.75vw;
	}

	.gongXv-lists-container ul {
		margin-bottom: 5.25vw;
	}

	.gongXv-lists-container ul li {
		padding-left: 2vw;
		border-bottom-width: 0.15vw;
		margin-bottom: 0.75vw;
	}

	.gongXv-lists-container ul li::before {

		left: 0.15vw;
		top: 2vw;
		width: 0.6vw;
		height: 0.6vw;
	}

	.gongXv-lists-container ul li .item {
		height: 4.5vw;
		line-height: 4.5vw;
		font-size: 1.75vw;
	}

	.gongXv-lists-container ul li .item.date {
		font-size: 1.5vw;
	}
}

@media (max-width:768px) {
	.gongXv-container {
		margin-top: 6vw;
	}

	.gongXv-lists-container {
		margin-top: 6vw;
	}

	.gongXv-lists-container .list-head {
		padding-left: 3.2vw;
		display: none;
	}

	.gongXv-lists-container .list-head .item {
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 2.8vw;
	}

	.gongXv-lists-container .list-head .item span {
		width: 30vw;
	}

	.gongXv-lists-container .list-head .item.date span {
		width: 16vw;
	}

	.gongXv-lists-container ul {
		margin-bottom: 8vw;
	}

	.gongXv-lists-container ul li {
		padding-left: 3.2vw;
		border-bottom-width: 0.2vw;
		margin-bottom: 2vw;
		flex-wrap: wrap;
		padding-bottom: 2vw;
	}

	.gongXv-lists-container ul li::before {
		left: 0vw;
		top: 3.2vw;
		width: 1.2vw;
		height: 1.2vw;
	}

	.gongXv-lists-container ul li .item {
		height: 7.2vw;
		line-height: 7.2vw;
		font-size: 2.8vw;
		margin-right: 0;
	}

	.gongXv-lists-container ul li .item.product {
		width: 100%;
		color: #257de1;
		font-size: 3.2vw;
	}

	.gongXv-lists-container ul li .item.company {
		width: calc(100% - 20vw);
	}

	.gongXv-lists-container ul li .item.date {
		width: 18vw;
		font-size: 2.4vw;
	}
}

@media (max-width:475px) {
	.gongXv-lists-container ul li .item {
		font-size: 3.6vw;
	}

	.gongXv-lists-container ul li .item.product {
		font-size: 4vw;
	}

	.gongXv-lists-container ul li .item.company {
		width: calc(100% - 24vw);
	}

	.gongXv-lists-container ul li .item.date {
		width: 22vw;
		font-size: 3.2vw;
	}
}

/* ---- product-swiper-box ---- */
.product-swiper-box {
	width: 50.12%;
	height: 28.2vw;
	float: left;
	position: relative;
	margin-bottom: 2.1vw;
}

.product-swiper-box .swiper-container {
	height: 28.2vw;
}

.product-swiper-box .swiper-container {
	height: 28.2vw;
}

.product-swiper-box .swiper-slide {
	height: 28.2vw;
	overflow: hidden;
	position: relative;
}

.product-swiper-box .swiper-slide img {
	width: 100%;
	height: auto;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s ease-in-out;
}

.product-swiper-box .swiper-slide:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

.product-swiper-box .swiper-slide p {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3.8vw;
	line-height: 3.8vw;
	width: 100%;
	padding: 0 10vw 0 2.1vw;
	font-size: 1.2vw;
	color: #fff;
	background: rgba(0, 0, 0, 0.38);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	z-index: 1;
}

.product-swiper-box .pagination {
	position: absolute;
	right: 0.9vw;
	width: 100%;
	bottom: 1.4vw;
	height: 0.7vw;
	line-height: 0;
	font-size: 0;
	text-align: right;
	z-index: 9;
}

.product-swiper-box .pagination .swiper-pagination-switch {
	display: inline-block;
	width: 0.7vw;
	height: 0.7vw;
	margin: 0 0.45vw;
	border-radius: 50%;
	border: 0.1vw solid #fff;
	background: none;
}

.product-swiper-box .pagination .swiper-active-switch {
	background: #fff;
}

@media (max-width:1300px) {

	.product-swiper-box {
		height: 31.6vw;
	}

	.product-swiper-box .swiper-container {
		height: 31.6vw;
	}

	.product-swiper-box .swiper-container {
		height: 31.6vw;
	}

	.product-swiper-box .swiper-slide {
		height: 31.6vw;
	}

	.product-swiper-box .swiper-slide p {
		height: 5.25vw;
		line-height: 5.25vw;
		padding: 0 14vw 0 3.5vw;
		font-size: 1.75vw;
	}

	.product-swiper-box .pagination {
		right: 1.5vw;
		bottom: 1.6vw;
		height: 1.25vw;
	}

	.product-swiper-box .pagination .swiper-pagination-switch {
		display: inline-block;
		width: 0.7vw;
		height: 0.7vw;
		margin: 0 0.45vw;
		border-radius: 50%;
		border: 0.1vw solid #fff;
		background: none;
	}
}

@media (max-width:768px) {
	.product-swiper-box {
		width: 100%;
		height: 58.85vw;
		float: none;
		margin-bottom: 5.2vw;
	}

	.product-swiper-box .swiper-container {
		height: 58.85vw;
	}

	.product-swiper-box .swiper-container {
		height: 58.85vw;
	}

	.product-swiper-box .swiper-slide {
		height: 58.85vw;
	}

	.product-swiper-box .swiper-slide p {
		height: 7.6vw;
		line-height: 7.6vw;
		padding: 0 20vw 0 4.2vw;
		font-size: 2.4vw;
	}

	.product-swiper-box .pagination {
		right: 1.8vw;
		bottom: 2.8vw;
		height: 1.4vw;
	}

	.product-swiper-box .pagination .swiper-pagination-switch {
		width: 1.4vw;
		height: 1.4vw;
		margin: 0 0.9vw;
		border: 0.2vw solid #fff;
	}
}

@media (max-width:475px) {

	.product-swiper-box .swiper-slide p {
		font-size: 3.6vw;
	}
}

/* ---- porduct-infor-container ---- */
.porduct-infor-container {
	float: right;
	width: 46.15%;
	margin-bottom: 2.1vw;
}

.porduct-infor-container .name {
	padding-left: 1.2vw;
	width: 100%;
	margin-bottom: 0.4vw;
	line-height: 3.3vw;
	font-size: 1.6vw;
	color: #004cab;
	font-weight: bold;
}

.porduct-infor-container .info-list li {
	padding: 0.6vw 0 0.6vw 1.2vw;
	min-height: 2.7vw;
	line-height: 1.5vw;
	background: url(./ytzqt2025_gx-border.png) left bottom / auto 100% repeat-x;
	position: relative;
	font-size: 1vw;
	color: #333;
}

.porduct-infor-container .info-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.2vw;
	width: 0.5vw;
	height: 0.5vw;
	border: 0.1vw solid #0f64ce;
	border-radius: 50%;
	background: #fff;
	line-height: 0;
	overflow: hidden;
}

.porduct-infor-container .parameter {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	background: url(./ytzqt2025_gx-border.png) left top / auto 2.7vw repeat;
}

.porduct-infor-container .parameter li {
	width: 45.43%;
	min-height: 2.7vw;
	line-height: 2.7vw;
	padding-left: 6.2vw;
	position: relative;
	font-size: 0.8vw;
	color: #333333;
	text-align: justify;
}

.porduct-infor-container .parameter li label {
	position: absolute;
	top: 0;
	left: 1.2vw;
	color: #999999;
}

.product-detail-box {
	margin-top: 1.2vw;
	margin-bottom: 1.65vw;
	line-height: 2.7vw;
	font-size: 1vw;
	color: #333333;
	background: url(./ytzqt2025_gx-border.png) left top / auto 2.7vw repeat;
	text-align: justify;
}

.product-pic-detail-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 1.4vw;
	margin-bottom: 5.9vw;
}

.product-pic-detail-box .pic {
	width: 17.5vw;
	height: 10.5vw;
	margin-right: 2.25vw;
	overflow: hidden;
	position: relative;
	flex: 0 0 17.5vw;
}

.product-pic-detail-box .pic img {
	position: absolute;
	width: auto;
	min-width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product-pic-detail-box .product-detail-box {
	position: relative;
	top: -0.3vw;
	margin: 0;
}

@media (max-width:1300px) {
	.porduct-infor-container {
		margin-bottom: 3.5vw;
	}

	.porduct-infor-container .name {
		padding-left: 0vw;
		margin-bottom: 0.75vw;
		line-height: 4vw;
		font-size: 2vw;
	}

	.porduct-infor-container .info-list li {
		padding: 1vw 0 1vw 2vw;
		min-height: 4vw;
		line-height: 2vw;
		font-size: 1.5vw;
	}

	.porduct-infor-container .info-list li::before {
		top: 1.5vw;
		width: 1vw;
		height: 1vw;
		border-width: 0.25vw;
	}

	.porduct-infor-container .parameter {
		background-size: auto 4.5vw;
	}

	.porduct-infor-container .parameter li {
		width: 48.5%;
		min-height: 4.5vw;
		line-height: 4.5vw;
		padding-left: 6vw;
		font-size: 1.25vw;
	}

	.porduct-infor-container .parameter li label {
		left: 0;
	}

	.product-detail-box {
		margin-top: 2vw;
		margin-bottom: 2.75vw;
		line-height: 4.5vw;
		font-size: 1.75vw;
		background-size: auto 4.5vw;
	}

	.product-pic-detail-box {
		margin-top: 2.25vw;
		margin-bottom: 9.75vw;
	}

	.product-pic-detail-box .pic {
		width: 29.25vw;
		height: 17.5vw;
		margin-right: 3.75vw;
		flex: 0 0 29.25vw;
	}

	.product-pic-detail-box .product-detail-box {
		top: -0.5vw;
	}
}

@media (max-width:768px) {
	.porduct-infor-container {
		float: none;
		width: 100%;
		margin-bottom: 5.6vw;
	}

	.porduct-infor-container .name {
		padding-left: 0;
		margin-bottom: 1.2vw;
		line-height: 7.2vw;
		font-size: 4.4vw;
	}

	.porduct-infor-container .info-list li {
		padding: 1.6vw 0 1.6vw 3.2vw;
		min-height: 7.2vw;
		line-height: 4vw;
		font-size: 2.8vw;
	}

	.porduct-infor-container .info-list li::before {
		top: 2.8vw;
		width: 1.6vw;
		height: 1.6vw;
		border-width: 0.4vw;
	}

	.porduct-infor-container .parameter {
		background-size: auto 7.2vw;
	}

	.porduct-infor-container .parameter li {
		width: 48.5%;
		min-height: 7.2vw;
		line-height: 7.2vw;
		padding-left: 12vw;
		font-size: 2.3vw;
	}

	.porduct-infor-container .parameter li label {
		left: 0vw;
	}

	.product-detail-box {
		margin-top: 3.2vw;
		margin-bottom: 4.4vw;
		line-height: 7.2vw;
		font-size: 2.8vw;
		background-size: auto 7.2vw;
	}

	.product-pic-detail-box {
		margin-top: 3.6vw;
		margin-bottom: 15.6vw;
		display: block;
	}

	.product-pic-detail-box .pic {
		width: 100%;
		height: auto;
		margin-right: 0;
		flex: unset;
		margin-bottom: 3.6vw;
	}

	.product-pic-detail-box .pic img {
		position: relative;
		width: 100%;
		height: auto;
		left: auto;
		top: auto;
		transform: unset;
	}

	.product-pic-detail-box .product-detail-box {
		top: 0vw;
	}
}

@media (max-width:475px) {


	.porduct-infor-container .info-list li {
		padding: 1.2vw 0 1.2vw 3.2vw;
		min-height: 7.2vw;
		line-height: 4.8vw;
		font-size: 3.6vw;
	}

	.porduct-infor-container .parameter li {
		width: 100%;
		min-height: 7.2vw;
		line-height: 7.2vw;
		padding-left: 22vw;
		font-size: 3.2vw;
	}

	.porduct-infor-container .parameter li label {
		left: 3.6vw;
	}

	.product-detail-box {
		line-height: 8vw;
		font-size: 3.6vw;
		background-size: auto 8vw;
	}


	.product-pic-detail-box .product-detail-box {
		top: 0vw;
	}
}

/* ---- list-left-container ---- */
.list-left-container {
	width: 20%;
	float: left;
}

.list-right-container {
	width: 77.8%;
	float: right;
	border: 0.1vw solid #ebebeb;
	padding: 0.4vw 2.2vw 0;
	overflow: hidden;
	margin-bottom: 2.2vw;
}

.left-nav-head {
	position: relative;
	min-height: 3.8vw;
	line-height: 1.8vw;
	text-align: center;
	padding: 1vw 0.6vw;
	background: #0f64ce;
	font-size: 1.7vw;
	color: #fff;
	font-weight: bold;
}

.left-nav-head::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 0.5vw solid transparent;
	border-right: 0.5vw solid transparent;
	border-top: 0.5vw solid #0f64ce;
}

.left-nav-body {
	margin-top: 2vw;
}

.left-nav-body li {
	margin-bottom: 0.8vw;
	line-height: 0;
}

.left-nav-body li a {
	display: block;
	border: 1px solid #e8f0fd;
	background: #e8f0fd;
	font-size: 1.3vw;
	line-height: 2vw;
	padding: 0.9vw 0.6vw;
	text-align: center;
	color: #333;
}

.left-nav-body li a:hover {
	text-decoration: none;
	border-color: #0f64ce;
	background: #fff;
}

.left-nav-body li.active a {
	border-color: #0f64ce;
	background: #fff;
}

.list-right-title {
	border-bottom: 0.1vw solid #ebebeb;
	margin-bottom: 1vw;
	line-height: 2.5vw;
	font-size: 1.5vw;
	color: #1064cf;
	padding: 1vw 0;
	font-weight: bold;
}

@media (max-width:1300px) {


	.list-right-container {
		border-width: 0.17vw;
		padding: 0.75vw 3.75vw 0;
		margin-bottom: 3.75vw;
	}

	.left-nav-head {
		min-height: 6.5vw;
		line-height: 3vw;
		padding: 1.75vw 1vw;
		font-size: 2vw;
	}

	.left-nav-head::after {
		border-left-width: 0.75vw;
		border-right-width: 0.75vw;
		border-top-width: 0.75vw;
	}

	.left-nav-body {
		margin-top: 3.25vw;
	}

	.left-nav-body li {
		margin-bottom: 1.25vw;
	}

	.left-nav-body li a {
		font-size: 1.8vw;
		line-height: 3.25vw;
		padding: 1.5vw 1vw;
	}

	.list-right-title {
		border-bottom-width: 0.17vw;
		margin-bottom: 1.75vw;
		line-height: 4.25vw;
		font-size: 2.5vw;
		padding: 1.75vw 0;
	}
}

@media (max-width:768px) {
	.list-left-container {
		width: 100%;
		float: none;
		margin-bottom: 4vw;
	}

	.list-right-container {
		width: 100%;
		float: none;
		border: none;
		padding: 0;
		margin-bottom: 0vw;
	}

	.left-nav-head {
		display: none;
	}

	.left-nav-body {
		margin-top: 2vw;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
		flex-wrap: wrap;
	}

	.left-nav-body li {
		width: 48.5%;
		margin-bottom: 0.8vw;
		line-height: 0;
	}

	.left-nav-body li a {
		font-size: 3.6vw;
		line-height: 6vw;
		padding: 2.4vw 1.6vw;
	}

	.list-right-title {
		display: none;
	}
}

/* ---- crumbs-container ---- */
.message-crumbs-container {
	background: linear-gradient(#eef4fc, #d7e8f7);
	padding: 0.9vw 0 0.6vw;
	font-size: 0.8vw;
	line-height: 1.875;
	color: #333333;
}

.message-crumbs {
	padding-right: 30vw;
}

@media (max-width:1300px) {
	.message-crumbs-container {
		padding: 1.5vw 0 1vw;
		font-size: 1.7vw;
	}

	.message-crumbs {
		padding-right: 50vw;
	}
}

@media (max-width:768px) {
	.message-crumbs-container {
		padding: 2.4vw 0 1.6vw;
		font-size: 2.3vw;
	}
}

@media (max-width:475px) {
	.message-crumbs-container {
		font-size: 3.2vw;
	}
}

/* ---- wenTiTong-introduction ----- */
.wenTiTong-introduction {
	border-top: 0.1vw solid #a5ceef;
	background: linear-gradient(#d6e7f6, #a4ceef);
	padding: 1.4vw 0 1.8vw;
	margin-bottom: 1.75vw;
}

.wenTiTong-introduction .introduction {
	font-size: 0.8vw;
	line-height: 2;
	color: #333333;
	position: relative;
	text-align: justify;
}

.wenTiTong-introduction .introduction .welcome,
.wenTiTong-welcome .introduction .welcome {
	position: absolute;
	right: 0;
	top: -3.6vw;
	padding-left: 1.4vw;
	background: url(./ytzqt2025_icon-address.png) left center / auto 0.9vw no-repeat;
}

.wenTiTong-introduction .introduction .welcome b {
	font-weight: normal;
	color: #0755b9;
}

.wenTiTong-introduction .introduction .welcome a {
	color: #0755b9;
	margin-left: 1vw;
}

.wenTiTong-welcome {
	position: relative;
	background: none;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media (max-width:1300px) {
	.wenTiTong-introduction {
		border-top-width: 0.17vw;
		padding: 2.25vw 0 3vw;
		margin-bottom: 3vw;
	}

	.wenTiTong-introduction .introduction {
		font-size: 1.3vw;
	}

	.wenTiTong-introduction .introduction .welcome {
		top: -6vw;
		padding-left: 2.25vw;
		background-size: auto 1.5vw;
	}

	.wenTiTong-introduction .introduction .welcome a {

		margin-left: 1.75;
	}

	.wenTiTong-welcome {
		position: relative;
		background: none;
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media (max-width:768px) {
	.wenTiTong-introduction {
		border-top-width: 0.27vw;
		padding: 3.6vw 0 4.8vw;
		margin-bottom: 4.8vw;
	}

	.wenTiTong-introduction .introduction {
		font-size: 2.13vw;
	}

	.wenTiTong-introduction .introduction .welcome {
		position: relative;
		right: auto;
		top: auto;
		padding-left: 3.6vw;
		background-size: auto 2.4vw;
		margin-bottom: 2.4vw;
		padding-right: 12vw;
	}

	.wenTiTong-introduction .introduction .welcome a {
		position: absolute;
		right: 0;
		top: 0;
		margin-left: 0vw;
	}

	.wenTiTong-introduction .introduction p {
		text-indent: 2em;
	}

	.wenTiTong-welcome {
		position: relative;
		background: none;
		border: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media (max-width:475px) {
	.wenTiTong-introduction .introduction {
		font-size: 3.6vw;
	}

	.wenTiTong-introduction .introduction .welcome {
		position: relative;
		right: auto;
		top: auto;
		padding-left: 4.8vw;
		background-position: left 1.8vw;
		background-size: auto 3.6vw;
		margin-bottom: 2.4vw;
		padding-right: 20vw;
	}
}

/* ---- messages-form-container ---- */
.messages-form-container {
	margin-top: 0.8vw;
	margin-bottom: 1.8vw;
}

.form-item {
	border-bottom: 1px dashed #e0e0e0;
	padding: 0.6vw 0 0.6vw 7vw;
	position: relative;
	min-height: calc(3.2vw + 1px);
	display: flex;
	justify-content: left;
	align-items: flex-start;
	align-content: flex-start;
}

.form-item .maxwidth {
	width: 36.5vw;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	align-content: flex-start;
}

.form-item .label {
	position: absolute;
	left: 0;
	top: 0.6vw;
	height: 2vw;
	line-height: 2vw;
	text-align: left;
	font-size: 1vw;
	color: #333333;
	padding-left: 1.4vw;
}

.form-item .label.rule::before {
	content: "*";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.4vw;
	color: #d72020;
	text-align: center;
}

.form-item select {
	border: 1px solid #ececec;
	display: inline-block;
	background: #f7f7f7;
	outline: none;
	padding: 0 0.6vw;
	line-height: 1.9vw;
	height: calc(1.9vw + 2px);
	border-radius: 0.15vw;
	font-size: 0.8vw;
	color: #333333;
	margin: 0 0.4vw;
}

.form-item .tip {
	line-height: calc(1.9vw + 2px);
	font-size: 0.8vw;
	color: #999999;
	margin: 0 0.4vw;
}

.form-item .tip.wrong {
	color: #d72020;
}

.form-item input.text {
	border: 1px solid #ececec;
	display: inline-block;
	background: #f7f7f7;
	outline: none;
	padding: 0 0.6vw;
	line-height: 1.9vw;
	border-radius: 0.15vw;
	font-size: 0.8vw;
	color: #333333;
	margin: 0 0.4vw;
	max-width: 100%;
	width: 35.7vw;
}

.form-item textarea {
	border: 1px solid #ececec;
	display: inline-block;
	background: #f7f7f7;
	outline: none;
	padding: 0 0.6vw;
	line-height: 1.9vw;
	border-radius: 0.15vw;
	font-size: 0.8vw;
	color: #333333;
	margin: 0 0.4vw;
	width: 100%;
}

.form-item input.file {
	border: 1px solid #ececec;
	display: inline-block;
	background: #f7f7f7;
	outline: none;
	padding: 0 0.6vw;
	line-height: 1.9vw;
	border-radius: 0.15vw;
	font-size: 0.8vw;
	color: #333333;
	margin: 0 0.4vw;
	max-width: 100%;
}

.form-item input.submit {
	border: 1px solid #87bce6;
	display: inline-block;
	background: #c3ddf3;
	outline: none;
	padding: 0 0.6vw;
	line-height: 1.9vw;
	border-radius: 0.15vw;
	font-size: 0.8vw;
	color: #0755b9;
	margin: 0 0.4vw;
	max-width: 100%;
}

.messages-form-btns {
	margin: 3.6vw 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}

.messages-form-btns input.submit {
	margin: 0 1vw 1vw;
	padding: 0 4.2vw 0 5.2vw;
	border: none;
	outline: none;
	background: url(./ytzqt2025_form_tiJiaoLY.png) 3vw center/ auto 1.6vw no-repeat #095ac0;
	height: 3.2vw;
	line-height: 3.2vw;
	font-size: 1.4vw;
	color: #ffffff;
	border-radius: 1.5vw;
	box-shadow: 0.3vw 0.3vw 0.3vw rgba(9, 90, 192, 0.25);
}

.messages-form-btns input.cancel {
	background-image: url(./ytzqt2025_form_quXiaoLY.png);
	background-color: #c4c4c4;
	box-shadow: 0.3vw 0.3vw 0.3vw rgba(196, 196, 196, 0.25);
}

@media (max-width:1300px) {
	.messages-form-container {
		margin-top: 1.33vw;
		margin-bottom: 3vw;
	}

	.form-item {
		padding: 1vw 0 1vw 11.75vw;
		min-height: calc(5.25vw + 1px);
	}

	.form-item .maxwidth {
		width: 61vw;
	}

	.form-item .label {
		top: 1vw;
		height: 3.25vw;
		line-height: 3.25vw;
		font-size: 1.75vw;
		padding-left: 2.25vw;
	}

	.form-item .label.rule::before {
		width: 2.25vw;
	}

	.form-item select {
		padding: 0 1vw;
		line-height: 3.25vw;
		height: calc(3.25vw + 2px);
		border-radius: 0.25vw;
		font-size: 1.33vw;
		margin: 0 0.75vw;
	}

	.form-item .tip {
		line-height: calc(3.25vw + 2px);
		font-size: 1.33vw;
		margin: 0 0.75vw;
	}

	.form-item input.text {
		padding: 0 1vw;
		line-height: 3.25vw;
		border-radius: 0.25vw;
		font-size: 1.33vw;
		margin: 0 0.75vw;
		width: 59.5vw;
	}

	.form-item textarea {
		padding: 0 1vw;
		line-height: 3.25vw;
		border-radius: 0.25vw;
		font-size: 1.33vw;
		margin: 0 0.75vw;
	}

	.form-item input.file {
		padding: 0 1vw;
		line-height: 3.25vw;
		border-radius: 0.25vw;
		font-size: 1.33vw;
		margin: 0 0.75vw;
	}

	.form-item input.submit {
		padding: 0 1vw;
		line-height: 3.25vw;
		border-radius: 0.25vw;
		font-size: 1.33vw;
		margin: 0 0.75vw;
	}

	.messages-form-btns {
		margin: 6vw 0;
	}

	.messages-form-btns input.submit {
		margin: 0 1.75vw 1.75vw;
		padding: 0 7vw 0 8.75vw;
		background-position: 5vw center;
		background-size: auto 2.75vw;
		height: 5.25vw;
		line-height: 5.25vw;
		font-size: 2.25vw;
		border-radius: 2.5vw;
		box-shadow: 0.5vw 0.5vw 0.5vw rgba(9, 90, 192, 0.25);
	}

	.messages-form-btns input.cancel {
		box-shadow: 0.5vw 0.5vw 0.5vw rgba(196, 196, 196, 0.25);
	}
}

@media (max-width:768px) {
	.messages-form-container {
		margin-top: 2vw;
		margin-bottom: 4.8vw;
	}

	.form-item {
		padding: 1.6vw 0 1.6vw 18.8vw;
		min-height: calc(8.4vw + 1px);
		flex-wrap: wrap;
	}

	.form-item .maxwidth {
		width: 100%;
		flex-wrap: wrap;
	}

	.form-item .label {
		top: 1.6vw;
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 2.8vw;
		padding-left: 3.6vw;
	}

	.form-item .label.rule::before {
		width: 3.6vw;
	}

	.form-item select {
		padding: 0 1.6vw;
		line-height: 5.2vw;
		height: calc(5.2vw + 2px);
		border-radius: 0.4vw;
		font-size: 2.13vw;
		margin: 0 1.2vw;
	}

	.form-item .tip {
		line-height: calc(5.2vw + 2px);
		font-size: 2.13vw;
		margin: 0 1.2vw;
	}

	.form-item input.text {
		padding: 0 1.6vw;
		line-height: 5.2vw;
		border-radius: 0.4vw;
		font-size: 2.13vw;
		margin: 0 1.2vw;
		width: 100%;
	}

	.form-item .maxwidth input.text {
		margin-top: 1.2vw;
	}

	.form-item textarea {
		padding: 0 1.6vw;
		line-height: 5.2vw;
		border-radius: 0.4vw;
		font-size: 2.1vw;
		margin: 0 1.2vw;
	}

	.form-item input.file {
		padding: 0 1.6vw;
		line-height: 5.2vw;
		border-radius: 0.4vw;
		font-size: 2.13vw;
		margin: 0 1.2vw;
	}

	.form-item input.submit {
		padding: 0 1.6vw;
		line-height: 5.2vw;
		border-radius: 0.4vw;
		font-size: 2.13vw;
		margin: 0 1.2vw;
	}

	.messages-form-btns {
		margin: 9.6vw;
	}

	.messages-form-btns input.submit {
		margin: 0 2.8vw 2.8vw;
		padding: 0 11.2vw 0 14vw;
		background-position: 8vw center;
		background-size: auto 4.4vw;
		height: 8.4vw;
		line-height: 4.4vw;
		font-size: 3.6vw;
		border-radius: 4vw;
		box-shadow: 0.8vw 0.8vw 0.8vw rgba(9, 90, 192, 0.25);
	}

	.messages-form-btns input.cancel {
		box-shadow: 0.8vw 0.8vw 0.8vw rgba(196, 196, 196, 0.25);
	}
}

@media (max-width:475px) {

	.form-item {
		padding-left: 22vw;
		min-height: calc(9.2vw + 1px);
		flex-wrap: wrap;
	}

	.form-item .label {
		top: 1.6vw;
		height: 6vw;
		line-height: 6vw;
		font-size: 3.6vw;
	}

	.form-item .label.rule::before {
		width: 3.6vw;
	}

	.form-item select {
		line-height: 6vw;
		height: calc(6vw + 2px);
		font-size: 3.2vw;
		margin: 0.6vw 1.2vw;
	}

	.form-item .tip {
		line-height: calc(6vw + 2px);
		font-size: 3.2vw;
		margin: 0.6vw 1.2vw;
	}

	.form-item input.text {
		line-height: 6vw;
		font-size: 3.2vw;
		margin: 0.6vw 1.2vw;
	}

	.form-item textarea {
		line-height: 6vw;
		font-size: 3.2vw;
		margin: 0.6vw 1.2vw;
	}

	.form-item input.file {
		line-height: 6vw;
		font-size: 3.2vw;
		margin: 0.6vw 1.2vw;
	}

	.form-item input.submit {
		line-height: 6vw;
		font-size: 3.2vw;
		margin: 0.6vw 1.2vw;
	}

	.messages-form-btns input.submit {
		font-size: 4vw;
	}
}

/* ---- messages-filter-container ---- */
.messages-filter-container {
	margin: 1.7vw 0 2vw;
}

.filter-item {
	width: 100%;
	position: relative;
	padding-left: 5.5vw;
	display: flex;
	justify-content: left;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}

.filter-item .label {
	position: absolute;
	left: 0;
	top: 0.7vw;
	height: 1.9vw;
	line-height: 1.9vw;
	font-size: 1vw;
	color: #333333;
}

.filter-item .item {
	margin: 0.7vw 0.45vw;
	min-width: 8.1vw;
	padding: 0 0.6vw;
	border: 1px solid #dbdbdb;
	background: #fff;
	font-size: 0.8vw;
	color: #333;
	line-height: 1.8vw;
	text-align: center;
	cursor: pointer;
}

.filter-item .item.active {
	border-color: #0f64ce;
	background: #0f64ce;
	color: #fff;
}

.message-lists-container {
	margin-bottom: 3vw;
}

.message-lists-head {
	margin-bottom: 1.35vw;
	border: 1px solid #d9edf3;
	background: #f2fbff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.message-lists-head .item {
	height: 3vw;
	line-height: 3vw;
	font-size: 1.1vw;
	color: #333;
	font-weight: bold;
	text-align: center;
	width: 100%;
}

.message-lists-head .item.status {
	width: 12.8vw;
	flex: 0 0 12.8vw;
}

.message-lists-head .item.operation {
	width: 12.4vw;
	flex: 0 0 12.4vw;
}

.message-lists {
	margin-bottom: 3vw;
}

.message-lists li {
	margin-bottom: 1.35vw;
	border: 1px solid #c9e5ee;
	box-shadow: 0 0.15vw 0.3vw rgba(80, 163, 201, 0.2);
	padding-right: 25.2vw;
	position: relative;
}

.message-lists li .info-box {
	width: 100%;
}

.message-lists li .info-box .head {
	border-bottom: 1px solid #c9e5ee;
	line-height: 2.7vw;
	padding: 0 1.5vw;
	font-size: 1vw;
	color: #333333;
}

.message-lists li .info-box .head span {
	display: inline-block;
}

.message-lists li .info-box .head span.id {
	margin: 0 3.6vw 0 0.8vw;
}

.message-lists li .info-box .body {
	padding: 1.1vw 1.5vw;
}

.message-lists li .info-box .body h2 {
	line-height: 1.7vw;
	font-size: 1.1vw;
	color: #0755b9;
	font-weight: bold;
	margin-bottom: 0.7vw;
}

.message-lists li .info-box .body p {
	line-height: 1.6vw;
	font-size: 1vw;
	color: #333333;
}

.message-lists li .info-box .body p span {
	display: inline-block;
	margin-right: 3.2vw;
}

.message-lists li .info-box .body p span:last-of-type {
	margin-right: 0;
}

.message-lists li .status,
.message-lists li .operation {
	position: absolute;
	top: 0;
	height: 100%;
	border-left: 1px solid #c9e5ee;
	display: flex;
	align-items: center;
	justify-content: center;
}

.message-lists li .status {
	right: 12.4vw;
	width: 12.8vw;
}

.message-lists li .operation {
	right: 0;
	width: 12.4vw;
	cursor:pointer;color: #0755b9;
}

.message-lists li .status a,
.message-lists li .status span,
.message-lists li .operation a,
.message-lists li .operation span {
	font-size: 1vw;
	color: #0755b9;
}

.message-lists li .status span.success {
	background: #67C23A;
}

.message-lists li .status span.warning {
	background: #E6A23C;
}

.message-lists li .status span.danger {
	background: #F56C6C;
}

.message-lists li .status span.info {
	background: #909399;
}

@media (max-width:1300px) {
	.messages-filter-container {
		margin: 2.75vw 0 3.25vw;
	}

	.filter-item {
		padding-left: 9.25vw;
	}

	.filter-item .label {
		top: 1.25vw;
		height: 3.25vw;
		line-height: 3.25vw;
		font-size: 1.75vw;
	}

	.filter-item .item {
		margin: 1.25vw 0.75vw;
		min-width: 13.5vw;
		padding: 0 1vw;
		font-size: 1.33vw;
		line-height: 3vw;
	}

	.message-lists-container {
		margin-bottom: 5vw;
	}

	.message-lists-head {
		margin-bottom: 2.25vw;
	}

	.message-lists-head .item {
		height: 5vw;
		line-height: 5vw;
		font-size: 1.75vw;
	}

	.message-lists-head .item.status {
		width: 14vw;
		flex: 0 0 14vw;
	}

	.message-lists-head .item.operation {
		width: 14vw;
		flex: 0 0 14vw;
	}

	.message-lists {
		margin-bottom: 5vw;
	}

	.message-lists li {
		margin-bottom: 2.25vw;
		box-shadow: 0 0.25vw 0.5vw rgba(80, 163, 201, 0.2);
		padding-right: 28vw;
	}

	.message-lists li .info-box .head {
		line-height: 4.5vw;
		padding: 0 2.5vw;
		font-size: 1.5vw;
	}

	.message-lists li .info-box .head span.id {
		margin: 0 4vw 0 1.33vw;
	}

	.message-lists li .info-box .body {
		padding: 1.75vw 2.5vw;
	}

	.message-lists li .info-box .body h2 {
		line-height: 2.75vw;
		font-size: 1.75vw;
		margin-bottom: 1.25vw;
	}

	.message-lists li .info-box .body p {
		line-height: 2.75vw;
		font-size: 1.75vw;
	}

	.message-lists li .info-box .body p span {
		margin-right: 5.25vw;
	}


	.message-lists li .status {
		right: 14vw;
		width: 14vw;
	}

	.message-lists li .operation {
		width: 14vw;
	}

	.message-lists li .status a,
	.message-lists li .status span,
	.message-lists li .operation a,
	.message-lists li .operation span {
		font-size: 1.75vw;
	}
}

@media (max-width:768px) {
	.messages-filter-container {
		margin: 4.4vw 0 5.2vw;
	}

	.filter-item {
		padding-left: 14.8vw;
	}

	.filter-item .label {
		top: 2vw;
		height: 5.2vw;
		line-height: 5.2vw;
		font-size: 2.8vw;
	}

	.filter-item .item {
		margin: 2vw 1.2vw;
		min-width: 21.6vw;
		padding: 0 1.6vw;
		font-size: 2.17vw;
		line-height: 4.8vw;
	}

	.message-lists-container {
		margin-bottom: 8vw;
	}

	.message-lists-head {
		display: none;
		margin-bottom: 3.6vw;
	}

	.message-lists-head .item {
		height: 8vw;
		line-height: 8vw;
		font-size: 2.8vw;
	}

	.message-lists-head .item.status {
		width: 18vw;
		flex: 0 0 18vw;
	}

	.message-lists-head .item.operation {
		width: 18vw;
		flex: 0 0 18vw;
	}

	.message-lists {
		margin-bottom: 8vw;
	}

	.message-lists li {
		margin-bottom: 3.6vw;
		box-shadow: 0 0.4vw 0.8vw rgba(80, 163, 201, 0.2);
		padding-bottom: 10vw;
		padding-right: 0;
	}


	.message-lists li .info-box .head {
		line-height: 7.2vw;
		padding: 0 4vw;
		font-size: 2.4vw;
	}

	.message-lists li .info-box .head span.id {
		margin: 0 3.6vw 0 0.8vw;
	}

	.message-lists li .info-box .body {
		padding: 2.8vw 4vw;
	}

	.message-lists li .info-box .body h2 {
		line-height: 4.4vw;
		font-size: 2.8vw;
		margin-bottom: 2vw;
	}

	.message-lists li .info-box .body p {
		line-height: 4.4vw;
		font-size: 2.4vw;
	}

	.message-lists li .info-box .body p span {
		margin-right: 4vw;
	}

	.message-lists li .status,
	.message-lists li .operation {
		border-top: 1px solid #c9e5ee;
		position: absolute;
		top: auto;
		bottom: 0;
		height: 10vw;
		width: 50%;
		border-left: 1px solid #c9e5ee;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.message-lists li .status {
		right: 50%;
		width: 50%;
		border-left: none;
	}

	.message-lists li .operation {
		right: 0;
		width: 50%;
	}

	.message-lists li .status a,
	.message-lists li .status span,
	.message-lists li .operation a,
	.message-lists li .operation span {
		display: block;
		width: 100%;
		height: 100%;
		font-size: 2.8vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width:475px) {

	.filter-item {
		padding-left: 18vw;
	}

	.filter-item .label {
		height: 6vw;
		line-height: 6vw;
		font-size: 3.6vw;
	}

	.filter-item .item {
		font-size: 3.2vw;
		line-height: 5.4vw;
	}


	.message-lists li .info-box .head {
		line-height: 7.2vw;
		padding: 0.8vw 4vw;
		font-size: 3.6vw;
	}

	.message-lists li .info-box .head span.id {
		margin: 0 3.6vw 0 0.8vw;
	}

	.message-lists li .info-box .head span.id~span {
		padding-left: 4.2vw;
	}

	.message-lists li .info-box .body h2 {
		line-height: 5.2vw;
		font-size: 3.6vw;
	}

	.message-lists li .info-box .body p {
		line-height: 4.8vw;
		font-size: 3.2vw;
	}

	.message-lists li .status a,
	.message-lists li .status span,
	.message-lists li .operation a,
	.message-lists li .operation span {
		font-size: 3.6vw;
	}
}





.textareaLength{position:absolute;right:0.6vw;bottom:0.7vw;font-size:14px;}
.van-uploader__preview-image,.van-uploader__file{width:5vw !important;height:5vw !important;}
.van-uploader__input-wrapper{width:5vw;height:5vw;background:url(ytzqt2025_bs-upLoad.png) #ececec no-repeat center center/50% 50%;}
.noneData{display:none;}
.noneData p{display:flex;align-items:center;justify-content:center;flex-flow:column wrap;min-height:50vh;font-size:16px;}
.noneData .icon{width:20%;height:auto;margin-bottom:20px;}
.van-popup .message-lists{margin:0;width:70vw;}
.van-popup .message-lists li{padding:0;}
.van-popup .message-lists li:last-child{margin:0;}
.van-popup .message-lists li .info-box .head{display:flex;justify-content:space-between;}
.van-popup .message-lists li .info-box .head span.id{margin:0;}
.van-popup .message-lists li .info-box .body .bodyContent,.van-popup .message-lists li .info-box .body .bodyPurpose{font-size:0.95vw;padding:0 0 1vw 0;border-bottom:1px solid #e0e0e0;margin-bottom:1vw;max-height:20vh;overflow-y:auto;}
.van-popup .message-lists li .info-box .body .bodyPurpose{border:none;background:#f8f8f8;padding:1vw;font-size:0.85vw;}
.van-popup .message-lists li .info-box .body p{font-size:0.85vw;display:flex;justify-content:space-between;}
.noneRule:before{display:none;}

#enterpriseUnitName{display:none;}

#customToast{position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0,0,0,0.7); color: #fff; padding: 12px 20px; border-radius: 8px; font-size: 14px; z-index: 9999; display: none; text-align: center; max-width: 80%;}

#fileUpload{display: none;}
.uploadBox{display:flex;flex-shrink:0;align-items:center;}
.uploadBox .uploadBt{background:url(ytzqt2025_bs-upLoad.png) no-repeat center 0.8vw;width:7vw;height:7vw;background-size:auto 4vw;border:1px solid #ececec;border-radius:1vw;color:#999;padding-top:4vw;box-sizing:border-box;font-size:0.8vw;text-align:center;cursor:pointer;}
#fileList{padding-left:1vw;min-height:7vw;display:flex;align-items:flex-start;flex-flow:column;justify-content:center;}

#goPost{margin-left:0.5vw;cursor:pointer;}

#popupMask{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);z-index: 9998;display: none;}
#popupContent{position: fixed;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #fff;padding:1vw;max-width: 90%;max-height: 80%;overflow-y: auto;z-index: 9999;
display: none;border-radius: 4px;}
#popupContent .message-lists{margin:0;width:70vw;}
#popupContent .message-lists li{padding:0;}
#popupContent .message-lists li:last-child{margin:0;}
#popupContent.message-lists li .info-box .head{display:flex;justify-content:space-between;}
#popupContent .message-lists li .info-box .head span.id{margin:0;}
#popupContent .message-lists li .info-box .body .bodyContent,#popupContent .message-lists li .info-box .body .bodyPurpose{font-size:0.95vw;padding:0 0 1vw 0;border-bottom:1px solid #e0e0e0;margin-bottom:1vw;max-height:20vh;overflow-y:auto;}
#popupContent .message-lists li .info-box .body .bodyPurpose{border:none;background:#f8f8f8;padding:1vw;font-size:0.85vw;}
#popupContent .message-lists li .info-box .body p{font-size:0.85vw;display:flex;justify-content:space-between;}