body{
	overflow-x: hidden;
	color: #5C5E66;
	background: #F5F6F7;
	font-size: 14px;
	max-width: 520px;
	margin: 0 auto;
	font-family: "PingFang SC";
}
.background-color-fff{
	background-color: #fff;
}
.flex-between{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.w-100{
	width: 100%;
}
h1,h2,h3,h4,h5{
	margin: 0px;
}
a{
    text-decoration: none;
	color: #5C5E66;
}
a:hover{
	opacity: 0.7;
}
p{
	margin: 0;
}
.mt-16{
	margin-top: 16px;
}
.mb-24{
	margin-bottom: 24px;
}
.pb-64{
	padding-bottom: 64px;
}
.pb-24{
	padding-bottom: 24px;
}
.pt-24{
	padding-top: 24px;
}
.over{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.over1{
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap; 
}
header{
	height: 56px;
	padding: 0 20px;
	background: #FFF;
	position: absolute;
	top: 0;
	overflow-x: clip;
	width: 100%;
	max-width: 520px;
	z-index: 100;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
	border-bottom: 1px solid rgba(255, 255, 255, 0.70);
}
header>img{
	cursor: pointer;
	
}
header a img{
	height: 26px;
}
/* 底部 */
footer{
	padding: 32px 20px 36px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 21px;
	color: #707070;
	text-align: center;
}
footer a{
	color: #707070;
}
footer img{
	vertical-align: -1px;
}
footer span{
	margin-left: 7px;
	margin-right: 9px;
}
.opacity-7{
	opacity: 0.7;
}
.post-relative{
	position: absolute;
	min-width: 192px;
	background-color: #fff;
	z-index: 1000;
}
.pop-up{
	width: 192px;
	background: #FFF;
	position: absolute;
	top: 0;
	right: -192px;
	z-index: 3;
	display: none;
}
.pop-ups{
	display: block;
	right: 0;
	transition: right 0.5s;
}
.pop-up:before{
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 999;
}
.close{
	position: absolute;
	top: 18px;
	right: 15px;
	opacity: 1;
}
.pop-up ul{
	padding: 24px 60px 25px;
	text-align: center;
	height: 100vh;
	overflow-y: auto;
}
.pop-up ul li {
	position: relative;
	padding: 24px 0;
}
.pop-up ul a{
	font-size: 18px;
	line-height: 25px;
}
.line:before{
	content: '';
	width: 32px;
	height: 1px;
	background-color: #5C5E66;
	position: absolute;
	border-radius: 1px;
	opacity: 0.15;
	bottom: 0;
	left: calc(50% - 16px);
}
.pop-up ul li:last-child:before{
	height: 0;
}
/* banner */
.banner{
	margin-top: 56px;
	position: relative;
	max-height: 480px;
	overflow: hidden;
	/*background: linear-gradient(90deg, rgba(24,118,242,1) 15%, rgba(12,59,121,0.1) 100%);*/
	z-index: 5;
}
.banner img{
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient(90deg, rgba(24, 119, 242, 0.85) 5.75%, rgba(24, 119, 242, 0.10)  99.99%);*/
}
.banner h1 {
    position: absolute;
    top: calc(50% - 25px);
    left: 24px;
    font-size: 26px;
	height: 50px;
	line-height: 50px;
    font-weight: 400;
    color: #1876F2;
    font-family: 'PingFang SC';
    z-index: 5;
}
/* 联系我们 */
.lx_adress{
	position: relative;
}
.lx_adress>img{
	width: 100%;
}
.lx_adress .dingwei{
	width: 53px;
	height: 67px;
	position: absolute;
	top: 51px;
	left: calc(50% - 27px);
}
.lx_con{
	position: absolute;
	width: 280px;
	height: 228px;
	padding: 24px 39px 24px 42px;
	box-sizing: border-box;
	left: calc(50% - 140px);
	bottom: 100px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.05);
}
.lx_con img{
	vertical-align: -2px;
	margin-right: 8px;
}
.lx_con h2{
	font-size: 18px;
	line-height: 32px;
	color: #1E294A;
}
.lx_con p{
	font-size: 14px;
	line-height: 25px;
	color: #5C5E66;
}

@media screen and (max-width: 340px) {
    .lx_con{
		bottom: 50px;
	}
}
/* 新闻中心 */
.nav{
	padding: 24px 15px 0 16px;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 8px;
}
.nav a{
	width: 23%;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	border-radius: 16px;
	background-color: #F0F1F2;
	color: #707070;
	text-align: center;
}
.nav .active{
	background-color: #1877F2;
	color: #fff;
}
.list{
	padding: 11px 8px;
	display: block;
	border-radius: 8px;
	margin: 24px 23px 24px 24px;
	border: 1px solid #FFF;
	background: linear-gradient(275deg, #F2F8FF 0%, #FFF 100%);
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.05);
}
.list>img{
	border-radius: 5px;
	height: 128px;
	width: 100%;
	object-fit: cover;
}
.list-title{
	font-size: 14px;
	padding: 4px 8px 0px;
	line-height: 21px;
	text-align: justify;
}
.list-bottom{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	padding: 0 8px;
	margin-top: 8px;
	line-height: 25px;
}
.list-bottom span{
	color: #5C5E66;
	font-family: DIN;
}
.list-bottom div{
	color: #5C5E66;
	display: inline;
}
.page-normal ul{
	display: flex;
	justify-content: center;
	line-height: 25px;
}
.no a,.total .last{
	color: #707070;
	opacity: 0.5;
}
.total{
	margin: 0 40px;
}
.total .page{
	color: #1E294A;
}
.next a{
	color: #1E294A;
}
.page-normal{
	padding-bottom: 24px;
}
/* 新闻详情 */
.detail-title{
	padding: 96px 23px 10px 24px;
	background-color: #fff;
	
}
.detail-title h2{
	font-size: 24px;
	line-height: 36px;
}
.detail-title .time{
	color: #707070;
	font-family: DIN;
	font-size: 14px;
	line-height: 25px;
	padding: 10px 0;
	border-bottom: solid 1px rgb(112 112 112 / 20%);
}
.detail-con {
	background-color: #fff;
	padding: 40px 23px 60px 24px;
	text-align: center;
}
.detail-con img{
	max-width: 100%;
	margin: 10px 0;
	object-fit: cover;
	height: auto;
}
.detail-con p,.detail-con span,.detail-con div,.detail-con div span,.detail-con div p,.detail-con p span{
	font-size: 14px !important;
	line-height: 25px !important;
	color: #5C5E66 !important;
	text-align: justify !important;
	overflow-wrap: break-word;
	overflow: hidden;
}
/* 人力资源 */
.rl_top{
	padding: 30px 0 40px ;
	text-align: center;
	line-height: 25px;
	background-color: #fff;
}
.rl_top h2{
	color: #1877F2;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 10px;
}
.rl_item .item_top{
	position: relative;
	opacity: 0.95;
}
.rl_item .item_top:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:  linear-gradient(90deg, #FFF 20.06%, rgba(255, 255, 255, 0.00) 81.74%);
}
.rl_item .item_top img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}
.rl_item .item_top span{
	color: #1877F2;
	font-size: 65px;
	line-height: 114px;
	text-shadow: 0px 6px 6px rgba(24, 119, 242, 0.10);
	position: absolute;
	left: 28px;
	top: calc(50% - 57px);
	font-family: 'PingFang SC Heavy'
}
.rl_item .item_bottom{
	background-color: #fff;
	padding: 20px 23px 40px;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: -0.7px;
}
.rl_item .item_bottom h3{
	font-size: 16px;
	line-height: 28px;
    margin: 0 0 7px;
	color: #1877F2;
	display: flex;
	align-items: center;
}
.rl_right .item_top:before{
	background: linear-gradient(270deg, #FFF 20.22%, rgba(255, 255, 255, 0.00) 81.82%);
}
.rl_right .item_top span{
	left: calc(100% - 95px);
}
.rl_item .item_bottom h3 div{
	background-color: #1877F2;
	width: 2px;
	height: 13px;
	margin-right: 4px;
}
.rl_right .item_bottom{
	letter-spacing: 0;
	text-align: right;
}
.rl_right .item_bottom h3{
   justify-content: flex-end;
}
.rl_right .item_bottom h3 div{
	margin-right: 0;
	margin-left: 4px;
}
.rl_bottom{
	position: relative;
	box-sizing: border-box;
	/* padding: 32px 23px 70px 24px; */
	text-align: center;
	font-size: 14px;
}
.rl_bottom img{
	width: 100%;
	height: 180px;
}
.rl_bottom div{
	position: absolute;
	top: 32px;
	width: 100%;
	text-align: center;
	z-index: 1;
	color: #1E294A;
	line-height: 25px;
}
.rl_bottom::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(181deg, #FFF 7.92%, rgba(255, 255, 255, 0.50) 100%);
}
.rl_bottom_button{
	padding: 40px 0;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	background-color: #fff;
}
.rl_bottom_button p{
	font-family: 'PingFang SC';
}
.rl_bottom_button a{
	position: fixed;
	bottom: 40px;
	left: calc(50% - 90px);
	background-color: #1877F2;
	border-radius: 25px;
	display:block;
	width: 180px;
	padding-left: 33px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	font-size: 18px;
	color: #fff;
	box-shadow: 0px 6px 6px 0px rgba(24, 119, 242, 0.10);
	margin: 0 auto;
	margin-top: 20px;
	font-family: 'PingFang SC Bold';
	display: flex;
	align-items: center;
	z-index: 10;
}
.rl_bottom_button a svg{
	margin-left: 4px;
}
.post-box{
	height: 50px;
}
.bottom{
	background: #fff;
    padding-bottom: 24px;
}
.bottom_title{
	text-align: center;
	color: #1E294A;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	padding-top: 40px;
}
.overflow-hidden{
	height: 96px;
	margin-top: -24px;
	overflow: hidden;
	position: relative;
}
.overflow-hidden::before{
	content: '';
	position: absolute;
	height: 96px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	/*background: linear-gradient(1deg, #F5F6F7 0.89%, rgba(245, 246, 247, 0.00) 99.11%);*/
	background: linear-gradient(1.04deg, rgba(255, 255, 255, 1) 0.89%, rgba(255, 255, 255, 0) 99.12%);
}
.rl_item_over{
	height: 120px;
}
.check-more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 246px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin: 16px auto 0;
	border-radius: 20px;
	background: #1877F2;
	box-shadow: 0px 6px 6px 0px rgba(24, 119, 242, 0.10);
}
.check-more svg{
	margin-left: 4px;
}
/* 社会责任 */
.shzr_con{
	padding: 40px 23px 24px 24px;
	background: #fff;
}
.shzr_top{
	border-radius: 8px;
	text-align: center;
	border: 1px solid #FFF;
	background: linear-gradient(275deg, #F2F8FF 0%, #FFF 100%);
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.05);
	padding: 24px 40px 23px;
}
.shzr_top p{
	margin-top: 16px;
	text-align: justify;
	color: #5C5E66;
}
.shzr_bottom{
	background-color: #fff;
	padding: 40px 23px 24px 24px; 
}
.shzr_title{
	font-size: 24px;
	text-align: center;
	color: #1E294A;
	line-height: 175%; /* 42px */
	margin-bottom: 16px;
}
.shzr_nav{
	text-align: center;
	font-size: 14px;
	line-height: 120%; /* 16.8px */
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 20px;
	grid-gap: 20px;
	justify-content: center;
	margin-bottom: 22px;
}
.shzr_nav a:hover{
	opacity: 1;
}
.shzr_nav .active{
	font-size: 18px;
	color: #1877F2 !important;
	font-family: 'PingFang SC Heavy';
	position: relative;
}
.shzr_nav .active:before{
	content: '';
	position: absolute;
	bottom: -6px;
	left: calc(50% - 20px);
	width: 40px;
	height: 2px;
	background: #1877F2;
}
.shzr_content .item{
	padding: 20px 20px 19px 19px;
	border-radius: 8px;
	border: 1px solid #FFF;
	background: linear-gradient(275deg, #F2F8FF 0%, #FFF 100%);
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.05);
	display: none;
}
.shzr_content  .active{
	display: block;
}
.shzr_content .item_title{
	color: #1877F2;
	text-align: center;
	font-size: 16px;
	font-family: 'PingFang SC Bold';
	line-height: 175%;
	margin-bottom:10px;
}
.shzr_content .item_con{
	color: #5C5E66;
	font-size: 14px;
	line-height: 175%;
	margin-bottom: 19px;
}
.item_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	height: 220px;
	overflow: hidden;
}
.item_img:before{
	content: '';
	position: absolute;
	bottom: 0;
	height: 24px;
	width: 100%;
	background: linear-gradient(1deg, #F5F6F7 0.89%, rgba(245, 246, 247, 0.00) 100%);
}
.item_vido_img{
	height: 200px
}
.item_vido_img:before{
	height: 0
}
.item_img img{
	width: 48.8%;
	height: 90px;
	object-fit: cover;
	margin-bottom: 8px;
}

.item_more{
	text-align: center;
	height: 18px;
	opacity: 0.5;
	color: #1E294A;
	margin-top: 14px;
}
.item_vido{
	display: block;
	margin:10px auto 0;
	width: 110px;
	height: 30px;
	line-height: 28px;
	border-radius: 15px;
	border: 1px solid #1E294A;
}
.bottom .rl_top{
	padding-top: 27px;
	background-color: #fff;
}
/* 学术建设 */

.xs_content{
	padding: 40px 23px 24px 24px;
}
.xs_con{
	border-radius: 8px;
	border: 1px solid #FFF;
	background: linear-gradient(275deg, #F2F8FF 0%, #FFF 100%);
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.05);
	padding: 24px 32px;
}
.xs_item_title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.xs_item_title h3{
	margin-left: 8px;
	/* width: 140px; */
	color: #000;
	font-size: 14px;
	line-height: 135%;
}
.xs_item_con{
	color: #5C5E66;
	margin-top: 10px;
	text-align: justify;
	font-family: PingFang SC;
	font-size: 14px;
	line-height: 175%; /* 24.5px */
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.xs_list_item{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.xs_list_item img{
	width: 65px;
	height: 64px;
	border-radius: 4px;
	object-fit: cover;
}
.xs_list_item>div{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 72.2%;
}
.xs_list_item h2{
	color: #5C5E66;
	font-size: 14px;
	letter-spacing: -0.14px;
	line-height: 125%;
	text-align: justify;
}
.xs_list_item p{
	opacity: 0.5;
	height: 16px;
	line-height: 16px;
	color: #1E294A;
}
.xs_title{
	font-size: 24px;
	text-align: center;
	line-height: 175%;
	color: #1E294A;
	margin-bottom: 16px;
}
.xs_cons{
	color: #5C5E66;
	text-align: justify;
	line-height: 175%; /* 24.5px */
	font-size:14px;
	margin-bottom: 16px;
}
.xs_content .carousel-inner{
	/* overflow: unset; */
}
.xs_content .carousel-item:before{
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 16px;
	border-radius: 0px 0px 8px 8px;
	opacity: 0.35;
	background: linear-gradient(3deg, #1E294A 2.88%, rgba(30, 41, 74, 0.00) 97.49%);
}
.xs_content .carousel-inner img{
	height: 180px;
	object-fit: cover;
	border-radius: 8px;
}
.xs_content .carousel-caption{
	padding: 0;
	bottom: auto;
	color: #5C5E66;
	font-size: 14px;
	text-align: center;
}
.xs_content .carousel-caption h5{
	line-height: 20px;
	margin-top: 10px;
	font-family: 'PingFang SC Regular';
}
.xs_content .carousel-inner{
	padding-bottom: 78px;
}
.xs_content .carousel-indicators{
	bottom: 78px;
}
.xs_content .carousel-indicators li{
	border-radius: 50%;
	width: 4px;
	height: 4px;
	opacity: 1;
	margin: 0 2px;
	border: 0;
}
.xs_content .carousel-indicators .active{
	width: 20px;
	border-radius: 25px;
}
.bottom_over{
	height: 320px;
	overflow: hidden;
}
.bottom .shzr_top{
	margin-bottom: 0;
	position: relative;
	margin-top: 16px;
}
/* .bottom .shzr_top:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: linear-gradient(1deg, #F5F6F7 0.89%, rgba(245, 246, 247, 0.00) 99.11%);
} */
/* 产业布局 */
.con-title-cy{
	text-align: center;
	padding-top: 40px;
	font-size: 24px;
	line-height: 175%; /* 42px */
	color: #1E294A;
}

.con-item-cy{
	margin: 16px 23px 0px 24px;
	padding: 24px 32px;
	border-radius: 8px;
	border: 1px solid #FFF;
	background: var(----45-, linear-gradient(275deg, #F0F7FF 0%, #FCFEFF 100%));
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.05);
	text-align: justify;
	line-height: 175%; /* 24.5px */
	color: #5C5E66;
	position: relative;
}
.cy-yft{
	padding-top: 18px;
	padding-bottom: 17px;
}
.cy-km{
	padding-top: 23px;
	padding-bottom: 22px;
}
.cy-myt{
	padding-top: 20px;
	padding-bottom: 20px;
}
.cy-pk{
	padding-top: 20px;
	padding-bottom: 19px;
}
.con-item-cy.active .item_title{
	margin-bottom: 0;
}
/*.con-item-cy.active.cy-myt .item_title{
	margin-left: 15px;
}*/
.con-item-cy.active .item_con{
	display: none;
}

/* 中医药产品研发 */
.con-item-cy .item_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	margin-left: 26px;
}
.cy-myt .item_title{
	margin-left: 80px;
}
.cy-item>img{
	width: 100%;
	height: 182px;
	border-radius: 8px 8px 0 0;
	object-fit: cover;
}
.cy-item{
	border-radius: 8px;
	background: #FFF;
	box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.05);
	margin: 16px 23px 0 24px;
}
.hlw_box .cy-item{
	margin-top:24px;
}
.cy-item h2{
	font-size: 18px;
	line-height: 25px;
	color: #1877F2;
	margin-top: 14px;
	margin-left: 24px;
}
.cy-item hr{
	margin: 6px 25px;
	height: 2px;
	width: 16px;
	background: #1877F2;
	border: 0;
}
.cy-item>div{
	padding: 0 24px 28px;
	
}
.cy-doctor{
	
	background-size: 100%;
	
}
.cy-doctor>div{
	padding: 16px 26px 59px;
	background: url(../img/doctor1.png?v=1);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}
.bottom .xs_content{
	position: relative;
	padding-top: 16px;
}
.bottom_over{
	position: relative;
}
.bottom .bottom_over:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	height: 96px;
	/*background:linear-gradient(1deg, #F5F6F7 0.89%, rgba(245, 246, 247, 0.00) 99.11%);*/
	background: linear-gradient(1.04deg, rgba(255, 255, 255, 1) 0.89%, rgba(255, 255, 255, 0) 99.12%);
}
/* 关于明医 */
.my_con_box{
	padding: 0 23px 40px 24px;
}
.my_title{
	color: #1E294A;
	text-align: center;
	font-size: 24px;
	line-height: 175%;
	padding-top: 40px;
	padding-bottom: 36px;
}
.qy_con{
	display: flex;
	flex-wrap: wrap;
}
.qy_item{
	margin-bottom: 20px;
}
.qy_bg{
	background: url(../img/qy_bg.png?v=1);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #fff;
	background-size: 100%;
	padding-bottom: 178px;
}
/*.qy_item:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	border-radius: 8px;
}
.back-blue{
	background: url(../img/qy_sm.png?v=1);
	background-repeat: no-repeat;
    background-size: 100%;
}
.back-blue:before{
	background:  linear-gradient(90deg, rgba(24, 119, 242, 0.95) 5.75%, rgba(24, 119, 242, 0.10) 99.99%);
}
.back-green{
	background: url(../img/qy_jz.png?v=1);
	background-repeat: no-repeat;
    background-size: 100%;
}
.back-green:before{
	background:  linear-gradient(90deg, rgba(2, 204, 149, 0.95) 5.75%, rgba(2, 204, 150, 0.10) 99.99%);
}
.back-yellow{
	background: url(../img/qy_yj.png?v=1);
	background-repeat: no-repeat;
    background-size: 100%;
}
.back-yellow:before{
	background:  linear-gradient(90deg, rgba(255, 170, 0, 0.95) 5.75%, rgba(255, 170, 0, 0.10) 99.99%);
}*/
.qy_con{
	padding-left: 11px;
	padding-right: 12px; 
}
.qy_item h2{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 4px;
	position: relative;
	color: rgb(24, 119, 242);
	z-index: 2;
}
.qy_item:first-child{
	padding-right: 26px;
	margin-right:26px;
	border-right: 1px solid rgba(24,119,242,0.1);
}
.qy_item p{
	font-size: 14px;
	line-height: 21px;
	position: relative;
	z-index: 2;
}
/*发展累程*/
.fz_title{
	padding-top: 40px;
	padding-bottom: 10px;
}
/* 企业架构 */
.jg_title{
	padding-top: 0;
	padding-bottom: 10px;
}

.jg_con{
	padding: 54px 40px 10px;
	background-color: #F5F6F7;
	border-radius: 8px;
	position: relative;
	margin-top: 32px;
}
.jg_top{
	position: absolute;
	left: calc(50% - 140px);
	top: -32px;
	width: 280px;
	height: 64px;
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
	text-align: center;
	line-height: 64px;
}
.jg_con ul li{
	display: flex;
	align-items: center;
	font-size: 16px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.10);
	padding-left: 8px;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #000;
}
.jg_con ul li:nth-child(6){
	padding-left: 4px;
	letter-spacing: -1px;
}
.jg_con ul li:nth-child(7){
	border: 0;
}
.jg_con ul li img{
	margin-right: 10px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  border-radius: 8px;
  background: #fff;
  height: auto !important;
  padding: 0px 24px 24px;
}
.swiper-slide
.box-line{
	width: 1px; 
	height: 400px;
	background: #5C5E66;
	opacity: 0.1;
	position:absolute;
	right: -16px;
	top: 28px;
}
.swiper-slide h4{
	color: #1E294A;
	font-family: DINPro;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 175%; /* 70px */
	opacity: 0.15;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
}
.swiper-slide h2{
	color:#1E294A;
	font-family: PingFang SC;
	font-size: 18px;
	line-height: 150%; /* 27px */
	margin-top:30px;
	margin-bottom: 10px;
}
.swiper-slide p{
	font-size: 14px;
	text-align: justify;
	line-height: 170%; /* 23.8px */
}
.bottom .con-item-cy{
	margin-top: 16px;
}
/* 岗位职责 */
.gw-header{
	box-shadow: none;
}
.search{
	padding: 56px 23px 24px 24px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
	position: relative;
	z-index: 2;
}
.search_input{
	position: relative;
}
.search_input input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 0;
	text-align: center;
	border-radius: 4px;
	background-color: #F0F1F2;
	position: relative;
}
.search_input div{
	position: absolute;
	left: calc(50% - 38px);
	top: 9px;
	opacity: 0.7;
	color: #707070;
}
.down{
	display: flex;
	margin-top: 20px;
	position: relative;
}
.down_line{
	position: absolute;
	height: 16px;
	width: 1px;
	left: calc(50% - 0.5px);
	opacity: 0.2;
	background: #707070;
}
.down li{
	width: 50%;
	color: #707070;
	text-align: center;
	height: 16px;
}
.down .active{
	color: #1877F2;
}
.down_item {
	flex-wrap: wrap;
	display: none;
	gap:10px;
	justify-content: space-around;
}
.down_item.active{
	display: flex;
}
.down_item>div{
	width: 80px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 16px;
	border-radius: 4px;
	background: #F0F1F2;
	color: #707070;
	font-size: 14px;
}
.down_item .active{
	color: #FFFFFF;
	background: #1877F2;
}
.post_list{
	padding: 12px 23px 48px 24px;
}
.post_item{
	display: block;
	border-bottom: solid 1px rgba(112,112,112,0.2);
	margin-top: 20px;
	padding-bottom: 20px;
}
.post_item:last-child{
	border: 0;
	padding-bottom: 0;
}
.post_item h2{
	font-size: 18px;
	color: #1E294A;
	line-height: 32px;
}
.rl_detail .post_item h2{
	font-size: 24px;
	line-height: 175%;
}
.post_item>div{
	color: #5C5E66;
	font-size: 14px;
	opacity: 0.5;
	line-height: 25px;
}
.post_item>div span{
	margin-right: 5px;
}
/* 岗位信息详情 */
.rl_detail{
	background-color: #fff;
	padding: 66px 23px 0 24px;
}
.rl_detail .post_item{
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(112,112,112,0.2);
}
.rl_detail_bottom{
	color: #1E294A;
	font-size: 14px;
	background-color: #fff;
	padding-left: 24px;
	padding-top: 46px;
	padding-bottom: 40px;
	border-top: solid 1px rgba(112,112,112,0.2);
}
.rl_detail_bottom p{
	margin-bottom: 10px;
}
.rl_detail_bottom p svg{
	vertical-align: 0px;
}
.rl_detail_bottom p:last-child svg{
	vertical-align: 1px;
}
.rl_detail_con{
	padding: 0 23px 30px 24px;
}
.rl_detail_con strong{
	line-height: 175% !important;
	color: #1E294A;
	padding-top: 20px;
	display: block;
}
.rl_detail_con p{
	line-height: 25px;
	padding-bottom: 10px;
}
.rl_detail_con p span{
	color: #5C5E66 !important;
	font-family: "PingFang SC";
}
/* 岗位信息详情 */
.rl_detail{
	background-color: #fff;
	padding: 66px 23px 0 24px;
}
.rl_detail .post_item{
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(112,112,112,0.2);
}
.rl_detail_bottom{
	color: #1E294A;
	font-size: 14px;
	background-color: #fff;
	padding-left: 24px;
	padding-top: 46px;
	padding-bottom: 40px;
	border-top: solid 1px rgba(112,112,112,0.2);
}
.rl_detail_bottom p{
	margin-bottom: 10px;
}
.rl_detail_con{
	padding: 0 23px 30px 24px;
}
.rl_detail_con strong{
	line-height: 175% !important;
	color: #1E294A;
	padding-top: 20px;
	display: block;
}
.rl_detail_con p{
	line-height: 25px;
	padding-bottom: 10px;
}
.rl_detail_con p span{
	color: #5C5E66 !important;
	font-family: "PingFang SC";
}