.header {
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:111;
	background:#fff;
	box-shadow:0 0 0.4166666666666667rem 0 rgba(80,80,80,0.2);
}
.layout {
	/* overflow:hidden; */
	padding-top:8.020833333333334rem;
}
.header .tp {
	background:#143867;
}
.wrap {
	width:62.5rem;
	margin:0 auto;
}
.header .tp .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:2.5rem;
}
.header .tp h6 {
	font-size:0.7291666666666667rem;
	color:#fff;
}
.header .tp h6 i {
	display:inline-block;
	margin-right:1.8229166666666667rem;
}
.header .tp .rt h4 {
	font-size:0.7291666666666667rem;
	padding:0 1.0416666666666667rem;
	background:rgba(255,255,255,0.13);
	line-height:1.6666666666666667rem;
	border-radius:2.604166666666667rem;
	color:#fff;
}
.header .tp .rt {
	position:relative;
}
.header .tp .search {
	position:absolute;
	right:100%;
	margin-right:0.5208333333333334rem;
	height:1.6666666666666667rem;
	cursor:pointer;
}
.header .tp .search .btn {
	width:1.6666666666666667rem;
	height:1.6666666666666667rem;
	background:url(../images/icon1.png) no-repeat center/50%;
	border:none;
}
.header .tp .search .txt {
	position:absolute;
	right:100%;
	top:0;
	height:1.6666666666666667rem;
	padding:0;
	border:none;
	width:0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 鍜  Chrome*/
	-o-transition:all 0.3s;
	font-size:0.7291666666666667rem;
	color:#333;
	border-radius:0.2604166666666667rem;
}
.header .tp .search:hover .txt {
	width:6.25rem;
	padding:0 0.78125rem;
}
.header .htb .wrap {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:6.020833333333334rem;
}
.header .htb .logo a {
	display:flex;
	align-items:center;
}
.header .logo img {
	width:4.479166666666667rem;
	display:block;
	margin-right:0.78125rem;
}
.header .logo .tx h2 {
	font-size:1.71875rem;
	font-weight:bold;
	line-height:1.4;
	color:#143867;
}
.header .logo .tx h6 {
	font-size:0.625rem;
	line-height:1.2;
	color:#143867;
}
.header .naver ul {
	display:flex;
	align-items:center;
}
.header .naver li:nth-child(n+2) {
	margin-left:0.302083rem;
}
.header .naver li a {
	font-size:1.25rem;
	font-weight:500;
	line-height:2.604166666666667rem;
	padding:0 0.225rem;
	display:inline-block;
	border-bottom:0.20833333333333334rem solid rgba(255,255,255,0);
}
.header .naver li.on a,.header .naver li a:hover {
	border-color:#3DA57A;
	color:#3DA57A;
}
.banner {
	overflow:hidden;
	position:relative;
}
.banner img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.banner .spans {
	position:absolute;
	left:0;
	right:0;
	bottom:1.09375rem;
	z-index:11;
	text-align:center;
}
.banner .spans span {
	width:0.7291666666666667rem;
	height:0.4166666666666667rem;
	border-radius:1.6666666666666667rem;
	opacity:1;
	background:rgba(20,56,103,0.52);
	margin:0 0.15625rem;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	/* IE 9*/
	-moz-transition:all 0.3s;
	/* Firefox*/
	-webkit-transition:all 0.3s;
	/* Safari 鍜  Chrome*/
	-o-transition:all 0.3s;
}
.banner .spans span.swiper-pagination-bullet-active {
	background:#143867;
	opacity:1;
	width:1.25rem;
}
.hment ul {
	display:flex;
	flex-wrap:wrap;
}
.hment {
	background:#F1F5F8;
	padding:0.9895833333333334rem 0;
}
.hment li {
	width:calc((100%/8));
	text-align:center;
	position: relative;
	top: 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 鍜  Chrome */
	-o-transition:all 0.3s;
}
.hment li a:hover h4{
	color: #04337B;
}
.hment li:hover{
	top: -6px;
}
.hment li img {
	width:3.3333333333333335rem;
	display:block;
	height:3.3333333333333335rem;
	object-fit:contain;
	margin:0 auto;
}
.hment li h4 {
	font-size:1.0875rem;
	font-weight:500;
	color:#3D3D3D;
	line-height:1.6;
	margin-top:0.2604166666666667rem;
}
.hpad {
	padding:1.004166666666667rem 0;
}
.hnews .wrap {
	display:flex;
	justify-content:space-between;
}
.hnews .text {
	width:33.59375rem;
}
.tit h2 {
	font-size:1.875rem;
	font-weight:300;
	color:#04337B;
	line-height:1.4;
}
.tit h2 i {
	font-weight:900;
	margin-left:0.5208333333333334rem;
	display:inline-block;
}
/* .tit h4 {
	font-size:1.25rem;
	line-height:1.4;
	font-weight:800;
} */
.tit h4 {
	font-size:1.25rem;
	line-height:1.4;
	font-weight:800;
	display: flex;
	align-items: center;
}
.tit h4 img{
	width: 5rem;
	margin-left: -0.3rem;
}
.hnews .text ul {
	display:flex;
	flex-wrap:wrap;
	margin-top:0.5208333333333334rem;
	justify-content:space-between;
}
.hnews .text li {
	width:calc((100% - 1.25rem)/2);
}
.hnews .text li:nth-child(n+3) {
	border-top:0.052083333333333336rem dashed #D8D8D8;
}
.hnews .text li a {
	display:block;
	padding:1.0416666666666667rem 0;
}
.hnews .text li h4 {
	font-size:0.9375rem;
	font-weight:550;
	color:#303133;
	line-height:1.4;
	height:2.8em;
	overflow:hidden;

}
.hnews .text li p {
	font-size:0.7291666666666667rem;
	color:#303133;
	line-height:1.4;
	margin:0.78125rem 0 0.2604166666666667rem;
}
.hnews .text li h6 {
	font-size:0.7291666666666667rem;
	font-weight:500;
	line-height:1.25rem;
}
.hnews .pic {
	width:27.604166666666668rem;
	position:relative;
}
.hnews .pic img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	border-radius:0.5208333333333334rem;
}
.hnews .pic a:hover img{
	transform:scale(0.9);
	-ms-transform:scale(0.9);  /* IE 9 */
	-moz-transform:scale(0.9);     /* Firefox */
	-webkit-transform:scale(0.9); /* Safari 閸滐拷 Chrome */
	-o-transform:scale(0.9); 
}
.hnews .pic img{
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 閸滐拷 Chrome */
	-o-transition:all 0.3s;
}
.hnews .pic .tx {
	position:absolute;
	left:12.239583333333334rem;
	bottom:0;
	z-index:11;
	background:rgba(61,165,122,0.83);
	padding:1.25rem;
	border-radius:1.25rem 0rem 0rem 0rem;
	width:34.375rem;
}
.tit.wh h2 {
	color:#fff;
}
.tit.wh h4 {
	color:#fff;
}
.tit.wh  h6 {
	font-size:0.7291666666666667rem;
	font-weight:500;
	line-height:1.25rem;
	margin-top:0.4166666666666667rem;
	color:#fff;
}
.tit {
	position:relative;
}
.hjoin {
	background:#F1F5F8;
}
.hjoin .wrap {
	display:flex;
	justify-content:space-between;
}
.hjoin .lis {
	width:calc((100% - 1.0416666666666667rem)/2);
}
.hjoin .lis .box {
	border-radius:0.4166666666666667rem;
	background:#fff;
}
.hmore {
	font-size:0.7291666666666667rem;
	color:#fff;
	background:#3da57a;
	width:3.6458333333333335rem;
	line-height:1.4583333333333335rem;
	border-radius:0 0.625rem 0 0.625rem;
	display:inline-block;
	text-align:center;
}
.tit {
	position:relative;
}
.tit .hmore {
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
}
.hjoin .lis .tit {
	margin-bottom:1.5625rem;
	/* margin-bottom: 1.0625rem */
}
.hjoin .lis .pic {
	height:11.041666666666668rem;
	border-radius:0.4166666666666667rem 0.4166666666666667rem 0 0;
	border-bottom:0.10416666666666667rem solid #3DA57A;
}
.hjoin .lis .pic img {
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}
.hjoin .lis .pic a:hover img{
	transform:scale(0.9);
	-ms-transform:scale(0.9);  /* IE 9 */
	-moz-transform:scale(0.9);     /* Firefox */
	-webkit-transform:scale(0.9); /* Safari 閸滐拷 Chrome */
	-o-transform:scale(0.9); 
}
.hjoin .lis .pic img {
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 閸滐拷 Chrome */
	-o-transition:all 0.3s;
}
.hjoin .lis ul {
	padding:0.5208333333333334rem 1.3020833333333335rem;
}
.hjoin .lis li a {
	display:block;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom:0.052083333333333336rem dashed #D8D8D8;
	font-size:0.8333333333333334rem;
	line-height:2.962666666666667rem;
	padding-left:1.3541666666666667rem;
	background:url(../images/icon2.png) no-repeat left 0.36458333333333337rem center;
}
.hjoin .lis dl {
	padding:0.5208333333333334rem 1.3020833333333335rem;
}
.hjoin .lis dd a {
	display:flex;
	justify-content:space-between;
	border-bottom:0.052083333333333336rem dashed #D8D8D8;
	padding:1.0416666666666667rem 0;
}
.hjoin .lis dd .time {
	width:3.116666666666667rem;
	height:3.651666666666667rem;
	border-radius:0.4166666666666667rem 0 0.4166666666666667rem 0;
	background:#04337B;
	text-align:center;
	overflow:hidden;
}
.hjoin .lis dd h3 {
	font-size:1.25rem;
	line-height:1.6;
	font-weight:bold;
	color:#fff;
	margin-top:0.2604166666666667rem;
}
.hjoin .lis dd h5 {
	font-size:0.625rem;
	color:#fff;
}
.hjoin .lis dd .tx {
	width:calc(100% - 3.541666666666667rem);
}
.hjoin .lis dd .tx h4 {
	font-size:0.9375rem;
	font-weight:500;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:1.4;
	color:#303133;
}
.hjoin .lis dd .tx p {
	color:#505255;
	font-size:0.7291666666666667rem;
	line-height:1.27;
	margin-top:0.2604166666666667rem;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.htalent .ulis {
	display:flex;
	justify-content:space-between;
	margin:0 -0.15625rem;
	margin-top:1.5625rem;
	/*margin-top:0.8625rem;  */
}
.htalent .ulis .lis1 {
	width:26.145833333333336rem;
	margin:0 0.15625rem;
}
.htalent .ulis .lis2 {
	width:21.927083333333336rem;
	margin:0 0.15625rem;
}
.htalent .ulis .lis3 {
	width:13.802083333333334rem;
	margin:0 0.15625rem;
}
.htalent .ulis img {
	display:block;
	width:100%;
	margin-bottom:0.4166666666666667rem;
}
.htalent .ulis  a:hover img{
	transform:scale(0.9);
	-ms-transform:scale(0.9);  /* IE 9 */
	-moz-transform:scale(0.9);     /* Firefox */
	-webkit-transform:scale(0.9); /* Safari 閸滐拷 Chrome */
	-o-transform:scale(0.9); 
}
.htalent .ulis img{
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 閸滐拷 Chrome */
	-o-transition:all 0.3s;
}
.hservice {
	background:#F1F5F8;
}
.hservice .wrap {
	display:flex;
	justify-content:space-between;
}
.hservice .ltc {
	width:19.947916666666668rem;
	border-radius:0.4166666666666667rem;
	overflow:hidden;
	background:#fff;
}
.hservice .ltc .tit {
	padding:0.8020833333333335rem;
	padding-left:1.3020833333333335rem;
	background:#04337B;
}
.hservice .ltc .tit a {
    color:RGB(0, 255, 0);
	display:block;
}
.hservice .ltc .boxc {
	padding:0.9375rem 1.1458333333333335rem;
}
.hservice .ltc .boxc h3 {
	font-size:1.25rem;
	color:#3DA57A;
	margin-bottom:0.625rem;
}
.hservice .ltc .boxc li a {
	display:block;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:0.8333333333333334rem;
	border-bottom:0.052083333333333336rem dashed #D8D8D8;
	line-height:2.34375rem;
	padding-left:1.3541666666666667rem;
	background:url(../images/icon4.png) no-repeat left 0.4166666666666667rem center;
}
.hservice .rtc {
	width:calc(100% - 20.833333333333336rem);
}
.hservice .rtc .item {
	background:#fff;
	border-radius:0.4166666666666667rem;
	padding:0.3125rem 1.1458333333333335rem;
}
.hservice .rtc .item:nth-child(n+2) {
	margin-top:0.5729166666666667rem;
}
.hservice .rtc .item h2  {
	display:block;
	color:#3DA57A;
	font-size:1.25rem;
	word-break:keep-all;
	line-height:1.8229166666666667rem;
	padding:1.0416666666666667rem 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	border-bottom:0.052083333333333336rem dashed #D8D8D8;
}
.hservice .rtc .item dl {
	display:flex;
	flex-wrap:wrap;
	padding:1.3020833333333335rem 0 1.0416666666666667rem;
}
.hservice .rtc .item dd {
	width:calc((100% - 1.0416666666666667rem)/3);
	margin:0 0.5208333333333334rem 0.5208333333333334rem 0;
}
.hservice .rtc .item dd:nth-child(3n) {
	margin-right:0;
}
.hservice .rtc .item dd a {
	display:block;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:0.8333333333333334rem;
	line-height:2.34375rem;
	padding-left:1.3541666666666667rem;
	background:url(../images/icon4.png) no-repeat left 0.4166666666666667rem center;
}
.hpiclist ul {
	display:flex;
	flex-wrap:wrap;
}
.hpiclist ul li {
	margin:0.15625rem 0;
	width:calc((100% - 2.1875rem)/4);
	margin:0 0.7291666666666667rem 0.2604166666666667rem 0;
}
.hpiclist ul li:nth-child(4n) {
	margin-right:0;
}
.hpiclist ul li:nth-child(n+5) {
	width:calc((100% - 0.7291666666666667rem)/2);
}
.hpiclist ul li:nth-child(6) {
	margin-right:0;
}
.hpiclist ul li:nth-child(8) {
	margin-right:0;
}
.hpiclist ul li img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.hlink {
	background:#F1F5F8;
}
.hlink .pic ul {
	display:flex;
	flex-wrap:wrap;
}
.hlink .pic li {
	width:calc((100% - 1.1458333333333335rem)/3);
	margin:0 0.5729166666666667rem 0.5729166666666667rem 0;
}
.hlink .pic li:nth-child(3n) {
	margin-right:0;
}
.hlink .pic li img {
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
}
.hlink dl {
	display:flex;
	flex-wrap:wrap;
}
.hlink dd {
	width:calc((100% - 1.7708333333333335rem)/4);
	margin:0.625rem 0.4166666666666667rem 0 0;
}
.hlink dd:nth-child(4n) {
	margin-right:0;
}
.hlink dd .lsele {
	width:100%;
	border-radius:0.20833333333333334rem;
	background:url(../images/ico5.jpg) no-repeat right 0.5208333333333334rem center #fff;
	border:1px solid #DCDFE6;
	height:2.0833333333333335rem;
	font-size:0.7291666666666667rem;
	color:#303133;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 0.625rem;
}
.footer {
	background:#143867;
}
.footer .wrap {
	padding:2.34375rem 0 1.5625rem;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
.footer .lt {
	width:50%;
}
.footer .flogo {
	display:flex;
	align-items:center;
}
.footer .flogo img {
	width:3.1770833333333335rem;
	margin-right:0.7291666666666667rem;
	display:block;
}
.footer .flogo h4 {
	font-size:1.1458333333333335rem;
	font-weight:bold;
	color:#fff;
	line-height:1.6;
}
.footer .flogo h6 {
	font-size:0.4166666666666667rem;
	color:#fff;
	line-height:1.4;
}
.footer ul {
	margin-top:1.5625rem;
}
.footer li {
	display:flex;
	align-items:center;
	margin-bottom:0.5208333333333334rem;
}
.footer li img {
	display:block;
	width:0.8333333333333334rem;
	margin-right:0.7291666666666667rem;
}
.footer li {
	font-size:0.7291666666666667rem;
	line-height:1.4583333333333335rem;
	color:#fff;
}
.footer .fwx {
	display:flex;
}
.footer .fwx .bt {
	width:4.270833333333334rem;
	height:4.583333333333334rem;
	margin-right:0.3125rem;
}
.footer .fwx .bt img {
	width:100%;
	display:block;
	height:100%;
	object-fit:contain;
}
.footer .fwx dd {
	width:6.458333333333334rem;
	height:2.0833333333333335rem;
	background:rgba(255,255,255,0.2);
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	font-size:0.7291666666666667rem;
	color:#fff;
	position:relative;
}
.footer .fwx dd:nth-child(n+2) {
	margin-top:0.4166666666666667rem;
}
.footer .fwx dd img {
	width:0.8333333333333334rem;
	margin-right:0.36458333333333337rem;
	display:block;
}
.footer .fwx dd .imgwx {
	width:5.208333333333334rem;
	position:absolute;
	left:0;
	right:0;
	bottom:100%;
	background:#fff;
	padding:0.20833333333333334rem;
	border-radius:0.2604166666666667rem;
	background:#fff;
	margin:0 auto;
	display:none;
}
.footer .fwx dd:hover .imgwx {
	display:block;
}
.copyright a {
	line-height:2.0833333333333335rem;
	font-size:0.7291666666666667rem;
	color:rgba(255,255,255,0.6);
}
.copyright {
	background:#092D5D;
}
.tps {
	width:2.604166666666667rem;
	height:2.604166666666667rem;
	background:url(../images/ico6.png) no-repeat center;
	border-radius:50%;
	cursor:pointer;
	position:fixed;
	right:5%;
	bottom:2%;
	z-index:11;
}
/* 就业信息问题反馈 */
.tinte-type {
	position:fixed;
	right:5%;
	top:70%;
	z-index:99;
}

.tinte-type .icon {
	width:3.229166666666667rem;
	padding:0.5208333333333334rem 0.78125rem 0.2604166666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	background:linear-gradient(to bottom, #ffb257,#f98400);
	border-radius:0.4166666666666667rem;
	box-shadow:0 0 0.4166666666666667rem 0 rgba(80,80,80,0.1);
}
.tinte-type .icon h5 {
	font-size:0.9375rem;
	color:#fff;
	line-height:1.2;
}


/* 咨询服务 */
.fxrtb {
	position:fixed;
	right:5%;
	top:54%;
	z-index:99;
}
.fxrtb .icon {
	width:3.229166666666667rem;
	padding:0.5208333333333334rem 0.78125rem 0.2604166666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	background:#fff;
	border-radius:0.4166666666666667rem;
	box-shadow:0 0 0.4166666666666667rem 0 rgba(80,80,80,0.1);
}
.fxrtb .icon img {
	width:100%;
	display:block;
}
.fxrtb .icon h5 {
	font-size:0.9375rem;
	color:#3DA57A;
	line-height:1.2;
}
.fxrtb ul {
	position:absolute;
	left:-290%;
	width:9.270833333333334rem;
	top:50%;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	/* IE 9*/
	-moz-transform:translateY(-50%);
	/* Firefox*/
	-webkit-transform:translateY(-50%);
	/* Safari 鍜  Chrome*/
	-o-transform:translateY(-50%);
	background:#fff;
	box-shadow:0rem 0.21145833333333333rem 0.5286458333333334rem 0rem rgba(0,0,0,0.16);
	border-radius:0.4166666666666667rem;
	padding:1.0416666666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	display: none;
}
.fxrtb:hover ul{
	display: block;
}
.fxrtb ul a {
	display:flex;
	align-items:center;
	font-size:0.7291666666666667rem;
	line-height:1.25rem;
	margin:0.4166666666666667rem 0;
}
.fxrtb ul a img {
	width:0.6770833333333334rem;
	height:0.6770833333333334rem;
	object-fit:contain;
	display:block;
	margin-right:0.4166666666666667rem;
}

.hservice .ltc .boxc li a:hover,
.hservice .rtc .item dd a:hover,
.hjoin .lis li a:hover,
.hjoin .lis dd a:hover .tx h4,
.hnews .text li a:hover h6,
.hnews .text li a:hover h4{
	color: #04337B;
	font-weight:bold;
}
.hservice .ltc .boxc li a:hover,
.hjoin .lis li a:hover,
.hjoin .lis dd a:hover {
	border-bottom:0.102083333333333336rem dashed #04337B;
	width: calc(1);
}
.hmore:hover{
	background: #04337B;
}

.fxrtb .icon{
	cursor: pointer;
}
.fxrtb ul a:hover{
	opacity: 0.8;
}

.hlink .pic li,
.hpiclist ul li{
	overflow: hidden;
}
.hlink .pic li a:hover img,
.hpiclist ul li a:hover img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);  /* IE 9 */
	-moz-transform:scale(1.1);     /* Firefox */
	-webkit-transform:scale(1.1); /* Safari 鍜  Chrome */
	-o-transform:scale(1.1); 
}
.hlink .pic li img,
.hpiclist ul li img{
	transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 鍜  Chrome */
	-o-transition:all 0.3s;
}
.tps:hover{
	background-color: #000;
}

.htalent .ulis a{
	display: block;
	position: relative;
}
.htalent .ulis .txt{
	position: absolute;
	left: 20px;z-index: 11;
	bottom: 23px;
}
.htalent .ulis .txt h5{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.6;
}
.htalent .ulis .txt h4{
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}

.mask{
	position: fixed;
	left: 0;right: 0;
	top: 0;z-index: 234;bottom: 0;background: rgba(0,0,0,0.5);display: none;
}

.mskfakjieg{
	position: fixed;
	right: 20px;
	
 height: 600px
;
 overflow-y: scroll;
	bottom: 20px;z-index: 234;width: 520px;border-bottom: 0 0 20px 0 rgba(80,80,80,0.2);
	padding: 16px 24px 30px;background: #fff;-webkit-fkbox-sizing: border-fkbox;
	-moz-fkbox-sizing: border-fkbox;
	-o-fkbox-sizing: border-fkbox;
	fkbox-sizing: border-fkbox;border-radius: 20px;display: none;
}
.mskfakjieg .ture{
	background:url(../images/qm22.png) no-repeat center;width: 30px;height: 30px;
	position: absolute;
	left: 16px;
	top: 22px;z-index: 1;display: block;
}
.mskfakjieg .gb{
	position: absolute;
	right: 18px;
	top: 20px;z-index: 1; background:url(../images/q21.png) no-repeat left center;width: 30px;height: 30px;transition:all 0.3s;
	-ms-transition:all 0.3s;  /* IE 9 */
	-moz-transition:all 0.3s;     /* Firefox */
	-webkit-transition:all 0.3s; /* Safari 鍜 Chrome */
	-o-transition:all 0.3s;cursor: pointer;
}
.mskfakjieg .gb:hover{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg);  /* IE 9 */
	-moz-transform:rotate(360deg);     /* Firefox */
	-webkit-transform:rotate(360deg); /* Safari 鍜 Chrome */
	-o-transform:rotate(360deg);
}
.mskfakjieg h2{
	font-size: 26px;
	line-height: 1.7;
	color: #4e76bb;font-weight: bold;text-align: center;
}
.mskfakjieg .table{
	margin-bottom: 30px;
}
.mskfakjieg .table table{
	width: 100%;border: 1px solid #d8d8d8;border-collapse: collapse;margin-top: 30px;
}
.mskfakjieg .table table th{
	font-size: 16px;
	line-height: 40px;
	color: #fff;text-align: center;background: #5077bc;
}
.mskfakjieg .table table td{
	font-size: 14px;
	line-height: 40px;
	color: #3e3e3e;text-align: center;border-bottom: 1px solid #d8d8d8;border-right: 1px solid #d8d8d8;
}
.mskfakjieg .table table td a{
	color: #5077bc;
}
/* 就业信息问题反馈页面样式 */
.mskxifakui{
	position: fixed;
	right: 300px;
	bottom: 77px;z-index: 234;width: 595px;border-bottom: 0 0 20px 0 rgba(80,80,80,0.2);
	background: #fff;-webkit-fkbox-sizing: border-fkbox;
	-moz-fkbox-sizing: border-fkbox;
	-o-fkbox-sizing: border-fkbox;
	fkbox-sizing: border-fkbox;border-radius: 8px;padding-bottom: 10px;overflow: hidden;display: none;
}
.mskxifakui .fots{
	font-size: 14px;
	line-height: 1.6;
	color: #5077bc;text-align: right;padding: 0 16px;
}
.mskxifakui .text{
	/* padding: 0 16px;margin-bottom: 26px; */
}
.mskxifakui .text h4{
	font-size: 14px;
	line-height: 1.6;
	color: #3e3e3e;
}
.mskxifakui .text p{
	font-size: 14px;
	line-height: 1.6;
	color: #3e3e3e;
}
.mskxifakui .hds{
	display: flex;justify-content: space-between;align-items: center;background: #5077bc;
	padding: 0 14px;
}
.mskxifakui .hds h3{
	font-size: 16px;
	line-height: 44px;
	color: #fff;font-weight: bold;
}
.mskxifakui .hds ul{
	display: flex;justify-content: flex-start;align-items: center;
}
.mskxifakui .hds li{
	margin-left: 6px;height: 40px;width: 30px;position: relative;
}
.mskxifakui .hds li img{
	display: block;margin: auto;position: absolute;
	left: 0;right: 0;
	top: 0;z-index: 1;max-width: 90%;max-height: 90%;bottom: 0;
}
.mskxifakui .bds{
	padding: 16px;display: flex;justify-content: space-between;align-items: center;
}
.mskxifakui .bds .lt{
	display: flex;justify-content: flex-start;align-items: center;
}
.mskxifakui .bds h3{
	font-size: 14px;
	line-height: 1.7;
	color: #3e3e3e;
}
.mskxifakui .bds dl{
	display: flex;width: 86px;height: 32px;background: #d6d6d6;border-radius: 4px;overflow: hidden;
	margin-left: 12px;
}
.mskxifakui .bds dd{
	width: 50%;font-size: 14px;
	line-height: 32px;
	color: #3e3e3e;text-align: center;cursor: pointer;
}
.mskxifakui .bds dd.on{
	background: #5077bc;color: #fff;
}
.mskxifakui .bds .jieg{
	width: 74px;line-height: 28px;text-align: center;display: block;
	border: 1px solid #5077bc;border-radius: 4px;color: #5077bc;
}
.mskxifakui .fkbox{
	padding: 0 16px;
}
.mskxifakui .fkbox ul{
	display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;
}
.mskxifakui .fkbox li{
	display: flex;justify-content: space-between;align-items: center;width: 48%;margin-bottom: 10px;
}
.mskxifakui .fkbox dd label,
.mskxifakui .fkbox li label{
	font-size: 13px;
	line-height: 28px;
	color: #3e3e3e;display: block;width: 85px;text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}
.mskxifakui .fkbox li .t1{
	width: calc(100% - 72px);border: 1px solid #d8d8d8;height: 28px;-webkit-fkbox-sizing: border-fkbox;
	-moz-fkbox-sizing: border-fkbox;
	-o-fkbox-sizing: border-fkbox;
	fkbox-sizing: border-fkbox;padding: 0 10px;font-size: 14px;color: #3e3e3e;border-radius: 4px;
}
.mskxifakui .fkbox dd .lsele,
.mskxifakui .fkbox li .lsele{
	width: calc(100% - 72px);border: 1px solid #d8d8d8;height: 28px;-webkit-fkbox-sizing: border-fkbox;
	-moz-fkbox-sizing: border-fkbox;
	-o-fkbox-sizing: border-fkbox;
	fkbox-sizing: border-fkbox;padding: 0 20px 0 10px;font-size: 14px;color: #3e3e3e;border-radius: 4px; background:url(../images/qm11.png) no-repeat right 8px center;
}
.mskxifakui .fkbox li .yzm{
	display: flex;justify-content: space-between;align-items: center;width: calc(100% - 72px);
}
.mskxifakui .fkbox li h6{
	width: 90px;line-height: 28px;text-align: center;background: #5077bc;
	font-size: 14px;color: #fff;border-radius: 4px;cursor: pointer;
}
.mskxifakui .fkbox li .t3{
	width: calc(100% - 104px);
}
.mskxifakui .fkbox dd{
	display: flex;justify-content: space-between;margin-bottom: 10px;
}
.mskxifakui .fkbox dd:nth-child(1) label{
	width: 102px;
}
.mskxifakui .fkbox dd:nth-child(1) .lsele{
	width: calc(100% - 105px);
}
.mskxifakui .fkbox dd .t4{
	width: calc(100%);border: 1px solid #d8d8d8;-webkit-fkbox-sizing: border-fkbox;
	-moz-fkbox-sizing: border-fkbox;
	-o-fkbox-sizing: border-fkbox;
	fkbox-sizing: border-fkbox;padding: 5px 10px;font-size: 14px;color: #3e3e3e;border-radius: 4px;height: 68px;line-height: 1.7;resize: none;
}
.mskxifakui .fkbox .btn{
	font-size: 14px;
	line-height: 30px;
	color: #fff;text-align: center;background: #5077bc;width: 78px;height: 30px;display: block;border: none;
	display: block;border-radius: 4px;margin: 12px auto;cursor: pointer;
}
.mskxifakui .bds .jieg:hover{
	background: #5077bc;color: #fff;
}
.hmain .tab ul{
	position: relative;z-index: 2;
}

/* 云小路 */

.fix_xiaoze{
	position:fixed;
	right:4%;
	top:26%;
	z-index:1000;
}

.fix_xiaoze_Bay{
    position: absolute;
    display: flex;
    width: 122px;
    height: 41px;
    padding-bottom: 7px;
    padding-left: 10px;
    right: 0px;
    background: url(../images/yxl_bq.png) no-repeat center;
    background-size: 122px;
    text-align: left;
    top: -43px;
    z-index: 9999;
    align-items: center;
}
.fix_xiaoze_Bay span {
    display: inline-block;
    color: #fff;
    line-height: 36px;
    font-size: 14px;
    margin-right: 13px;
}
.xiaomi_logo {
    display: block;
    position: relative;
    width: 51px;
    height: 72px;
    overflow: hidden;
    z-index: 11;
    float: right;
    right: 12px;
    cursor: pointer;
}

.tinet{
	position:fixed;
	right:5%;
	top:34%;
	z-index:99;
}
.tinet .icon {
	width:3.229166666666667rem;
	padding:0.5208333333333334rem 0.78125rem 0.2604166666666667rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	background:rgb(19, 102, 220);
	border-radius:0.4166666666666667rem;
	box-shadow:0 0 0.4166666666666667rem 0 rgba(80,80,80,0.1);
}
.tinet .icon img {
	width:100%;
	display:block;
}
.tinet .icon h5 {
	font-size:0.9375rem;
	color:#fff;
	line-height:1.2;
}

.layout.active .header .htb {
	background:#143867;
}
.layout.active .header .logo .tx h6,.layout.active .header .logo .tx h2,.layout.active .header .naver li a {
	color:#fff;
}
.layout.active .header .naver li.on a,.layout.active .header .naver li a:hover {
	color:#3DA57A;
}
.mtab {
	float:left;
	width:11.979166666666668rem;
	position:sticky;
	top:7.291666666666667rem;
	z-index:11;
	padding-top:1.4583333333333335rem;
	height:100%;
}
.mhlist .rts:before {
	content:'';
	position:absolute;
	left:-2.291666666666667rem;
	top:0;
	bottom:0;
	border-right:0.20833333333333334rem solid #f4f4f5;
}
.mtab ul {
	position:relative;
	z-index:11;
}
.mtab li a {
	font-size:1.25rem;
	line-height:3.4895833333333335rem;
	padding-left:1.8229166666666667rem;
	display:block;
	border-right:0.20833333333333334rem solid rgba(255,255,255,0);
}
.mtab li a:hover,.mtab li.on a {
	color:#002F75;
	background:#F1F5F8;
	border-color:#002f75;
}
.mhlist .rts {
	width:calc(100% - 14.0625rem);
	float:right;
	position:relative;
}
.mhlist .rts h2 {
	font-size:1.1416666666666667rem;
	font-weight:600;
	color:#3DA57A;
	line-height:3.125rem;
	border-bottom:0.052083333333333336rem solid #E4E7ED;
	padding-top:0.4166666666666667rem;
}
.mhlist .rts dl {
	display:flex;
	flex-wrap:wrap;
	padding:0.8333333333333334rem 0 0;
}
.mhlist .rts dd {
	margin:0 0.8333333333333334rem 0.8333333333333334rem 0;
}
.mhlist .rts dd a {
	padding:0 0.8333333333333334rem;
	background:#F1F5F8;
	font-size:0.8333333333333334rem;
	line-height:1.6666666666666667rem;
	color:#3D3D3D;
	border-radius:0.20833333333333334rem;
	display:block;
}
.mhlist .rts ul li h3 {
	font-size:0.9375rem;
	font-weight:500;
	line-height:1.6;
	padding:0 0 0.5208333333333334rem;
	position:relative;
}
.mhlist .rts ul li h3:before {
	content:"";
	background:#3DA57A;
	width:3.541666666666667rem;
	height:0.10416666666666667rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.mhlist .rts ul li p {
	font-size:0.7291666666666667rem;
	font-weight:normal;
	line-height:1.1458333333333335rem;
	padding:0.9375rem 0;
	color:#606266;
}
.mhlist .rts ul li h6 {
	font-size:0.7291666666666667rem;
	font-weight:normal;
	line-height:1.1458333333333335rem;
	padding-left:1.0416666666666667rem;
	background:url(../images/mtico1.png) no-repeat left center;
	color:#909293;
}
.mhlist .rts ul li {
	border-bottom:0.052083333333333336rem dashed #D8D8D8;
	padding:1.0416666666666667rem 0;
}
.mhlist .rts .rtbtn {
	display:flex;
	justify-content:flex-end;
	align-items:center;
	padding:0.78125rem 0 1.5625rem;
}
.mhlist .rts .rtbtn a {
	color:#909293;
	font-size:0.8333333333333334rem;
	font-weight:normal;
	line-height:1.875rem;
	display:block;
	margin-left:1.0416666666666667rem;
}
.mhlist .rts .rtbtn a:hover {
	color:#303133;
}
.mhlist .rts ul li a:hover h3{
	background:#002F75;
	color:#fff;
}
.mhlist .rts dd.on a,.mhlist .rts dd a:hover {
	background:#002F75;
	color:#fff;
}


.mhlist .rts .flax{
	display: flex;
	justify-content: space-between;
	align-items: center;flex-direction: row-reverse;
	border-bottom:0.052083333333333336rem solid #E4E7ED;
	padding-top:0.4166666666666667rem;
}
.mhlist .rts .flax .search{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 290px;
	border: 1px solid #8FA9CB;
	border-radius: 8px;
	overflow: hidden;
}
.mhlist .rts .flax .txt{
	width: calc(100% - 45px);
	height: 30px;
	font-size: 14px;
	color: #85A1B6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	border: none;
}
.mhlist .rts .flax .btn{
	width: 43px;
	height: 30px;
	background: url(../images/mico2.png) no-repeat center/auto 50% #F1F5F8;
	cursor: pointer;border: none;
}
.mhlist .rts .flax .btn:hover{
	background: url(../images/icon1.png) no-repeat center/auto 50% #002F75;
}





