/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
body {
  background: #f3f3f3;
}
.content {
  width: 100%;
  padding: 0 0.28rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.banner {
  display: block;
  z-index: 10;
}
.bod {
  position: relative;
  margin-top: -0.4rem;
  z-index: 20;
}
.con {
  width: 100%;
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.46rem 0 0.36rem 0;
}
.schoolImag {
  display: block;
  width: 1.21rem;
  height: 1.21rem;
  margin: 0 0.3rem;
}
.sch_text h2 {
  font-size: 0.3rem;
  color: #333;
}
.sch_text dl {
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  margin: 0.2rem 0;
}
.sch_text dl dd {
  padding: 0.04rem 0.1rem;
  background: #fef7f3;
  border-radius: 0.14rem;
  border: 1px solid #fcefe7;
  color: #ee7c30;
  font-size: 0.18rem;
  margin-right: 0.1rem;
}
.sch_text p {
  font-size: 0.24rem;
  color: #999;
}
.sch_text p span {
  margin-right: 0.2rem;
}
.address {
  margin-right: 0.3rem;
}
.address img {
  display: inline-block;
  width: 0.17rem;
  height: 0.21rem;
  vertical-align: middle;
}
.address span {
  font-size: 0.24rem;
  color: #ff9c00;
  vertical-align: middle;
}
.sch_bto {
  margin: 0.32rem 0.2rem 0;
  background: #fafafa;
  border-radius: 0.1rem;
  padding: 0.3rem 0 0.01rem 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.24rem;
}
.sch_bto dd {
  margin-bottom: 0.32rem;
}
.sch_bto dd img {
  display: inline-block;
  width: 0.23rem;
  height: 0.23rem;
  margin-right: 0.1rem;
  vertical-align: top;
}
.sch_bto dd .schimg2 {
  width: 0.26rem;
  height: 0.19rem;
}
.sch_bto dd .schimg3 {
  width: 0.21rem;
  height: 0.21rem;
}
.schpm {
  margin-right: 0.3rem;
}
.schjs {
  display: inline-block;
  width: 3.7rem;
  vertical-align: top;
  line-height: .28rem;
}
.bottom {
  margin-top: 0.21rem;
}
.bto_con {
  width: 100%;
  padding: 0.38rem 0 0 0;
}
.bto_tab {
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  justify-content: space-between;
  padding: 0 1.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bto_tab li:first-of-type div {
  display: block;
}
.bto_tab li b {
  font-size: 0.34rem;
  color: #333;
}
.bto_tab li div {
  display: none;
  width: 0.44rem;
  height: 0.03rem;
  background: #ff9c00;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.bto_tab .bto_titbg b {
  color: #ff9c00;
}
.bto_contab {
  padding: 0.01rem 0;
}
.bto_contab > dd {
  display: none;
}
.title {
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  align-items: center;
  justify-content: center;
  margin: 0.38rem 0 0.38rem 0;
  font-size: 0.3rem;
  font-weight: 700;
  color: #ff9c00;
}
.title i {
  width: 0.26rem;
  height: 1px;
  background: #ff9c00;
  margin: 0 0.12rem;
}
.con_text {
  margin: 0 0.2rem;
  text-indent: 2em;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.4rem;
}
.jiuye {
  margin: 0 0.2rem;
  font-size: 0.24rem;
  color: #666;
  line-height: 0.4rem;
}
.jiuye dd {
  text-indent: 2em;
}
.school li {
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.87rem;
  border-bottom: 1px solid #eee;
  font-size: 0.24rem;
}
.school li p {
  color: #333;
  margin-left: 0.3rem;
}
.school li dl {
  color: #999;
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  align-items: center;
}
.school li dl dd {
  padding: 0.06rem 0.1rem;
  margin-right: 0.1rem;
}
.school li dl img {
  display: block;
  width: 0.1rem;
  height: 0.17rem;
  margin: 0 0.3rem 0 0.18rem;
}
.school li:last-of-type {
  border: none;
}
.find_nav {
  width: 100%;
  height: 0.4rem;
  background-color: #fff;
  position: relative;
  top: 0;
  z-index: 99;
  display: -moz-box;
  display: -webkit-box;
  display: box;
  margin: 0.4rem 0;
}
.find_nav_left {
  height: 0.4rem;
  position: relative;
  overflow: hidden;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
.find_nav_list {
  position: absolute;
  left: 0;
}
.find_nav_list ul {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
.find_nav_list ul li {
  display: inline-block;
  height: 0.4rem;
  line-height: 0.38rem;
  margin: 0 0.13rem;
  padding: 0 0.12rem;
  border-radius: 0.25rem;
  background-color: #f3f3f3;
}
.find_nav_list ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  text-align: center;
  color: #666666;
}
.find_nav_list ul .find_nav_cur {
  background: #fef7f3;
  border: 1px solid #fcede6;
}
.find_nav_cur a {
  color: #ee7c30 !important;
}
.sideline {
  display: block;
  position: absolute;
  border: 0;
  height: 0.04rem;
  background-color: #ee7c30;
  left: 0;
  top: 0.7rem;
  pointer-events: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.bot_tablist ul{
  display: none;
}
.bot_tablist li:last-of-type {
  border: none;
}
.bot_tablist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.87rem;
  border-bottom: 1px solid #eee;
  padding: 0 0.2rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.24rem;
}
.bot_tablist li p {
  width: 4.84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.bot_tablist li div span,
.bot_tablist li div img {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.bot_tablist li div span {
  color: #999;
  margin-right: 0.1rem;
}
.bot_tablist li div img {
  width: 0.1rem;
  height: 0.17rem;
}
