@charset "UTF-8";
/*
*启德教育集团市场部技术开发
*前端开发组制作版权所有
*/
/***************************公共组件样式控制***************************/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
b,
i,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  vertical-align: baseline;
  font-size: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#nav,
#header,
#menu,
#section {
  display: block;
}

#nav,
#header,
#menu {
  width: 100%;
}

#section {
  width: 1000px;
  margin: auto;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: middle;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  outline: none;
  cursor: pointer;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

.oh {
  overflow: hidden;
}

.midd {
  text-align: center;
}

.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 15px;
}

.mtb1 {
  margin: 10px 0;
}

.mtb2 {
  margin: 20px 0;
}

.mlr1 {
  margin: 0 10px;
}

.mlr2 {
  margin: 0 20px;
}

.mb {
  margin-bottom: 0;
}

.mtb1 {
  margin: 10px 0;
}

.ti {
  text-indent: 25px;
}

table {
  border-collapse: collapse;
}

/*清除浮动方法*/
.clear {
  clear: both;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.fix {
  zoom: 1;
}

.fix:after {
  display: block;
  content: 'clear';
  clear: both;
  line-height: 0;
  visibility: hidden;
}

#looyuMid,
#looyuLeft {
  z-index: 10;
}

/****************************页面样式控制*****************************/
/*---------------------------全局页面控制----------------------------*/
body {
  line-height: 24px;
  font-size: 14px;
  color: #363636;
  font-family: "Microsoft YaHei", Helvetica, Arial;
  background-color: #fff;
}

.guanggao {
  width: 1100px;
  height: 238px;
  margin: auto;
  margin-top: 58px;
}

.mw {
  width: 1100px;
  margin: auto;
}

.line_l {
  width: 100%;
  height: 1px;
  background-color: #dadada;
}

.head_img {
  width: 100%;
}

.public-title {
  font-size: 34px;
  line-height: 34px;
  color: #7314af;
  text-align: center;
}

.public-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.public-btn > a {
  display: block;
  width: 333px;
  height: 42px;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #7314af;
  background: url(../images/pc-btn.png) no-repeat;
  background-size: 100% 100%;
}

.public-btn .btn1 {
  margin-right: 66px;
  color: #ff2f1b !important;
}

.public-btn .p1-btn {
  width: 272px !important;
}

/*---------------------------全局导航模块---------------------------*/
#nav {
  height: 105px;
  text-align: center;
  background-color: #FFF;
}

.header {
  height: 378px;
  width: 1920px !important;
  margin: 0 auto;
}

.header > img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.intro {
  background: url(../images/p1-bg.png) center top repeat-y;
  background-size: 1920px 68px;
}

.intro .page1 {
  padding: 66px 0 50px 0;
}

.intro .page1 .p1-title {
  margin-bottom: 22px;
}

.intro .page1 .p1-mes {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 31px;
}

.intro .page2 {
  background-color: rgba(255, 250, 244, 0.6);
  padding: 50px;
  margin-bottom: 50px;
}

.intro .page2 .p2-title {
  margin-bottom: 50px;
}

.intro .page2 .p2-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro .page2 .p2-con .p2-left {
  width: 368px;
}

.intro .page2 .p2-con .p2-line {
  display: block;
  width: 2px;
  height: 240px;
}

.intro .page2 .p2-con .p2-right {
  width: 513px;
}

.intro .page2 .p2-con .p2-item .p2-i1 {
  color: #7314af;
  font-size: 26px;
  margin-bottom: 17px;
}

.intro .page2 .p2-con .p2-item .p2-i2 {
  color: #7c7b7a;
  font-size: 16px;
  line-height: 26px;
}

.intro .page2 .p2-con .p2-item .p2-i2 span {
  font-weight: 600;
  color: #4d4d4d;
}

.intro .page3 {
  padding: 50px 0;
  background: rgba(255, 250, 244, 0.6) url(../images/p3-bg.png) no-repeat right bottom;
  background-size: 475px 480px;
  width: 1920px;
  margin: 0 auto;
}

.intro .page3 .p3-title {
  margin-bottom: 39px;
}

.intro .page3 .p3-con {
  margin-bottom: 60px;
}

.intro .page3 .p3-con .p3-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 28px;
}

.intro .page3 .p3-con .p3-tab .p3-tab-item {
  width: 138px;
  height: 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 2px;
  background-color: #9d58c4;
  cursor: pointer;
  position: relative;
}

.intro .page3 .p3-con .p3-tab .p3-tab-item > p {
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
}

.intro .page3 .p3-con .p3-tab .p3-tab-item .p3-jiao {
  position: absolute;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 19px;
  height: 16px;
  display: none;
}

.intro .page3 .p3-con .p3-tab .p3-tab-active {
  background-color: #7314af !important;
}

.intro .page3 .p3-con .p3-tab .p3-tab-active .p3-jiao {
  display: block !important;
}

.intro .page3 .p3-con .p3-mes {
  width: 100%;
  padding: 28px 25px;
  background-color: #f5e4ff;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  display: none;
}

.intro .page3 .p3-con2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.intro .page3 .p3-con2 .p3-con2-item {
  padding: 12px 0;
  vertical-align: bottom;
  position: relative;
}

.intro .page3 .p3-con2 .p3-con2-item .p3-c2-1 {
  font-size: 25px;
  line-height: 25px;
  color: #7314af;
  margin-right: 16px;
}

.intro .page3 .p3-con2 .p3-con2-item .p3-c2-2 {
  font-size: 20px;
  line-height: 20px;
  color: #4d4d4d;
}

.intro .page3 .p3-con2 .p3-con2-item .p3-c2-line {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 66px;
  height: 2px;
  background-color: #ff2f1b;
}

.intro .page4 {
  background-color: rgba(255, 250, 244, 0.6);
  margin-top: 80px;
  height: 500px;
  padding: 50px 0 80px 0;
}

.intro .page4 .p4-title {
  margin-bottom: 42px;
}

.intro .page4 .p4-con .p4-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro .page4 .p4-con .p4-sp .ls-item {
  width: 250px;
}

.intro .page4 .p4-con .p4-sp .ls-item > img {
  display: block;
  width: 155px;
  height: 155px;
  margin: 0 auto;
}

.intro .page4 .p4-con .p4-sp .ls-item .ls-name {
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  color: #7314af;
  text-align: center;
  margin-top: 26px;
}

.intro .page4 .p4-con .p4-sp .ls-item .ls-mes {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 18px;
}

.intro .page4 .p4-con .p4-sp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.intro .page4 .p4-con .p4-sp-btn .p4-next {
  display: block;
  width: 28px;
  height: 27px;
  background: url(../images/next.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.intro .page4 .p4-con .p4-sp-btn .p4-prve {
  display: block;
  width: 28px;
  height: 27px;
  background: url(../images/prve.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 24px;
  cursor: pointer;
}

.intro .page5 {
  margin-top: 50px;
  background-color: rgba(255, 247, 246, 0.6);
  padding: 50px 0;
}

.intro .page5 .p5-title {
  margin-bottom: 40px;
}

.intro .page5 .p5-img {
  display: block;
  width: 840px;
  height: 419px;
  margin: 0 auto;
}

.intro .page6 {
  padding: 50px 0;
  background: rgba(255, 250, 244, 0.6) url(../images/p6-bg.png) no-repeat left bottom;
  background-size: 373px 451px;
  width: 1920px;
  margin: 50px auto 0 auto;
}

.intro .page6 .p6-title {
  margin-bottom: 50px;
}

.intro .page6 .p6-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro .page6 .p6-con .p6-left {
  width: 368px;
}

.intro .page6 .p6-con .p6-line {
  display: block;
  width: 2px;
  height: 412px;
  margin-top: 30px;
}

.intro .page6 .p6-con .p6-right {
  width: 513px;
}

.intro .page6 .p6-con .p6-item {
  margin-bottom: 50px;
}

.intro .page6 .p6-con .p6-item .p6-i1 {
  color: #7314af;
  font-size: 26px;
  margin-bottom: 17px;
}

.intro .page6 .p6-con .p6-item .p6-i2 {
  color: #7c7b7a;
  font-size: 16px;
  line-height: 26px;
}

.intro .page6 .p6-con .p6-item .p6-i2 span {
  font-weight: 600;
  color: #4d4d4d;
}

.intro .page7 {
  margin-top: 50px;
  padding: 50px 0;
}

.intro .page7 .p7-title {
  margin-bottom: 35px;
}

.intro .page7 .p7-con .p7-tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.intro .page7 .p7-con .p7-tab-box .p7-tab {
  color: #fd331e;
  font-size: 24px;
  line-height: 24px;
  padding: 8px 0;
}

.intro .page7 .p7-con .p7-tab-box .p7-tab:not(:last-child) {
  margin-right: 70px;
}

.intro .page7 .p7-con .p7-tab-box .p7-tab.on {
  background: url(../images/p7-tab.png) no-repeat bottom left;
  background-size: 100% 2px;
}

.intro .page7 .p7-con .p7-table {
  display: none;
  margin: 0 auto;
}

.intro .page8 {
  margin-top: 50px;
  padding: 50px 0;
}

.intro .page8 .p8-title {
  margin-bottom: 24px;
}

.intro .page8 .p8-title span {
  color: #fd331e;
}

.intro .page8 .p8-img {
  display: block;
  width: 1100px;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */