* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
	user-select: none
}

.w-1200 {
	width: 1200px;
	margin: 0 auto;
}

.flex {
	display: flex;
}

.flex1 {
	flex: 1;
}

.fw_warp {
	flex-wrap: wrap;
}

.fd_c {
	flex-direction: column;
}

.jc_center {
	justify-content: center;
}

.ai_center {
	align-items: center;
}

.jc_between {
	justify-content: space-between;
}

.container {
	background-color: #F8F8F8;
}

.main {
	width: 1200px;
	margin: 0 auto;
	padding: 32px 0;
}

.breadcrumb {
	font-size: 14px;
}

.profile-tab {
	margin-top: 44px;
}

.profile-tab-item {
	width: 108px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #707070;
	text-align: center;
	display: block;
	margin-right: 10px;
	cursor: pointer;
}

.profile-tab-item.active {
	background-color: rgba(17, 54, 105, 0.9);
	color: #ffffff;
}

.divider {
	height: 1px;
	background-color: #B0B0B0;
	margin-top: 22px;
	opacity: 0.5;
}

.article-title {
	font-size: 32px;
	color: #113669;
	text-align: center;
	margin-top: 60px;
}

.article-date {
	font-size: 16px;
	color: #707070;
	text-align: center;
	margin-top: 24px;
}

.article-content {
	margin-top: 20px;
}



.banner {
	width: 100%;
	position: relative;
}

.banner-img {
	width: 100%;
	display: block;
}

.banner-title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 20px;
}

.container-header {
	background-color: #ffffff;
}

.container-header-main {
	width: 1200px;
	margin: 0 auto;
	padding: 32px 0 40px;
}

.regulations-tab {
	margin-top: 44px;
}

.regulations-tab-item {
	width: 146px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #707070;
	text-align: center;
	display: block;
	margin-right: 10px;
	cursor: pointer;
}

.regulations-tab-item.active {
	background-color: rgba(17, 54, 105, 0.9);
	color: #ffffff;
}

.regulations-box {
	margin: 50px auto;
	width: 1200px;
	background-color: #ffffff;
	padding: 0 30px;
}

.regulations-list {
	padding-top: 24px;
}

.regulations-list-item {
	padding: 22px 52px 16px;
	border-bottom: 1px solid rgba(176, 176, 176, 0.2);
}

.regulations-list-title {
	font-size: 20px;
}

.regulations-list-date {
	font-size: 16px;
}

.regulations-list-download {
	width: 106px;
	height: 40px;
	border: 1px solid #EBECF0;
	color: #050505;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.regulations-list-download:hover {
	background-color: rgba(17, 54, 105, 0.8);
	color: #ffffff;
}

.page {
	padding: 48px 0 64px;
}


.main-box {
	background-color: #ffffff;
	margin-top: 46px;
	padding: 0 30px;
}

.list-item {
	padding: 54px 30px 46px 15px;
	border-bottom: 1px solid rgba(176, 176, 176, 0.2);
}

.list-item-date {
	padding: 0 15px;
	border-right: 1px solid rgba(176, 176, 176, 0.2);
}

.list-item-date-day {
	font-size: 40px;
	color: #113669;
	font-weight: bold;
}

.list-item-date-year {
	font-size: 20px;
	color: #999999;
}

.list-item-date-year::before,
.list-item-date-year::after {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #707070;
	display: block;
	margin: 0 2px;
}

.list-item-right {
	padding: 0 30px;
}

.list-item-title {
	font-size: 20px;
	color: #050505;
	font-weight: bold;
}

.list-item-content {
	margin-top: 15px;
	font-size: 16px;
	color: #707070;
	line-height: 26px;
}

.style-main-box {
	margin-top: 46px;
}

.style-item {
	background-color: #ffffff;
	margin-bottom: 20px;
	padding: 18px;
}

.style-item-img {
	display: block;
	border: 1px solid rgba(176, 176, 176, 0.2);
	width: 248px;
	height: 184px;
	object-fit: cover;
}

.style-item-right {
	padding-left: 18px;
}

.style-item-title {
	font-size: 18px;
}

.style-item-detail {
	width: 144px;
	height: 38px;
	background-color: rgba(17, 54, 105, 0.8);
	line-height: 38px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.style-item-content {
	font-size: 14px;
	line-height: 26px;
	padding-right: 200px;
	color: #666666;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(176, 176, 176, 0.2);
}

.style-item-date {
	color: #607AA5;
	font-size: 18px;
	margin-top: 15px;
}


.demand-container {
	background-image: url('../img/fwgq.png');
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.demand-main {
	padding: 40px 20px;
}

.demand-main-left {
	width: 224px;
	margin-right: 56px;
	box-shadow: 0px 2px 10px 1px rgba(198, 198, 198, 0.16);
	background-color: #ffffff;
}

.demand-main-left-title {
	height: 82px;
	background-color: rgba(17, 54, 105, 0.8);
	color: #ffffff;
	padding: 0 36px;
	font-size: 24px;
	line-height: 82px;
}

.demand-main-left-tab {
	padding: 0 16px;
}

.demand-main-left-tab-item {
	display: block;
	border-bottom: 1px solid rgba(176, 176, 176, 0.2);
	padding: 27px 25px 25px;
	font-size: 16px;
	color: #707070;
	cursor: pointer;
}

.demand-main-left-tab-item.active {
	color: #113669;
}

.demand-main-right-title {
	padding: 30px 0;
	border-bottom: 1px solid rgba(176, 176, 176, 0.5);
	padding-left: 15px;
	color: #113669;
	font-size: 24px;
	position: relative;
}

.demand-main-right-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 26px;
	background-color: rgba(17, 54, 105, 0.9);
}

.demand-main-right-list {
	padding-top: 13px;
}

.demand-main-right-list-item {
	padding: 22px 0 20px;
	border-bottom: 1px solid rgba(176, 176, 176, 0.2);
	cursor: pointer;
}

.demand-main-right-list-title {
	font-size: 18px;
}

.demand-main-right-list-date {
	font-size: 14px;
}
.interaction-main {
	padding: 50px 0 88px;
}

.interaction-form {
	background-color: #ffffff;
	width: 1200px;
	margin: 0 auto;
	padding: 10px 110px 56px;
}

.form-item {
	margin-top: 46px;
}

.form-label {
	font-size: 12px;
	color: #666666;
}

.form-input {
	display: block;
	width: 466px;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(176, 176, 176, 0.2);
	font-size: 14px;
	padding: 0 20px;
	margin-top: 10px;
}

.form-select {
	display: block;
	width: 466px;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(176, 176, 176, 0.2);
	font-size: 14px;
	padding: 0 20px;
	margin-top: 10px;
	color: #666666;
}

.form-textarea {
	display: block;
	width: 980px;
	height: 200px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(176, 176, 176, 0.2);
	font-size: 14px;
	padding: 14px 20px;
	margin-top: 10px;
}

.form-button {
	display: block;
	width: 135px;
	height: 48px;
	background-color: rgba(40, 73, 119, 0.9);
	color: #ffffff;
	text-align: center;
	line-height: 48px;
	margin: 50px auto 0;
	border: none;
	cursor: pointer;
}

.about {
	background-image: url('../img/about.png');
	width: 500px;
	height: 168px;
}



.about-name {
	font-size: 20px;
}

.about-tel {
	font-size: 20px;
	color: #707070;
	margin-top: 14px;
}



/* 公共导航栏样式 */
.nav-bar-box{
	position: sticky;
	top: 0px;
	z-index: 999;
	/* display: none; */
  }
  .nav-bar{
	  width: 100%;
	  height: 100px;
	  background-repeat: no-repeat;
	  position: relative;
	  background-size: cover;
	  background-image: url('../img/nav-bar.png');
	}
	.nav-bar-font{
	  width: 318px;
	  height: 28px;
	  position: absolute;
	  top: 36px;
	  left: 76px;
	}
	.nav-bar-link{
	  display: flex;
	  position: absolute;
	  left: 670px;
	  top: 32px;
	  flex: 1;
	  margin-block: 0px;
	  padding-inline-start: 0px;
	}
	.nav-bar-link li{
		list-style: none;
		height: 30px;
		width: 133.33px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-right: 1px solid rgba(235, 236, 240, .3);
		/* background-color: #113669FF; */
	}
	.nav-bar-link li:first-child{
	  width: 110px;
	  border-left: 1px solid rgba(235, 236, 240, .3);
  
	}
	.nav-bar-link li a{
	  font-size: 20px;
	  color: #FFFFFF;
	}
  
  /* 公共底部样式 */
  .index-footer{
	  width: 100%;
	  height: 300px;
	  position: relative;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-image: url('../img/index-footerbg.png');
	}
	.index-footer .footer-top{
	  position: absolute;
	  top: 48px;
	  left: 360px;
	}
	.index-footer .footer-top p{
	  color: #FFFFFF;
	  font-size: 14px;
	  line-height: 20px;
	  opacity: 0.9;
	  margin-bottom: 16px;
	}
	.index-footer .footer-top .footer-phone{
	  color: #FFFFFF;
	  font-size: 32px;
	  font-weight: bold;
	}
	.index-footer .footer-top .footer-phone span:first-child{
	  margin-right: 63px;
	}
	.index-footer .footer-top ul{
	  display: flex;
	  margin-block: 0px;
	  padding-inline-start: 0px;
	  list-style: none;
	}
	.index-footer .footer-top ul li{
	  width: 86px;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  color: #fff;
	  border-right: 1px solid rgba(235, 236, 240, .3);
	}
	.index-footer .footer-top ul li:first-child{
	  display: block;
	  width: auto;
	  padding-right: 18px;
	}
	.index-footer .footer-top ul li a{
	  color: #fff;
	  opacity: 0.9;
	  font-size: 12px;
	}
  
	.index-footer .footer-text{
	  position: absolute;
	  left: 592px;
	  bottom: 27px;
	  height: 18px;
	  font-size: 12px;
	  color: #FFFFFF;
	}