html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 800px;
}

body {
	font-family: "microsoft yahei";
	background: url(../images/top.webp) repeat-x center top;
	background-size: 100% auto;
	position: relative;
	background-color: #7ab8fe;
	line-height: 1.8em;
}

body.modal-open {
	position: fixed;
	width: 100%;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: #555;
	transition: 500ms;
	-moz-transition: 500ms;
	-webkit-transition: 500ms;
	-o-transition: 500ms;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: none;
	color: #555;
}

a:active {
	text-decoration: none;
	color: #555;
}

img {
	width: 100%;
}

p {
	margin: 0;
}
.margint-3 {
	margin-top: 3%;
}

.margint-10 {
	margin-top: 10px;
}

.margint-20 {
	margin-top: 20px;
}

.margint-30 {
	margin-top: 30px;
}

.margint-40 {
	margin-top: 40px;
}

.margint-50 {
	margin-top: 50px;
}

.margint-60 {
	margin-top: 60px;
}

.margint-100 {
	margin-top: 100px;
}

.marginb-20 {
	margin-bottom: 20px;
}

.marginb-30 {
	margin-bottom: 30px;
}

.marginb-60 {
	margin-bottom: 60px;
}

.marginb-100 {
	margin-bottom: 100px;
}

.marginl-28 {
	margin-left: 28px;
}

.padding-20 {
	padding: 20px;
}

.color-red {
	color: #ff0000;
}

.color-green {
	color: green;
}

.text-i2 {
	text-indent: 2em;
}


/* 导航 */
.navbar-default {
	background-color: rgba(255, 255, 255, 0.6);
	border: 0;
	backdrop-filter: blur(10px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.navbar-nav {
	display: flex;
	float: right;
	width: 40%;
}

.navbar-nav>li {
	text-align: center;
	flex: 1;
}

.navbar-nav>li>a {
	position: relative;
	display: inline-block;
	width: auto;
	line-height: 1.8em;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	white-space: nowrap;
	color: #333;
	font-size: 16px;
	font-weight: 600;
}

.navbar-default .navbar-nav>li>a {
	color: #333;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #169c73;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover {
	color: #169c73;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a::after,
.navbar-default .navbar-nav>.active>a:hover::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #169c73;
}

.navbar-fixed-top {
	border-width: 0 0 0px;
}

.nav_mobile {
	display: none;
}

.navbar-brand {
	height: auto;
	padding: 15px;
}

.navbar-brand p {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}



.navbar-brand span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: -17px;
	height: 27px;
	width: 2px;
	background-color: #999;
	margin: 0 10px;
	clear: both;
}

.navbar-brand img {
	display: inline-block;
	height: 26px;
	width: auto;
}

.navbar-default .navbar-toggle {
	border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

.banner {
	position: relative;
	width: 100%;
	margin-top: 60px;
	overflow: hidden;
	margin-bottom: 10%;
}

.banner .slogan {
	position: relative;
	width: 35%;
	margin: 0 auto;
	margin-top: 5vw;
	background: url(../images/top01.png) no-repeat center;
	background-size: 100% auto;
	opacity: 0.9;
}

.banner .slogan img {
	width: 100%;
	animation: scale01 2s linear infinite;
}

.banner .title {
	position: relative;
	width: 30%;
	height: auto;
	margin: 0 auto;
	margin-top: 1.6vw;
}

.banner .title.fadeInDown {
	animation: fadeInDown 2s ease;
	animation-fill-mode: forwards;
}



.banner .title img {
	width: 100%;
}

.school {
	position: absolute;
	top: -82px;
	left: 7%;
	margin: auto;
	width: 310px;
	height: 90px;
	background-image: url(../images/top02.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.panda {
	position: absolute;
	top: -113px;
	left: 0;
	right: -37%;
	margin: auto;
	width: 130px;
	height: 122px;
	background-image: url(../images/top03a.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	animation: move 1s steps(1) infinite;
}

.page_content {
	position: relative;
}

.page_content .page_content_header {
	width: 100%;
	height: 60px;
	background: url(../images/kuang1.png) no-repeat center top;
	background-size: 100% auto;
}

.page_content .page_content_body {
	width: 100%;
	padding: 20px 80px;
	background: url(../images/kuang2.png) repeat-y center;
	background-size: 100% auto;
}

.page_content .page_content_footer {
	width: 100%;
	height: 60px;
	background: url(../images/kuang3.png) no-repeat center bottom;
	background-size: 100% auto;
}

.page_content .page_title {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	width: 240px;
	height: 100px;
	margin: auto;
	background: url(../images/title.png) no-repeat center;
	background-size: 100% auto;
	text-align: center;
	line-height: 94px;
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 5px;
}


.page_content p {
	font-size: 16px;
	text-align: justify;
	text-indent: 2em;
	line-height: 1.8em;
}

.page_content p span {
	font-weight: 600;
	color: #1b6ab0;
}

.hd_main>ul>li {
	position: relative;
	display: grid;
	grid-template-columns: 240px auto 120px;
	gap: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.hd_main>ul>li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.hd_main>ul>li .hd_img {
	position: relative;
	width: 240px;
	height: 120px;
	overflow: hidden;
	border: 5px solid #b7e8f1;
	background-color: #b7e8f1;
	border-radius: 10px;
	font-size: 0;
	padding: 0;
}

.hd_main>ul>li .hd_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.hd_main>ul>li .hd_text h4 {
	font-size: 18px;
	color: #1b6ab0;
	font-weight: 600;
}

.hd_main>ul>li .hd_text {
	font-size: 16px;
	line-height: 1.8em;
}

.hd_main .a_more {
	display: block;
	background-color: #1b6ab0;
	color: #fff;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	margin: auto;
	margin-top: 2em;
}

.hd_main .more_content {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
	width: 400px;
	height: 220px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	padding: 20px;
	z-index: 9999;
	display: none;
}

.hd_main .more_content.more_content2 {
	height: 500px;
}

.hd_main .more_content.more_content3 {
	width: 300px;
	height: 240px;
}

.hd_main .more_content a {
	display: block;
	width: 100%;
	color: #1b6ab0;
}

.hd_main .more_content ul {
	margin-bottom: 20px;
}

.hd_main .more_content ul li {
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}


.hd_main .more_content p {
	text-indent: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.hd_main h4 {
	font-size: 16px;
	color: #1b6ab0;
	font-weight: 600;
}

.ch_main {
	font-size: 16px;
}

.ch_main ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.ch_main ul li {
	position: relative;
	line-height: 32px;
	padding-left: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ch_main ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #1b6ab0;
	border-radius: 50%;
	transform: translateY(-50%);
}

.ch_main h5 {
	position: relative;
	font-size: 18px;
	color: #1b6ab0;
	font-weight: 600;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

/* 在左边画一条横线 */
.ch_main h5::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -50px;
	height: 1px;
	width: 50%;
	border-bottom: 1px solid #1b6ab0;
	transform: translateY(-50%);
	z-index: 1;
}

.ch_main h5::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -50px;
	height: 1px;
	width: 50%;
	border-bottom: 1px solid #1b6ab0;
	transform: translateY(-50%);
	z-index: 1;
}

.area_list {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 36px;
}

.area_list ul {
	display: grid;
	width: 66%;
	height: auto;
	grid-template-columns: repeat(2, 1fr);
	gap: 14px;
	margin: auto;
}

.area_list ul li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
}

.area_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgb(52 160 165 / 28%);
	color: #74898c;
	border-radius: 20px;
	font-size: 16px;
}

.area_list ul li a:hover {
	background-color: #3379a6;
	color: #fff;
}

.area_list ul li a.active {
	background-color: #3379a6;
	color: #fff;
}

.area_content {
	margin-top: 40px;
}

.area_content .area_item {
	display: none;
}

.area_content .area_item.active {
	display: block;
}

.page_video {
	border: 10px solid #b7e8f1;
	background-color: #b7e8f1;
	border-radius: 20px;
	font-size: 0;
	overflow: hidden;
	padding: 0;
	margin-bottom: 40px;
}


.div_swiper {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.mySwiper {
	overflow: hidden;
}

.swiper-button-prev {
	left: -60px;
	width: 60px;
	height: 70px;
	background-size: 27px 24px;
}

.swiper-button-next {
	right: -60px;
	width: 60px;
	height: 70px;
	background-size: 27px 24px;
}

.mySwiper p {
	position: absolute;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	text-align: center;
}


.area_company ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.area_company ul li {
	position: relative;
	background-color: #edf6f7;
	border: 1px solid rgb(184, 228, 235);
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	padding: 0 20px 0 50px;
	line-height: 60px;
}

.area_company ul li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.area_company ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 30px;
	width: 10px;
	height: 10px;
	background-color: #1b6ab0;
	border-radius: 50%;
	transform: translateY(-50%);
}

.area_company ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



/* 职位列表 */
.contact {
	position: relative;
	display: grid;
	grid-template-columns: 80px 1fr;
	margin-top: 10px;
}
.contact h4 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	text-align: justify;
	text-align-last: justify;
	line-height: 1.5;
}
.contact span {
	font-size: 14px;
	color: #666;
}
.job_list {
	width: 100%;
	margin-top: 20px;
}

.job_list p {
	text-indent: 0;
}

.job_list ul li {
	position: relative;
	width: 100%;
	background-color: #f6fbff;
	margin-bottom: 10px;
	border-radius: 8px;
}

.job_list ul li>p {
	position: relative;
	width: calc(100% - 130px);
	padding: 0;
	margin: 0;
	line-height: 60px;
	cursor: pointer;
	color: #555;
	padding-left: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}

.job_list ul li>p:hover,
.job_list ul li>p.active {
	color: #169c73;
}

.job_list ul li>p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 60px;
	background: url(../images/jt1.svg) no-repeat 20px center;
	background-size: auto 18%;
	transition: 500ms;
	-moz-transition: 500ms;
	-webkit-transition: 500ms;
	-o-transition: 500ms;
}

.job_list ul li>p.active::before {
	transform: rotate(90deg);
}

.job_list li>div {
	position: relative;
	background-color: #f6fbff;
	padding: 20px 50px 50px 50px;
	display: none;
}

.job_list a.a_submit {
	position: absolute;
	right: 20px;
	top: 10px;
	display: block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 20px;
	background: linear-gradient(45deg, #0077ad, #009f4d);
	transition: 500ms;
}

.job_list a.a_submit:hover {
	background: linear-gradient(45deg, #0077ad, #4effa3);
}

.job_list a.sended {
	background: linear-gradient(45deg, rgba(0,119,173,0.4), rgba(0,159,77,0.4));
}

.job_list a.end {
	background: linear-gradient(45deg, rgba(0,119,173,0.4), rgba(0,159,77,0.4));
}

.job_list li>div h4 {
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	line-height: 1.8em;
}

.job_list li>div h4 span {
	font-weight: 500;
	font-size: 14px;
}

.job_list li>div p {
	margin: 0;
	font-size: 14px;
}

.job_list a.a_close {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 100px;
	height: 30px;
	text-align: center;
	color: #169c73;
	border: 1px solid #169c73;
	border-radius: 20px;
	background-color: rgba(249, 252, 255, 0.8);
}

.btn_back {
	text-align: center;
	margin-top: 100px;
}

.btn_back a {
	display: inline-block;
	width: 150px;
}

.btn-primary {
	background-color: #169c73;
	border-color: #169c73;
}

.title {
	margin: 50px 0;
	overflow: hidden;
	text-align: center;
}

.title h3 {
	position: relative;
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	font-weight: 600;
	color: #169c73;
	text-align: center;
	margin: auto;
}

.title h3::before {
	content: '';
	position: absolute;
	left: -200px;
	top: 0;
	width: 180px;
	height: 40px;
	background: url(../images/jt2.svg) no-repeat right center;
	background-size: auto 10px;
}

.title h3::after {
	content: '';
	position: absolute;
	right: -200px;
	top: 0;
	width: 180px;
	height: 40px;
	background: url(../images/jt2.svg) no-repeat right center;
	background-size: auto 10px;
	transform: rotate(180deg);
}





.zb_banner {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 30px;
	overflow: hidden;
	border: 10px solid #b7e8f1;
	background-color: #b7e8f1;
	border-radius: 20px;
	font-size: 0;
	padding: 0;
	margin-bottom: 40px;
}

.zb_banner img {
	width: 100%;
}

.zb_banner a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5) url(../images/bf.svg) no-repeat center;
	background-size: 100px 100px;
	z-index: 1;
}

.zb_content {
	margin-top: 40px;
	font-size: 18px;
}

.zb_content h3 {
	font-weight: 600;
	font-size: 18px;
	color: #1966ac;
}

.zb_content .zjr {
	line-height: 50px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.zb_content .zjr img {
	height: 40px;
	width: auto;
}

.zjr_img {
	display: grid;
	grid-template-columns: 60px 1fr;
}

.zb_content .zjr .zjr_img img {
	height: 50px;
	border-radius: 40px;
}

.zjr_img p {
	text-indent: 0;
	font-size: 16px;
	font-weight: 600;
}

.zjr_img p:last-child {
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
	line-height: 20px;
}


.zb_time>div {
	display: inline-block;
}



.footer {
	position: relative;
	width: 100%;
	bottom: 0;
	line-height: 22px;
	background-color: #2162ae;
	padding: 40px 0 0 0;
	color: #fff;
	font-size: 12px;
}

.footer .footer_content {
	padding-left: 20px;
}

.footer .danwei {
	margin: 10px 0;
}

.footer .danwei p {
	display: grid;
	grid-template-columns: 70px 1fr;
	margin: 5px 0;
	font-size: 14px;
}

.footer .danwei span {
	font-weight: 600;
}

.footer .footer_title {
	font-size: 20px;
	margin-bottom: 24px;
}

.footer .ewm {
	width: 120px;
	float: right;
	text-align: center;
	line-height: 18px;
	margin-right: 15px;
}

.footer img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 10px;
}

.banquan {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	background-color: #175094;
	margin-top: 20px;
}


/* 用户登录 */
.member {
	float: right;
	height: 60px;
	font-size: 0;
}
.member a {
	display: inline-block;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	padding: 0 20px;
	background-color: #169c73;
	margin-top: 10px;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.member a:first-child {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-right: 1px solid #ccc;
}
.member a:last-child {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

/* 用户登录后信息 */
.btn_member {
	display: none;
}

/* 用户注册 */
.table_member {
	font-size: 14px;
}

.table_member tr td:first-child {
	width: 25%;
	min-width: 90px;
	text-align: right;
	padding-right: 10px;
	line-height: 32px;
}

.table_member tr td:first-child span {
	color: #ff0000;
}

.modal-header .close {
	margin-top: -24px;
}

.table_member p {
	color: #999;
	line-height: 30px;
	margin: 0;
}

.btn_regist {
	display: block;
	margin: auto;
	width: 150px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 20px;
}

.div_login {
	text-align: center;
	font-size: 14px;
	line-height: 50px;
}

.error_msg {
	color: #ff0000;
}









@media screen and (max-width: 1600px) {
	.banner .slogan {
		margin-top: 4vw;
	}

	.banner .title {
		margin-top: 1vw;
	}

}

@media screen and (max-width: 1200px) {
	.banner .slogan {
		width: 35%;
	}

	.banner .title {
		width: 35%;
	}
}



@media screen and (max-width: 992px) {
	body {
		background-size: 1400px auto;
	}

	.banner {
		margin-bottom: 14%;
	}

	.banner .slogan {
		width: 460px;
		margin-top: 60px;
	}

	.banner .title {
		width: 450px;
		margin-top: 30px;
	}

	.container {
		width: 98%;
	}

	.panda {
		right: -60%;
	}

	.page_content .page_content_header {
		height: 57px;
	}

	.ch_main ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.hd_main {
		padding-bottom: 150px;
	}
	.hd_main>ul>li {
		grid-template-columns: 240px auto;
	}
	.hd_main>ul>li .div_more {
		position: absolute;
		top: 140px;
		left: 0;
		right: 0;
		margin: auto;
		width: 120px;
}

@media screen and (max-width: 768px) {
	body {
		margin-top: 140px;
		padding-bottom: 80px;
		background-size: 750px auto;
	}

	.banner {
		height: 670px;
	}

	.banner .slogan {
		width: 660px;
		margin-top: 100px;
	}

	.navbar-nav {
		margin: 0;
		width: 100%;
		float: left;
	}

	.navbar-nav>li {
		width: 100%;
	}

	.navbar-brand {
		margin-top: -4px;
	}

	.left_menu .menu {
		min-height: 70px;
	}

	.navbar-brand img {
		margin-top: 5px;
		height: 40px;
		width: auto;
	}

	.web_page {
		margin-top: 140px;
	}

	.banner {
		width: 100%;
		height: calc(200vw - 140px);
		margin-top: 0px;
	}

	.banner .banner_bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url('../images/bg.png') no-repeat center bottom;
		background-size: 100% auto;
	}

	.banner .banner_bg2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url('../images/bg2.png') no-repeat center bottom;
		background-size: 100% auto;
	}

	.banner .slogan {
		position: relative;
		width: calc(100% - 60px);
		height: auto;
		margin: 0 auto;
		margin-top: 40px;
		margin-bottom: 20px;
		animation: scale01 2s linear infinite;
	}



	/* 手机端导航条 */
	.nav_mobile {
		margin-top: 50px;
		padding: 10px 5px 0px 5px;
		overflow: hidden;
		display: block;
		background-color: #1b6ab0;
	}

	.nav_mobile li {
		float: left;
		width: 16.6666%;
		text-align: center;
		padding-bottom: 10px;

	}

	.nav_mobile li a {
		display: block;
		width: calc(100% - 10px);
		line-height: 30px;
		margin: 0 auto;
		background-color: rgb(0 29 109 / 20%);
		border-radius: 4px;
		font-size: 12px;
	}

	.nav_mobile li.active a {
		background-image: -webkit-linear-gradient(45deg, rgb(0, 162, 255) 0%, rgb(88 83 255) 100%);
		color: #fff;
	}

	.page_title {
		top: -42px;
		width: 300px;
	}

	.pengzhou_title {
		top: -38px;
		width: 300px;
		height: 60px;
		line-height: 66px;
		font-size: 18px;
	}

	.zhaopin_title {
		font-size: 14px;
	}

	.page_content {
		border: 3px solid #fff;
		border-radius: 20px;
		padding: 30px;
		margin: 50px 0;
	}

	.page_content p {
		font-size: 14px;
		line-height: 24px;
	}

	.swiper-button-prev {
		left: -30px;
	}

	.swiper-button-next {
		right: -30px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 30px;
		height: 22px;
		top: 60%;
	}

	.mySwiper {
		padding: 15px 0;
	}

	.mySwiper p {
		font-size: 10px;
		-webkit-text-size-adjust: 100%;
	}


	.area_list ul {
		grid-template-columns: repeat(4, 1fr);
	}

	.a_pengzhou {
		margin: 20px 0;
	}

	.a_pengzhou a {
		padding: 10px 20px;
		font-size: 12px;
	}

	.tbody_job li {
		width: 100%;
		line-height: 30px;
		font-size: 12px;
		padding: 0 10px;
	}

	.job_title {
		font-size: 14px;
		line-height: 24px;
	}

	.job_info {
		padding: 20px 10px 20px 20px;
		height: calc(100% - 50px);
		border-radius: 16px;
	}

	.btn_close {
		bottom: -30px;
		width: 40px;
		height: 40px;
	}

	.table_job {
		height: calc(100% - 60px);
		overflow-y: auto;
		padding-right: 10px;
		padding-bottom: 30px;
	}

	.dw_info {
		font-size: 12px;
	}

	.qiye_info {
		height: auto;
		max-height: 230px;
		border-radius: 5px;
		padding-bottom: 50px;
	}




}




/* 缩放 */
@keyframes scale01 {

	0% {
		opacity: 1;
		transform: scale(1);
	}

	30% {
		opacity: 0;
		transform: scale(1.1);
	}

	100% {
		opacity: 0;
		transform: scale(1.1);
	}
}

/* 淡入淡出 */
@keyframes opacity01 {

	0%,
	100% {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}
}

@keyframes move {

	0% {
		background-image: url(../images/top03a.png);
	}

	50% {
		background-image: url(../images/top03b.png);
	}

	100% {
		background-image: url(../images/top03a.png);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-100px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}