/*默认样式*/

* //* 一、重置*/html { overflow-y: scroll; }/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

body,
div,
p,
span,
a,
img,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
thead,
tbody,
tr,
td,
th {

  padding: 0;

  margin: 0;

}
.ql-align-center{
  text-align: center;
}
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12rem/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 12rem/1 "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
  background: transparent;

}

button,
input,
select,
textarea {

  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
  border: none;

  outline: none;

}

input::-ms-input-placeholder {

  color: #c2c2c2;

}

input::-webkit-input-placeholder {
  /* webkit 浏览器*/
  color: #c2c2c2;

}

input::-moz-placeholder {
  /* 火狐浏览器 */
  color: #c2c2c2;

}

textarea::-ms-input-placeholder {

  color: #c2c2c2;

}

textarea::-webkit-input-placeholder {
  /* webkit 浏览器*/
  color: #c2c2c2;

}

textarea::-moz-placeholder {
  /* 火狐浏览器 */
  color: #c2c2c2;

}

/*  设置input placeholder 样式 */
select {

  appearance: none;

  -moz-appearance: none;

  -webkit-appearance: none;

  cursor: pointer;

}

select::-ms-expand {
  display: none;
}

/*将默认的select选择框样式清除*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

a {

  text-decoration: none;

  outline: none;

  color: #7f7f7f;

}

a:visited {

  text-decoration: none;

  outline: none;

}

a:hover {

  text-decoration: none;

  outline: none;

}

a:active {

  text-decoration: none;

  outline: none;

}

a:focus {

  text-decoration: none;

  outline: none;

}

img {
  vertical-align: top;
  border: none;
  object-fit: cover;
}

/* 让链接里的 img 无边框  ie会出现*/
label {

  cursor: pointer;

}

/*  label标签鼠标移入后变为手型  */
table {

  border-collapse: collapse;
  /*合并边框*/
  border-spacing: 0;

}

/* 重置表格元素 */



/* 加载中 */
.container-p {
  width: 300rem;
  height: 50rem;
  color: #F63C3E;
  margin: 0 auto;
  text-align: center;
  font-size: 24rem;
  font-weight: bold;
  position: absolute;
  top: 300rem;
  left: 50%;
  margin-left: -150rem;

}

.rotate {
  position: absolute;
  width: 100rem;
  height: 100rem;
  top: 100rem;
  left: 50%;
  margin-left: -50rem;
}

.rotate .item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  animation: xuanzhuan 4s linear infinite;
}

.rotate .item:nth-child(1) {
  animation-delay: 0.15s;
}

.rotate .item:nth-child(2) {
  animation-delay: 0.3s;
}

.rotate .item:nth-child(3) {
  animation-delay: 0.45s;
}

.rotate .item:nth-child(4) {
  animation-delay: 0.6s;
}

.rotate .item:nth-child(5) {
  animation-delay: 0.75s;
}

.rotate .item::after {
  content: '';
  display: block;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  background: #F63C3E;
}

@keyframes xuanzhuan {
  75% {
    transform: rotate(650deg);
  }

  79% {
    transform: rotate(720deg);
    opacity: 1;
  }

  80% {
    transform: rotate(720deg);
    opacity: 0;
  }

  100% {
    transform: rotate(810deg);
    opacity: 0;
  }
}

/* 超出一行 */
.ov1 {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.ov3 {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
}

.ov2 {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

/* 头部*/
.head {
  width: 100%;
  background-color: #fff;
}

.head-auto {
  height: 100%;
  display: flex;
  width: 1300rem;
  margin: auto;

}

.head-left {
  width: 469rem;
  height: 67rem;
  margin: auto;
  flex: 1;
  flex-shrink: 0;
}

.head-auto image {
  width: 286rem;
  height: 80rem;
  flex-shrink: 0;
}

.show-hover p a:hover{
  background: rgba(216, 14, 44, 0.08);

}
.r-call {
  font-style: normal;
  font-weight: 400;
  font-size: 18rem;
  text-align: center;

  color: #333333;
  line-height: 24rem;
  padding: 17rem;
  text-align: center;
  flex-shrink: 0;
  margin-right: 52rem;
  flex-shrink: 0;
}

.r-call p:nth-child(2) {
  color: #EA4049;
}

.r-kf {
  background: linear-gradient(270deg, #E10727 1.21%, #EA4049 100%);
  border-radius: 20rem;
  width: 124rem;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 8rem 0;
  cursor: pointer;
}

.r-kf .kf-icon {
  width: 24rem;
  height: 24rem;
  margin-right: 2rem;
  vertical-align: middle;
}

.kf-code {
  display: none;
  width: 124rem;
  height: 140rem;
  position: absolute;
  top: 40rem;
  left: 0;
  z-index: 99999;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0.1);
  padding-bottom: 8rem;
  padding-top: 8rem;
}

.kf-code img {
  width: 108rem;
  height: 108rem;
  /* margin-left: 8rem; */
}

.kf-code p {
  font-weight: 400;
  font-size: 10rem;
  line-height: 14rem;
  color: #999999;
}

.r-kf:hover .kf-code {
  display: block;
}

.r-kf span {
  font-size: 16rem;
  color: #fff;
  vertical-align: middle;
}

.head-tap {
  height: 60rem;
  background-color: #EA4049;
}

/*顶部状态栏开始*/
.head-tap ul {
  line-height: 60rem;
  display: flex;
  width: 1200rem;
  margin: auto;
}

.head-tap ul li {
  position: relative;
  padding: 0 32rem;
  color: #333;
  font-size: 18rem;
  cursor: pointer;
  color: #fff;
  flex-shrink: 0;
}

.head-tap ul li:hover {
  background-color: #D80E2C;
}

.head-tap ul li .tab-a {
  display: inline-block;
  color: #fff;
  font-size: 18rem;
}

.head-hover {
  display: none;
  width: 100%;
  text-align: center;
  line-height: 34rem;
  padding: 13rem 0;
  background-color: #fff;
  position: absolute;
  top: 60rem;
  z-index: 9999;
  left: 0;
}
.show-hover{
  display: none;
}

.show-hover p::-webkit-scrollbar{
  
  display: none;
}
.show-hover a{
  /* background-color: #f5f5f5; */
}
.show-hover a:hover{
  background: rgba(216, 14, 44, 0.08);
}
/* .head-hover:hover .show-hover{
  display: block;
} */
.head-hover p {
  padding: 0 20rem;
}
.head-hover .aa:hover .show-hover{
  display: block;
}
.head-hover .aa:hover {
  background: rgba(216, 14, 44, 0.08);
}
.head-hover:hover .hover-span{
  display: block;
}
.head-hover p a {
  font-size: 14rem;
  color: #333;
  display: inline-block;
}

.head-hover p a:hover {
  color: #EA4049;

}

.head-tap ul li:hover .head-hover {
  display: block;
}
.head-tap ul li .head-hover:{}
/*头部结束*/



/*尾部开始*/
.fool {
  padding: 39rem 120rem;
  background-color: #333;
  display: flex;
}

.fool-left {
  flex: 1;
  flex-shrink: 0;
}

.l-auto {
  display: flex;
  margin-bottom: 40rem;
}

.l-auto ul {
  margin-right: 33rem;
}

.l-auto .l-ul-title {
  font-size: 16rem;
  color: #fff;
  margin-bottom: 10rem;
}

.l-auto ul li,
.l-auto ul li a {
  color: #737C8B;
  font-size: 12rem;
  cursor: pointer;
  padding: 8rem 0;
}

.l-auto ul li:hover,
.l-auto ul li a:hover {
  color: #fff;

}

.l-bott {
  color: #737C8B;
  font-size: 12rem;
}

.fool-right {
  text-align: center;
}

.fool-right p {
  font-size: 16rem;
  color: #fff;
}

.fool-right img {
  width: 92rem;
  height: 92rem;
  margin-top: 11rem;
}

/*尾部结束*/







/*///////////////////*/
.specialty {
  padding: 64rem 0 80rem 0;
  width: 100%;
  background-color: #F6F7F9;
}

.specialty-auto {
  margin: auto;
  width: 1200rem;
}

.spec-ex-tit {
  text-align: center;
  font-weight: 500;
  font-size: 26rem;
  line-height: 36rem;

  color: #C5C9CD;
  text-align: center;
}

.spec-title {
  width: 300rem;
  text-align: center;
  display: flex;
  margin: auto;
  margin-bottom: 53rem;
}

.spec-null {
  width: 53rem;
  background-color: #D4D8DD;
  height: 2rem;
  margin: auto;
}

.spec-title-text {
  font-weight: 600;
  font-size: 28rem;
  line-height: 39rem;
  color: #EA4049;
}

/*///////////////////*/


/* 线上预约开始 */
.make {
  background: #FAFAFA;
  width: 100%;
  padding-bottom: 70rem;
}

.make-title {
  font-weight: 600;
  font-size: 24rem;
  line-height: 34rem;

  padding-bottom: 47rem;
  color: #EA4049;
  padding-top: 63rem;
  text-align: center;
}

.make-shuru {
  display: flex;
  justify-content: space-around;
  padding-bottom: 50rem;
  font-size: 14rem;


  color: #666666;

}



.make-shuru .sele button {
  display: flex;
  justify-content: space-between;
  height: 40rem;
  line-height: 28rem;
  width: 190rem;
  overflow: hidden;
  color: #DBDBDB;

}

.make-shuru .sele:nth-child(2) button {
  width: 280rem;
}

.sele span {
  margin: auto;
  margin-right: 0;
}

.make .dropdown-menu {
  min-width: 190rem;
  max-height: 300rem;
  overflow-y: scroll;
}

.make-shuru input {
  width: 190rem;
  padding: 6rem 12rem;
  background: #FFFFFF;
  border: 1rem solid #DBDBDB;
  border-radius: 6rem;
  height: 40rem;
}

.make-data {
  display: flex;
  height: 63rem;
  line-height: 63rem;
  background: #D9D9D9;
  border-radius: 6rem 6rem 0rem 0rem;
  font-size: 14rem;
  text-align: center;
  overflow: hidden;
}

.make-auto {
  width: 1100rem;
  margin: auto;
}

.mt7 {
  overflow: hidden;
  background: url("../image/icon/from_bg_big.png") 100% 100% no-repeat;
  /* background: linear-gradient(180deg, #EA4049 0%, #E10727 123.81%); */
  border-radius: 12rem 12rem 0rem 0rem;
  color: #fff;
  margin-top: 70rem;

}

.data-th {
  width: 25%;
  height: 63rem;
}

.from-positon {
  height: 700rem;
  overflow: hidden;
  position: relative;
}

.from-ul {
  /* width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.1s linear;
  top: 0;
  left: 0; */
}

ul .make-data {
  background: #fff;

}

ul .make-data:nth-child(2n) {
  background-color: #FAFAFA;
}

/* 线上预约结束 */

/*提交按钮*/
.study-more {
  user-select: none;
  width: 165rem;
  height: 40rem;
  border-radius: 6rem;
  text-align: center;
  line-height: 40rem;
  font-size: 14rem;
  vertical-align: middle;
  color: #fff;
  margin: auto;
  cursor: pointer;
  background: #EA4049;
}
.study-more:hover{
  background-color: #e82a33;
}
.mto {
  margin: 0;
}

.study-more a {
  color: #fff;

}

.study-more img {
  width: 20rem;
  height: 20rem;
  vertical-align: middle;
}

/* 分页开始 */
.page {
  display: flex;
  margin: auto;
  margin-top: 30rem;
  margin-bottom: 90rem;
}

.page ul {
  margin: auto;
  display: flex;
  font-weight: 400;
  font-size: 14rem;
  color: #999999;
}

.page ul li {
  cursor: pointer;
  padding: 9rem 13rem;
  margin-right: 5rem;
  border: 1rem solid #999999;
}

.page .pre,
.next,.pre {
  cursor: pointer;
  padding: 9rem 13rem;
  /* border: 1rem solid #999999; */
  color: #333;
  margin-right: 5rem;
  user-select: none;
}
.pre:hover{
  color: #EA4049;
}
.next:hover{
  color: #EA4049;
}
.page ul .active {
  color: red;
  border: 1rem solid red;
}

/* 分页开始 */

/* 页面内导航开始 */
.top_prefab_wrap {
  width: 100%;
  height: 60rem;
  margin-bottom: 3rem;
  box-shadow: 0rem 2rem 3rem rgba(0, 0, 0, 0.05);
}

.top_prefab {
  height: 100%;
  width: 1440rem;
  margin: 0 auto;
  font-size: 14rem;
  color: #333;
  padding-left: 118rem;
  display: flex;
  align-items: center;
}

.top_prefab img {
  width: 16rem;
  height: 16rem;
  margin-right: 5rem;
}

.pre_line {
  width: 1rem;
  height: 13rem;
  background-color: #333;
  display: inline-block;
  transform: rotate(20deg);
  margin: 0 7rem;
}

/* 页面内导航结束 */


/* 图片 */
.about-img {
  width: 100%;
}




/*会被详情引用的右边--开始*/
.detail {
  width: 100%;
  background-color: #fff;
}

.detail-auto {
  margin: auto;
  display: flex;
  width: 1200rem;
  justify-content: space-between;
}

.detail-left {
  width: 816rem;
}
.detail-left img{
  width: 100%;

}
.detail-right {
  flex-shrink: 0;
  width: 300rem;
  margin-top: 130rem;
}

.detail-lists {
  box-shadow: 0rem 0rem 8rem rgba(0, 0, 0, 0.06);
  background: #fff;
  border-radius: 6rem;
}

.detail-lists .lists-one {
  width: 300rem;
  height: 48rem;
  display: flex;
  padding: 0 16rem;
  border-radius: 6rem 6rem 0rem 0rem;
  font-size: 18rem;
  line-height: 48rem;
  color: #fff;
  margin-bottom: 10rem;
}

.lists-one img {
  width: 21rem;
  vertical-align: middle;
  margin: auto 0;
  margin-right: 10rem;
  height: 21rem;
}

.lists-one span {
  margin: auto 0;
  display: inline-block;
  height: 17rem;
  width: 3rem;
  margin-right: 10rem;
  background: #333333;
  ;
}

.detail-lists li {
  cursor: pointer;
  padding: 0 15rem;
}

.detail-lists li .lists-item {
  padding: 15rem 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1rem solid #f5f5f5;
  font-weight: 400;
  font-size: 14rem;
  line-height: 20rem;
  color: #333333;
}
.detail-lists li .lists-item a{
  font-size: 14rem;
  color: #333333;
}
.detail-lists li .lists-item a:hover {
  color: #EA4049;
}
.detail-lists li .lists-item img{
  width:20rem;
  height: 20rem;
}
.detail-contact {
  width: 300rem;
  background: #fff;
  margin-top: 15rem;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 8rem rgba(0, 0, 0, 0.06);
  border-radius: 6rem;
}

.c-item {
  display: flex;
  padding: 12rem;
}

.c-item img {
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  margin-right: 15rem;
}

.c-item-cont {
  font-weight: 400;
  font-size: 14rem;
  margin-top: 5rem;
  line-height: 20rem;

  color: #333333;
}

/*会详情被引用的右边--结束*/



/* 教学风采开始 */
.style {
  width: 100%;
  background: #fff;
  padding-top: 63rem;
  padding-bottom: 55rem;
}

.style-tap-list {
  width: 100%;
  display: flex;
  border-bottom: 1rem solid #F2F2F2;
}

.style-tap-list ul {
  height: 60rem;
  line-height: 58rem;
  margin: auto;
  display: flex;
}

.style-tap-list ul li {
  cursor: pointer;
  font-weight: 400;
  font-size: 16rem;
  margin: 0 35rem;
  color: #333333;
}

.style-tap-list ul li:hover {
  color: #EA4049 !important;
  border-bottom: 3rem solid #EA4049;
}

.style-tap-list ul .s-active {
  color: #EA4049 !important;
  border-bottom: 3rem solid #EA4049;
}

.style-list {
  width: 100%;
  display: flex;
  margin-top: 30rem;
  flex-wrap: wrap;

}

.style-list li {
  width: 290rem;
  height: 290rem;
  background-color: #F2F2F2;
  border-radius: 13rem;
  margin-bottom: 10rem;
  margin-right: 12rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.style-list li:hover .style-posi {
  bottom: 0;
  transition: all 0.3s;

}

.style-list li:nth-child(4n) {
  margin-right: 0;
}

.style-list li img {
  border-radius: 13rem;
  width: 100%;
  height: 100%;
}

.style-list li .style-posi {
  position: absolute;
  bottom: -45rem;
  background: rgba(51, 51, 51, 0.6);
  left: 0;
  width: 100%;
  border-radius: 0 0 10rem 10rem;
  line-height: 45rem;
  height: 45rem;
  color: #fff;
  font-size: 16rem;
  text-align: center;
}

.style-img {
  width: 1200rem;
  height: 110rem;
  margin-top: 35rem;
}

/* 教学风采结束 */


.service {
  padding: 5rem;
  background: #DCF1FE;
  border-radius: 6rem;
  position: fixed;
  right: 2rem;
  top: 300rem;
  padding: 5rem;
  display: flex;
  flex-direction: column;
  z-index: 99999;
}

.service li {
  position: relative;
  width: 60rem;
  cursor: pointer;
  height: 60rem;
  border-radius: 6rem;
  text-align: center;
  margin: auto;
  margin-bottom: 5rem;
  background: #fff;
}

.service .service-img {
  width: 28rem;
  height: 28rem;
  margin-top: 9rem;
}

.service .service p {
  line-height: 20rem;
}
.service li:hover .service-call{
  display: block;
}
.service li:hover .service-posi {
  display: block;
}
.service li:hover .service-qq{
  display: block;
}
.service-qq{
  display: none;
  position: absolute;
  right: 80rem;
  padding:20rem 10rem;
  background: #fff;
  box-shadow: 0px 2rem 8rem rgba(219, 219, 219, 0.5);
  top: 2rem;
  border-radius: 10rem;
  font-size: 16rem;
}
.service-call{
  font-size: 16rem;
  display: none;
  position: absolute;
  right: 80rem;
  padding:20rem 10rem;
  width: 144rem;
  background: #fff;
  box-shadow: 0px 2rem 8rem rgba(219, 219, 219, 0.5);
  top: 2rem;
  border-radius: 10rem;
}
.service-posi {
  display: none;
  position: absolute;
  left: -156rem;
  width: 150rem;
  top: -50rem;
  height: 150rem;
}
.service-posi img{
  width: 109rem;
  height: 109rem;
  margin-left: 20rem;
  margin-top: 12rem;
  margin-bottom: 5rem;
}
.service-posi .item-s{
  font-weight: 400;
  font-size: 12rem;
  line-height: 34rem;
  color: #EA4049;
}
.service li:last-child {
  margin-bottom: 0;
}




.s-position {
  position: fixed;
  bottom: 0;
  background: rgba(250, 250, 250, 0.9);
  left: 0;
  width: 100%;
  padding: 0;
  height: 200rem;
  z-index: 9999;
}

.s-position .make-title {
  padding-top: 46rem;
  padding-bottom: 30rem;

}

.dele {
  position: absolute;
  right: 67rem;
  top: 20rem;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  cursor: pointer;
}
.detail-content{
  font-weight: 400;
    /* font-size: 16rem; */
    line-height: 37rem !important;
    color: #333333;
}
.detail-content span{
  line-height: 37rem !important;
}
