html,
body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	font-size: 50px;
}

img {
	max-width: 100%;
	margin: auto;
	display: block;
}

a {
	text-decoration: none;
}

a:active {
	color: blue;
	/* 保持颜色不变 */
	outline: none;
	/* 去除点击时的虚线框 */
	text-decoration: none;
	/* 移除下划线 */
}

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

.frame {
	width: 100%;
	height: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
	overflow: auto;
	background-image: url(../img/pc/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top;
	background-color: #02383a;
	padding-top: 0.91rem;
}

.frame::-webkit-scrollbar {
	display: none;
	/* 隐藏滚动条 */
}

.content {
	max-width: 1269px;
	margin: auto;
	overflow: hidden;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
}

.flex1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

.fl {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fr {
	display: flex;
	justify-content: center;
	align-items: center;
}

.al_cen {
	text-align: center;
}

/*  */
.top {
	background-image: url(../img/pc/top_bg.png);
	border-bottom: solid 1px #218f96;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 0.91rem;
	padding: 0.1rem 0.2rem;
	z-index: 99999;
}

.topright {
	display: flex;
	gap: 0.2rem;
	padding: 0.1rem;
}

.top .content {
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-wrap: wrap;
	margin: auto;
	height: 0.71rem;
	padding: 0 0.2rem;
}

.top .logo {
	padding: 0 0.1rem;
}

.top .logo img {
	max-height: 0.71rem;
}

.top img {
	max-height: 0.51rem;
}

/*  */
.banner {
	padding: 0.16rem 0 0 0;
}

.banner img {
	width: 100%;
}

/*  */
.marqueeD {
	background-color: #155155;
	padding-left: 0.2rem;
}

.marqueeFrame {
	background-image: url(../img/NEWS.png);
	background-size: auto 0.23rem;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 1.25rem;
	margin: 0.1rem 0;
	color: #e3ca6c;
	font-size: 0.28rem;
	height: 0.6rem;
	line-height: 0.6rem;
}

.marquee {
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 10s linear infinite;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

/*  */
.lineAndBut {
	display: flex;
	background-color: #155155;
	border: solid 1px #218f96;
	border-radius: 0.05rem;
	padding: 0.1rem 0.2rem;
}

/*  */
.lineFrame {
	padding: 0.05rem 0;
}

.lineFrame .title img {
	margin: 0 0 0 0.32rem;
	width: 3rem;
}

.lines {
	width: 100%;
	padding: .1rem 0;
}

.lines .conts {
	width: 100%;
	padding: .1rem;
	gap: 0.4rem;
}

.lines .conts .item {
	width: calc(50% - 0.2rem);
	height: .72rem;
	gap: 0.1rem;
}

.lines .conts .item .left {
	width: 100%;
	height: 100%;
	background: url(../img/line_bg.png) left no-repeat;
	background-size: 100% 100%;
	gap: 0.1rem;
}

.lines .conts .item .btns {
	height: 100%;
	padding-right: 0.04rem;
}

.lines .conts .item .btns .lineHref {
	width: 1.38rem;
	height: 100%;
	background: url(../img/play.png) center no-repeat;
	background-size: contain;
	display: inline-block
}

.lines .conts .item .ms {
	width: 28%;
	height: 100%;
	font-size: .32rem;
	line-height: 0.72rem;
	color: #05ff1e;
}

.lines .conts .item .nation {
	flex: 1;
	height: 100%;
	position: relative;
}

.lines .conts .item .nation span {
	font-size: .36rem;
	line-height: 0.72rem;
	color: #ffffff;
	overflow: hidden;
	height: 0.72rem;
    text-align: center;
}

/*  */
.butFrame {
	width: 32%;
	padding: 0.25rem 0;
}

.butFrame.pc .buts {
	height: 100%;
	align-content: center;
}

.buts .item {
	width: calc(50% - 0.18rem);
}

/*  */
.foot {
	padding: 0.35rem 0.4rem 0.2rem 0.4rem;
}


.fixed_kf {
	position: fixed;
	right: 0.1rem;
	top: 28%;
	z-index: 5;
}

.fixed_kf img {
	width: 1.08rem;
}

.mb {
	display: none;
}

.pc {
	display: block;
}

@media (max-width:1540px) {
	.content {
		max-width: 1024px;
	}
}

@media (max-width:1024px) {
	.guajian {
		display: none;
	}
}

@media (max-width:750px) {
	.frame {
		background-image: unset;
		background-color: #063e42;
	}

	.mb {
		display: block;
	}

	.pc {
		display: none;
	}

	/*  */
	.top {
		background-image: url(../img/mb/top_bg.png);
		padding: 0.16rem 0.32rem;
		height: 1.04rem;
		padding-bottom: 0;
	}

	.top .content {
		height: 0.72rem;
		padding: 0;
	}

	.top .logo img {
		max-height: 0.72rem;
	}

	.top img {
		max-height: 0.52rem;
	}

	/*  */
	.banner {
		padding: 0;
	}

	/*  */
	.lineAndBut {
		flex-direction: column;
		background-color: unset;
		padding: 0.1rem 0.4rem;
		border: unset;
	}

	.lineFrame {
		padding: 0.3rem 0 0 0;
	}

	.lines .conts {
		padding: .2rem 0 0 0;
		gap: 0.3rem;
	}

	.lines .conts .item {
		width: calc(100%);
	}

	/*  */
	.butFrame {
		width: 100%;
		padding: 0.5rem 0 0 0;
	}

	.buts .item {
		width: calc(50% - 0.125rem);
		line-height: 0;
	}
}

@keyframes zoom2 {

	0%,
	100% {
		transform: scale(1.02);
	}

	50% {
		transform: scale3d(.95, .95, .95);
	}
}

@keyframes zoom1 {

	0%,
	100% {
		transform: scale(1.05);
	}

	50% {
		transform: scale3d(.97, .97, .97);
	}
}

.zoom1 {
	-webkit-animation: zoom1 1.5s linear infinite;
	animation: zoom1 1.5s linear infinite;
}

.zoom2 {
	-webkit-animation: zoom2 1.4s linear infinite;
	animation: zoom2 1.4s linear infinite;
}

@media (max-width:440px) {
	html {
		font-size: 57.3333px !important;
	}
}

@media (max-width:414px) {
	html {
		font-size: 55.2px !important;
	}
}

@media (max-width:390px) {
	html {
		font-size: 52px !important;
	}
}

@media (max-width:390px) {
	html {
		font-size: 50px !important;

	}
}

.ab {
	position: absolute;
	bottom: 0.3rem;
}