@charset "utf-8";

/*重置*/

body,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
dt,
p,
ul,
li,
ol {
	margin: 0;
	padding: 0;
}

input,
select,
form,
textarea,
button,
video {
	border: none;
	margin: 0;
	outline: none;
	padding: 0;
	appearance: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

img {
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

select {
	-webkit-appearance: none;
	/*去除系统默认的样式*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 点击高亮的颜色*/
}

body,
button,
input,
select,
textarea {
	font: normal 12px/100% Helvetica, Arial, sans-serif;
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,
html {
	width: 100%;
	height: 100%;
}

html {
	background-color: #f5f5f5;
}

@media screen and (min-width: 320px) {
	html {
		font-size: 50px;
	}
	ul.yh1 li:nth-child(2) {
		width: 2.7rem;
		margin-top: -1.18rem;
		color: #fff;
	}
	ul.yh1 li:nth-child(1) {
		width: 1.4rem;
	}
	ul.yh1 li:nth-child(3) {
		width: 1.45rem;
	}
	img.xm {
		position: absolute;
		top: 37px;
		left: 1.1rem;
		border-right: 2px solid #b5b5b5;
		padding-right: 0.15rem;
	}
	img.dh {
		position: absolute;
		top: 99px;
		left: 1.1rem;
		border-right: 2px solid #b5b5b5;
		padding-right: 0.15rem;
	}
	.zy li:nth-child(3) {
		padding-left: 0.15rem;
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 56.25px;
	}
}

@media screen and (min-width: 375px) {
	html {
		font-size: 58.59375px;
	}
}

@media screen and (min-width: 400px) {
	html {
		font-size: 62.5px;
	}
}

@media screen and (min-width: 414px) {
	html {
		font-size: 64.6875px;
	}
}

@media screen and (min-width: 440px) {
	html {
		font-size: 68.75px;
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 75px;
	}
}

@media screen and (min-width: 520px) {
	html {
		font-size: 81.25px;
	}
}

@media screen and (min-width: 560px) {
	html {
		font-size: 87.5px;
	}
}

@media screen and (min-width: 600px) {
	html {
		font-size: 93.75px;
	}
}

@media screen and (min-width: 640px) {
	html {
		font-size: 100px;
	}
}

@media screen and (min-width: 680px) {
	html {
		font-size: 100px;
	}
}

@media screen and (min-width: 720px) {
	html {
		font-size: 100px;
	}
}

@media screen and (min-width: 760px) {
	html {
		font-size: 100px;
	}
}

@media screen and (min-width: 800px) {
	html {
		font-size: 100px;
	}
}

@media screen and (min-width: 960px) {
	html {
		font-size: 100px;
	}
}


/*预加载蒙层*/

.tb {
	position: relative;
}

.tb img {
	width: 0.3rem;
}


/*头部搜索栏*/

.module-layer {
	width: 100%;
	height: .82rem;
	background: #34383e;
}

.module-layer-content {
	position: relative;
	min-width: 320px;
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	background: #3d3c41;
}

.layer-logo {
	width: 20%;
	text-align: center;
	position: absolute;
	top: 11%;
	z-index: 1;
}

.layer-logo {
	left: 3%;
	top: 20%;
}

.layer-logo img {
	display: block;
	width: 100%;
}

ul.nav {
	overflow: hidden;
	width: 76%;
	margin: 0 auto;
	margin-left: 24%;
	height: .82rem;
}

ul.nav li {
	display: inline-block;
	margin: 7% 1%;
	height: .82rem;
}

ul.nav li a {
	color: #fff;
	font-size: .20rem;
}

.pr {
	position: relative;
}

#shop-input::-webkit-input-placeholder {
	color: #bbb;
}

#shop-input:-moz-placeholder {
	color: #bbb;
}

#shop-input::-moz-placeholder {
	color: #bbb;
}

#shop-input:-ms-input-placeholder {
	color: #bbb;
}

#shop-input {
	border: none;
	outline: none;
	background: transparent;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: .24rem;
	position: absolute;
	top: 0;
	left: 0.5rem;
}

.search-box {
	height: 0.6rem;
	border-radius: 50px;
	top: 14%;
	overflow: hidden;
	z-index: 10;
	width: 62%;
	margin: 0 auto;
	margin-left: 22%;
	border: rgba(255, 255, 255, .4) solid 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.search-box:after {
	content: '';
	display: block;
	width: 100%;
	height: 0.6rem;
	background: rgba(255, 255, 255, .2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.shop-search {
	width: 0.26rem;
	height: 0.26rem;
	position: absolute;
	top: 26%;
	left: 4%;
}


/*主内容区*/

.module-content {
	min-width: 320px;
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #fff;
}


/*banner轮播图*/

.banner {
	width: 100%;
	min-height: 3.5rem;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .sp01 span {
	background-color: #fff;
	opacity: 1;
}

.banner .sp01 .swiper-pagination-bullet-active {
	background-color: white;
	background-color: #3d3c41;
}


/*djs*/

.djsnr {
	overflow: hidden;
	margin-top: 0rem;
	margin-bottom: 0.2rem;
	background: url(../images/ljlq.jpg) no-repeat center bottom / 5.9rem auto;
	height: 2.5rem;
}

.btn1.btn0 {
    margin-top: 1.8rem;
}
.btn1.btn0 a {
	background: linear-gradient( 1deg, #ff7f20, #fed632);
	font-size: .27rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05rem;
	display: block;
	width: 2.2rem;
	height: 0.56rem;
	line-height: 0.56rem;
	text-align: center;
	margin: 0 auto;
	border-radius: 5rem;
	box-shadow: 1px 1px 17px #ffab93;
}

/*icon*/

.nav_iconbox {
	overflow: hidden;
	/* background-color: #fff; */
	padding: .2rem 0 0;
	margin-bottom: 6px;

}

h2.t1 {
	font-size: .34rem;
	background: url(../images/title.png) no-repeat center bottom / 5.95rem auto;
	height: 0.4rem;
	color: #333;
	text-align: center;
	line-height: 0.5rem;
	letter-spacing: 0rem;
	font-weight: bold;
}

h2.t1 span {
	color: #205AF6;
}

.gkwt {
overflow: hidden;
    margin-top: 0rem;
    margin-bottom: 0.6rem;
    background: url(../images/gkwt.png) no-repeat center bottom / 5.9rem auto;
    height: 3.5rem;
}

.zygh {
    overflow: hidden;
    margin-top: 0rem;
    margin-bottom: 0.3rem;
    background: url(../images/zygh.png) no-repeat center bottom / 5.9rem auto;
    height: 8.9rem;
}
.nav_iconbox10 .title3 .t1 {
    line-height: 0.5rem;
    height: 0.5rem;
}
.nav_bk {
	margin: 0 15px;
	overflow: hidden;
	border-radius: 8px;
}

.btn1 a {
	background: linear-gradient( 1deg, #ff7f20, #fed632);
	font-size: .27rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05rem;
	display: block;
	width: 3rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	margin: 0 auto;
	border-radius: 5rem;
	box-shadow: 1px 1px 17px #ffab93;
}

.btn1 {
	margin-bottom: 0.3rem;
}
/*.nav_iconbox0 */
.nav_iconbox0 {
    overflow: hidden;
    background: url(../images/fwbg.jpg) no-repeat center bottom / 7rem auto;
    margin-bottom: 0.6rem;
    height: 8.7rem;
}
.sh {
	overflow: hidden;
    margin-top: 0rem;
    margin-bottom: 0.2rem;
    background: url(../images/fw.png) no-repeat center bottom / 5.9rem auto;
    height: 5.5rem;
}
.nav_iconbox0 .title1 {
    padding-top: 1.3rem;
    padding-bottom: 0.4rem;
}
/*.nav_iconbox0 */
/* <!-- 公告信息 -->*/

.nav_iconbox1 {
	overflow: hidden;

/*	height: 14.5rem;*/
	margin-top: 0.33rem;
}
.title2 p {
    background: #205af6;
    width: 4.5rem;
    height: 0.5rem;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.23rem;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 0.3rem;
}
div#yxzy .btn1 a {
	width: 4rem;
}

.title5 h2 {
	padding-top: 0.2rem;
	margin-bottom: 0.3rem;
}

h2.t2 {
	padding-top: 0.5rem;
	background: url(../images/title1.png) no-repeat center bottom / 5.95rem auto;
	color: #fff;
}
.kcap{
	  width: 100%;
   
}
#tab1 {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -20px;
}

#tab1 a {
    display: inline-block;
    width: 1.6rem;
    height: 0.8rem;
    margin: 0 auto;
    font-size: 0.23rem;
    text-align: center;
    cursor: pointer;
    color: #e7462f;
    background-size: 100%;
    border: 1px solid #fff;
    line-height: 0.8rem;
    margin-top: 0.2rem;
    border-radius: 30px 30px 0px 30px;
    background: #d5ebfb;
    color: #0190FF;
    margin-right: 0.2rem;
}
#tab1 a.on {

    color: #fff;
     background: linear-gradient(-175deg, #05f0ff, #006Cff);
}
#contentBox1{width:100%;}
#contentBox1 .box1{text-align:center;display:none;}
#contentBox1 .box1.active{display:block;}
.fushiTable {
    background: #fff;
    padding-top: 0.8rem;
    padding-bottom: 0.3rem;
}
.fushiTab{}
.fushiTab {
    background: #fff;
    box-sizing: border-box;
    width: 5.88rem;
    border-collapse: collapse;
    margin-bottom: 0.4rem;
}
.fushiTab td {
    border: 1px solid #e0e0e0;
    height: 0.8rem;
    color: #333;
    text-align: center;
    font-size: 0.23rem;
    line-height: 0.4rem;
}
.fushiTab th {
    border: 1px solid #e0e0e0;
    color: #fff;
    text-align: center;
    font-size: 0.23rem;
    background: #269FFF;
    line-height: 0.7rem;
}
.m3_tab td span{
    display: block;
    text-align: left;
    padding: 20px 30px;
    line-height: 30px;
}
.fushiTab td a {
    display: inline-block;
    width: 1.2rem;
    height: 0.5rem;
    color: #fff;
    text-align: center;
    background: linear-gradient(
-175deg
, #f3b102, #fd7e00);
    border-radius: 5px;
    border-radius: 100px;
    line-height: 0.5rem;
    font-size: 0.23rem;
    font-weight: bold;
    text-decoration: none;
}
.fushiTab td a:hover{
    text-decoration: underline;
}
.btn1.btn2 a {
	background: linear-gradient( -60deg, #f6a600, #ffb824);
	font-size: .27rem;
	color: #fff;
	box-shadow: 1px 1px 17px #ffac00;
}


/*推荐培训*/

.nav_iconbox2 {
	overflow: hidden;
	padding: .1rem 0 0;
	margin-bottom: 6px;
	margin-top: 0.3rem;
}

.pk {
	overflow: hidden;
	margin-top: 0rem;
	margin-bottom: 0.2rem;
	background: url(../images/pk.png) no-repeat center bottom / 5.9rem auto;
	height: 6.7rem;
}


/*推荐工作*/

.nav_iconbox3 {
    overflow: hidden;
    margin-bottom: 6px;
    background: url(../images/xxlc.jpg) no-repeat center bottom / 7rem auto;
    height: 9.3rem;
}

.title3 .t1 {
    font-size: 0.31rem;
    padding-top: 1.6rem;
}
.jp {
    overflow: hidden;
    margin-top: 0rem;
    margin-bottom: 0.2rem;
    background: url(../images/lc.png) no-repeat center bottom / 5.9rem auto;
    height: 5.8rem;
}


/*推荐工作*/

.nav_iconbox4 {
	overflow: hidden;
	overflow: hidden;
	
	margin-bottom: 0.4rem;
	height: 5.3rem;
	margin-top: 0.33rem;
}

.title4 h2 {
    margin-bottom: 0.4rem;
}
.nav_iconbox4 h2.t1.t3 {
	padding-top: 0.5rem;
	background: url(../images/title2.png) no-repeat center bottom / 3.95rem auto;
	color: #fff;
}
#tab {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: -20px;
    /* width: 1200px; */
    /* height: 118px; */
}
#tab a {
    display: inline-block;
    width: 1.4rem;
    height: 0.6rem;
    margin: 0 auto;
    font-size: 0.23rem;
    text-align: center;
    cursor: pointer;
    color: #1f5af6;
    background-size: 100%;
    border: 1px solid #fff;
    margin: 0 0.2rem;
    line-height: 0.6rem;
    margin-top: 0.2rem;
    background: url(../images/tab2.jpg) no-repeat center 0;
    background-size: 100% 100%;
}

#tab a.on {

    color: #fff;
       background: url(../images/tab1.jpg) no-repeat center 0;
}
#contentBox{width:100%;}
#contentBox .box{text-align:center;display:none;}
#contentBox .box.active{display:block;}

.lb {

position: relative;



height: 5rem;

}
  .lb .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden; }
 
    .lb .swiper-container .swiper-pagination {
      position: absolute;
      height: 30px;
      bottom: 17px;
      text-align: center;
      }
      .lb .swiper-container .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #4cb2f0;
        margin: 5px;
        }
        .lb .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          background: #698ef2;
          }
          
        .mx{
          overflow: hidden;
          margin-top: 0rem;
          margin-bottom: 0.2rem;
          background: url(../images/ms1.png) no-repeat center bottom / 5.9rem auto;
          height: 3.4rem;
          float: left;
          }
           .mx1{
            background: url(../images/ms2.png) no-repeat center bottom / 5.9rem auto;
          	
          }
              .mx2{
          	   background: url(../images/ms3.png) no-repeat center bottom / 5.9rem auto;
          	
          }
              .mx3{
          		   background: url(../images/ms4.png) no-repeat center bottom / 5.9rem auto;
          	
          }
              .mx4{
          		   background: url(../images/ms5.png) no-repeat center bottom / 5.9rem auto;
          	
          }
              .mx5{
       	   background: url(../images/ms6.png) no-repeat center bottom / 5.9rem auto;
          	
          }
                     .mx6{
   	   background: url(../images/ms7.png) no-repeat center bottom / 5.9rem auto;
          	
          }
              .mx7{
          		   background: url(../images/ms8.png) no-repeat center bottom / 5.9rem auto;
          	
          }
             .mx8{
          		   background: url(../images/ms9.png) no-repeat center bottom / 5.9rem auto;
          	
          }
             .mx9{
          	   background: url(../images/ms10.png) no-repeat center bottom / 5.9rem auto;
          	
          }
             .mx10{
          		   background: url(../images/ms11.png) no-repeat center bottom / 5.9rem auto;
          	
          }
             .mx11{
         	   background: url(../images/ms12.png) no-repeat center bottom / 5.9rem auto;
          	
          }
             .mx12{
          	   background: url(../images/ms13.png) no-repeat center bottom / 5.9rem auto;
          	
          }
             .mx13{
          	   background: url(../images/ms12.png) no-repeat center bottom / 5.9rem auto;
          	
          }
              .mx14{
          		   background: url(../images/ms14.png) no-repeat center bottom / 5.9rem auto;
          	
          }
.mx {
       padding-top: 0.3rem;
    color: #644024;
}


.mx p {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.4rem;
    padding-top: 0.3rem;
    padding-left: 2.6rem;
    text-align: left;
    font-weight: bold;
    padding-right: 0.05rem;
}


/*.ys {
	overflow: hidden;
	margin-top: 0.3rem;
	margin-bottom: 0.2rem;
	background: url(../images/ys.png) no-repeat center bottom / 5.9rem auto;
	height: 5.8rem;
}*/


/*选对专业入对行 正确的选择受益终身*/

.nav_iconbox5 {
    overflow: hidden;
    background: url(../images/hjbg.jpg) no-repeat center bottom / 6.9rem auto;
    padding: .2rem 0 0;
    margin-bottom: 6px;
    height: 6.5rem;
}
.title5 {
    padding-top: 0.6rem;
}
.title5 p {
    background: #205af6;
    width: 4.5rem;
    height: 0.5rem;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.23rem;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 0.3rem;
}
.gxh {
	overflow: hidden;
	margin-top: 0.3rem;
	margin-bottom: 0.6rem;
	background: url(../images/hj.png) no-repeat center bottom / 5.9rem auto;
	height: 3.4rem;
}
.nav_iconbox6 {
    background: url(../images/rybg.jpg) no-repeat center bottom /6.9rem auto;
    height: 10rem;
}

.title6 {
    padding-top: 0.5rem;
}
.bg {
	overflow: hidden;
	
	margin-bottom: 0.3rem;
	background: url(../images/ry.png) no-repeat center bottom / 5.9rem auto;
	height: 7.7rem;
}

.nav_iconbox8 {
	overflow: hidden;
	padding: .3rem 0 0;
	margin-bottom: 6px;
}

.ht {
	overflow: hidden;
	margin-top: 0.3rem;
	margin-bottom: 0.1rem;
	background: url(../images/ht.jpg) no-repeat center bottom / 5.9rem auto;
	height: 5.2rem;
}


/*企业首页样式*/




.ms1 img {
	width: 1.4rem;
}

.ms1 {
	padding-top: 0.6rem;
	padding-bottom: 0.4rem;
}

.bz1 {
	background: #fff;
}


/*go_top*/

.go_top {
	position: fixed;
	right: 3px;
	bottom: 12%;
	width: .64rem;
	height: .64rem;
	border-radius: .06rem;
	background-color: #fafafa;
	z-index: 999;
	display: none;
	border: #ccc solid 1px;
}

.go_top a {
	display: block;
	background: url(../images/back_top.png) center center no-repeat;
	width: .64rem;
	height: .64rem;
	background-size: 60%;
}


/*底部导航菜单*/

.nav_iconbox15 {
	overflow: hidden;
	padding: .2rem 0 0;
	margin-bottom: 1.3rem;
}

.htdb img {
	display: block;
	width: 100%;
}

.foot_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.foot_menu ul {
	overflow: hidden;
	background-color: #3d3c41;
	padding: 2% 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	/* Safari */
	display: -moz-flex;
	display: flex;
	flex-wrap: nowrap;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.foot_menu ul li {
	text-align: center;
	width: 25%;
}

.foot_menu ul li i {
	display: block;
	margin-bottom: .1rem;
}

.foot_menu ul li img {
	display: block;
	margin: 0 auto;
	width: .4rem;
	height: .4rem;
}

.foot_menu ul li a {
	color: #fff;
	font-size: .20rem;
	display: inline-block;
}


/*.foot_menu ul li.cur a{ color: #f2b300; }*/

.foot_menu ul li.info a {
	position: relative;
}

.foot_menu ul li.info em {
	position: absolute;
	right: -15%;
	top: -2%;
	background-color: #f00;
	border-radius: 100%;
	width: 4px;
	height: 4px;
}