@font-face {
  font-family: 'iconfont';  /* project id 2032112 */
  src: url('../fonts/font_2032112_etnp9493z7w.eot');
  src: url('../fonts/font_2032112_etnp9493z7w.eot') format('embedded-opentype'),
  url('../fonts/font_2032112_etnp9493z7w.woff2') format('woff2'),
  url('../fonts/font_2032112_etnp9493z7w.woff') format('woff'),
  url('../fonts/font_2032112_etnp9493z7w.ttf') format('truetype'),
  url('../fonts/font_2032112_etnp9493z7w.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

* {
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#app{
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.w {
  width: 1200px;
  margin: 0 auto;
  min-width: 1200px;
}

a {
  color: inherit;
  text-decoration: none;
}

p{
  padding: 0;
  margin: 0;
}

.clear:after {
  display: block;
  height: 0;
  content: "";
  clear: both;
  visibility: hidden;
}

body {
  margin: 0;
  color: #656565;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
}

.box-title {
  position: relative;
  text-align: center;
  height: 120px;
  display: flex;
  justify-content: center;
}

.box-title span {
  display: block;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  bottom: 0px;
  z-index: 999;
  font-size: 40px;
  font-weight: 700;
  color: #333333;
}

.box-title::before {
  position: relative;
  top: 20px;
  display: block;
  content: '';
  height: 100px;
  width: 392px;
  background-image: url(../images/gmjk-h.png);
  opacity: .6;
}

.box-title.red::before {
  background-image: url(../images/gmjk-r.png);
  color: #e23737;
  opacity: .2;
}

.box-title.red span {
  color: #e23737;
}

.box-title.white span {
  color: #FFFFFF;
}

.box-title.white::before {
  background-image: url(../images/gmjk-r.png);
}

.m_w{
  box-sizing: border-box;
  padding: 0 10px;
}

/* 公共部分结束 */
/* 头部部分开始 */
.header-box {
  position: fixed;
  top: 0;
  height: 75px;
  background-color: #FFFFFF;
  width: 100vw;
  z-index: 99999;
  border-bottom: 1px solid #EEEEEE;
  box-sizing: border-box;
}

.header-box .iconfont {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}

.header-box .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}

.header-box .w>.l {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-box .w>.l>ul {
  display: flex;
  justify-content: flex-start;
  height: 75px;
  margin-left: 120px;
}

.header-box .w>.l>ul>li {
  padding: 0 10px;
  height: 75px;
  line-height: 75px;
  transition: color .5s;
  font-size: 18px;
}

.header-box .w>.l>ul>li:hover {
  color: #c72324;
}

.header-box .w>.r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tel {
  font-weight: bold;
}

/* .header-box>.w>.r>.iconfont:nth-of-type(1):hover{
  transition: color .3s;
  cursor: pointer;
}
.header-box>.w>.r>.iconfont:nth-of-type(1):hover{
  color: #ff3e00;
} */

.tb{
  transition: color .3s;
  cursor: pointer;
}
.tb:hover{
  color: #ff3e00;
}

/* 头部部分开始 */
.header_box{
  height: 84px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.header_content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 100%;
  background-color: #FFFFFF;
}
.header_box .iconfont{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 100;
}

.header_box .tel{
  color: #383635;
}
.header_nav{
  height: calc(100% - 50px);
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 10px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.header_nav li{
  /* width: 20%; */
  text-align: center;
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  color: #666666;
}
/* 头部部分结束 */

/* 头部部分结束 */

/* 页尾开始 */
.footer-box {
  padding: 60px 0;
  background-color: #3d3d3d;
  text-align: center;
  width: 100vw;
}
.footer-box .sx{
  padding: 0 10px;
}
.footer-box .a{
  color: #FFFFFF;
  margin-bottom: 40px;
  font-size: 18px;
}
.footer-box .bottom{
  line-height: 24px;
  color: #b3b3b3;
}

.footer-box .a{
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 10px;
}
.footer-box .bottom{
  margin-top: 10px;
  line-height: 18px;
  color: #b3b3b3;
}
.footer-box {
  padding: 20px 0;
  background-color: #3d3d3d;
  text-align: center;
  font-size: 10px;
}

/* 页尾结束 */

/* 右侧悬浮部分开始 */
.right_toolbar.active{
  right: 15px;
  opacity: 1;
  height: 280px;
}

.right_toolbar{
  height: 0px;
  width: 70px;
  /* overflow: hidden; */
  position: fixed;
  right: -100px;
  top: 30%;
  opacity: 0;
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: rgba(246,67,62,.4) 0px 0px 5px ;
  z-index: 999999;
  color: #17a2b8;
  transition: right 1s,opacity 1s,height 1s;
}
.right_toolbar>div{
  height: 70px;
  width: 70px;
  transition: all .6s;
}
.right_toolbar>div.active{
  background-color: #17a2b8;
  color: #FFFFFF;
}
.right_toolbar>div:hover{
  background-color: #17a2b8;
  color: #FFFFFF;
  /* border-bottom: 1px solid transparent; */
}
.right_toolbar>div>div{
  width: 60px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  /* border-bottom: 1px solid #17a2b8; */
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.right_toolbar>div:first-child{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.right_toolbar>div:last-child{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.right_toolbar>div:last-child>div{
  /* border-bottom: 1px solid transparent; */

}
.right_toolbar .iconfont{
  display: inline-block;
  height: 42px;
  line-height: 50px;
  font-size: 30px;
}
.right_toolbar .text{
  font-size: 14px;
}

.right_toolbar>div:hover .info_box{
  opacity: 1;
  right: 140%;
}
.info_box {
  opacity: 0;
  transition:opacity .5s;
  padding: 0 10px;
  background-color: #17a2b8;
  border-radius: 5px;
  position: absolute;
  right: -1000px;
  top: calc(50% - 20px);
  /* top: 0; */
  color: #FFFFFF;
  width: 150px;
  text-align: center;
}
.info_box::after{
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  box-sizing: border-box;
  border: 6px solid transparent;
  position: absolute;
  right: -12px;
  top: calc(50% - 8px);
  border-left-color: #17a2b8;
}

/* 删除目前的 */
#iconDiv2,#iconDiv1,#iconDivMain2,#iconDivMain1{
  display: none;
}

#app{
  font-family: "Microsoft YaHei";
}
/* 右侧悬浮部分结束 */


/* 标题二部分 */
.public_title {
  text-align: center;
}

.public_title_1 {
  font-size: 24px;
  color: #262626;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
}

.public_title_hx {
  background-color: #e33737;
  width: 70px;
  height: 4px;
  margin: 2px auto;
  /* display: inline-block; */
}

.public_title_2 {
  font-size: 16px;
  color: #262626;
  /* font-weight: 600; */
  margin-top: 10px;
  /* height: 24px; */
  line-height: 24px;
}
/* 标题一部分 */

/* 标语部分 */
.slogan{
  width: 144px;
  height: 47px;
  background: url(../images/slogan.png) no-repeat;
  background-size: cover;
}

/* 底部联系开始 */
.bottom_box{
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
}
.bottom_box .iconfont{
  font-weight: unset;
  font-size: 24px;
}
.bottom_box_tel{
  width: 60%;
  /* background-color: #17a2b8; */
  background-color: #03A56B;
  color: #FFFFFF;
  /* border-top: 1px solid #f52621; */
  border-top: 1px solid #03A56B;
}
.bottom_box_zx{
  width: 40%;
  background-color: #FFFFFF;
  color: #17a2b8;
  border-top: 1px solid #F0F0F0;
}
.bottom_box div,.bottom_box a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom_box div div,.bottom_box a div{
  height: 50px;
  margin-left: 2px;
}

/* 加上底部联系之后的内边距添加 */
.troop,.separatelessons-i,.separatelessons-r{
  padding-bottom: 50px;
}

/* 底部联系结束 */

.w-100{
  width: 100%;
}