.container {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.header {
  width: 100%;
}
.header-img {
  width: 100%;
}
.header-btn {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  left: 64.6%;
  top: 66%;
  cursor: pointer;
}
@-webkit-keyframes fadeIn {
  0% {
  opacity: 0; /*初始状态 透明度为0*/
  }
  50% {
  opacity: 0; /*中间状态 透明度为0*/
  }
  100% {
  opacity: 1; /*结尾状态 透明度为1*/
  }
}
.dialogX{
  position: absolute;
  width: 3vw;
  height: 3vw;
  right: 0;
  cursor: pointer;
}
.clickQRCode2{
  cursor: pointer;
}
.dialogHidden{
  opacity: 0;
}
.dialogShow{
  opacity: 1;
}
.dialogFadeIn {
  -webkit-animation-name: fadeIn; /*动画名称*/
  -webkit-animation-duration: 1s; /*动画持续时间*/
  -webkit-animation-iteration-count: 1; /*动画次数*/
  -webkit-animation-delay: 1s; /*延迟时间*/}
.header-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.main {
}
.box {
  width: 52.1%;
  margin: 0 auto 0;
  background-color: #fff;
  padding-bottom: 50px;
}
.box-title {
  width: 1106px;
  height: 109px;
  background: url(../images/title-bgi.png) center no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 98px;
  color: #672617;
  font-size: 40px;
  font-weight: 600;
  top: -8px;
}
.red {
  color: #f63530;
}
.box-content {
  background-color: #fff;
  width: 100%;
}
.btn-box {
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  background-color: #ffcfbb;
}
.courseDetailBox{
  height: 0;
  padding: 0;
}
.courseDetail{
  width: 15vw;
  transform: translate(18vw,-7vw);
}
.btn-box .telephone {
  display: inline-block;
  color: #fa4c07;
  font-size: 2vw;
  font-weight: 600;
  vertical-align: middle;
  padding: 12px 0;
  margin-right: 30px;
}
.btn-box .btn {
  box-shadow:  0 1px 2px rgba(0,0,0,.2);
  display: inline-block;
  color: #fa4c07;
  width:15vw;
  font-size: 2vw;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7d7d7));
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 6px 10px;
  vertical-align: middle;
  cursor: pointer;
}
.btn-box .btn a{
  color: #fa4c07;
}
.box1 .box-content {
  padding: 60px 40px 50px;
}
.box1-list {
  display: flex;
  justify-content: space-between;
}
.box1-li-content {
  width: 329px;
}
.box2 .box-content {
  padding: 50px 40px 50px;
}
.box2-list {
  display: flex;
  justify-content: space-between;
}
.box2-li-content {
  width: 489px;
}
.box2-text {
  padding: 0 42px;
  font-size: 28px;
  color: #333;
  line-height: 50px;
}
.bold {
  font-weight: 600;
}
.table-box {
  margin-top: 30px;
}
.table {
  width: 100%;
  font-size: 26px;
  color: #313131;
  text-align: center;
  margin-top: 8px;
  border-spacing: 4px;
}
.table td {
  padding: 12px 30px;
  line-height: 40px;
  background-color: #dcdcdc;
  min-width: 130px;
}
.table .t-head {
  font-size: 32px;
  font-weight: 600;
  color: #672617;
  background-color: #f7a302;
  text-align: center;
  padding: 20px 30px;
}
.t-head.t-head2 {
  padding: 16px 70px;
  min-width: 210px;
}
.table .td-odd {
  background: #ffda80;
}
.table .td-even {
  background-color: #f9f1ce;
}
.td-right {
  text-align: left;
}
.box2-text-box {
  margin: 0 3px;
  padding: 20px 0;
  background-color: #ffdfac;
}
.box2-text-box .box2-text {
  font-size: 30px;
  padding: 0 20px;
}
.box2-text-box2 {
  padding: 20px;
  font-size: 26px;
  font-weight: 600;
  color: #222;
  line-height: 50px;
  display: flex;
  align-items:center;
}
.box2-text-box2 .box2-img {
  margin: 0 26px;
  text-align: center; 
  
}
.box2-text-box2 .box2-img img {
  width: 76px;
}
.orange {
  color: #fb670b;
}
.box3 .box-content {
  padding: 10px 50px 50px;
}
.teacher-text {
  font-size: 26px;
  font-weight: 600;
  padding: 30px 20px;
}
.red {
  color: #d30300;
}
.teacher-list li {
  float: left;
  width: 20%;
  padding: 0 4px 8px;
}
.box4 .box-content {
  padding: 50px 60px;
}
.method {
  width: 100%;
  padding: 4px 8px;
}
.method li {
  width: 50%;
  padding: 4px;
}
.box5 .box-content {
  padding: 10px 100px 40px;
}
.suggest {
  padding-top: 20px;
  font-style: italic;
}
.quotes {
  font-family: 'Lucida Bright';
  font-size: 148px;
  font-style: italic;
  color: #f2531c;
  line-height: 1;
  vertical-align: middle;
  height: 70px;
}
.text-right {
  text-align: right;
}
.suggest-text {
  font-size: 20px;
  color: #333;
  text-indent: 30px;
  padding-left: 16px;
  line-height: 34px;
}
.suggest-from {
  font-size: 28px;
  color: #f2531c;
  font-weight: 600;
  position: relative;
  top: -76px;
}
.box6 .box-content {
  padding: 30px 40px 40px;
}
.questions {
  padding: 16px 6px;
}
.questions li {
  float: left;
  width: 33.33%;
  padding: 4px; 
}
.questions-item {
  padding: 12px 16px;
  border-radius: 6px;
  background-color: #e5e5e5;
  color: #282828;
  font-size: 26px;
  line-height: 42px;
  height: 108px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.questions-item.yellow1 {
  background-color: #ffda80;
}
.box7 .box-content {
  padding: 0px 60px 50px;
}
.small-text {
  display: inline-block;
  line-height: 0;
  font-size: 22px;
  color: #672617;
  vertical-align: middle;
}
.small-up {
  line-height: 1.2;
}
.small-bottom {
  line-height: 1.2;
  letter-spacing: 2px;
}
.box6-text {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  padding: 30px 14px 16px;
}
.box6-text-small {
  font-size: 14px;
  font-weight: 600;
  margin: 0 12px;
}
.specialty li {
  float: left;
  width: 25%;
  padding: 0 8px;
}
.specialty-text {
  width: 100%;
  background-color: #dadada;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 0;
}
.text-big {
  font-size: 26px;
  font-weight: 600;
  line-height: 50px;
}
.footer {
  width: 100%;
  background-color: #fff;
  height: 60px;
}