:root {
	--font-color: #16171A;
}

#body {
	font-family: Microsoft YaHei;
}

body .el-message-box {
	width: 600px;
	max-width: 90%;
	padding-bottom: 20px;
}

body .el-message-box__header {
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #DCDCDC;
}

body .el-message-box__title {
	font-weight: 400;
	font-size: 16px;
	color: #FF8726;
	line-height: 30px;
}

body .el-message-box__header::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 62px;
	height: 2px;
	background: #FF8726;
}

body .el-message-box__content {
	padding: 20px 20px 15px;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

body .el-button--primary {
	background-color: #FF8726;
	border-color: #FF8726;
}

body .el-button--primary:focus,
body .el-button--primary:hover {
	background-color: #FF8726;
	border-color: #FF8726;
}

body .el-range-editor.is-active,
body .el-range-editor.is-active:hover,
body .el-select .el-input.is-focus .el-input__inner {
	border-color: #FF8726;
}

body .el-select .el-input__inner:focus {
	border-color: #FF8726;
}

body .el-select-dropdown__item.selected {
	font-weight: 500;
	color: #FF8726;
}

body .el-input__inner {
	font-size: 14px;
}

body .el-input.is-active .el-input__inner,
body .el-input__inner:focus {
	border-color: #FF8726;
}

body .el-textarea__inner {
	padding: 10px 15px;
}

body .el-textarea__inner:focus {
	border-color: #FF8726;
}

body .el-button--text,
body .el-button--text:hover,
body .el-button--text:focus {
	color: #666;
}

body .el-popconfirm__main {
	margin-bottom: 10px;
}

.unit {
	width: 25px;
	height: 100%;
}

.page_content {
	position: relative;
	padding-top: 80px;
	min-height: 100vh;
}

.huibj {
	background-color: #f8f8f8;
}

.banner_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_banner {
	margin-top: -80px;
}

.home_banner img {
	height: 100vh;
}


.title_box {
	color: #333333;
}

.title_box .title {
	position: relative;
	padding-bottom: 24px;
	font-weight: bold;
	font-size: 40px;
	line-height: 34px;
}

.title_box .title::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 38px;
	height: 2px;
	background: #FF8726;
}


.jtjj_box {
	padding: 100px 0;
}

.jtjj_box .jtjj_img_box {
	width: 47%;
	height: 526px;
	border-radius: 16px;
	background-color: rgba(4, 37, 73, 0.12);
	overflow: hidden;
}

.jtjj_box .jtjj_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jtjj_box .jtjj_txt_box {
	position: relative;
	z-index: 1;
	flex: 1;
	width: 0;
	padding: 30px 0;
	padding-left: 5.6%;
}

.jtjj_box .jtjj_txt_box .bj {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 332px;
	max-width: 80%;
}

.jtjj_box .jtjj_txt_box .title {
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	line-height: 60px;
	text-align: justify;
}

.jtjj_box .jtjj_txt_box .intro {
	margin-top: 40px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 1.75;
	text-align: justify;
	white-space: pre-line;
}

.jtjj_box .jtjj_txt_box .more_btn {
	margin-top: 50px;
	width: 180px;
	height: 54px;
	background: #FF8726;
	border-radius: 27px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
}

.jtjj_box .jtjj_txt_box .more_btn .iconfont {
	margin-left: 10px;
	font-size: 14px;
	transition: all 0.4s ease;
}

.jtjj_box .jtjj_txt_box .more_btn:hover .iconfont {
	transform: translateX(5px);
}


.zlmk_box {
	position: relative;
	z-index: 1;
	padding: 100px 0;
	background-color: #f8f8f8;
}

.zlmk_box .bj {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 660px;
	object-fit: cover;
}

.zlmk_box .zl_row {
	margin-top: 60px;
}

.zlmk_box .zl_ul {}

.zlmk_box .zl_ul .zl_li {
	margin-right: 40px;
	width: 150px;
	height: 52px;
	border-radius: 26px;
	border: 1px solid #D2D2D2;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 18px;
	color: #555555;
	cursor: pointer;
	transition: all 0.4s ease;
}

.zlmk_box .zl_ul .active {
	background: #FF8726;
	border-color: #FF8726;
	color: #FFFFFF;
}

.zlmk_box .zl_cur {
	flex-shrink: 0;
	font-weight: 400;
	font-size: 24px;
	color: #FF8726;
}

.zlmk_box .zl_cur span {
	font-weight: bold;
	font-size: 40px;
}

.zlmk_box .zl_list {
	margin-top: 60px;
	position: relative;
	z-index: 1;
	min-height: 540px;
}

.zlmk_box .zl_card {
	width: 100%;
	position: absolute;
	z-index: -1;
	background: #FFFFFF;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.zlmk_box .active {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.zlmk_box .zl_card .zl_txt_box {
	width: 50%;
	padding: 4.2%;
}

.zlmk_box .zl_card .zl_txt_box .title {
	font-weight: bold;
	font-size: 28px;
	color: #333333;
}

.zlmk_box .zl_card .zl_txt_box .intro {
	margin-top: 30px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	text-align: justify;
}

.zlmk_box .zl_card .zl_txt_box .xq_btn {
	margin-top: 40px;
	width: 112px;
	height: 40px;
	background: #FF8726;
	border-radius: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	transition: all 0.4s ease;
}

.zlmk_box .zl_card .zl_txt_box .xq_btn:hover {
	width: 120px;
}

.zlmk_box .zl_card .zl_img_box {
	width: 50%;
	height: 540px;
	background-color: #F5F7FA;
}

.zlmk_box .zl_card .zl_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zlmk_box .arrow_box {
	position: absolute;
	z-index: 2;
	left: 4.2%;
	bottom: 60px;
}

.zlmk_box .arrow_box .arrow {
	margin-right: 12px;
	width: 58px;
	height: 58px;
	background: #F8F8F8;
	border-radius: 50%;
	cursor: pointer;
}

.zlmk_box .arrow_box .arrow img {
	width: 100%;
	height: 100%;
}



.xwmt_box {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}

.xwmt_box .bj {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xwmt_box .title_box {
	color: #FFFFFF;
}

.xwmt_box .xwmt_ul .xwmt_li {
	margin-left: 40px;
	padding: 5px 0;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 34px;
}

.xwmt_box .xwmt_card_list {
	margin-top: 60px;
}

.xwmt_box .xwmt_card {
	margin-right: 28px;
	flex: 1;
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border-radius: 16px;
	overflow: hidden;
}

.xwmt_box .xwmt_card:last-child {
	margin-right: 0;
}

.xwmt_box .xwmt_card .img_box {
	position: relative;
	padding-top: 57.6%;
	background-color: #F5F7FA;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}

.xwmt_box .xwmt_card .img_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.xwmt_box .xwmt_card:hover .img_box img {
	transform: scale(1.1);
}

.xwmt_box .xwmt_card .txt_box {
	padding: 20px 24px 30px;
}

.xwmt_box .xwmt_card .txt_box .title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	text-align: justify;
	transition: all 0.4s ease;
}

.xwmt_box .xwmt_card .txt_box .date {
	margin-top: 15px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
}

.xwmt_box .xwmt_card .txt_box .intro {
	margin-top: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	text-align: justify;
	line-height: 1.75;
}

.xwmt_box .xwmt_card:last-child {
	padding: 0 24px;
}

.xwmt_box .xwmt_card:last-child .txt_box {
	flex: 1;
	padding: 26px 0 30px;
	border-bottom: 1px solid #EEEEEE;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.xwmt_box .xwmt_card:last-child .txt_box:last-child {
	border: none;
}

.xwmt_box .xwmt_card:last-child .txt_box:hover .title {
	color: #FF8726;
}


.hzhb_box {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}

.hzhb_box .bj {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 600px;
	object-fit: cover;
}

.hzhb_box .hzhb_list {
	margin: 0 -15px;
	padding: 45px 0 0;
}

.hzhb_box .hzhb_list .hzhb_item {
	width: 20%;
	padding: 15px;
}

.hzhb_box .hzhb_list .hzhb_item .hzhb_card {
	height: 100%;
	border: 1px solid #EEEEEE;
	transition: all 0.4s ease;
}

.hzhb_box .hzhb_list .hzhb_item .hzhb_card:hover {
	border-color: #FF8726;
}

.hzhb_box .hzhb_list .hzhb_item .hzhb_card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}



.bread_nav_box {
	background-color: #FAFAFA;
}

.bread_nav_box .bread_nav {
	height: 72px;
}

.bread_nav_box .bread_nav .bread_box {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
}

.bread_nav_box .bread_nav .bread_box .icon-shouye {
	font-size: 16px;
	color: #333333;
	transition: all 0.2s ease;
}

.bread_nav_box .bread_nav .bread_box .icon-shouye:hover {
	color: #FF8726;
}

.bread_nav_box .bread_nav .bread_box .icon-right {
	margin: 0 10px;
	font-size: 16px;
}

.bread_nav_box .nav_two_box {
	height: 100%;
}

.bread_nav_box .nav_two {
	height: 100%;
}

.bread_nav_box .nav_two .nav_li {
	margin-left: 50px;
	position: relative;
	height: 100%;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 34px;
	white-space: nowrap;
	transition: all 0.3s ease;
	cursor: pointer;
}

.bread_nav_box .nav_two .active {
	color: #FF8726;
}

.bread_nav_box .nav_two .nav_li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	border: 2px;
	transition: all 0.3s ease;
}

.bread_nav_box .nav_two .active::after {
	background-color: #FF8726;
}

.bread_nav_box .nav_two .nav_li:hover {
	color: #FF8726;
}



.dszzc_box {
	position: relative;
	z-index: 1;
	padding: 80px 0;
}

.dszzc_box .img_box {
	width: 30%;
}

.dszzc_box .img_box img {
	width: 100%;
}

.dszzc_box .txt_box {
	position: relative;
	z-index: 1;
	width: 70%;
	padding-left: 4.4%;
}

.dszzc_box .txt_box .fwb_box {
	margin-top: 40px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	text-align: justify;
	white-space: pre-line;
}

.fwb_box img {
	max-width: 100%;
	height: auto;
}

.dszzc_box .zs {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	width: 66%;
	opacity: 0.8;
}

.about_jtjj_box {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}

.about_jtjj_box .bj {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_jtjj_box .about_jtjj .txt_box {
	position: relative;
	z-index: 1;
	width: 52%;
	padding-right: 4.4%;
}

.about_jtjj_box .about_jtjj .txt_box .fwb_box {
	margin-top: 40px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	text-align: justify;
}

.about_jtjj_box .about_jtjj .img_box {
	position: relative;
	z-index: 1;
	width: 48%;
	padding: 40px 40px 0 0;
}

.about_jtjj_box .about_jtjj .img_box img {
	width: 100%;
}

.about_jtjj_box .about_jtjj .img_box::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 196px;
	height: 210px;
	background: #FF8726;
}


.about_zzjg_box {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}

.about_zzjg_box .bj {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_zzjg_box .about_zzjg {}

.about_zzjg_box .about_zzjg .title_box {
	padding: 100px 0;
	width: 38%;
	color: #FFFFFF;
}

.about_zzjg_box .about_zzjg .title_box .title_fu {
	margin-top: 50px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.about_zzjg_box .about_zzjg .img_box {
	width: 62%;
}

.about_zzjg_box .about_zzjg .img_box img {
	width: 100%;
}




.fzlc_box {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}

.fzlc_box .bj {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 560px;
	object-fit: cover;
}

.fzlc_box .fzlc_detai {
	padding-top: 100px;
	min-height: 340px;
}

.fzlc_box .fzlc_detai .year {
	width: 40%;
	padding: 20px 0;
	font-weight: 400;
	font-size: 120px;
	color: #DDDDDD;
	white-space: nowrap;
}

.fzlc_box .fzlc_detai .ul {
	width: 60%;
}

.fzlc_box .fzlc_detai .ul .li {
	position: relative;
	padding: 15px 0;
	padding-left: 25px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}

.fzlc_box .fzlc_detai .ul .li::before {
	content: "";
	position: absolute;
	top: 24px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #FF8726;
	border-radius: 50%;
}

.fzlc_box .year_box {
	margin-top: 40px;
}

.fzlc_box .year_box .arrow_row {}

.fzlc_box .year_box .arrow_row .arrow {
	width: 56px;
	height: 56px;
	background: #FFFFFF;
	box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	cursor: pointer;
}

.fzlc_box .year_box .arrow_row .arrow img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.fzlc_box .year_box .arrow_row .next img {
	transform: rotate(180deg);
}

.fzlc_box .year_box .arrow_row .line {
	flex: 1;
	width: 0;
	height: 1px;
	background: #E6E6E6;
}

.fzlc_box .year_box .year_row_box {
	margin-top: -28px;
	height: 76px;
	padding: 0 60px;
	overflow: hidden;
}

.fzlc_box .year_box .year_sroll {
	height: 96px;
	overflow-x: auto;
	overflow-y: hidden;
}

.fzlc_box .year_box .year_row {}

.fzlc_box .year_box .year_row .year_col {
	flex-shrink: 0;
	position: relative;
	width: 130px;
	padding: 20px 38px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	overflow: hidden;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.4s ease;
}

.fzlc_box .year_box .year_row .active {
	font-weight: bold;
	color: #1A1A1A;
}

.fzlc_box .year_box .year_row .year_col::after {
	content: '';
	position: absolute;
	top: -6px;
	left: calc(50% - 6px);
	transform: rotate(45deg);
	transition: all 0.4s ease;
}

.fzlc_box .year_box .year_row .active::after {
	width: 12px;
	height: 12px;
	background: #FF8726;
}


.about_jtry_box {
	position: relative;
	z-index: 1;
	padding: 100px 0;
}

.about_jtry_box .bj {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_jtry_box .jtry_card {
	margin-top: 60px;
	position: relative;
	z-index: 1;
	padding: 18px 22px;
	background: #FFFFFF;
	border-radius: 20px;
	overflow: hidden;
}

.about_jtry_box .jtry_card .jtry_list {
	width: 64%;
	min-height: 400px;
}

.about_jtry_box .jtry_card .jtry_list .jtry_item {
	width: calc(100% / 3);
	padding: 18px 14px;
}

.about_jtry_box .jtry_card .jtry_list .jtry_item .jtry_img {
	width: 100%;
	height: 100%;
	background-color: #e0e0e0;
}

.about_jtry_box .jtry_card .jtry_list .jtry_item .jtry_img img {
	width: 100%;
	object-fit: contain;
}

.about_jtry_box .jtry_card .img_box {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	height: 100%;
}

.about_jtry_box .jtry_card .img_box img {
	height: 100%;
}






.cyjj_hxyw_box {
	padding: 80px 0 100px;
}

.cyjj_hxyw_box .hxyw_intro {
	margin-top: 50px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	text-align: justify;
}

.cyjj_hxyw_box .hxyw_list {
	margin: 30px -14px 0;
}

.cyjj_hxyw_box .hxyw_list .hxyw_item {
	width: calc(100% / 3);
	padding: 0 14px;
}

.cyjj_hxyw_box .hxyw_list .hxyw_item .hxyw_card {
	height: 100%;
}

.cyjj_hxyw_box .hxyw_list .hxyw_item .hxyw_card .img_box {
	position: relative;
	padding-top: 62.5%;
	overflow: hidden;
}

.cyjj_hxyw_box .hxyw_list .hxyw_item .hxyw_card .img_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cyjj_hxyw_box .hxyw_list .hxyw_item .hxyw_card .name {
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	text-align: center;
}

.cyjj_ywms_box {
	padding: 100px 0;
	background-color: #f8f8f8;
}

.cyjj_ywms_box .cyjj_ywms {
	margin: 60px auto 0;
	width: 1000px;
	max-width: 100%;
}

.cyjj_ywms_box .cyjj_ywms img {
	width: 100%;
}

.cyjj_gzly_box {
	padding: 100px 0;
}

.gzly_list {
	margin: 60px -15px 0;
}

.gyl_hxyw_list {
	margin: 40px -15px 0;
}

.gzly_list .gzly_item {
	width: 25%;
	padding: 0 15px;
}

.gzly_list .gzly_item .gzly_card {
	height: 100%;
	background-color: #F5F7FA;
}

.gzly_list .gzly_item .gzly_card .img_box {
	position: relative;
	padding-top: 62.5%;
	overflow: hidden;

}

.gzly_list .gzly_item .gzly_card .img_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gzly_list .gzly_item .gzly_card .name {
	min-height: 64px;
	padding: 10px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 24px;
}


.sybl_list {}

.sybl_list .sybl_item {
	padding: 100px 0;
}

.sybl_list .sybl_item:nth-child(2n) {
	background-color: #f8f8f8;
}

.sybl_list .sybl_item .w1200 {}

.sybl_list .sybl_item .sybl_card {}

.sybl_list .sybl_item:nth-child(2n) .sybl_card {
	flex-direction: row-reverse;
}

.sybl_list .sybl_item .sybl_card .img_box {
	width: 50%;
}

.sybl_list .sybl_item .sybl_card .img_box img {
	width: 100%;
}

.sybl_list .sybl_item .sybl_card .txt_box {
	width: 50%;
	padding: 30px 0;
	padding-left: 4.4%;
}

.sybl_list .sybl_item:nth-child(2n) .sybl_card .txt_box {
	padding-left: 0;
	padding-right: 4.4%;
}

.sybl_list .sybl_item .sybl_card .txt_box .intro {
	margin-top: 50px;
	font-weight: 400;
	font-size: 18px;
	color: #555555;
	line-height: 1.75;
	text-align: justify;
}

.rc_qywh_box {
	position: relative;
	z-index: 1;
	padding: 100px 0;
	background-color: #f8f8f8;
}

.rc_qywh_box .bj {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 560px;
	max-height: 100%;
	object-fit: cover;
}

.qywh_list {}

.qywh_list .qywh_item {
	width: 30%;
}

.qywh_list .qywh_item:nth-child(2) {
	padding-top: 10.7%;
}

.qywh_list .qywh_item .qywh_card {
	position: relative;
}

.qywh_list .qywh_item .qywh_card .img_box {
	position: relative;
	z-index: 1;
	padding-top: 128.57%;
	overflow: hidden;
}

.qywh_list .qywh_item .qywh_card .img_box img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qywh_list .qywh_item .qywh_card .img_box::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.16);
}

.qywh_list .qywh_item .qywh_card .txt_box {
	position: absolute;
	z-index: 2;
	bottom: 0;
	padding: 20px;
}

.qywh_list .qywh_item .qywh_card .txt_box .title {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-shadow: 0px 2px 8px rgba(1, 30, 15, 0.3);
}

.qywh_list .qywh_item .qywh_card .txt_box .intro {
	margin-top: 15px;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 0px 2px 8px rgba(1, 30, 15, 0.3);
	text-align: justify;
	line-height: 1.75;
}




.news_box {
	padding: 80px 0;
	background-color: #f8f8f8;
}

.news_list {}

.news_list .news_item {
	margin-top: 32px;
	background: #FFFFFF;
	border-radius: 16px;
}

.news_list .news_item:first-child {
	margin-top: 0;
}

.news_list .news_item .img_box {
	width: 340px;
	height: 200px;
	background-color: #F5F7FA;
	border-radius: 16px;
	overflow: hidden;
}

.news_list .news_item .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.news_list .news_item:hover .img_box img {
	transform: scale(1.1);
}

.news_list .news_item .txt_box {
	flex: 1;
	width: 0;
}

.news_list .news_item .txt_box .date {
	padding: 20px 28px 20px 50px;
	font-weight: 400;
	font-family: Arial;
	white-space: nowrap;
}

.news_list .news_item .txt_box .date .year {
	font-size: 28px;
	color: #FF8726;
	line-height: 38px;
}

.news_list .news_item .txt_box .date .mmdd {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.news_list .news_item .txt_box .info {
	flex: 1;
	width: 0;
	padding: 20px 28px;
}

.news_list .news_item .txt_box .info .title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	transition: all 0.4s ease;
}

.news_list .news_item:hover .txt_box .info .title {
	color: #FF8726;
}

.news_list .news_item .txt_box .info .intro {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	text-align: justify;
}

.news_list .news_item .txt_box .icon-youjiantou {
	padding: 10px 24px 10px 16px;
	font-size: 20px;
	color: #CCCCCC;
	transition: all 0.4s ease;
}

.news_list .news_item:hover .txt_box .icon-youjiantou {
	color: #FF8726;
}

.news_list .news_item .txt_box .line {
	width: 1px;
	height: 30px;
	background: #DDDDDD;
}



.quar_box {
	padding: 60px 0;
	background-color: #f8f8f8;
}

.quar_list {}

.quar_list .quar_item {
	width: calc(100% / 3);
	padding: 20px 14px;
}

.quar_list .quar_item .quar_card {
	display: block;
	height: 100%;
	border-radius: 16px;
	background-color: #FFFFFF;
}

.quar_list .quar_item .quar_card .img_box {
	position: relative;
	padding-top: 57.6%;
	background-color: #F5F7FA;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}

.quar_list .quar_item .quar_card .img_box img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.4s ease;
}

.quar_list .quar_item .quar_card:hover .img_box img {
	transform: scale(1.1);
}

.quar_list .quar_item .quar_card .txt_box {
	padding: 20px 20px 30px;
}

.quar_list .quar_item .quar_card .txt_box .title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	transition: all 0.4s ease;
}

.quar_list .quar_item .quar_card:hover .txt_box .title {
	color: #FF8726;
}

.quar_list .quar_item .quar_card .txt_box .date {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}


.detail_box {
	padding: 80px 0;
	background-color: #f8f8f8;
}

.detail_box .detail_card {
	padding: 60px 30px;
	background: #FFFFFF;
	font-weight: 400;
	color: #333333;
}

.detail_box .detail_card .title {
	padding-bottom: 30px;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
}

.detail_box .detail_card .date {
	padding-bottom: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
}

.detail_box .detail_card .fwb_box {
	border-top: 1px solid #EEEEEE;
	padding: 40px 0 0;
	font-size: 16px;
	color: #555555;
	line-height: 2;
	text-align: justify;
	white-space: pre-line;
}


.recruitment_box {
	padding: 80px 0;
	background-color: #f8f8f8;
}

.recr_list {}

.recr_list .name {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.recr_list .name::before {
	content: "";
	margin-right: 8px;
	width: 4px;
	height: 18px;
	background: #FF8726;
	border-radius: 2px;
}

.recr_list .fwb_box {
	border-top: 1px solid #EEEEEE;
	padding: 20px 0;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 1.75;
	white-space: pre-line;
}

.recr_list .collapse_item {
	margin-top: 20px;
}

.recr_list .collapse_item:first-child {
	margin-top: 0;
}

.recr_list .el-collapse {
	border: none;
}

.recr_list .el-collapse-item__header {
	height: 60px;
	padding: 0 20px;
	border: none;
}

.recr_list .el-collapse-item__content {
	padding: 0 20px;
}

.recr_list .el-collapse-item__arrow {
	margin-right: 0;
	width: 32px;
	height: 32px;
	background: #F4F6F9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 14px;
	color: #5A6575;
	transition: all 0.4s ease;
}

.recr_list .el-collapse-item__arrow.is-active {
	background-color: #FF8726;
	color: #FFFFFF;
}



.lxwm_box {
	padding-bottom: 80px;
	background-color: #f8f8f8;
}

.lxwm_box .lxwm_card {
	position: relative;
	z-index: 2;
	margin-top: -80px;
	padding: 40px 0;
	background: #FFFFFF;
}

.lxwm_box .lxwm_card .lxwm_ul {
	padding: 20px;
}

.lxwm_box .lxwm_card .lxwm_ul .lxwm_li {
	flex: 1;
	padding: 10px;
}

.lxwm_box .lxwm_card .lxwm_ul .lxwm_li .label {
	position: relative;
	padding-bottom: 15px;
	font-weight: 400;
	font-size: 20px;
	color: #FF8726;
}

.lxwm_box .lxwm_card .lxwm_ul .lxwm_li .label::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 24px;
	height: 2px;
	background: #FF8726;
}

.lxwm_box .lxwm_card .lxwm_ul .lxwm_li .value {
	margin-top: 30px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}

.lxwm_box .lxwm_card .lxwm_ul .lxwm_li .value img {
	width: 140px;
	max-width: 100%;
}


.map_box {
	margin-top: 60px;
	height: 500px;
	background-color: rgba(0, 0, 0, 0.04);
}

.map_box .map__contact {
	width: 100%;
	height: 100%;
	border: none;
}

.zxly_box {
	padding: 100px 0;
	background-color: #FFFFFF;
}

.zxly_box .title {
	font-weight: bold;
	font-size: 40px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}

.zxly_box .hint {
	margin-top: 30px;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	text-align: center;
}

.zxly_box .form {
	margin-top: 20px;
}

.zxly_box .form .row {
	margin-top: 20px;
	width: 100%;
}

.zxly_box .form .row:nth-child(1) {
	width: 50%;
	padding-right: 20px;
}

.zxly_box .form .row:nth-child(2) {
	width: 50%;
	padding-left: 20px;
}

.zxly_box .form .label {
	padding: 10px 0;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
}

.zxly_box .form .value {}

.zxly_box .form .value .yzm {
	flex-shrink: 0;
	margin-left: 10px;
	height: 46px;
}

.zxly_box .form input,
.zxly_box .form textarea {
	outline: none;
	width: 100%;
	height: 46px;
	padding: 0 16px;
	background: #F8F8F8;
	border-radius: 8px;
	border: 1px solid #E5E5E5;
	font-weight: 400;
	font-size: 14px;
	color: #333;
}

.zxly_box .form textarea {
	height: 200px;
	padding: 12px 16px;
}

.zxly_box .form input::placeholder,
.zxly_box .form textarea::placeholder {
	color: #999999;
}

.zxly_box .tj_btn {
	margin: 40px auto 0;
	width: 154px;
	height: 46px;
	background: #FF8726;
	border-radius: 23px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}


.login_page {
	background-color: #f8f8f8;
}

.login_content {
	min-height: 100vh;
}

.login_card {
	width: 1200px;
	max-width: 100%;
	background: #FFFFFF;
	border-radius: 16px;
	overflow: hidden;
}

.login_card .img_box {
	width: 53.5%;
}

.login_card .img_box img {
	width: 100%;
}

.login_form {
	width: 46.5%;
	padding: 4% 4.4%;
}

.login_form .title {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 26px;
	color: #1A1A1A;
	text-align: center;
	line-height: 40px;
}

.login_form .input {
	margin-top: 16px;
	position: relative;
}

.login_form .input input {
	outline: none;
	width: 100%;
	height: 54px;
	padding: 0 20px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E4E4E4;
	font-weight: 400;
	font-size: 16px;
	color: #333;
}

.login_form .input input::placeholder {
	color: #AAAAAA;
}

.login_form .input .code_btn {
	flex-shrink: 0;
	margin-left: 12px;
	height: 54px;
	padding: 0 20px;
	background: #FF8726;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.login_form .input .iconfont {
	position: absolute;
	top: 50%;
	right: 14px;
	padding: 10px;
	font-size: 20px;
	color: #BBBBBB;
	transform: translateY(-50%);
	cursor: pointer;
}

.login_form .input .disabled {
	opacity: 0.6;
}

.login_form .wjmm {
	margin: 6px 0;
	padding: 10px;
	padding-right: 0;
	font-weight: 400;
	font-size: 14px;
	color: #FF8726;
	cursor: pointer;
}

.xieyi_box {
	padding: 15px 0;
}

.xieyi {
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	line-height: 20px;
}

.checkbox .el-checkbox__input {
	line-height: initial;
}

.checkbox .el-checkbox__inner {
	width: 20px;
	height: 20px;
}

.checkbox .el-checkbox__inner::after {
	left: 6px;
	width: 4px;
	height: 10px;
}

.checkbox .el-checkbox__input.is-checked .el-checkbox__inner,
.checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
	background-color: #FF8726;
	border-color: #FF8726;
}

.checkbox .el-checkbox__input.is-focus .el-checkbox__inner {
	border-color: #FF8726;
}

.checkbox span {
	color: #FF8726;
}

.login_form .button {
	height: 54px;
	background: #FF8726;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.login_form .hint {
	margin-top: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #AAAAAA;
	text-align: center;
}

.login_form .hint span {
	color: #FF8726;
	cursor: pointer;
}



.popup {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.32);
	padding: 20px;
	opacity: 0;
	transition: all 0.4s ease;
}

.pop_show {
	z-index: 9;
	opacity: 1;
}

.popup_card {
	margin-top: 80px;
	width: 760px;
	max-width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
}

.pop_head {
	position: relative;
	height: 60px;
	border-bottom: 1px solid #EEEEEE;
}

.pop_head .icon-close {
	position: absolute;
	right: 20px;
	padding: 10px;
	font-size: 20px;
	color: #CCCCCC;
	cursor: pointer;
}

.pop_head .title {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}

.pop_content {
	padding-right: 2px;
}

.pop_content .fwb_box {
	max-height: calc(80vh - 200px);
	padding: 30px 30px 20px;
	font-weight: 400;
	font-size: 16px;
	color: #555555;
	line-height: 1.75;
	text-align: justify;
	white-space: pre-line;
	overflow-x: hidden;
	overflow-y: auto;
}

.pop_foot {
	padding: 20px 0 30px;
}

.pop_foot .btn {
	height: 40px;
	padding: 0 28px;
	background: #FF8726;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}




.user_page {
	/* min-height: calc(100vh - 80px); */
	padding: 40px 0;
}

.user_left_box {
	flex-shrink: 0;
	width: 220px;
}

.user_info_card {
	position: sticky;
	top: 120px;
	width: 100%;
	/* position: fixed; */
	/* height: 360px; */
	padding: 24px 6px;
	background: #FFFFFF;
	border-radius: 12px;
}

.user_info_card .avatar {
	margin: auto;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
}

.user_info_card .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user_info_card .nickname {
	margin-top: 16px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	text-align: center;
}

.user_info_card .user_nav_ul {
	margin-top: 12px;
}

.user_info_card .user_nav_li {
	margin-top: 6px;
	height: 48px;
	padding: 0 18px;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
	transition: all 0.4s ease;
}

.user_info_card .active {
	background: #FF8726;
	color: #FFFFFF;
}

.user_info_card .user_nav_li img {
	margin-right: 14px;
	width: 20px;
	height: 20px;
}

.user_info_card .user_nav_li img:nth-child(2) {
	display: none;
}

.user_info_card .active img:nth-child(1) {
	display: none;
}

.user_info_card .active img:nth-child(2) {
	display: inline-block;
}



.user_card {
	/* margin-left: 244px; */
	margin-left: 24px;
	flex: 1;
	width: 0;
	min-height: calc(100vh - 160px);
	background: #FFFFFF;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
}

.card_head {
	height: 60px;
	padding: 0 24px;
	border-bottom: 1px solid #E0E0E0;
}

.card_head .btn {
	font-weight: 400;
	font-size: 16px;
	color: #FF8726;
	cursor: pointer;
}

.card_title_box {
	height: 100%;
}

.card_title_box .card_title {
	margin-right: 40px;
	position: relative;
	height: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	transition: all 0.4s ease;
}

.wdzh {
	margin-left: 20px;
}

.card_title_box .active {
	color: #FF8726;
}

.card_title_box .card_title::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 32px;
	height: 3px;
	border-radius: 2px;
	transition: all 0.4s ease;
}

.card_title_box .active::after {
	background: #FF8726;
}

.card_body {
	flex: 1;
	height: 0;
	padding: 24px;
}

.card_row {
	margin-bottom: 24px;
}

.card_row .label {
	width: 90px;
	padding-right: 5px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	text-align: right;
}

.card_row .value {
	flex: 1;
	width: 0;
}

.card_row .avatar {
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.card_row .avatar::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.28);
}

.card_row .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card_row .avatar .edit {
	position: absolute;
	z-index: 2;
	width: 29px;
	height: 24px;
}

.card_row .input {
	position: relative;
	width: 400px;
	max-width: 100%;
}

.card_row .input .code_btn {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 14px;
	padding: 10px;
	color: #FF8726;
	line-height: 20px;
	cursor: pointer;
}

.card_row .input .disabled {
	opacity: 0.6;
	cursor: auto;
}

.card_row .input input {
	outline: none;
	width: 100%;
	height: 40px;
	padding: 0 16px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
}

.card_row .input.hui input {
	background-color: #F5F7FA;
	color: #c0c4cc;
	cursor: not-allowed;
}

.card_btn {
	padding-left: 90px;
}

.card_btn .btn {
	width: 108px;
	height: 40px;
	background: #FF8726;
	border-radius: 6px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}


.table_box {
	width: 100%;
	overflow: hidden;
}

.table {
	overflow-x: auto;
	overflow-y: hidden;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

/* 
.table .header .tr .td {
	background: #F8F8F8;
	border-top: 1px solid #E4E4E4;
}

.table .header .tr .td:first-child {
	border-left: 1px solid #E4E4E4;
}

.table .header .tr .td:last-child {
	border-right: 1px solid #E4E4E4;
}

.table .tr {}

.table .tr .td {
	flex: auto;
	flex-shrink: 0;
	width: 132px;
	padding: 10px 16px;
	border-bottom: 1px solid #E4E4E4;
	display: flex;
	align-items: center;
}

.table .tr .td:nth-child(1) {
	width: 200px;
}

.table .tr .td:nth-child(2),
.table .tr .td:nth-child(4),
.table .tr .td:nth-child(7),
.table .tr .td:nth-child(8) {
	width: 90px;
} */

.table_box .el-table th.el-table__cell {
	background-color: #F8F8F8;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.table .status {
	color: #1B91F7;
}

.table .suc {
	color: #24BD16;
}

.table .err {
	color: #FF6C72;
}

.table .cx_btn {
	color: #FF8726;
	cursor: pointer;
}

.pagination {
	padding: 20px 0;
}

.pagination .el-pagination .btn-next,
.pagination .el-pagination .btn-prev,
.pagination .el-pagination .el-pager li {
	margin: 0 4px;
	width: 36px;
	min-width: auto;
	height: 36px;
	padding: 0 5px;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	line-height: 36px;
	font-weight: 400;
	font-size: 14px;
}

.pagination .el-pagination button:hover,
.pagination .el-pager li:hover {
	color: #FF8726;
}

.pagination .el-pager li.active {
	border-color: #FF8726;
	color: #FF8726;
}

.pagination .el-pagination button:disabled {
	color: #CCCCCC;
}

.pagination .el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #FF8726;
}

.pagination .el-pagination.is-background .btn-next,
.pagination .el-pagination.is-background .btn-prev,
.pagination .el-pagination.is-background .el-pager li {
	background-color: #FFFFFF;
	border: none;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border-radius: 4px;
	color: #333;
}

.pagination .el-pagination.is-background .el-pager .more:hover,
.pagination .el-pagination.is-background .el-pager .number:hover {
	color: #FF8726;
}

.pagination .el-pagination.is-background .el-pager .more.active:hover,
.pagination .el-pagination.is-background .el-pager .number.active:hover {
	color: #FFFFFF;
}




.apply {}

.apply .row {
	margin-bottom: 24px;
}

.apply .row .label {
	flex-shrink: 0;
	min-width: 180px;
	padding-right: 5px;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	text-align: right;
	white-space: nowrap;
}

.apply .row .red {
	color: #F56C6C;
}

.apply .row .value {
	flex: 1;
	width: 0;
}

.apply .value .input {
	width: 400px;
	max-width: 100%;
}

.apply .value .textarea {
	width: 760px;
	max-width: 100%;
}

.apply .value .upload {}

.apply .value .hint {
	margin-top: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #FF8726;
	line-height: 24px;
}

.apply .child .input {
	margin: 0 10px 10px 0;
	width: 200px;
	max-width: 100%;
}

.apply .add_btn {
	margin: 0 10px 10px 0;
	width: 90px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #FF8726;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 14px;
	color: #FF8726;
	cursor: pointer;
}

.apply .del {
	border-color: #FF6C72;
	color: #FF6C72;
}

.apply_btn {
	padding-left: 180px;
}

.apply_btn .tj_btn {
	width: 108px;
	height: 40px;
	background: #FF8726;
	border-radius: 6px;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}

.apply .upload {
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.apply .upload .picimg {
	width: 80px;
	height: 80px;
	border-radius: 6px;
	overflow: hidden;
}

.apply .upload .picimg img {
	width: 100%;
	height: 100%;
}

.apply .avatar-uploader-icon {
	margin-bottom: 5px;
	font-size: 20px;
	color: #c0c4cc;
}

.apply .sctxt {
	font-weight: 400;
	font-size: 14px;
	color: #c0c4cc;
	line-height: 24px;
}

.input_upload {}

.input_upload .input {
	position: relative;
	height: 40px;
	padding: 0 15px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #E0E0E0;
	font-weight: 400;
	font-size: 14px;
	color: #606266;
	cursor: pointer;
}

.input_upload .input_con {
	flex: 1;
	width: 0;
	white-space: nowrap;
}

.input_upload .hui {
	color: #c0c4cc;
}

.input_upload .input .sctxt {
	/* position: absolute; */
	/* right: 15px; */
	margin-left: 10px;
	font-weight: 400;
	font-size: 14px;
	color: #FF8726;
}

.codeimg {
	flex-shrink: 0;
	margin-left: 10px;
}


.logout {
	margin-top: 24px;
	padding: 24px 0 0;
	border-top: 1px solid #E5E6EB;
}

.logout .user_nav_li {
	margin-top: 0;
}


.steps {
	padding-bottom: 30px;
}

.rjqrrow {
	margin-top: 20px;
	padding: 0 20px;
}

.rjqrrow:first-child {
	margin-top: 0;
}

.rjqrrow .label {
	flex-shrink: 0;
	width: 72px;
	font-size: 14px;
	color: #666;
	text-align: right;
}

.rjqrrow .input,
.rjqrrow .textarea {
	width: 100%;
	max-width: 100%;
}

.applyxq .el-input.is-disabled .el-input__inner,
.applyxq .el-textarea.is-disabled .el-textarea__inner {
	background-color: #fff;
	border-color: #DCDFE6;
	color: #606266;
}


@media screen and (max-width: 1150px) {
	.page_content {
		padding-top: 50px;
	}

	.home_banner {
		margin-top: -0;
	}

	.home_banner img {
		height: 80vw;
		max-height: calc(100vh - 50px);
	}
}

@media screen and (max-width: 768px) {
	.title_box .title {
		padding-bottom: 10px;
		font-size: 22px;
		line-height: 32px;
	}

	.jtjj_box {
		padding: 20px 0;
		flex-wrap: wrap;
	}

	.jtjj_box .jtjj_img_box {
		width: 100%;
		height: auto;
		border-radius: 8px;
	}

	.jtjj_box .jtjj_txt_box {
		flex: none;
		width: 100%;
		padding: 15px 0;
		padding-left: 0;
	}

	.jtjj_box .jtjj_txt_box .bj {
		bottom: 20%;
		max-width: 50%;
	}

	.jtjj_box .jtjj_txt_box .title {
		font-size: 20px;
		line-height: 30px;
	}

	.jtjj_box .jtjj_txt_box .intro {
		margin-top: 20px;
		font-size: 16px;
	}

	.jtjj_box .jtjj_txt_box .more_btn {
		margin: 30px auto 0;
		width: 160px;
		height: 44px;
		font-size: 14px;
	}

	.jtjj_box .jtjj_txt_box .more_btn .iconfont {
		font-size: 12px;
	}


	.zlmk_box {
		padding: 20px 0;
	}

	.zlmk_box .bj {
		height: 660px;
	}

	.zlmk_box .zl_row {
		margin-top: 30px;
		height: 40px;
		overflow: hidden;
	}

	.zlmk_box .zl_ul {
		height: 50px;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.zlmk_box .zl_ul .zl_li {
		margin-right: 10px;
		width: auto;
		height: 40px;
		padding: 0 20px;
		font-size: 14px;
		white-space: nowrap;
	}

	.zlmk_box .zl_cur {
		display: none;
	}

	.zlmk_box .zl_list {
		margin-top: 20px;
		min-height: auto;
	}

	.zlmk_box .zl_card {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		border-radius: 4px;
	}

	.zlmk_box .zl_card .zl_txt_box {
		width: 100%;
		padding: 15px;
	}

	.zlmk_box .zl_card .zl_txt_box .title {
		font-size: 20px;
		line-height: 30px;
	}

	.zlmk_box .zl_card .zl_txt_box .intro {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.75;
	}

	.zlmk_box .zl_card .zl_txt_box .xq_btn {
		margin-top: 20px;
	}

	.zlmk_box .zl_card .zl_img_box {
		width: 100%;
		height: auto;
		border-radius: 4px 4px 0 0;
		overflow: hidden;
	}

	.zlmk_box .arrow_box {
		left: auto;
		right: 0;
		bottom: 15px;
	}

	.zlmk_box .arrow_box .arrow {
		margin-right: 10px;
		width: 40px;
		height: 40px;
	}



	.xwmt_box {
		padding: 20px 0;
	}

	.xwmt_box .xwmt_ul .xwmt_li {
		margin-left: 20px;
		font-size: 16px;
		line-height: 30px;
	}

	.xwmt_box .xwmt_card_list {
		margin-top: 20px;
		flex-wrap: wrap;
	}

	.xwmt_box .xwmt_card {
		margin-top: 10px;
		margin-right: 0;
		flex: none;
		width: 100%;
		border-radius: 8px;
	}

	.xwmt_box .xwmt_card .img_box {
		border-radius: 8px 8px 0 0;
	}

	.xwmt_box .xwmt_card .txt_box {
		padding: 15px 15px 20px;
	}

	.xwmt_box .xwmt_card .txt_box .title {
		font-size: 16px;
		line-height: 26px;
	}

	.xwmt_box .xwmt_card .txt_box .date {
		margin-top: 10px;
		font-size: 12px;
	}

	.xwmt_box .xwmt_card .txt_box .intro {
		margin-top: 5px;
		font-size: 14px;
	}

	.xwmt_box .xwmt_card:last-child {
		padding: 5px 15px;
	}

	.xwmt_box .xwmt_card:last-child .txt_box {
		flex: 1;
		padding: 15px 0;
	}


	.hzhb_box {
		padding: 20px 0;
	}

	.hzhb_box .hzhb_list {
		margin: 0 -5px;
		padding: 15px 0 0;
	}

	.hzhb_box .hzhb_list .hzhb_item {
		width: 50%;
		padding: 5px;
	}






	.bread_nav_box .bread_nav {
		height: auto;
		min-height: 40px;
		flex-wrap: wrap;
	}

	.bread_nav_box .bread_nav .bread_box {
		padding: 10px 0;
		font-size: 14px;
	}

	.bread_nav_box .bread_nav .bread_box .icon-shouye {
		font-size: 14px;
	}

	.bread_nav_box .bread_nav .bread_box .icon-right {
		margin: 0 6px;
		font-size: 12px;
	}

	.bread_nav_box .nav_two_box {
		height: 50px;
		overflow: hidden;
	}

	.bread_nav_box .nav_two {
		overflow-x: auto;
		overflow-y: hidden;
	}

	.bread_nav_box .nav_two .nav_li {
		flex: 1;
		margin-left: 20px;
		position: relative;
		height: 100%;
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
	}

	.bread_nav_box .nav_two .nav_li:first-child {
		margin-left: 0;
	}

	.bread_nav_box .nav_two .nav_li:hover {
		color: #333333;
	}

	.bread_nav_box .nav_two .active:hover {
		color: #FF8726;
	}

	.bread_nav_box .nav_two .nav_li::after {
		height: 1px;
	}

	.dszzc_box {
		padding: 20px 0;
		flex-wrap: wrap;
	}

	.dszzc_box .img_box {
		width: 100%;
	}

	.dszzc_box .txt_box {
		margin-top: 15px;
		width: 100%;
		padding-left: 0;
	}

	.dszzc_box .txt_box .fwb_box {
		margin-top: 10px;
		font-size: 16px;
		line-height: 30px;
	}


	.about_jtjj_box {
		padding: 30px 0;
	}

	.about_jtjj_box .about_jtjj {
		flex-wrap: wrap;
	}

	.about_jtjj_box .about_jtjj .txt_box {
		width: 100%;
		padding-right: 0;
	}

	.about_jtjj_box .about_jtjj .txt_box .fwb_box {
		margin-top: 15px;
		font-size: 16px;
		line-height: 30px;
	}

	.about_jtjj_box .about_jtjj .img_box {
		margin-top: 15px;
		width: 100%;
		padding: 0;
	}


	.about_zzjg_box {
		padding: 30px 0 20px;
	}

	.about_zzjg_box .about_zzjg {
		flex-wrap: wrap;
	}

	.about_zzjg_box .about_zzjg .title_box {
		padding: 0;
		width: 100%;
	}

	.about_zzjg_box .about_zzjg .title_box .title_fu {
		margin-top: 10px;
		font-size: 16px;
		line-height: 30px;
	}

	.about_zzjg_box .about_zzjg .img_box {
		margin-top: 15px;
		width: 100%;
	}


	.fzlc_box {
		padding: 30px 0;
	}

	.fzlc_box .bj {
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 480px;
		object-fit: cover;
	}

	.fzlc_box .fzlc_detai {
		padding-top: 20px;
		flex-wrap: wrap;
		min-height: auto;
	}

	.fzlc_box .fzlc_detai .year {
		width: 100%;
		padding: 0;
		font-size: 28px;
	}

	.fzlc_box .fzlc_detai .ul {
		width: 100%;
		padding: 5px 0;
	}

	.fzlc_box .fzlc_detai .ul .li {
		padding: 5px 0;
		padding-left: 20px;
		line-height: 1.75;
	}

	.fzlc_box .fzlc_detai .ul .li::before {
		top: 14px;
	}

	.fzlc_box .year_box {
		margin-top: 10px;
	}

	.fzlc_box .year_box .arrow_row {}

	.fzlc_box .year_box .arrow_row .arrow {
		width: 40px;
		height: 40px;
		box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.1);
	}

	.fzlc_box .year_box .year_row_box {
		margin-top: -20px;
		padding: 0 40px;
	}

	.fzlc_box .year_box .year_row .year_col {
		width: 100px;
		padding: 20px;
	}




	.about_jtry_box {
		padding: 30px 0;
	}

	.about_jtry_box .jtry_card {
		margin-top: 20px;
		padding: 5px;
		border-radius: 10px;
		overflow: hidden;
	}

	.about_jtry_box .jtry_card .jtry_list {
		width: 60%;
	}

	.about_jtry_box .jtry_card .jtry_list .jtry_item {
		width: 50%;
		padding: 5px;
	}




	.cyjj_hxyw_box {
		padding: 20px 0;
	}

	.cyjj_hxyw_box .hxyw_intro {
		margin-top: 15px;
		font-size: 16px;
		line-height: 30px;
	}

	.cyjj_hxyw_box .hxyw_list {
		margin: 0;
		flex-wrap: wrap;
	}

	.cyjj_hxyw_box .hxyw_list .hxyw_item {
		width: 100%;
		padding: 10px 0;
	}

	.cyjj_hxyw_box .hxyw_list .hxyw_item .hxyw_card .name {
		margin-top: 10px;
		font-size: 16px;
	}

	.cyjj_ywms_box {
		padding: 20px 0;
	}

	.cyjj_ywms_box .cyjj_ywms {
		margin: 20px auto 0;
	}

	.cyjj_gzly_box {
		padding: 20px 0;
	}

	.gzly_list {
		margin: 0;
		padding-top: 15px;
		flex-wrap: wrap;
	}

	.gyl_hxyw_list {
		margin: 0;
	}

	.gzly_list .gzly_item {
		width: 100%;
		padding: 5px 0;
	}


	.sybl_list .sybl_item {
		padding: 20px 0;
	}

	.sybl_list .sybl_item .sybl_card {
		flex-wrap: wrap;
	}

	.sybl_list .sybl_item:nth-child(2n) .sybl_card {
		flex-direction: row;
	}

	.sybl_list .sybl_item .sybl_card .img_box {
		width: 100%;
	}

	.sybl_list .sybl_item .sybl_card .txt_box {
		width: 100%;
		padding: 15px 0;
		padding-left: 0;
	}

	.sybl_list .sybl_item .sybl_card .txt_box .title {
		font-size: 18px;
		line-height: 28px;
	}

	.sybl_list .sybl_item:nth-child(2n) .sybl_card .txt_box {
		padding-left: 0;
		padding-right: 0;
	}

	.sybl_list .sybl_item .sybl_card .txt_box .intro {
		margin-top: 15px;
		font-size: 16px;
	}



	.rc_qywh_box {
		padding: 20px 0;
	}

	.rc_qywh_box .bj {
		height: 320px;
		max-height: 100%;
	}

	.qywh_list {
		flex-wrap: wrap;
	}

	.qywh_list .qywh_item {
		width: 100%;
		padding: 5px 0;
	}

	.qywh_list .qywh_item:nth-child(2) {
		padding-top: 5px;
	}

	.qywh_list .qywh_item .qywh_card .txt_box {
		padding: 15px;
	}

	.qywh_list .qywh_item .qywh_card .txt_box .title {
		font-size: 20px;
	}

	.qywh_list .qywh_item .qywh_card .txt_box .intro {
		margin-top: 10px;
		font-size: 16px;
	}



	.news_box {
		padding: 20px 0;
	}

	.news_list .news_item {
		margin-top: 10px;
		border-radius: 8px;
		flex-wrap: wrap;
	}

	.news_list .news_item .img_box {
		width: 100%;
		height: auto;
		border-radius: 8px 8px 0 0;
	}

	.news_list .news_item .img_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.news_list .news_item .txt_box {
		flex: none;
		width: 100%;
		flex-direction: column-reverse;
		flex-wrap: wrap;
		padding: 15px;
	}

	.news_list .news_item .txt_box .date {
		margin-top: 5px;
		width: 100%;
		padding: 0;
		display: flex;
	}

	.news_list .news_item .txt_box .date .year {
		font-size: 12px;
		line-height: 20px;
		color: #999;
	}

	.news_list .news_item .txt_box .date .year::after {
		content: '-';
	}

	.news_list .news_item .txt_box .date .mmdd {
		font-size: 12px;
		line-height: 20px;
		color: #999;
	}

	.news_list .news_item .txt_box .info {
		flex: none;
		width: 100%;
		padding: 0;
	}

	.news_list .news_item .txt_box .info .title {
		font-size: 16px;
		line-height: 26px;
	}

	.news_list .news_item .txt_box .info .intro {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
	}

	.news_list .news_item .txt_box .icon-youjiantou {
		display: none;
	}

	.news_list .news_item .txt_box .line {
		display: none;
	}



	.quar_box {
		padding: 20px 0;
	}

	.quar_list {
		flex-wrap: wrap;
	}

	.quar_list .quar_item {
		width: 100%;
		padding: 5px 0;
	}

	.quar_list .quar_item .quar_card {
		height: auto;
		border-radius: 8px;
	}

	.quar_list .quar_item .quar_card .img_box {
		border-radius: 8px 8px 0 0;
	}

	.quar_list .quar_item .quar_card .txt_box {
		padding: 10px 15px 20px;
	}

	.quar_list .quar_item .quar_card .txt_box .title {
		font-size: 16px;
		line-height: 28px;
	}

	.quar_list .quar_item .quar_card .txt_box .date {
		margin-top: 5px;
		font-size: 14px;
		line-height: 20px;
	}



	.detail_box {
		padding: 20px 0;
	}

	.detail_box .detail_card {
		padding: 15px;
	}

	.detail_box .detail_card .title {
		padding-bottom: 15px;
		font-size: 20px;
		line-height: 30px;
	}

	.detail_box .detail_card .date {
		padding-bottom: 15px;
		font-size: 14px;
		line-height: 20px;
	}

	.detail_box .detail_card .fwb_box {
		border-top: 1px solid #EEEEEE;
		padding: 15px 0 0;
	}




	.recruitment_box {
		padding: 20px 0;
	}

	.recr_list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.recr_list .name::before {
		margin-right: 8px;
		height: 16px;
	}

	.recr_list .fwb_box {
		padding: 15px 0;
		font-size: 14px;
	}

	.recr_list .collapse_item {
		margin-top: 10px;
	}

	.recr_list .el-collapse-item__header {
		height: 50px;
		padding: 0 15px;
	}

	.recr_list .el-collapse-item__content {
		padding: 0 15px;
	}

	.recr_list .el-collapse-item__arrow {
		width: 24px;
		height: 24px;
		font-size: 12px;
	}




	.lxwm_box {
		padding: 20px 0;
	}

	.lxwm_box .lxwm_card {
		margin-top: 0;
		padding: 10px 0;
	}

	.lxwm_box .lxwm_card .lxwm_ul {
		padding: 0 10px;
		flex-wrap: wrap;
	}

	.lxwm_box .lxwm_card .lxwm_ul .lxwm_li {
		flex: none;
		width: 50%;
		padding: 10px 5px;
	}

	.lxwm_box .lxwm_card .lxwm_ul .lxwm_li .label {
		padding-bottom: 10px;
		font-size: 16px;
	}

	.lxwm_box .lxwm_card .lxwm_ul .lxwm_li .value {
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}


	.map_box {
		margin-top: 20px;
		height: 60vh;
	}

	.zxly_box {
		padding: 20px 0 30px;
	}

	.zxly_box .title {
		font-size: 22px;
		line-height: 32px;
	}

	.zxly_box .hint {
		margin-top: 10px;
		font-size: 14px;
		line-height: 20px;
	}

	.zxly_box .form {
		margin-top: 10px;
	}

	.zxly_box .form .row {
		margin-top: 10px;
		width: 100%;
	}

	.zxly_box .form .row:nth-child(1) {
		width: 100%;
		padding-right: 0;
	}

	.zxly_box .form .row:nth-child(2) {
		width: 100%;
		padding-left: 0;
	}

	.zxly_box .form .label {
		padding: 5px 0;
		font-size: 16px;
		line-height: 28px;
	}

	.zxly_box .form .value {}

	.zxly_box .form .value .yzm {
		flex-shrink: 0;
		margin-left: 10px;
		height: 40px;
	}

	.zxly_box .form input,
	.zxly_box .form textarea {
		height: 40px;
		border-radius: 4px;
	}

	.zxly_box .tj_btn {
		margin: 15px auto 0;
		width: 120px;
		height: 40px;
		font-size: 14px;
	}







	.login_card {
		border-radius: 8px;
		flex-wrap: wrap;
		position: relative;
		z-index: 1;
	}

	.login_card .img_box {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.2;
	}

	.login_card .img_box img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.login_form {
		width: 100%;
		padding: 15px;
	}

	.login_form .input {
		margin-top: 16px;
	}

	.login_form .input input {
		height: 44px;
		padding: 0 15px;
		border-radius: 4px;
		font-size: 14px;
	}

	.login_form .input .code_btn {
		height: 44px;
		font-size: 14px;
	}

	.login_form .wjmm {
		font-size: 14px;
	}

	.login_form .xieyi_box {
		padding: 10px 0;
	}

	.login_form .xieyi {
		font-size: 14px;
	}

	.login_form .checkbox .el-checkbox__inner {
		width: 16px;
		height: 16px;
	}

	.login_form .checkbox .el-checkbox__inner::after {
		left: 5px;
		width: 3px;
		height: 8px;
	}

	.login_form .button {
		height: 44px;
		font-size: 15px;
	}

	.login_form .hint {
		margin-top: 10px;
		font-size: 14px;
	}




	.user_page {
		min-height: calc(100vh - 50px);
		padding: 20px 0;
		flex-wrap: wrap;
		display: flex;
		flex-direction: column;
	}

	.user_info_card {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0;
		border-radius: 0;
	}

	.user_info_card .avatar {
		display: none;
	}

	.user_info_card .nickname {
		display: none;
	}

	.user_info_card .user_nav_ul {
		margin-top: 0;
		display: flex;
		border-radius: 3px;
	}

	.user_info_card .user_nav_li {
		margin-top: 0;
		flex: 1;
		justify-content: center;
		height: 40px;
		padding: 0 18px;
		border-radius: 3px;
		font-size: 14px;
		text-align: center;
	}

	.user_info_card .active {
		background: #FF8726;
		color: #FFFFFF;
	}

	.user_info_card .user_nav_li img {
		display: none;
	}

	.user_info_card .active img:nth-child(2) {
		display: none;
	}



	.user_card {
		margin-top: 10px;
		margin-left: 0;
		flex: 1;
		width: 100%;
		height: 100%;
		min-height: auto;
		border-radius: 3px;
	}

	.card_head {
		height: 50px;
		padding: 0 15px;
	}

	.card_head .btn {
		font-size: 15px;
	}

	.card_title_box .card_title {
		margin-right: 25px;
		font-size: 15px;
	}

	.card_title_box .card_title::after {
		height: 1px;
	}

	.card_body {
		padding: 15px;
	}

	.card_row {
		margin-bottom: 15px;
	}

	.card_row .label {
		font-size: 15px;
	}

	.card_btn {
		margin-top: 20px;
		padding-left: 90px;
	}

	.card_btn .btn {
		font-size: 15px;
	}


	.pagination {
		padding: 15px 0 5px;
		overflow: hidden;
	}

	.pagination .el-pagination .btn-next,
	.pagination .el-pagination .btn-prev,
	.pagination .el-pagination .el-pager li {
		margin: 0 4px;
		padding: 0 4px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		border-radius: 3px;
	}

	.pagination .el-pagination.is-background .btn-next,
	.pagination .el-pagination.is-background .btn-prev,
	.pagination .el-pagination.is-background .el-pager li {
		margin: 0 4px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		border-radius: 3px;
	}


	.apply {}

	.apply .row {
		margin-bottom: 15px;
		flex-wrap: wrap;
	}

	.apply .row .label {
		width: 100%;
		padding-bottom: 5px;
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		white-space: normal;
	}

	.apply .row .value {
		flex: none;
		width: 100%;
	}

	.apply .value .input {
		width: 100%;
	}

	.apply .value .textarea {
		width: 100%;
	}

	.apply .value .hint {
		margin-top: 5px;
		font-size: 12px;
		line-height: 20px;
	}

	.apply_btn {
		padding-left: 0;
		justify-content: center;
	}






	.popup_card {
		border-radius: 4px;
	}

	.pop_head {
		height: 50px;
	}

	.pop_head .icon-close {
		right: 10px;
		font-size: 16px;
	}

	.pop_content .fwb_box {
		padding: 15px;
		font-size: 14px;
	}

	.pop_foot {
		padding: 20px 0;
	}




	.logout {
		margin-top: 0;
		padding: 0;
		border-top: 1px solid #E5E6EB;
	}

	.logout .user_nav_li {
		margin-top: 0;
		font-size: 14px;
	}

}