@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}


body {


  /* width: 1200px;
  height: 100%;
  margin: 0 auto;
  font-size: 40px;
  background-color: pink; */
}

span{
  word-break: break-word;
}

.detail {
  background: #40d2b1;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /*设置圆角边框*/
  text-align: center;
  line-height: 3;
  margin-right: 15px;
}

.navbar-default {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.25);
  /*向框增加阴影box-shadow: h-shadow必需。水平阴影的位置 v-shadow必需。垂直阴影的位置。
      blur后面均可选。模糊距离。 spread 阴影的尺寸  color 阴影的颜色*/
  background-color: #fff;
}


.navbar-header .navbar-brand {
  /* margin-left: 100px; */
}

.navbar-default .navbar-nav>li>a {
  /* font-size: 16px;
    font-weight: bold;
    color: #666;
    height: 70px;
    line-height: 35px; */


  font-size: 16px;
  color: #151515;
  letter-spacing: 0;
  line-height: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(110, 231, 203, 1);
}

.navbar-default .navbar-toggle:hover {
  border-color: #40d2b1;
  background-color: rgba(91, 185, 153, 1);
}

.navbar-toggle {
  margin-top: 17px;
}

/* banner */
.carousel {
  /* width: 1920px;
  height: 532px; */
  background-color: #000;
}

.carousel .item {
  /* height: 532px; */
  background-color: #000;
}

.carousel image {
  /* height: 100%; */
  width: 200px;
}

.carousel .img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

/* main */
.main {
  width: 1200px;
  margin: 0 auto;
  top: 0;
  height: 100%;
  /* font-size: 40px; */
  /* background-color: pink; */
}

.main .school {
  /* background-color: #40d2b1; */
  height: 390px;
}


.top_view_img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-top: 50px;
  /* width: 100%; */
}
@media screen and (max-width: 1200px) {
  body {
    width: 1200px;
  }
}

.title {
  padding-top: 20px;
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
}

.title_colorLump {
  /* padding-top: 20px; */
  margin: 0 auto;
  width: 60px;
  height: 3px;
  font-size: 3px;
  line-height: 3px;
  background: #59AA97;
  background: #1ABC95;
  text-align: center;
}

.title_left {
  /* padding-top: 20px; */
  font-size: 15px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  line-height: 40px;
  font-weight: 600;
}

.title_colorLump_left {
  /* padding-top: 20px; */

  width: 60px;
  height: 3px;
  font-size: 3px;
  line-height: 3px;
  background: #59AA97;
  background: #1ABC95;
  text-align: center;
}

.contact_us {
  margin-top: 36px;
}

.contact_us span {
  /* margin-top: 20px;
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 30px; */

    /* margin-top: 20px; */
  font-family: SourceHanSansCN-Normal;
  font-size: 16px;
  color: #666666;
  /* letter-spacing: 0; */
  line-height: 30px;
}

.contact_us .contact_us_right {
  height: 180px;
  width: 500px;
  margin-left: 31px;
  /* background-color: #CEEDE7; */
}

.tabbar_out {
  background: #CEEDE7;
  background: #F9F9F9;
}

.tabbar {
  width: 1200px;
  margin: 0 auto;
  background-color: #1ABC95;
  margin-top: 41px;
  height: 289px;
  background: #CEEDE7;
  background: #F9F9F9;
}

.tabbar .tabbar_top {
  position: relative;
  top: 23px;
  width: 100%;
  height: 80px;
}

.tabbar .tabbar_down {
  position: relative;
  top: 33px;
  width: 100%;
  height: 100px;
  /* background-color: #1ABC95; */
}

.tabbar .tabbar_down span {
  /*font-family: SourceHanSansCN-Regular;*/
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  /* text-align: center; */
  line-height: 28px;
}

.tabbar .tabbar_top .tabbar_top_selecte {
  /* background-color: rebeccapurple; */
  width: 250px;
  margin-right: 25px;
  font-weight: 500;
}

.tabbar .tabbar_top .tabbar_top_selecte span {
  font-family: SourceHanSansCN-Medium;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: right;
}

.wish {
  /* background-color: red; */
}

.wish_left {
  /* background-color: rebeccapurple; */
  width: 800px;
  float: left;
}

/* 头部img  */

.btn {
  border: none !important;
  box-shadow: none !important;
  outline: none;
  font-size: 16px;
}

.select_botton {
  outline: none;
  color: #1ABC95;
}

/* 去除蓝色边框 */
.btn:focus,
.btn:hover,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
  color: #1ABC95;
}

/* flex布局 */
.ui-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.ui-flex,
.ui-flex *,
.ui-flex :after,
.ui-flex :before {
  box-sizing: border-box
}

.ui-flex.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ui-flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
