/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*这个注释能生效*/
.lt {
  float: left;
}
.rt {
  float: right;
}
.banner {
  width: 100%;
  height: 3.62rem;
  background: url("../images/banner.jpg") no-repeat center top;
  background-size: 100% auto;
  padding: 0.01rem;
}
.widcon {
  padding: 0 0.2rem;
}
.one {
  width: 100%;
  -webkit-border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  border-radius: 0.04rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem #f1f1f1;
  position: relative;
  padding-top: 0.01rem;
  margin-top: -1.15rem;
}
.title {
  font-size: 0.59rem;
  color: #edeef3;
  text-align: center;
  font-weight: 700;
  position: relative;
  line-height: 100%;
  margin-top: 0.36rem;
}
.title p {
  font-size: 0.3rem;
  color: #424c5b;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0.02rem;
}
.title p span {
  color: #1391b1;
}
.tit2 {
  font-size: 0.2rem;
  color: #979797;
  line-height: 100%;
  text-align: center;
}
.oneimg {
  display: block;
  width: 0.85rem;
  position: absolute;
  top: -0.23rem;
  right: 0.36rem;
}
.one_con {
  margin-top: 0.28rem;
}
.one_con dl {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.6rem;
}
.one_con dl dt {
  font-size: 0.28rem;
  color: #f45579;
  margin-bottom: 0.22rem;
}
.one_con dl dd {
  font-size: 0.22rem;
  color: #333;
  margin-bottom: 0.18rem;
}
.one_con .one_line {
  display: inline-block;
  width: 1%;
  height: 1.06rem;
  border-left: 0.02rem dashed #d7d7d7;
  vertical-align: middle;
}
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.school .swiper-container {
  padding: 0.1rem 0.06rem 0.45rem;
  margin-top: 0.42rem;
}
.school .swiper-slide {
  flex-direction: column;
  box-shadow: 0 0 0.08rem #f1f1f1;
  padding: 0.17rem 0 0.2rem;
}
.school .swiper-slide img {
  display: block;
  height: 1.38rem;
}
.school .swiper-slide p {
  font-size: 0.2rem;
  color: #232323;
  margin: 0.14rem 0;
}
.school .swiper-slide div {
  width: 1.5rem;
  height: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  background: -webkit-linear-gradient(right, #4bdae0, #44a8c1);
  background: -moz-linear-gradient(left, #4bdae0, #44a8c1);
  background: -o-linear-gradient(left, #4bdae0, #44a8c1);
  background: linear-gradient(to right, #4bdae0, #44a8c1);
  font-size: 0.2rem;
  color: #fff;
  line-height: 0.3rem;
}
.school .swiper-pagination {
  bottom: 0;
}
.school .swiper-pagination-bullet {
  width: 0.16rem;
  height: 0.16rem;
}
.school .swiper-pagination-bullet-active {
  background: #1391b1;
}
/* from  表单 */
.frombg {
  width: 100%;
  height: 5.62rem;
  background: url("../images/frombg.jpg") no-repeat center top;
  margin-top: 0.42rem;
  color: #fff;
  text-align: center;
  padding: 0.55rem 0;
}
.frombg h1 {
  font-size: 0.3rem;
}
.from_text {
  font-size: 0.22rem;
  margin-top: 0.15rem;
  line-height: 0.4rem;
}
.from_val {
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  align-items: center;
  margin: 0.38rem 0 0 0.75rem;
}
.from_val p {
  width: 0.87rem;
  font-size: 0.28rem;
}
.from_val input {
  width: 4.98rem;
  height: 0.62rem;
  -webkit-border-radius: 0.05rem;
  -moz-border-radius: 0.05rem;
  border-radius: 0.05rem;
  background: #fff;
  text-indent: .5em;
}
.submit {
  width: 2.9rem;
  height: 0.54rem;
  -webkit-border-radius: 0.27rem;
  -moz-border-radius: 0.27rem;
  border-radius: 0.27rem;
  background: #fdc213;
  box-shadow: 0 0.08rem 0.12rem -0.08rem #d0b35c;
  font-size: 0.24rem;
  line-height: 0.54rem;
  margin: 0.38rem auto 0;
}
.ren {
  display: block;
  width: 7.41rem;
  margin: 0.3rem auto 0;
}
.btn {
  width: 3.65rem;
  height: 0.54rem;
  -webkit-border-radius: 0.27rem;
  -moz-border-radius: 0.27rem;
  border-radius: 0.27rem;
  background: #fdc213;
  box-shadow: 0 0.08rem 0.12rem -0.08rem #d0b35c;
  font-size: 0.24rem;
  line-height: 0.54rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.renbtn {
  margin-top: -0.1rem;
}
.teatit {
  position: relative;
}
.bgimg {
  position: absolute;
  height: 4.6rem;
  left: 0;
  top: -1.2rem;
}
.bgimgright {
  height: 2.72rem;
  left: auto;
  right: 0;
  top: -1.6rem;
}
.tea_tit {
  text-align: center;
  font-size: 0.24rem;
  color: #2d2d2d;
  margin: 0.4rem auto;
}
.tea_left {
  height: 2.94rem;
  -webkit-border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  border-radius: 0.03rem;
  background: #fff;
  border-right: 0.12rem solid #e8ebf2;
  border-bottom: 0.12rem solid #e8ebf2;
  padding: 0 0.07rem 0.07rem 0;
}
.tea_left img {
  width: 2.26rem;
  height: 2.93rem;
  margin-top: -0.19rem;
}
.tea_right {
  width: 4.63rem;
  height: 2.66rem;
  background: #fff;
  text-align: left;
  padding: 0.28rem 0 0 0.2rem;
  font-size: 0.2rem;
}
.tea_right h1,
.tea_right p {
  display: inline-block;
}
.tea_right h1 {
  font-size: 0.3rem;
  color: #2d2d2d;
}
.tea_right p {
  color: #2d2d2d;
  margin-left: 0.18rem;
  position: relative;
  z-index: 2;
  padding: 0 0.03rem;
}
.tea_right p::before {
  display: block;
  content: "";
  width: 100%;
  height: 0.09rem;
  -webkit-border-radius: 0.045rem;
  -moz-border-radius: 0.045rem;
  border-radius: 0.045rem;
  background: #49b9d6;
  position: absolute;
  bottom: -0.04rem;
  left: 0;
  z-index: -1;
}
.tea_right div {
  margin: 0.1rem 0.2rem 0 0;
  line-height: 0.3rem;
}
.teacher .swiper-container {
  padding: 0.2rem 0;
}
.teacher .swiper-slide {
  align-items: flex-start;
}
.teacher .swiper-pagination {
  bottom: 0;
}
.teacher .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.14rem;
}
.teacher .swiper-pagination-bullet-active {
  background: #1391b1;
}
.teacher2 {
  position: relative;
}
.teacher2 .swiper-container {
  width: 5.68rem;
  padding-top: 0.2rem;
}
.teacher2 .swiper-slide {
  flex-direction: column;
}
.teacher2 .swiper-slide h1 {
  font-size: 0.26rem;
  color: #2d2d2d;
  margin: 0.18rem 0 0.08rem;
}
.teacher2 .swiper-slide p {
  font-size: 0.2rem;
  color: #535353;
}
.teacher2 .swiper-button-prev,
.teacher2 .swiper-button-next {
  width: 0.26rem;
  height: 0.26rem;
  background: url("../images/tea_lun2.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  outline: none;
}
.teacher2 .swiper-button-prev {
  left: 0.19rem;
}
.teacher2 .swiper-button-next {
  right: 0.19rem;
  transform: rotate(180deg);
}
.book {
  margin-top: 0.35rem;
  position: relative;
}
.book .swiper-container {
  width: 6.74rem;
}
.book .swiper-slide {
  flex-direction: column;
}
.book .swiper-slide img {
  height: 1.67rem;
}
.book .swiper-slide p {
  font-size: 0.18rem;
  color: #666;
  margin-top: 0.22rem;
}
.book .swiper-button-prev,
.book .swiper-button-next {
  width: 0.26rem;
  height: 0.26rem;
  background: url("../images/tea_lun2.png") no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  outline: none;
}
.book .swiper-button-prev {
  left: 0.19rem;
}
.book .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.coach {
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.coach li {
  margin-bottom: 0.26rem;
}
.coach_top {
  font-size: 1.18rem;
  color: #e5e5e5;
  padding-left: 0.6rem;
  font-family: "Century Gothic";
  position: relative;
}
.coach_top img {
  display: block;
  height: 0.46rem;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}
.coach_tit {
  font-size: 0.26rem;
  color: #1391b1;
  margin: 0.2rem 0 0.1rem;
}
.coach_text {
  font-size: 0.2rem;
  color: #979797;
  line-height: 0.3rem;
}
.vs {
  height: 5.2rem;
  background: url("../images/vs.png") no-repeat center top;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-top: 0.36rem;
  overflow: hidden;
}
.vs_left {
  width: 3.72rem;
  margin: 0.32rem 0 0 0.16rem;
  float: left;
}
.vs_left span {
  width: 3.6rem;
}
.vs_con dd {
  margin-bottom: 0.2rem;
  color: #fff;
  line-height: 0.26rem;
  font-size: 0.2rem;
}
.vs_con dd i,
.vs_con dd span {
  display: inline-block;
  vertical-align: text-top;
}
.vs_con dd span {
  margin-left: 0.06rem;
}
.vs_right {
  float: right;
  width: 2.68rem;
  margin: 0.74rem 0.02rem 0 0;
}
.vs_right span {
  width: 2.4rem;
}
.picbtn {
  width: 1.44rem;
  height: 0.43rem;
  line-height: 0.43rem;
}
table {
  width: 100%;
}
.pic {
  margin-top: 0.3rem;
  text-align: center;
  font-size: 0.2rem;
}
.pic th {
  height: 0.46rem;
  background: #1391b1;
  color: #fff;
  font-weight: 500;
  border-right: 1px solid #ddd;
}
.pic th:last-of-type {
  border-right: 1px solid #1391b1;
}
.pic td {
  height: 0.4rem;
  line-height: 0.3rem;
  border: 1px solid #ddd;
  color: #2d2d2d;
}
/*环境*/
.huan {
  display: block;
  width: 7.1rem;
  margin: 0.28rem auto 0;
}
.lb {
  width: 100%;
  background: url(../images/lb_bg.png) no-repeat center 0rem;
  background-size: 100% 100%;
  padding-bottom: 0.28rem;
  padding-top: 0.3rem;
}
.lb .tit {
  margin: 0.46rem 0 0.3rem 0;
}
.lb .bh {
  position: relative;
  width: 7.09rem;
  height: 3.03rem;
  background-color: rgba(19, 145, 177, 0.9);
  border-radius: 0.2rem;
  opacity: 0.8;
  padding-right: 0.36rem;
  margin: 0 auto;
}
.lb .bh .bao {
  width: 1.55rem;
  height: 1.3rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -0.4rem;
}
.lb .bh .bao img {
  display: block;
  width: 100%;
}
.lb .bh .lt {
  padding: 0.44rem 0 0 0.2rem;
}
.lb .bh .lt div {
  text-align: center;
  font-size: 0.22rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}
.lb .bh .lt p {
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.13rem;
}
.lb .bh .rt {
  padding-top: 0.5rem;
  width: 2.9rem;
}
.lb .bh .rt .lq {
  text-align: center;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.33rem;
}
.lb .bh .rt ul li {
  float: left;
  margin-bottom: 0.18rem;
}
.lb .bh .rt ul li input {
  width: 1.31rem;
  height: 0.34rem;
  background-color: #edeef3;
  border-radius: 0.14rem;
  padding-left: 0.18rem;
  font-size: 0.12rem;
  color: #333333;
}
.lb .bh .rt ul li:nth-of-type(odd) {
  margin-right: 0.24rem;
}
.lb .bh .rt .btn_foot {
  width: 2.89rem;
  height: 0.35rem;
  line-height: 0.34rem;
  text-align: center;
  box-shadow: 0.03rem 0.04rem 0.1rem 0rem rgba(241, 200, 56, 0.59);
  border-radius: 0.14rem;
  font-size: 0.2rem;
  background: #fdc418;
  color: #2764c6;
  opacity: 1;
}
