/*++++++++++++++++++++++++++公共类样式++++++++++++++++++++++++++++++*/


/*本页面的公共类咨询按钮*/

.zixunBtnBox{width: 100%;display: flex;justify-content: center;}

/*本页面公共类标题文字*/

.liuxueTitle{text-align: center;padding-bottom: 100px;}
.liuxueTitle .p2{padding-top: 30px;}

/*++++++++++++++++++++++++++模块样式++++++++++++++++++++++++++++++*/


/*最大的背景图*/

.bigBox{background-repeat: no-repeat !important;background-size: 100% auto !important;}

/*banner的文字*/

.liuxueBanner{text-align: center;padding: 250px 0 100px;}

/*表单*/

.liuxueForm{width: 100%;display: flex;justify-content: center;padding-top: 200px;padding-bottom: 100px;}
.liuxueForm form{width: 947px;height: 236px;display: flex;justify-content: space-between;}
.liuxueForm form .fls{width: 50%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.liuxueForm form .fls .inpbox{border: 1px solid #666;width: 80%;display: flex;align-items: center;border-radius: 3px;overflow: hidden;}
.liuxueForm form .fls .inpbox:nth-child(1){margin-bottom: 20px;}
.liuxueForm form .fls .inpbox span{width: 30%;text-align: center;}
.liuxueForm form .fls .inpbox input{width: 70%;}
.liuxueForm form .fls .inpbox span,.liuxueForm form .fls .inpbox input{height: 50px;line-height: 50px;display: inline-block;font-size: 20px;color: #333;}
.liuxueForm form .frs{width: 50%;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.liuxueForm form .frs .fr1{margin-bottom: 20px;}

/*核心亮点*/

.highlightList{width: 100%;display: flex;justify-content: center;}
.highlightList a{margin: 0 30px;}

/*如何选择合适自己的课程*/

.howToSelect{padding-top: 100px;}
.howSelectList{width: 100%;display: flex;justify-content: center;}
.howSelectList a{margin: 0 20px;}

/*课程设置*/

.courseSetting{padding-top: 230px;}
.courseSetList{width: 100%;display: flex;justify-content: center;}

/*课程适合学员*/

.suitableStudent{padding-top: 100px;}
.suitStudentList{width: 100%;display: flex;justify-content: center;}
.suitStudentList a{margin: 0 15px;}

/*学习保障*/

.learnSecurity{padding-top: 50px;}
.learnSecurList{width: 100%;display: flex;justify-content: center;}

/*++++++++++++++++++++++++++本页面的响应式布局++++++++++++++++++++++++++++++*/

@media screen and (max-width:1920px){
  /*1920px 开始*/
  /*1920px 结束*/
  }
@media screen and (max-width:1600px){
  /*1600px 开始*/
  .liuxueBanner{text-align: center;padding: 150px 0 100px;}
  .liuxueForm{padding-top: 150px;padding-bottom: 50px;}
  .courseSetting{padding-top: 100px;}
  .coreHighlights .liuxueTitle{padding-bottom: 50px;}
  .howToSelect .liuxueTitle{padding-bottom: 50px;}
  .suitableStudent{padding-top: 50px;}
  .learnSecurity{padding-top: 0;}
  /*1600px 结束*/
  }
@media screen and (max-width:1440px){
  /*1440px 开始*/
  /*1440px 结束*/
  }
@media screen and (max-width:1366px){
  /*1366px 开始*/
  /*1366px 结束*/
  }
