/* common */

.section {
  min-width: 1300px;
}

.cont-all-sectin {
  margin: auto;
  position: relative;
}

.img-bg-sum {
  position: absolute;
  top: 650px;
  left: 0;
  width: 100%;
}

.img-bg-sum img {
  width: 100%;
  display: block;
  margin: auto;
}

.sum-conternt {
  position: relative;
  z-index: 2;
}

.a-btn {
  transition: all 0.5s linear;
}

.a-btn:hover {
  transform: translateY(-10px);
  box-shadow: 2px 2px 5px 2px rgba(85, 19, 6, 0.2);
}
/* header */
.header {
  height: 70px;
  width: 100%;
  min-width: 1300px;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;
}

.header .wrapper {
  width: 1020px;
  margin: 0 auto;
}

.header .wrapper .logo {
  width: 176px;
  height: 70px;
  line-height: 70px;
}

.header .wrapper .logo h1 a {
  display: block;
  width: 176px;
  height: 63px;
  background: url("../images/logo.png") no-repeat center;
  background-size: 176px;
  text-indent: -9999em;
  color: #fff;
}

.header .wrapper .head_nav_list {
  margin: 28px 0 0 28px;
}

.header .wrapper .head_nav_list ul li {
  margin-right: 20px;
  line-height: 10px;
}

.header .wrapper .head_nav_list ul li a {
  display: inline-block;
  font: 16px/16px "Microsoft YaHei", "SimSun", "Arial Narrow", HELVETICA;
  color: #333;
}

.header .wrapper .head_nav_list ul li a:hover {
  color: #0000cd;
  text-decoration: underline;
}

.header .wrapper .head_nav_list ul .evenList {
  width: 1px;
  height: 12px;
  display: block;
  background-color: #fff;
  margin-top: 3px;
}

.header .wrapper .phone_number {
  height: 70px;
  line-height: 70px;
}

.header .wrapper .phone_number a {
  display: inline-block;
  height: 70px;
  font: 18px "Microsoft YaHei";
  line-height: 68px;
  color: #231815;
}

.header .wrapper .phone_number a img {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
/* banner */
.banner {
  height: 649px;
  background: url(../images/banner_bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner .book {
  position: absolute;
  top: 155px;
  left: 170px;
}
.banner .book2 {
  position: absolute;
  bottom: 145px;
  left: 65px;
}
.banner .book3 {
  position: absolute;
  bottom: 170px;
  right: 14px;
}
.banner .book4 {
  position: absolute;
  top: 145px;
  right: 160px;
}
.banner .book5 {
  position: absolute;
  top: 186px;
  right: 240px;
}
.banner .man {
  position: absolute;
  top: 250px;
  right: 120px;
}
.banner .girl {
  position: absolute;
  top: 206px;
  left: 140px;
}
.banner .w1200 .letter {
  position: relative;
  width: 964px;
  height: 580px;
  margin: auto;
}
.banner .w1200 .letter .letter-bottom {
  position: absolute;
  width: 100%;
  height: 349px;
  background-image: linear-gradient(#ebe9e6, #f0e9e4),
    linear-gradient(#0000cda, #0000cda);
  background-blend-mode: normal, normal;
  border-radius: 20px;
  bottom: 0;
  left: 0;
}
.banner .w1200 .letter .paper {
  position: relative;
  width: 902px;
  height: 457px;
  background-color: #ffffff;
  margin: auto;
  padding-top: 70px;
}
.banner .w1200 .letter .subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  width: 690px;
  margin: auto;
  border-top: 1px dashed #0000cda;
  border-bottom: 1px dashed #0000cda;
}
.banner .w1200 .letter .text {
  font-size: 35px;
  font-weight: bold;
  line-height: 62px;
  color: #333333;
  margin: 0 12px;
}
.banner .w1200 .letter .title {
  display: block;
  margin: auto;
  margin-top: 50px;
}
.banner .w1200 .letter .letter-top {
  position: absolute;
  bottom: -20px;
  left: -23px;
}
.banner .w1200 .letter .subtit {
  font-size: 42px;
  letter-spacing: 8.4px;
  color: #0000cd;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 55px;
  width: 100%;
  left: 0;
}
.banner .w1200 .letter .subtit em {
  width: 19px;
  height: 19px;
  background-color: #0000cd;
  border-radius: 50%;
  margin: 0 20px;
}
/* section1 */
.section1 {
  height: 175px;
  background-color: #fcfcfc;
}
.section1 .w1200 {
  padding-top: 44px;
  height: 100%;
}
.section1 .flow-info {
  display: flex;
  align-items: center;
  position: relative;
}
.section1 .flow-info .first {
  width: 93px;
  height: 93px;
  background-image: linear-gradient(180deg, #517df7 0%, #0000cd 100%),
    linear-gradient(#fcfcfc, #fcfcfc);
  background-blend-mode: normal, normal;
  /* box-shadow: 0px 5px 8px 0px rgba(227, 29, 30, 0.32); */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 68px;
  flex: none;
  position: relative;
}
.section1 .flow-info::before {
  content: "";
  position: absolute;
  width: 1106px;
  height: 5px;
  background-image: linear-gradient(180deg, #ebe9e6 0%, #f0e9e2 100%),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 2.5px;
  left: 85px;
  top: 48px;
}
.section1 .flow-info::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(180deg,  #ebe9e6 0%, #f0e9e2 100%),
    linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  border-radius: 50%;
  right: 0;
  top: 43px;
}
.section1 .flow-info .flow-item {
  margin-right: 74px;
  position: relative;
}
.section1 .flow-info .flow-item .t1 {
  position: absolute;
  font-size: 16px;
  color: #333333;
  width: 100%;
  text-align: center;
}
.section1 .flow-info .flow-item:nth-child(2n) .t1 {
  top: -27px;
}
.section1 .flow-info .flow-item:nth-child(2n-1) .t1 {
  bottom: -27px;
}
.section1 .flow-info .flow-item .box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebe9e6;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}
.section1 .flow-info .flow-item .box .item {
  background: #fff;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section1 .flow-info .flow-item.active .t1 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.section1 .flow-info .flow-item.active .box {
  background-image: linear-gradient(180deg,#1d73e3 0%, #749de9 100%),
    linear-gradient(#ebe9e6, #ebe9e6);
  background-blend-mode: normal, normal;
  /* box-shadow: 0px 5px 8px 0px rgba(227, 29, 30, 0.32); */
}
/* 主题 */
.content .w1200 {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  align-items: flex-start;
}
/* 菜单 */
.aside {
  width: 226px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5.8px 0.2px rgba(218, 218, 218, 0.73);
}
.aside.activeov{
  overflow: scroll;
}
/* .aside::-webkit-scrollbar {
  display: none; 
} */
.aside.active {
  position: relative;
  top: 0;
}
.aside .obj-name {
  height: 60px;
  background-color: #0000cd;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
}
.aside .nav {
}
.aside .nav .inner {
}
.aside .nav .inner .tops {
  height: 60px;
  background: #fff;
  display: flex;
  padding-left: 22px;
  padding-right: 19px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  position: relative;
}
.aside .nav .inner.active .tops::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 60px;
  background-color: #0000cd;
}
.aside .nav .inner .nav-info {
  display: none;
  transition: all 0.3s inherit;
}
.aside .nav .inner.active .nav-info {
  display: block;
}
.aside .nav .inner .tops .text {
  font-size: 16px;
  color: #333333;
  flex: 1;
  text-align: center;
}
.aside .nav .inner .tops .jt {
  transform: rotateZ(-90deg);
  transition: all 0.3s inherit;
}
.aside .nav .inner.active .jt {
  transform: rotateZ(0);
}
.aside .nav .inner .nav-info .nav-item {
  background-color: #f0eced;
  height: 50px;
  align-items: center;
  padding-left: 26px;
  display: flex;
  border-bottom: 1px dashed #fff;
  cursor: pointer;
  transition: all 0.3s inherit;
}
.aside .nav .inner .nav-info .nav-item.active {
  border-bottom: 1px solid #333333;
}
.aside .nav .inner .nav-info .nav-item.active em {
  background: #333333;
  transform: rotateZ(-45deg);
}
.aside .nav .inner .nav-info .nav-item em {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  margin-right: 10px;
  transition: all 0.3s inherit;
}
/* 内容 */
.main {
  width: 946px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5.8px 0.2px rgba(218, 218, 218, 0.73);
  padding-top: 26px;
}
.main .warp {
  margin-bottom: 60px;
}
.main .warp .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 27px;
}
.main .warp .block-info {
  padding: 0 60px;
}
.main .warp .block-info .block-item .block-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main .warp .block-info .block-item .block-title .full {
  width: 43px;
  height: 43px;
  background: url(../images/num_box.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 16px;
}
.main .warp .block-info .block-item .block-title .text {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.main .warp .block-info .block-item .box {
  margin-bottom: 10px;
  margin-left: 20px;
  border-left: 1px solid #0000cd;
  padding-left: 45px;
  padding-bottom: 20px;
}
/* 文字段落样式 */
.main .warp .block-info .block-item .box .paragraph {
  font-size: 14px;
  line-height: 32px;
  color: #333333;
  text-indent: 28px;
}
/* 无缩进段落 */
.main .warp .block-info .block-item .box .indent-not {
  font-size: 14px;
  line-height: 32px;
  color: #333333;
}
/* 注释 */
.main .warp .block-info .block-item .box .notes {
  font-size: 14px;
  color: #0000cd;;
}
/* 红色标题无缩进*/
.main .warp .block-info .block-item .box .cor-red {
  line-height: 32px;
  color: #0000cd;;
  font-size: 14px;
}
.main .warp .block-info .block-item .box a.cor-red {
  text-decoration: underline;
}
/* 黑色标题不含缩进 */
.main .warp .block-info .block-item .box .cor-black-not-indent {
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
}
/* 表格 */
.main .warp .block-info .block-item .box .table-info {
  margin-top: 15px;
}
.main .warp .block-info .block-item .box .table-info .table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 753px;
  margin-bottom: 15px;
}
.main .warp .block-info .block-item .box .table-info .table .t-header {
  height: 37px;
  background-image: linear-gradient(-90deg, #1d73e3 0%, #749de9 100%),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
}
.main .warp .block-info .block-item .box .table-info .table .t-header td {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 37px;
  padding: 0;
}
.main .warp .block-info .block-item .box .table-info .table tr td {
  border: 1px solid #c8c8c8;
  text-align: center;
}
.main .warp .block-info .block-item .box .table-info .table tr td .normal {
  text-align: center;
  font-size: 16px;
  color: #333333;
  padding: 10px;
}
.main
  .warp
  .block-info
  .block-item
  .box
  .table-info
  .table
  tr
  td
  .see-more-link {
  font-size: 16px;
  color: #0000cd;
  text-decoration: underline;
}
/* 图片展示 */
.main .warp .block-info .block-item .box .img-show {
  display: block;
  margin: auto;
  margin-top: 30px;
}
/* 表单样式 */
.main .warp .block-info .block-item .box .make-form {
  width: 750px;
  background-color: #0000cd;
  border-radius: 20px;
  padding-top: 23px;
  padding-bottom: 16px;
  margin-top: 20px;
}
.main .warp .block-info .block-item .box .make-form .make-form-title {
  font-size: 28px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
.main .warp .block-info .block-item .box .make-form .form {
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.main .warp .block-info .block-item .box .make-form .info {
  display: flex;
  align-items: center;
}
.main .warp .block-info .block-item .box .make-form .info .item {
  width: 190px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  margin-right: 7px;
  position: relative;
}
.main .warp .block-info .block-item .box .make-form .info .item .input-type {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  background: transparent;
}
.main .warp .block-info .block-item .box .make-form .info .item .send-yzm {
  position: absolute;
  width: 86px;
  height: 36px;
  background-image: linear-gradient(0deg, #1d73e3 0%, #749de9 100%),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 5px;
  top: 2px;
  right: 2px;
  font-size: 14px;
  color: #ffffff;
}
.main .warp .block-info .block-item .box .make-form .sub-btn {
  width: 124px;
  height: 40px;
  background-color: #ffffff;
  /* box-shadow: 0px 0px 15px 1px rgba(175, 36, 35, 0.64); */
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #0000cd;
  margin-left: 3px;
}
.main .warp .block-info .block-item .box .make-form .small-text {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-top: 22px;
}
/* 课程样式 */
.kc-info {
  display: flex;
}
.kc-info .kc-img-box {
  width: 360px;
  height: 270px;
  background-color: #f4f4f4;
  margin-right: 23px;
  flex: none;
}
.kc-info .kc-img-box img {
  width: 100%;
  height: 100%;
}
.kc-info .kc-msg .kc-msg-item {
  display: flex;
  margin-bottom: 6px;
}
.kc-info .kc-msg .kc-msg-item .q {
  width: 11px;
  height: 11px;
  background-color: #0000cd;
  border-radius: 50%;
  margin-right: 12px;
  flex: none;
  margin-top: 5px;
}
.kc-info .kc-msg .kc-msg-item .tit {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-right: 14px;
  flex: none;
}
.kc-info .kc-msg .kc-msg-item .text {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
}
.kc-info .kc-msg .tab-ifno {
  margin-right: -60px;
}
.kc-info .kc-msg .tab-ifno .tab-item {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  margin-right: 28px;
  display: inline-block;
}
.kc-info .btn-cont {
  display: flex;
  padding-left: 25px;
  margin-top: 20px;
}
.kc-info .btn-cont .a-left {
  width: 161px;
  height: 41px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #0000cd;
  font-size: 16px;
  font-weight: bold;
  line-height: 41px;
  color: #333333;
  text-align: center;
  margin-right: 30px;
}
.kc-info .btn-cont .a-right {
  width: 161px;
  height: 41px;
  background-color: #0000cd;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 41px;
  color: #fff;
  text-align: center;
  margin-right: 30px;
}
/* footer */
.zg-wrap-footer {
  min-width: 1300px;
  background: #231815;
  margin-top: 68px;
}

.zg-footer {
  height: 174px;
  width: 100%;

  padding-top: 50px;
}

.zg-nav-foot {
  /* width: 680px; */
  display: table;
  margin: 0 auto;
}

.zg-nav-foot li {
  float: left;
  /* width: 56px; */
  height: 16px;
  padding-right: 6px;
  border-right: 2px solid #fff;
  margin-left: 7px;
}

.zg-nav-foot li a {
  display: block;
  height: 16px;
  font: 12px/16px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  color: #fff;
}

.zg-nav-foot li.zg-nav-last {
  border: none;
}

.zg-footer p {
  font: 12px/16px "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜";
  color: #fff;
  text-align: center;
  margin-top: 15px;
}

.zg-footer ul li a:hover {
  color: #fff;
}

.zg-footer p a {
  color: #fff;
}

.zg-footer p a:hover {
  color: #fff;
}

.foot_fiex {
  position: fixed;
  width: 100%;
  height: 50px;
  background-color: #fff;
  /* box-shadow: 0px 0px 9.3px 0.7px rgba(211, 64, 46, 0.3); */
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.foot_fiex .w1200 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot_fiex .a-btn {
  padding: 0 14px;
  height: 30px;
  background-color: #f4e582;
  border-radius: 15px;
  position: relative;
  font-size: 22px;
  color: #0000cd;
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot_fiex .a-btn::after {
  content: "";
  position: absolute;
  right: -24px;
  width: 2px;
  height: 24px;
  background-color: #fff;
}

.foot_fiex .form-cont {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
}
