﻿

/* CSS Index_Mdia */
/*媒体查询样式--开始------------------------------------------------------*/

@media only screen and (max-width: 780px) {

	/*顶部信息----开始--------------------------------------------------------*/
	header {
		height: 138.462vw;
		padding-top: 32.051vw;
		margin-bottom: -42.5vw;
		background-size: 246.154vw 138.462vw;
	}

	header .logo_box {
		height: 46.154vw;
		margin-bottom: 3.846vw;
	}

	/*顶部信息----结束--------------------------------------------------------*/
	.app_nav {
		width: 10.256vw;
		height: 10.256vw;
		border-radius: 1.282vw;
		top: 1.282vw;
		right: 1.282vw;
		padding: 2.564vw;
		display: block;
	}

	.app_nav i {
		height: 0.769vw;
		border-radius: 0.513vw;
		margin: 0.769vw auto;
	}

	.nav {
		width: 50%;
		height: 100vh;
		display: block;
		justify-content: left;
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: -50%;
		background: var(--sc01);
		transition: all 0.3s;
		z-index: 9999;
	}

	.nav a {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: left;
		align-items: center;
		flex-direction: row;
		margin: 0;
		margin-bottom: 0;
		padding: 2.564vw;
		border-radius: 0;
		position: relative;
		background: none;
		cursor: pointer;
	}

	.nav .nav_act {
		background: linear-gradient(0deg, var(--sc01), var(--sc02));
		border-bottom: solid 1px var(--sc06);
	}

	.nav a i {
		width: 6.410vw;
		height: 6.410vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}

	.nav a p {
		color: var(--sc04);
		white-space: nowrap;
		padding: 0.641vw 2.564vw;
		padding-left: 1.282vw;
		border-radius: 2.564vw;
		font-size: 3.846vw;
	}

	.nav .nav_act p {
		color: var(--sc04);
		background: none;
	}
}

@media only screen and (max-width: 460px) {

	/*滚动公告----开始--------------------------------------------------------*/
	.laba_box {
		height: 10.870vw;
		border-radius: 6.522vw;
		margin-bottom: 6.522vw;
		padding: 0 4.348vw;
	}

	.laba {
		width: 7.826vw;
		height: 7.826vw;
		margin-left: -1.087vw;
	}

	.gg_txt {
		height: 7.826vw;
		border-radius: 1.304vw;
		margin: 0 2.174vw;
	}

	.gg_txt ul li {
		line-height: 7.826vw;
		margin-right: 10.870vw;
		padding-right: 10.870vw;
	}

	/*滚动公告----结束--------------------------------------------------------*/
}

@media only screen and (max-width: 360px) {
	.gg_txt ul li {
		font-size: 3.478vw;
	}
}