* {
	padding: 0;
	margin: 0;
}

a:hover {
	color: #29BAD4;
}

#box2 {
	width: 1920px;
	height: 100vh;
	font-size: 24px;
	transform-origin: left top;
	position: relative;
}

body {
	background-color: #FFF;
}

/* 导航开始 */
.navSection {
	width: 1920px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
	height: 125px;
	transform-origin: left top;
	/* background-color: rgba(255, 255, 255, 0.5); */
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 180px 38px 100px;
	position: fixed;
	top: 0;
	z-index: 999999;
	transition: background-color 0.3s;
}

.navbar-scrolled {
	background-color: #FFF;
}

.logoImg {
	width: 208px;
	height: 90px;
}

.logAndRegBtn {
	min-width: 87px;
	height: 28px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #252525;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #252525;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.pro {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	text-decoration-line: underline;
	margin-left: 35px;
}

.nav .dropdown {
	margin-left: 0;
}

.dropdown {
	position: relative;
	display: inline-block;
	margin-left: 35px;
}

.dropdown-content {
	display: none;
	position: absolute;
	z-index: 1;

	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.05);
	border-radius: 10px 10px 10px 10px;
	width: 90px;
	padding: 14px 8px;
	
}

.dropdown-content a {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 14px;
	color: #252525;
	text-align: center !important;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.langName {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 500;
	font-size: 14px;
	color: #252525;
	text-align: center;
	margin-bottom: 12px;
	cursor: pointer;
}

.langName:last-child {
	margin-bottom: 0;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.nav-link {
	padding: 0;
	margin: 0;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	margin-left: 60px;
}

.active {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #29BAD4 !important;
}

.acLang {
	color: #29BAD4 !important;
}

.langTxt {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #252525;
}

.xiaIconImg {
	width: 7px;
	height: 4px;
	margin-left: 6px;
}

.navbar-expand-lg {
	padding: 0;
	margin: 0;
}

.mobNav {
	display: none;
}

.indexFengmian {
	width: 1920px;
	height: 1080px;
}

.mobVideoContent {
	display: none;
}

.mobNavContent {
	display: none;
}

.videoIndex {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mainContent {
	width: 100%;
	padding: 70px 256px;
}

.mainContent2 {
	width: 100%;
	padding: 200px 120px 70px 120px;
}

.mainContent3 {
	width: 100%;
	padding: 200px 256px 70px 256px;
}

.contentItem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.titleContent {
	height: 40px;
	position: relative;
}

.titleContentBg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.titleContentTxt {
	font-family: RobotoDraft, Arial, STXihei, 华文细黑, "Microsoft YaHei", 微软雅黑;
	font-weight: 400;
	font-size: 24pt;
	margin-bottom: 24px;
}

.contentItemInfo {
	width: 100%;
	display: flex;
	justify-content: center;
	/*justify-content: space-between;*/
	align-items: center;
}

.flex-end-center {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.flex-re {
	flex-direction: row-reverse;
}

.contentItemInfo2 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.contentItemInfoDetail2 {
	width: 560px;
	padding: 0 40px;
}

.contentItemImg2 {
	width: 300px;
	height: 300px;
	object-fit: contain;
	margin: 0 95px;
}

.contentItemImg {
	width: 340px;
	height: 340px;
}

.contentItemInfoDetail {
	width: 810px;
	/*background: #F8F8F8;*/
	border-radius: 6px 6px 6px 6px;
	padding: 64px 58px 40px 58px;
}

@font-face {
	font-family: 'RobotoDraft';
	src: url('./RobotoDraft-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
.detailTxt {
	font-family: RobotoDraft, Arial, STXihei, 华文细黑, "Microsoft YaHei", 微软雅黑;
	font-weight: 400;
	font-size: 12pt;

	/*color: #252525;*/
	color: #555555;
	line-height: 36px;
	text-align: justify;
}

.zhanshiContent {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	cursor: pointer;
}

.boxIconImg {
	width: 16px;
	height: 16px;
}


.zhanshiTxt {
	font-family: RobotoDraft, Arial, STXihei, 华文细黑, "Microsoft YaHei", 微软雅黑;
	font-weight: 400;
	/*font-size: 18px;*/
	font-size: 12pt;
	color: #252525;
	margin: 0 10px;
}

.shuangYouIconImg {
	width: 10px;
	/* height: 10px; */
	object-fit: cover;
}

.titleContent2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.titleContentTxt2 {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	/*font-size: 36px;*/
	font-size: 24pt;
	line-height: 36px;
	color: #252525;
}

.txtLine {
	width: 39px;
	height: 2px;
	background-color: #252525;
	margin-top: 15px;
}

.newsListContent {
	width: 80%;
	padding: 58px;
	background: #F8F8F8;
	border-radius: 6px 6px 6px 6px;
	margin: 0 auto;
	margin-top: 50px;
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.newsListContent2 {
	width: 1300px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.newsItem {
	width: 300px;
	background: #FFFFFF;
	/*border: 1px solid #EFEAE7;*/
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.newsItem2 {
	width: 300px;
	background: #FFFFFF;
	/*border: 1px solid #EFEAE7;*/
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 30px;
}

.newsCoverImg {
	width: 300px;
	height: 187px;
	object-fit: contain;
	/*margin: 32px 56px 0 56px;*/
}

.newsTitle {
	width: 300px;
	height: 62px;
	/*background: #EFEAE7;*/
	border-radius: 0px 0px 6px 6px;
	font-family: RobotoDraft, Arial, STXihei, 华文细黑, "Microsoft YaHei", 微软雅黑;
	font-size: 12pt;
	color: #252525;
	padding: 0 37px;
	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;
}

.bottomOtherAList a {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #252525;
	margin: 0 32px;
}

.banquan {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.banquan a {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #8E8E8E;
}

.ml48 {
	margin-left: 48px;
}

/* 导航结束 */

/* 公共 */
.flex-center-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-start-end {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

::-webkit-scrollbar {
	display: none;
	/* 这在大多数WebKit浏览器中有效，但不是标准CSS */
}

.nav {
	height: 30px;
}

.coverImg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bgfff {
	background-color: #FFF !important;
}

.dibu {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99999;
	height: 120px;
}

.enterContent {
	padding: 18px;
	background: rgba(255, 255, 255, 0.45);
	border-radius: 20px 20px 20px 20px;
	position: fixed;
	right: 315px;
	top: calc((100vh - 700px) / 2);
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.enterInputContent {
	background: rgba(255, 255, 255, 0.95);
	border-radius: 22px 22px 22px 22px;
	padding: 50px 62px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.lab {
	width: 54px;
	height: 2px;
	background-color: #252525;
}

.loginTxt {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 22px;
	color: #252525;
	margin: 0 14px;
}

.loginInputContent {
	margin-top: 65px;
	margin-bottom: 100px;
}

.inputName {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #252525;
	margin-bottom: 14px;
}

.inputKuang {
	width: 337px;
	height: 50px;
	background: #F4F6F8;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #E4EBEC;
	padding: 0 24px;
	font-size: 24px;
}

.loginBtn {
	width: 337px;
	height: 50px;
	background: #29BAD4;
	border-radius: 10px 10px 10px 10px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.mb32 {
	margin-bottom: 32px;
}

.toRegisterTxt {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #252525;
	text-align: center;
	margin-top: 40px;
}

.color29b {
	color: #29BAD4;
}

.fs28 {
	font-size: 20px;
}

.fs22 {
	font-size: 22px;
}

.loginInputContent2 {
	width: 100%;
	margin: 10px 0;
}

.chooseHyTxt {
	font-weight: bold;
	font-size: 26px;
	color: #252525;
	margin-bottom: 45px;
}

.toRegisterTxt2 {
	font-weight: 400;
	font-size: 16px;
	color: #252525;
	text-align: center;
	margin: 0 10px;
}

.hangyeItem {
	width: 337px;
	height: 100px;
	background: #F4F6F8;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 24px;
	padding-right: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 20px;
	color: #252525;
}

.acHangyeItem {
	background: #29BAD4;
	color: #FFF;
}

.hangyeImg {
	height: 100px;
	object-fit: cover;
}

.chooseIconImg {
	width: 15px;
	height: 12px;
}

.mt20 {
	margin-top: 20px;
}

.hidden {
	visibility: hidden !important;
}

.hidden2 {
	display: none !important;
}

.mainSection {
	padding: 200px 256px 70px 256px;
}

.zhuTitleName {
	width: 100%;
	text-align: center;
	font-family: Source Han Sans CN, Source Han Sans CN;
	/*font-weight: bold;*/
	font-size: 36px;
	color: #252525;
}

.huiseBg {
	 width: calc(100% + 256px + 256px);
	 background: #eeeeee !important;
	 padding: 25px 0;
	 margin-left: -256px;
 }

.huiseBg2 {
	width: calc(100% + 256px + 256px);
	padding: 25px 0;
	margin-left: -256px;
}

.fuTitleName {
	width: 100%;
	text-align: center;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #697183;
	margin-top: 28px;
}

.sedaiContent {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.sedai1 {
	flex: 1;
	height: 15px;
	background: #C6CAD2;
}

.sedai2 {
	flex: 1;
	height: 15px;
	background: #3F7EFF;
}

.sedai3 {
	flex: 1;
	height: 15px;
	background: #05BE5A;
}

.wenjianListContent {
	width: 100%;
	background: #F4F6F8;
}

.wenjianListTitleContent {
	width: 100%;
	padding: 50px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wenjianTypeName {
	width: 296px;
	height: 50px;
	border-radius: 6px 6px 6px 6px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #252525;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFF;
	cursor: pointer;
}
.wenjianTypeName a{
	color: #222;
	display: block;
}

.ac_wenjianType {
	color: #FFFFFF;
	background: #29BAD4;
}
.ac_wenjianType a{
	color: #fff;
}
.wenjianItemList {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.wenjianItem {
	margin-left: 95px;
	margin-bottom: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
}

.pdfIcon {
	width: 24px;
	object-fit: cover;
}

.wenjianName {
	width: 200px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	margin-left: 15px;
	margin-right: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.seeLineIcon {
	width: 20px;
	object-fit: cover;
	margin-right: 20px;
}

.downIcon {
	width: 24px;
	object-fit: cover;
}

.wuliuInfoContent {
	width: 100%;
	background: #F4F6F8;
	padding: 50px 0;
}

.searchWuliContent {
	display: flex;
	justify-content: center;
	align-items: center;
}

.searchWuliInput {
	width: 842px;
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #29BAD4;
	padding: 0 32px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
}

.searchWuliInput::placeholder {
	color: #C6CAD2;
}

.searchWuliBtn {
	width: 90px;
	height: 35px;
	background: #29BAD4;
	border-radius: 6px 6px 6px 6px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	margin-left: 30px;
	border: 1px solid #29BAD4;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.resetWuliBtn {
	width: 90px;
	height: 35px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #29BAD4;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #29BAD4;
	margin-left: 30px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wuliuTableInfo {
	margin: 50px 0;
}

table {
	width: 100%;
	border-collapse: collapse;
}

th {
	height: 50px;
	background: #29BAD4;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}

th,
td {
	border: 1px solid #C6CAD2;
	padding: 0px;
	text-align: center;
}

td {
	height: 70px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #252525;
}

.table1 tr th:nth-child(1) {
	width: 153px;
}

.table1 tr th:nth-child(2) {
	width: 246px;
}

.table1 tr th:nth-child(3) {
	width: 161px;
}

.table1 tr th:nth-child(4) {
	width: 189px;
}

.table1 tr th:nth-child(5) {
	width: 98px;
}

.table1 tr th:nth-child(6) {
	width: 252px;
}

.table1 tr th:nth-child(7) {
	width: 128px;
}

.table1 tr th:nth-child(8) {
	width: 181px;
}

.table2 {
	margin-top: 50px;
}

.tableBeizhu {
	width: 100%;
	padding: 0 60px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #252525;
}

.table2 tr th:nth-child(1) {
	width: 211px;
}

.table2 tr th:nth-child(2) {
	width: 185px;
}

.table2 tr th:nth-child(3) {
	width: 331px;
}

.table2 tr th:nth-child(4) {
	width: 235px;
}

.table2 tr th:nth-child(5) {
	width: 236px;
}

.table2 tr th:nth-child(6) {
	width: 210px;
}

.xujiaContent {
	width: 100%;
	padding: 50px 58px;
	background: #F4F6F8;
}

.xiangmuNameContent {
	display: flex;
	justify-content: center;
	align-items: center;
}

.xiangmunameInput {
	width: 1062px;
	height: 50px;
	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-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 22px;
	color: #29BAD4;
}

.inputInfoTitleContent {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px dashed #C6CAD2;
	padding-bottom: 10px;
}

.inputInfoTitleContent2 {
	margin-top: 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px dashed #C6CAD2;
}

.titleLab {
	width: 4px;
	height: 17px;
	background: #29BAD4;
	margin-right: 10px;
}

.inputInfoTitleName {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 22px;
	color: #252525;
}

.addBtn {
	cursor: pointer;
	width: 90px;
	height: 35px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #29BAD4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
}

.addBtnTxt {
	color: #29BAD4 !important;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 20px;
	color: #252525;
}

.addIconImg {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.kehuUserInfoContent {
	width: 100%;
}

.kehuUserItem {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 30px;
}

.delIcon {
	width: 35px;
	height: 35px;
	margin-left: 55px;
	cursor: pointer;
}

.delIcon2 {
	width: 35px;
	height: 35px;
	cursor: pointer;
}

.userInfoInputItem {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 65px;
}

.userInfoInputItem:first-child {
	margin-left: 0;
}

.userInfoInputTxt {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	margin-right: 32px;
}

.userInfoInput {
	width: 246px;
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	font-family: Source Han Sans CN, Source Han Sans CN;
	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: 120px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 32px;
}

.bitianNameContent span {
	color: #F24949;
}

.inputClass_1 {
	width: 1062px;
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #252525;
	padding: 0 30px;
}

.inputClass_2 {
	width: 246px;
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #252525;
	padding: 0 30px;
	margin-right: 10px;
}

.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: 170px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #29BAD4;
	margin-right: 75px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #29BAD4;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.postAllDataBtn {
	width: 170px;
	height: 50px;
	background: #29BAD4;
	border-radius: 10px 10px 10px 10px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #29BAD4;
	cursor: pointer;
}

select {
	width: 515px;
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px 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-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #333;
}

.baoxiuInput_select {
	width: 246px;
	height: 50px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	padding: 0 30px;
	
	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-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #C6CAD2;
}

.ta {
	width: 1062px;
	height: 127px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	padding: 10px 30px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #252525;
}

.dateInput {
	width: 515px;
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	padding: 0 30px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
}

.inputClass_3 {
	width: 1062px;
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	padding: 0 30px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #252525;
}

.baoxiuContent {
	background: #F4F6F8;
	padding: 50px 230px;
}

.baoxiuContent2 {
	background: #F4F6F8;
	padding: 50px 180px;
}

.baoxiuTitle {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.xing {
	color: #F24949;
}

.baoxiuname {
	width: 72px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	margin-left: 4px;
}

.baoxiuname2 {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	margin-left: 4px;
}

.baoxiuname3 {
	width: 54px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
}

.baoxiuInput_1 {
	width: calc(100% - 80px - 32px);
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	padding: 0 30px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #252525;
	margin-left: 32px;
}

.baoxiuInput_2 {
	width: 310px;
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	padding: 0 30px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #252525;
	margin-left: 32px;
}

.baoxiuInput_3 {
	width: 246px;
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	padding: 0 30px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #252525;
	margin-left: 32px;
}

.baoxiuInput_4 {
	width: calc(100% - 35px - 54px);
	height: 50px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	padding: 0 30px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #252525;
	margin-left: 32px;
}

.baoxiuta {
	width: calc(100% - 80px - 32px);
	height: 154px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	padding: 10px 30px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #252525;
	margin-left: 32px;
}

.baoxiuta2 {
	width: calc(100% - 54px - 32px);
	height: 154px;
	background: #FEFEFE;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	padding: 10px 30px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 24px;
	color: #252525;
	margin-left: 32px;
}

.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-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	margin-left: 20px;
	margin-right: 100px;
}

.toggle-button {
	width: 31px;
	height: 31px;
	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;
}

a:hover {
	text-decoration: none;
}

.usInfo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin-top: 30px;
}

.usInfoItem {
	/* display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 18px; */
	padding: 0 18px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #C6CAD2;
	display: flex;
	justify-content: center;
	align-items: center;
	
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 20px;
	color: #333333;
}

.usInfoImg {
	width: 22px;
	height: 22px;
	object-fit: contain;
	margin-right: 12px;
}

.usInfoAll {
	flex: 1;
	margin-right: 24px;
}

.map {
	flex: 1;
}

.aboutcontent img {
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	margin-bottom: 48px;
	display: flex;
	justify-content: center;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
	color: #fff !important;
}

.aboutUsContent {
	background: #F4F6F8;
	padding: 50px;
}

.goodsImg {
	width: 100px;
}

.dropdown-menu {
	padding: 24px !important;
	border: none !important;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.05);
	border-radius: 10px 10px 10px 10px;
}

.dropdown-item {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #252525;
	padding: 0 !important;
	text-align: center !important;
	margin-bottom: 24px;
}
.dropdown-item:last-child {
	margin-bottom: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: none !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: none !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.dizhiname {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}

.map {
	width: 100%;
	height: 200px;
	margin-top: 30px;
}

.z {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.chanpin-list:nth-child(even){
	display: flex;
	flex-direction: row-reverse;
}
.sedai1,.sedai2,.sedai3{
	display: none;
}
