/******************** 移动端底部导航 ********************/
/*移动端底部导航*/
.bottom_nav{
    height: 50px;
}
/*移动端底部导航*/
.bottom_nav .bottom_nav_item{
    background: #fff;
    height: 50px;
    -webkit-box-shadow: -2px 0 3px #bbb;
    -moz-box-shadow: -2px 0 3px #bbb;
    box-shadow: -2px 0 3px #bbb;
}
/*移动端底部导航列表*/
.bottom_nav .bottom_nav_list{
    width: 20%;
    float: left;
    position: relative;
}
/*移动端底部导航文字颜色*/
.bottom_nav .bottom_nav_btn,
.bottom_nav .bottom_nav_btn:hover{
    color: #666;
}
/*移动端底部导航按钮颜色*/
.bottom_nav .bottom_nav_btn_middle,
.bottom_nav .bottom_nav_btn_middle:hover,
.bottom_nav_active{
    color: #e4393c;
}
/*移动端底部导航图标*/
.bottom_nav .bottom_nav_icon{
    display: block;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
}
/*移动端底部导航图标中间报名*/
.bottom_nav .bottom_nav_btn_middle .bottom_nav_icon{
    font-size: 20px;
    color: #fff;
    position: relative;
}
/*移动端底部导航图标中间报名背景图*/
.bottom_nav .bottom_nav_icon>i{
    display: block;
    position: absolute;
    width: 100%;
    height: 64px;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(../images/bottom_nav_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -2;
}
/*移动端底部导航图标中间报名图片*/
.bottom_nav .bottom_nav_icon>span{
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    background: #e4393c;
    width: 30px;
    height: 30px;
    display: block;
}
/*移动端底部导航文字*/
.bottom_nav .bottom_nav_text{
    display: block;
    line-height: 20px;
    font-size: 12px;
}

/******************** 右侧固定浮动 ********************/
.right-btn ul,li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.right-btn a,a:hover,a:focus{
	text-decoration: none;
}
.right-btn{
	position: fixed;
	top: 50%;
    margin-top: -120px;
    right: 50%;
    margin-right: -625px;
	z-index:9999;
}
@media  screen and (min-width: 1201px) and (max-width:1365px ){
    .right-btn{
        right: 40px;
        margin-right: 0;
    }
}
@media  screen and (min-width: 1025px) and (max-width:1200px ){
    .right-btn{
        right: 30px;
        margin-right: 0;
    }
}
@media  screen and (min-width: 768px) and (max-width:1024px ){
    .right-btn{
        right: 15px;
        margin-right: 0;
    }
}
@media screen and (max-width: 767px){
    .right-btn{
        display: none;
    }
}
.right-btn-ul>li{
	position: relative;
	width: 40px;
	height: 40px;
	background: #fff;
}
.right-btn-ul>li>a,
.right-btn-ul>li>span{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: block;
	height: 40px;
	width: 40px;
	cursor: pointer;
}
.right-btn-ul>li>b{
	position: absolute;
	color: transparent;
	cursor: pointer;
	display: block;
	height: 40px;
	width: 40px;
	top: 0;
}
/*1、QQ咨询*/
.right-btn-qq>a{
	background: url(../images/right-btn.png) no-repeat 0 -200px;
}
.right-btn-qq>a:hover{
	background: url(../images/right-btn.png) no-repeat -40px -200px;
}
/*2、在线咨询*/
.right-btn-zxzx>a{
	background: url(../images/right-btn.png) no-repeat -80px -200px;
}
.right-btn-zxzx>a:hover{
	background: url(../images/right-btn.png) no-repeat -120px -200px;
}
/*3、联系我们*/
.right-btn-tel>span{
	background: url(../images/right-btn.png) no-repeat -80px 0;
}
.right-btn-tel>span:hover{
	background: url(../images/right-btn.png) no-repeat -120px 0;
}
.right-btn-tel:hover .right-btn-tel-num{
	position: relative;
	opacity: 1;
	width: 170px;
}
.right-btn-tel-num{
	-webkit-transition: width 0.2s linear;
	-moz-transition: width 0.2s linear;
	-ms-transition: width 0.2s linear;
	-o-transition: width 0.2s linear;
	transition: width 0.2s linear;
	line-height: 40px;
	overflow: hidden;
	height: 40px;
	right:170px;
	opacity: 0;
	top:-40px;
	width: 0;
	text-align: center;
	position: absolute;
	background: #FF9A37;
	margin: 0 auto;
}
.right-btn-tel-num>span{
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}
/*4、在线报名*/
.right-btn-bm>a{
	background: url(../images/right-btn.png) no-repeat 0 -40px;
}
.right-btn-bm>a:hover{
	background: url(../images/right-btn.png) no-repeat -40px -40px;
}
/*5、微信*/
.right-btn-wechat>span{
	background: url(../images/right-btn.png) no-repeat 0 -320px;
}
.right-btn-wechat>span:hover{
	background: url(../images/right-btn.png) no-repeat -40px -320px;
}
.right-btn-wechat-ma-img{
	-webkit-transition: height 0.2s linear;
	-moz-transition: height 0.2s linear;
	-ms-transition: height 0.2s linear;
	-o-transition: height 0.2s linear;
	transition: height 0.2s linear;
	opacity: 0;left:-125px;
	position: absolute;
	bottom: -40px;
	width: 120px;
	max-width: initial;
	height: 0;
}
.right-btn-wechat:hover .right-btn-wechat-ma-img{
	opacity: 1;
	height: 150px;
}
/*6、返回顶层*/
#right-btn-top>span{
	background: url(../images/right-btn.png) no-repeat 0 0;
}
#right-btn-top>span:hover{
	background: url(../images/right-btn.png) no-repeat -40px 0;
}



/******************** 底部固定浮动 ********************/
/*浮动广告移动端隐藏*/
#bottom{
  display: none;
}
@media screen and (min-width : 1025px){
  /*底部移动端导航*/
  .bottom_nav{
      display: none;
  }

  /*浮动广告-块级*/
  #bottom{
    display: block;
  }
  /*浮动广告-固定定位、高度宽度、背景颜色、层叠、上线内边距、透明度*/
  #registration{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background: #0f0f0f;
    z-index: 99;
    padding: 10px 0;
    opacity: 0.9;
  }
  /*浮动广告-ul居中*/
  .registration_item{
    color: #fff;
    width: 1204px;
    height: 120px;
    margin: 0 auto;
    position: relative;
  }

  /*浮动广告-文字*/
  .registration_text{
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 30px;
  }
  /*浮动广告-文字加粗颜色*/
  .registration_text b{
    color: #FEE101;
    padding: 0 3px;
  }
  /*浮动广告-关闭按钮绝对定位、块级、宽高度、背景图片、过渡效果、指针样式*/
  .registration_close{
    position: absolute;
    top: 0;
    right: 30px;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/abc_ic_clear_normal.png) no-repeat;
    -webkit-transition: transform .5s linear;
    -moz-transition: transform .5s linear;
    -ms-transition: transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
    cursor: pointer;
  }
  /*浮动广告-关闭按钮背景图片、旋转*/
  .registration_close:hover{
    background: url(../images/abc_ic_clear_normal.png) no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /*浮动广告-左侧展开按钮-固定定位、指针样式*/
  #registration_small{
    position: fixed;
    left: 0;
    bottom: 20px;
    cursor: pointer;
  }
  /*body下外边距*/
  .body_bottom {
    padding-top: 120px;
  }
}
