.body-top {
	height: var(--top-height);
}

.body-main {
	padding: 0 var(--padding);
}

.body-border {
	margin: 0.15rem;
}

.body-sider {
	height: 4rem;
	position: relative;
	background: #ffffff;
	border-radius: 0.1rem;
	color: #355173;
}

.body-padding {
	display: block;
	padding: 0 var(--padding);
}

.body-box .main-search {
	margin-top: 0.25rem;
	padding: 0 1.2rem;
}

.body-box .icon-bg3 {
    width: 3.5rem;
    display: block;
    margin: 0rem auto 0 auto;
}

.body-box .main-back {
	float: right;
	margin-right: 1.15rem;
	color: #ffffff;
	text-align: center;
	margin-top: 0.25rem;
	padding: 0.1rem 0.25rem;
	border-radius: 0.25rem;
	cursor: pointer;
	background: rgba(220, 235, 255, 0.3);
}

.body-box .main-search .search-box {}

.body-bottom {
	height: var(--bottom-height);
}

/* -------- */

.job-menu-wrapper {
	height: 3.3rem;
	padding: 0.1rem 0 0.1rem 0.2rem;
}

.job-menu-wrapper .job-menu-list {
	height: 0.35rem;
	line-height: 0.35rem;
	margin-top: 0.1rem;
	cursor: pointer;
	padding-left: 0.1rem;
	position: relative;
	    font-size: 0.18rem;
}

.job-menu-wrapper .job-menu-list .job-menu-list-right {
	position: absolute;
	width: 0.2rem;
	height: 0.2rem;
	right: 0.08rem;
	top: 0.06rem;
	background: url(../images/right.png)no-repeat center;
	background-size: 0.18rem;
}
.list-left{
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/left.png) no-repeat center center;
	background-size: 0.24rem;
	position: absolute;
	top: 0;
	right: 0.7rem;
	cursor: pointer;
}
.list-right{
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/right.png) no-repeat center center;
	background-size: 0.24rem;
	position: absolute;
	top: 0;
	right: 0.3rem;
	cursor: pointer;
}
.job-menu-wrapper .job-menu-list:hover {
	background: #ffffff;
	color: #072a5a;
}

.job-menu-icon {
	margin: 0.1rem;
}

.column-job-menu .job-menu-page {
	width: 100%;
	height: 0.45rem;
	line-height: 0.45rem;
	padding: 0 0.1rem;
	border-top: 0.01rem dashed #e6e6e6;
}

.job-menu-num {
	text-align: center;
	height: 0.4rem;
	line-height: 0.4rem;
	border-top: 0.01rem solid #bbbbbb;
	position: relative;
}

.job-menu-tab {
	width: 98%;
	margin: 0.16rem 1%;
	height: 0.3rem;
	line-height: 0.3rem;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.job-menu-tab:hover {
	box-shadow: 0 0.04rem 0.1rem 0 rgba(153, 153, 153, 0.2);
}

.job-menu-tab>a {
	margin-left: 0.18rem;
	zoom: 0.98;
	color: #666;
}

.job-menu-tab>a:hover {
	color: #00a6a7;
	font-weight: 500;
}

.job-menu-pop-content ul li {
	line-height: 0.15rem;
	padding-top: 0.15rem;
}

.job-menu-pop-content ul li h4 {
	float: left;
	width: 0.8rem;
	margin: 0;
	padding-left: 0;
	zoom: 0.98;
	line-height: 0.2rem;
	font-weight: 400;
	color: #1367d1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.job-menu-pop-content ul li .text {
	margin-left: 0.8rem;
	line-height: 0.28rem;
	zoom: 0.98;
	padding-bottom: 0.1rem;
	border-bottom: dashed 0.01rem;
	#eee;
}

.job-menu-pop-content ul li:last-of-type .text {
	border-bottom: none;
}

.job-menu-pop-content ul li .text a {
	margin-left: 0.25rem;
	white-space: nowrap;
	color: #222;
}

.job-menu-pop-content ul li .text a:hover {
	color: #00a6a7;
}

/* -------- */
.home-sider {
	height: 4rem;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/* background: rgba(0, 0, 0, 0.5); */
	z-index: 9;
}

.menu-sub {
	position: absolute;
	background: #fff;
	padding: 0.2rem 0.3rem 0.2rem 0.1rem;
	width: 10rem;
	height: 5.5rem;
	overflow: auto;
	top: 0;
	left: 100%;
	z-index: 1;
	box-shadow: 0 0.01rem 0.06rem rgba(6, 0, 1, 0.1);
}

.job-menu dl.cur .menu-sub {
	display: block;
}

.menu-sub li+li {
	padding-top: 0.1rem;
}

.menu-sub .menu-article {
	padding-left: 0.2rem;
	height: 0.3rem;
	font-size: 0.15rem;
	font-weight: 700;
	color: #222;
}
.menu-sub h4 {
	display: block;
	color: #0191FF;
	padding-top: 0.06rem;
	font-weight: 400;
	padding-left: 0.2rem;
	font-size: 0.24rem;
}

.menu-sub h4 .icon-arrow-right {
	position: relative;
	top: 0.02rem;
}

.menu-sub .text {
	margin-left: 0.1rem;
	border-bottom: solid 0.01rem #f5f6f9;
	padding: 0.1rem 0 0.2rem 0.1rem;
}

.menu-sub ul li:last-of-type .text {
	border: none;
}

.menu-sub .text span {
	margin-left: 0;
	margin-right: 0.25rem;
	color: #355173;
	cursor: pointer;
	line-height: 1.8;
	    font-size: 0.18rem;
}

.menu-sub .text span.cur,
.menu-sub .text span:hover {
	color: #18c3b1;
}

.menu-all {
	padding: 0;
	width: 8.29rem;
}

.menu-all .sub-tab {
	width: 2.12rem;
	float: left;
	background: #fdfdfe;
	border-right: 0.01rem;
	#d1d4db solid;
}

.menu-all .sub-tab li {
	height: 1.04rem;
	line-height: 1.04rem;
	border-top: 0.01rem #fdfdfe solid;
	border-bottom: 0.01rem #fdfdfe solid;
	font-size: 0.18rem;
	padding-top: 0;
	padding-left: 0.42rem;
	cursor: pointer;
}

.menu-all .sub-tab li.cur {
	border-top-color: #d1d4db;
	border-bottom-color: #d1d4db;
	background: #fff;
	color: #18c3b1;
	position: relative;
	padding-right: 0.01rem;
	margin-right: -0.01rem;
}

.menu-all .sub-content {
	margin-left: 2.12rem;
	width: 6.16rem;
	overflow: auto;
}

.menu-all .sub-content ul {
	overflow: hidden;
	display: none;
	padding-top: 0.2rem
}

.menu-all .sub-content ul.show {
	display: block;
}

.menu-all .sub-content li h4 {
	float: none;
	padding-top: 0;
	width: auto;
	text-align: left;
	margin-left: 0.15rem;
}

.menu-all .sub-content li {
	padding: 0 0.45rem 0.1rem;
}

.menu-all .sub-content li .text {
	margin-left: 0;
	margin-top: 0;
}
.body-login{
	background: #ffffff;
	border-radius: 0.1rem;
	height: 4rem;
}
.body-login .body-login-h1{
	display: inline-block;
	padding: 0.15rem 0.3rem 0.1rem 0.3rem;
	color: var(--btn-primary);
	font-size: 0.22rem;
	font-weight: bold;
	position: relative;
}
.body-login .body-login-h1:before{
	position: absolute;
	top: 0.46rem;
	left: 50%;
	margin-left: -0.15rem;
	content:'';
	height:0.04rem;
	width:0.3rem;
	border-radius: 0.04rem;
	background:var(--btn-primary);
}
.body-checkbox{
	padding: 0.05rem 0.3rem;
}
.body-checkbox .body-checkbox-input{
	float: left;
	margin-top: 0.03rem;
	border-color:#efefef ;
}
.body-checkbox .body-checkbox-title{
	padding-left: 0.2rem;
	color: #999999;
}
.body-checkbox .body-checkbox-title span{
	color: #0077FF;
}
.main-banner{
	height: 1.2rem;
	padding: 0.15rem 0.07rem;
}
.main-banner2{
	height: 1.0rem;
	margin: 0.3rem 0.15rem;
	position:relative;
	overflow:hidden;
}
.main-banner .bg1{
	background: #E8F6FE;
}
.main-banner .bg2{
	background: #FDF1F0;
}
.main-banner .bg3{
	background: #EAF7F1;
}
.main-banner .bg4{
	background: #FDF3E7;
}
.main-banner .bg5{
	background: #F7F6FE;
}
.main-banner .bg6{
	background: #F9F3E8;
}
.main-banner .bg1 .banner-box-icon{
	background: url(../images/i1.png) no-repeat center center #ffffff;
	background-size: 0.55rem;
}
.main-banner .bg2 .banner-box-icon{
	background: url(../images/i2.png) no-repeat center center #ffffff;
	background-size: 0.55rem;
}
.main-banner .bg3 .banner-box-icon{
	background: url(../images/i3.png) no-repeat center center #ffffff;
	background-size: 0.55rem;
}
.main-banner .bg4 .banner-box-icon{
	background: url(../images/i4.png) no-repeat center center #ffffff;
	background-size: 0.55rem;
}
.main-banner .bg5 .banner-box-icon{
	background: url(../images/i5.png) no-repeat center center #ffffff;
	background-size: 0.55rem;
}
.main-banner .bg6 .banner-box-icon{
	background: url(../images/i6.png) no-repeat center center #ffffff;
	background-size: 0.55rem;
}
.main-banner .main-banner-box{
	height: 1.2rem;
	margin: 0 0.08rem;
	border-radius: 0.1rem;
	position: relative;
}
.main-banner .main-banner-box a > img{
	width: 100%;
	height: 100%;
}
.main-banner .main-banner-box .banner-box-icon{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-top: 0.1rem;
	margin-left: 0.1rem;
	border-radius: 50%;
}
.main-banner .main-banner-box .banner-box-text{
	position: absolute;
	left: 1.3rem;
	top: 0.45rem;
	font-size: 0.22rem;
}
.main-banner a{
	color:#000;
}
.main-tabs{
	width: 4rem;
	height: 0.6rem;
	margin: 0.15rem auto;
	background: #F0F0F0;
	border-radius: 0.6rem;
	cursor: pointer;
	display: flex;
}
.main-tabs > div{
	flex: 1;
	height: 0.6rem;
	border-radius: 0.6rem;
	line-height: 0.6rem;
	color: #333333;
	text-align: center;
	font-size: 0.24rem;
}
.main-tabs-action{
	background: #0077FF;
	color: #ffffff !important;
}
.main-title {
	display: inline-block;
	font-size: 0.24rem;
	color: var(--btn-primary);
	padding: 0.15rem 0.2rem;
	position: relative;
	font-weight: bold;
	width: 98%;
	overflow: hidden;
	margin: 0 auto;
}
.title-lw{text-align: left;float: left;border-bottom: 2px solid #0077ff}
/*.main-title:before{
	position: absolute;
	top: 0.52rem;
	left: 50%;
	margin-left: -0.3rem;
	content:'';
	height:0.05rem;
	width:0.6rem;
	border-radius: 0.04rem;
	background:var(--btn-primary);
}*/
.main-more{
	width: 3.5rem;
	height: 0.6rem;
	border-radius: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.20rem;
	margin: 0.15rem auto 0.25rem auto;
	border: 0.01rem solid rgba(11, 117, 255, 0.4);
	text-align: center;
	color: #0B75FF;
}
.boxStyle2{
	padding: 0.15rem var(--padding);
	margin-bottom: 1rem;
}
.boxStyle3{
	padding: 0.15rem var(--padding);
	background: rgba(202, 231, 255,0.3);
}
#titleList{
	width: 35rem;
	height: 1.2rem;
	position:absolute;
}
#titleList li{
	width: 4.28rem;
	height: 1.2rem;
	float: left;
}
.main-banner2 .main-banner-box{
	height: 1.2rem;
	margin: 0 0.08rem;
	border-radius: 0.1rem;
	position: relative;
}
.main-banner2 .main-banner-box a > img{
	width: 100%;
	height: 100%;
}
.main-banner2 .main-banner-box .banner-box-icon{
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-top: 0.1rem;
	margin-left: 0.1rem;
	border-radius: 50%;
}
.main-banner2 .main-banner-box .banner-box-text{
	position: absolute;
	left: 1.3rem;
	top: 0.45rem;
	font-size: 0.22rem;
}

.main-more-new{
	width:0.8rem;
	height: 0.4rem;
	border-radius: 0.6rem;
	line-height: 0.4rem;
	font-size: 0.20rem;
	margin: 0rem auto 0rem auto;
	border: 0.01rem solid rgba(11, 117, 255, 0.4);
	text-align: center;
	color: #0B75FF;
	float: right;

}
.zph-sl{float: right;   margin-top: 0.1rem;}
.it-rsz {
	width: 92px;
	float: right;
	height: 20px;
	background: url(../images/h77b.png) left top no-repeat;
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	letter-spacing: 10px;
	margin-right: 25px;
	padding-left: 5px;
	line-height: 20px;text-align: left;
}
.it-rt {
	width: 100px;
	float: right;
	text-align: right;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}