/**页数**/
 .fenye {
    float:left;
    width:98%;
    padding-right:1%;
    padding-left:1%;
    height:30px;
}
.fenye_c {
    float:left;
    height:30px;
    width:100%;
    margin-top:10px;
}
.fenye_c li {
    text-align:center;
    float:left;
    margin:0 5px;
    padding:0 5px;
    font-size:12px;
    line-height:22px;
    height:22px;
    border:1px solid #CCCCCC;
    display:block;
}
/**导航**/
 .nav_c {
    width:100%;
    height:180px;
    background:#fff;
}
.nav_c a {
    float:left;
    width:25%;
    height:90px;
    text-align:center;
    padding-top:15px;
}
.icon_b {
    width:45px;
    height:45px;
}
.icon_b img {
    width:45px;
    height:45px;
}
.box_z {
    display:block;
    color:#666;
    font-size:15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/**搜索框**/
 .sousuo {
    width:100%;
    height:40px;
    background:#fff;
    position:relative;
    z-index:50;
    display:table;
    padding-top:15px;
    margin:0 auto;
    background: white;
}
.sousuo form{
    width: 94%;
    margin: 0 auto;
}
.sousuo_c {
    float:left;
    position:relative;
    width:80%;
}
input#topinput {
    width:100%;
    height:40px;
    line-height:40px;
    font-size:1.6rem;
    color:#b7b7b7;
    vertical-align:middle;
    padding:0;
    box-sizing:content-box;
    border:0;
    box-shadow:0 0 0 1px #6eb4f5 inset;
    text-indent:20px;
    position:relative;
    z-index:10;
    border-top-left-radius:30px;
    border-bottom-left-radius:30px;
    background-image:none;
    outline:none;
}
.sousuo_r {
    float:left;
    display:table-cell;
    width:20%;
    padding:0 15px 0 0;
}
input[type="submit"] {
    width:66px;
    height:40px;
    border:1px solid #6eb4f5;
    border-left:none;
    background-color:#6eb4f5;
    background-repeat:no-repeat;
    background-position:-110px -27px;
    background-size:150px auto;
    text-indent:-999em;
    cursor:pointer;
    vertical-align:middle;
    border-top-right-radius:30px;
    border-bottom-right-radius:30px;
    background:#6eb4f5 url(../i/sousuo.jpg) center no-repeat;
}
/**底部制作**/
 .base_side {
    clear:both;
    text-align:center;
    margin-top:23px;
    height:85px;
}
.base_side a {
    margin:0 9px;
    display:inline-block;
    color:#555;
    font-size:15px;
}
.base_info {
    color:#888;
    font-size:12px;
    line-height:22px;
    padding:8px 0px 12px 0px;
}
/*分页*/
 .npage {
    margin:0 auto;
    text-align:center;
}
.npage li {
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 10px 3px;
}
#fixed_bottom {
    position: fixed;
    background: white;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    max-width: 640px;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
}
#fixed_bottom .home{
    padding: 0.6rem 0;
    display: block;
    text-align: center;
    color: #B2B6C9;
    width: 10rem;
    font-size: 10px;
    background: white;
}
#fixed_bottom .home img{
    width: 20px;
    display: block;
    margin: 0 auto;
}
#fixed_bottom .home a{
    color: #B2B6C9;
}
#fixed_bottom .openchat{
    background: #f88989;
    flex: 1;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#fixed_bottom .openchat img{
    width: 20px;
    margin-right: 5px;
}

/*招聘*/
#zhaopin{
position: fixed;
right: 6px;
top: 20%;
}
#zhaopin .mask{
position: absolute;
top: -2px;
right: -2px;
background: #07e2ff;
border-radius: 50%;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
animation: cirroate 5s linear infinite;
}
#zhaopin .mask::after{
position: absolute;
top: -4px;
content: "";
display: block;
width: 8px;
height: 8px;
background: #07e2ff;
border-radius: 50%;
z-index: 10;
animation: cirroate 5s infinite;
}
#zhaopin a{
position: absolute;
right: 0;
display: block;
border: 3px solid white;
box-sizing: content-box;
background: #07e2ff;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 50%;
text-align: center;
color: white; 
}
@keyframes cirroate{
	from{
        transform: rotate(0deg);
    }
	to{
        transform: rotate(360deg);
    }
}

/*自定义弹窗*/
#ks-invite-win {
  display: none;
  width: auto;
  z-index: 2147483647;
  left: 50%;
  top: 50%;
  margin-top: -80px;
  visibility: visible;
  margin-left: -150px;
  position: fixed !important;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
  transition: none;
}
#ks-invite-win #divbg {
  width: 300px;
  height: 114px;
  position: relative;
  background-image: url("https://bk.acadki.com/gw/images/ks2.jpg");
}
#ks-invite-win #openchat {
  right: 40px;
  bottom: 0;
  width: 120px;
  height: 40px;
  text-align: center;
  color: #ffffff;
  line-height: 26px;
  font-size: 18px;
  position: absolute;
  z-index: 0;
  cursor: pointer;
}
#ks-invite-win #closechat {
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  line-height: 0px;
}
#_ks_ol_inviteWin {
  opacity: 0;
}