
@media (max-width: 990px) {
	#box2 {
		width: unset;
		height: unset;
		font-size: unset;
		margin: 0 auto;
		transform-origin: left top;
		position: relative;
		transition: transform 0.5s ease;
	}
	
	.navSection {
		display: none;
	}
	
	.mobNavContent {
		display: unset;
		z-index: 999;
		position: fixed;
		left: 0;
		top: 0;
		
		width: 100%;
		padding: 0 50px;
	}
	
	.logoC {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 50px;
	}
	
	#pcNav {
		display: none;
	}
	
	.mobNav {
		display: unset;
	}
	
	.navbar {
		height: 200px;
	}
	
	.logoImg {
		width: 300px;
		height: 116px;
	}
	
	.navbar-brand {
		font-size: 36px;
	}
	
	.logAndRegBtn {
		width: 300px;
		height: 80px;
		border-radius: 25px;
		border: 1px solid #252525;
		
		font-weight: 400;
		font-size: 40px;
		color: #252525;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	
	.pro {
		
		font-weight: 400;
		font-size: 40px;
		color: #252525;
		text-decoration-line: underline;
		margin-left: 0;
	}
	
	.dropdown {
		position: relative;
		display: inline-block;
		margin-left: 0;
	}
	
	.dropdown-content {
		display: none;
		position: absolute;
		z-index: 1;
		right: 0;
		width: 264px;
		height: 270px;
		background: #FFFFFF;
		border-radius: 25px;
	}
	
	.dropdown-content a {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		font-size: 60px;
	}
	
	.dropdown-content a:hover {
		background-color: #f1f1f1;
	}
	
	.dropdown:hover .dropdown-content {
		display: block;
	}
	
	.langTxt {
		
		font-weight: 400;
		font-size: 60px;
		color: #252525;
	}
	
	.xiaIconImg {
		width: 30px;
		height: 14px;
		margin-left: 26px;
	}
	
	.indexFengmian {
		width: 100vw;
		height: 100vh;
		display: none;
	}
	
	.mobVideoContent {
		display: flex;
		width: 100%;
		height: 500px;
	}
	
	.videoIndex {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.mainContent {
		width: 100vw;
		padding: 50px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.contentItem {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 170px;
	}
	
	.titleContent {
		min-width: 250px;
		height: 80px;
		position: relative;
	}
	
	.titleContentBg {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	
	.titleContentTxt {
		font-weight: bold;
		font-size: 50px;
		line-height: 50px;
		color: #252525;
	}
	
	.contentItemInfo {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 100px;
	}
	
	.contentItemImg {
		width: 100%;
		object-fit: cover;
	}
	
	.contentItemInfoDetail {
		width: 100%;
		/*background: #F8F8F8;*/
		border-radius: 36px;
		padding: 40px;
	}
	
	.contentItemInfo2 {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	
	.contentItemInfoDetail2 {
		width: 100%;
		background: #F8F8F8;
		border-radius: 36px;
		padding: 40px;
	}
	
	.contentItemImg2 {
		width: 100%;
		/* height: 390px; */
		object-fit: cover;
	}
	
	
	.detailTxt {
		
		font-weight: 400;
		font-size: 32px;
		color: #252525;
		line-height: 60px;
	}
	
	.zhanshiContent {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-top: 40px;
		cursor: pointer;
	}
	
	.boxIconImg {
		width: 32px;
		height: 32px;
	}
	
	.zhanshiTxt {
		
		font-weight: 400;
		font-size: 32px;
		color: #252525;
		margin: 0 30px;
	}
	
	.shuangYouIconImg {
		width: 18px;
		height: 20px;
	}
	
	.contentItemInfoMob2 {
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
		align-items: center;
	}
	
	.titleContent2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.titleContentTxt2 {
		
		font-weight: bold;
		font-size: 40px;
		line-height: 40px;
		color: #252525;
	}
	
	.txtLine {
		width: 50px;
		height: 5px;
		background-color: #252525;
		margin-top: 30px;
	}
	
	.newsListContent {
		width: 100%;
		padding: 50px;
		background: #F8F8F8;
		border-radius: 30px;
		margin-top: 100px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	
	.newsItem {
		width: 100%;
		background: #FFFFFF;
		/*border: 1px solid #EFEAE7;*/
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.newsCoverImg {
		width: 100%;
		height: 500px;
	}
	
	.newsTitle {
		width: 100%;
		height: 150px;
		/*background: #EFEAE7;*/
		border-radius: 0px 0px 25px 25px;
		
		font-weight: bold;
		font-size: 40px;
		color: #252525;
		padding: 0 80px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.bottomContent {
		width: 100%;
		height: 210px;
		background: #F6F8F9;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.bottomOtherAList {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 40px;
		flex-wrap: wrap;
	}
	
	.bottomOtherAList a {
		
		font-weight: 400;
		font-size: 30px;
		color: #252525;
		margin: 0 32px;
	}
	
	.banquan {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.banquan a {
		
		font-weight: 400;
		font-size: 30px;
		color: #8E8E8E;
	}
	
	.ml48 {
		margin-left: 48px;
	}
	
	.navIcon {
		width: 50px;
		height: 50px;
	}

	.sidU {
		height: 500px;
		padding: 50px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	
	.sidebar {
	    position: fixed;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%; /* 导航栏的宽度 */
	    background-color: rgba(0, 0, 0, 0.5);
	    transition: transform 0.3s ease-in-out;
	    transform: translateX(-100%); /* 初始状态隐藏 */
	    z-index: 1000;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	 
	.sidebar.show {
	    transform: translateX(0); /* 显示状态 */
	}
	 
	.content {
	    margin-left: 250px; /* 确保主内容区域不被导航栏覆盖 */
	    transition: margin-left 0.3s ease-in-out;
	}
	 
	.sidebar.show + .content {
	    margin-left: 0; /* 隐藏导航栏时调整主内容区域 */
	}
	
	.sidebarContent {
		padding: 48px 0 0; /* 顶部间距，避免遮挡按钮 */
		box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.1);
		width: 75%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		background-color: #FFF;
	}
	
	.closeSidearContent {
		width: 25%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	
	.nav-link  {
		width: 100%;
		font-size: 40px;
		padding: 50px 30rpx !important;
		margin-bottom: 50px;
	}
	
	.dropdown {
		margin: 0;
		padding: 0;
	}
	
	.dropdown-item {
		font-size: 40px;
	}
	
	.enterContent {
		width: 93%;
		padding: 20px;
		background: rgba(255, 255, 255, 0.45);
		border-radius: 20px 20px 20px 20px;
		position: fixed;
		right: 4%;
		left: 4%;
		top: 200px;
		z-index: 999;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.enterInputContent {
		width: 100%;
		background: rgba(255, 255, 255, 0.95);
		border-radius: 22px 22px 22px 22px;
		padding: 30px;
	}
	
	.lab {
		width: 100px;
		height: 5px;
		background-color: #252525;
	}
	
	.loginTxt {
		
		font-weight: bold;
		font-size: 50px;
		color: #252525;
		margin: 0 14px;
	}
	
	.loginInputContent {
		width: 100%;
		margin-top: 65px;
		margin-bottom: 100px;
	}
	
	.inputName {
		
		font-weight: bold;
		font-size: 50px;
		color: #252525;
		margin-bottom: 14px;
	}
	
	.inputKuang {
		width: 100%;
		height: 100px;
		background: #F4F6F8;
		border-radius: 10px 10px 10px 10px;
		border: 1px solid #E4EBEC;
		padding: 0 24px;
		font-size: 50px;
	}
	
	.loginBtn {
		width: 100%;
		height: 100px;
		background: #29BAD4;
		border-radius: 10px 10px 10px 10px;
		
		font-weight: bold;
		font-size: 50px;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	
	.mb32 {
		margin-bottom: 32px;
	}
	
	.toRegisterTxt {
		
		font-weight: 400;
		font-size: 40px;
		color: #252525;
		text-align: center;
		margin-top: 40px;
	}
	
	.color29b {
		color: #29BAD4;
	}
	
	.loginInputContent2 {
		width: 100%;
		margin-top: 65px;
		margin-bottom: 100px;
	}
	.chooseHyTxt {
		
		font-weight: bold;
		font-size: 50px;
		color: #252525;
		margin-bottom: 45px;
		text-align: center;
	}
	
	.toRegisterTxt2 {
		
		font-weight: 400;
		font-size: 40px;
		color: #252525;
		text-align: center;
		margin: 0 20px;
	}
	
	.hangyeItem {
		width: 100%;
		height: 200px;
		background: #F4F6F8;
		border-radius: 30px;
		margin-bottom: 64px;
		padding-right: 40px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		cursor: pointer;
		
		font-weight: bold;
		font-size: 40px;
		color: #252525;
	}
	
	.acHangyeItem {
		background: #29BAD4;
		color: #FFF;
	}
	
	.hangyeImg {
		height: 200px;
		object-fit: cover;
	}

	.chooseIconImg {
		width: 30px;
		height: 34px;
	}

	.hangyeName {
		padding-left: 20px;
	}
	
	.mt20 {
		margin-top: 20px;
	}
	
	.mainSection {
		padding: 150px 24px;
	}
	
	.zhuTitleName {
		width: 100%;
		text-align: center;
		
		font-weight: bold;
		font-size: 60px;
		color: #252525;
	}

	.huiseBg {
		width: 100%;
		background: #eeeeee !important;
		padding: 25px 0;
		margin-left: 0px;
	}

	.huiseBg2 {
		width: 100%;
		padding: 25px 0;
		margin-left: 0px;
	}
	
	.fuTitleName {
		width: 100%;
		text-align: center;
		
		font-weight: 400;
		font-size: 40px;
		color: #697183;
		margin-top: 28px;
	}
	
	.sedaiContent {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 50px;
	}
	
	.sedai1 {
		flex: 1;
		height: 30px;
		background: #C6CAD2;
	}
	
	.sedai2 {
		flex: 1;
		height: 30px;
		background: #3F7EFF;
	}
	
	.sedai3 {
		flex: 1;
		height: 30px;
		background: #05BE5A;
	}
	
	.wenjianListContent {
		width: 100%;
		background: #F4F6F8;
	}
	
	.wenjianListTitleContent {
		width: 100%;
		padding: 50px 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.wenjianTypeName {
		width: 50%;
		height: 100px;
		border-radius: 20px;
		
		font-weight: bold;
		font-size: 40px;
		color: #252525;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #FFF;
		cursor: pointer;
	}
	
	.ac_wenjianType {
		color: #FFFFFF;
		background: #29BAD4;
	}
	
	.wenjianItemList {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.wenjianItem {
		margin-left: 95px;
		margin-bottom: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
		
		font-weight: 400;
		font-size: 18px;
		color: #252525;
	}
	
	.pdfIcon {
		width: 48px;
		object-fit: cover;
	}
	
	.wenjianName {
		width: 600px;
		
		font-weight: 400;
		font-size: 40px;
		color: #252525;
		margin-left: 15px;
		margin-right: 30px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.seeLineIcon {
		width: 40px;
		object-fit: cover;
		margin-right: 20px;
	}
	
	.downIcon {
		width: 48px;
		object-fit: cover;
	}
	
	.xujiaContent {
		width: 100%;
		padding: 20px;
		background: #F4F6F8;
	}
	
	.xiangmuNameContent {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.xiangmunameInput {
		width: calc(100% - 300px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 6px 6px 6px 6px;
		border: 1px solid #29BAD4;
		font-size: 24px;
		color: #252525;
		padding: 0 30px;
		margin-left: 32px;
	}
	
	.xiangmunameTxt {
		
		font-weight: bold;
		font-size: 40px;
		color: #29BAD4;
	}
	
	.inputInfoTitleContent {
		margin-top: 50px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 4px dashed #C6CAD2;
		padding-bottom: 20px;
	}
	
	.inputInfoTitleContent2 {
		margin-top: 50px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 2px dashed #C6CAD2;
	}
	
	.titleLab {
		width: 8px;
		height: 40px;
		background: #29BAD4;
		margin-right: 10px;
	}
	
	.inputInfoTitleName {
		
		font-weight: bold;
		font-size: 35px;
		color: #252525;
	}
	
	.addBtn {
		cursor: pointer;
		width: 200px;
		height: 70px;
		border-radius: 12px;
		border: 4px solid #29BAD4;
		display: flex;
		justify-content: center;
		align-items: center;
		
		font-weight: bold;
		font-size: 36px;
	}
	
	.addBtnTxt {
		color: #29BAD4 !important;
		
		font-weight: 400;
		font-size: 40px;
		color: #252525;
	}
	
	.addIconImg {
		width: 36px;
		height: 36px;
		margin-right: 10px;
	}
	
	.kehuUserInfoContent {
		width: 100%;
	}
	
	.kehuUserItem {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		margin-top: 30px;
	}
	
	.delIcon {
		width: 70px;
		height: 70px;
		margin-left: 110px;
		cursor: pointer;
	}
	
	.delIcon2 {
		width: 70px;
		height: 70px;
		cursor: pointer;
		margin-left: 10px;
	}
	
	.userInfoInputItem {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-left: 0;
		margin-bottom: 18px;
	}
	
	.userInfoInputItem:first-child {
		margin-left: 0;
	}
	
	.userInfoInputTxt {
		width: 180px;
		
		font-weight: 400;
		font-size: 36px;
		color: #252525;
		margin-right: 64px;
	}
	
	.userInfoInput {
		width: calc(100% - 180px - 64px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 1px solid #C6CAD2;
		
		font-size: 24px;
		color: #252525;
		padding: 0 30px;
	}
	
	.inputLine {
		margin-top: 30px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.inputLine2 {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.inputLine3 {
		margin-top: 30px;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.mt16 {
		margin-top: 16px;
	}
	
	.bitianNameContent {
		width: 240px;
		
		font-weight: 400;
		font-size: 32px;
		color: #252525;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-right: 32px;
	}
	
	.bitianNameContent span {
		color: #F24949;
	}
	
	.hua {
		width: 100%;
		flex-wrap: wrap;
	}
	
	.hh {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.hh:last-child {
		margin-bottom: 0;
	}
	
	.inputClass_1 {
		width: calc(100% - 240px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		
		font-weight: 400;
		font-size: 30px;
		color: #252525;
		padding: 0 30px;
	}
	
	.inputClass_2 {
		width: calc(100% - 240px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		
		font-weight: 400;
		font-size: 30px;
		color: #252525;
		padding: 0 30px;
		margin-right: 0;
	}
	
	.flex-start-center {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	
	.postDataBtnContent {
		width: 100%;
		margin-top: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.cleanPostBtn {
		width: 280px;
		height: 80px;
		background: #FFFFFF;
		border-radius: 20px;
		border: 1px solid #29BAD4;
		margin-right: 75px;
		
		font-weight: bold;
		font-size: 36px;
		color: #29BAD4;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	
	.postAllDataBtn {
		width: 280px;
		height: 80px;
		background: #29BAD4;
		border-radius: 20px;
		
		font-weight: bold;
		font-size: 36px;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #29BAD4;
		cursor: pointer;
	}
	
	select {
		width: calc(100% - 240px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		background-image: url('../img/selectIcon.png');
		background-repeat: no-repeat;
		background-position: 468px center;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin-right: 32px;
		padding: 0 30px;
		background-size: 16px 8px;
		font-size: 28px;
	}
	
	.baoxiuInput_select {
		width: calc(100% - 180px - 32px);
		height: 80px;
		margin-left: 32px;
		margin-right: 0;
		background-position: calc(100% - 32px) center;
	}
	
	
	select::-ms-expand {
		display: none;
	}
	
	select:after {
		content: '▼';
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		pointer-events: none;
	}
	
	select {
		position: relative;
	}
	
	select::placeholder {
		
		font-weight: 400;
		font-size: 28px;
		color: #C6CAD2;
	}
	
	.ta {
		width: calc(100% - 240px);
		height: 160px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		
		padding: 10px 30px;
		
		font-weight: 400;
		font-size: 24px;
		color: #252525;
	}
	
	.dateInput {
		width: calc(100% - 240px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		padding: 0 30px;
		
		font-weight: 400;
		font-size: 18px;
		color: #252525;
	}
	
	.inputClass_3 {
		width: calc(100% - 240px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		padding: 0 30px;
		
		font-weight: 400;
		font-size: 24px;
		color: #252525;
	}
	
	.baoxiuContent {
		background: #F4F6F8;
		padding: 24px
	}
	
	.baoxiuContent2 {
		background: #F4F6F8;
		padding: 24px
	}
	
	.baoxiuTitle {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.xing {
		font-size: 38px;
		color: #F24949;
	}
	
	.baoxiuname {
		width: 180px;
		
		font-weight: 400;
		font-size: 38px;
		color: #252525;
		margin-left: 14px;
	}
	
	.baoxiuname2 {
		
		font-weight: 400;
		font-size: 38px;
		color: #252525;
		margin-left: 14px;
	}
	
	.baoxiuname3 {
		width: unset;
		
		font-weight: 400;
		font-size: 38px;
		color: #252525;
		margin-left: 14px;
	}
	
	.baoxiuInput_1 {
		width: calc(100% - 180px - 32px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		padding: 0 30px;
		
		font-weight: 400;
		font-size: 24px;
		color: #252525;
		margin-left: 32px;
	}
	
	.baoxiuInput_2 {
		width: calc(100% - 180px - 32px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		padding: 0 30px;
		
		font-weight: 400;
		font-size: 24px;
		color: #252525;
		margin-left: 32px;
	}
	
	.baoxiuInput_3 {
		width: calc(100% - 180px - 32px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		padding: 0 30px;
		
		font-weight: 400;
		font-size: 24px;
		color: #252525;
		margin-left: 32px;
	}
	
	.baoxiuInput_4 {
		width: calc(100% - 180px - 32px);
		height: 80px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		padding: 0 30px;
		
		font-weight: 400;
		font-size: 24px;
		color: #252525;
		margin-left: 32px;
	}
	
	.z {
		display: unset;
	}
	
	.baoxiuta {
		width: calc(100% - 180px - 32px);
		height: 300px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		padding: 10px 30px;
		
		font-weight: 400;
		font-size: 24px;
		color: #252525;
		margin-left: 32px;
	}
	
	.baoxiuta2 {
		width: calc(100% - 180px - 32px);
		height: 300px;
		background: #FEFEFE;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		padding: 10px 30px;
		
		font-weight: 400;
		font-size: 24px;
		color: #252525;
		margin-left: 32px;
	}
	
	
	.wh {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.wh:last-child {
		margin-bottom: 0;
	}
	
	.hua2 {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	
	.txtcenter {
		text-align: center;
	}
	
	.flex-sb-center {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	
	.button-group {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-left: 80px;
	}
	
	.gTxt {
		
		font-weight: 400;
		font-size: 36px;
		color: #252525;
		margin-left: 20px;
		margin-right: 100px;
	}
	
	.toggle-button {
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #FFFFFF;
		border: 1px solid #C6CAD2;
		transition: background-color 0.3s, border-color 0.3s;
	}
	
	.toggle-button.selected {
		background-color: #007bff;
		color: white;
		border-color: #0056b3;
	}
	
	.toggle-button:hover {
		background-color: #e0e0e0;
	}
	
	.toggle-button.selected:hover {
		background-color: #0056b3;
	}
	
	.mainContent2 {
		width: 100%;
		padding: 150px 24px;
	}
	
	.newsListContent2 {
		width: 100%;
		padding: 50px;
		background: #F8F8F8;
		border-radius: 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	
	.newsItem2 {
		width: 100%;
		background: #FFFFFF;
		/*border: 1px solid #EFEAE7;*/
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 24px 0;
	}
	
	.mainContent3 {
		width: 100%;
		padding: 150px 24px;
	}
	
	.usInfo {
		width: 100%;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	
	.usInfoItem {
		padding: 0 36px;
		height: 80px;
		background: #FFFFFF;
		border-radius: 12px;
		border: 4px solid #C6CAD2;
		display: flex;
		justify-content: center;
		align-items: center;
		
		
		font-weight: 400;
		font-size: 40px;
		color: #333333;
		margin-bottom: 20px;
	}
	
	.usInfoImg {
		width: 48px;
		height: 48px;
		object-fit: contain;
		margin-right: 18px;
	}
	
	.usInfoAll {
		flex: 1;
		margin-right: 0;
	}
	
	.map {
		flex: 1;
	}
	
	.aboutcontent span {
		font-size: 36px !important;
	}
	
	.dizhiname {
		
		font-weight: 400;
		font-size: 32px;
		color: #333333;
	}
	
	.map {
		height: 300px;
	}
}