.economic-banner {
  height: 564px;
  width: 100%;
  background-color: #8dcb30;
  position: relative;
}
.economic-banner .new-banner {
  height: 564px;
  width: 100%;
  background: url(/images/education/education-banner.png) no-repeat;
  background-position: center 0px;
}
.economic-banner .economics-inner {
  width: 960px;
  margin: auto;
  min-height: 1px;
  padding-top: 1px;
}
.economic-banner .economics-inner h1 {
  font-size: 50px;
  color: white;
  margin: 200px 0px 0px 0px;
  line-height: 62px;
  font-weight: normal;
}
.economic-banner .economics-inner h5 {
  font-size: 18px;
  line-height: 18px;
  color: white;
  font-weight: normal;
  margin: 0px;
  margin-top: 30px;
}
.economic-banner .selection-nav-outer-edu {
  width: 880px;
  height: 120px;
  left: 50%;
  margin-left: -440px;
  position: absolute;
  bottom: -60px;
  border-radius: 2px;
  background-color: white;
  box-shadow: 0px 0px 15px rgba(189, 207, 207, 0.75);
}
.economic-banner .selection-nav-outer-edu li {
  height: 100%;
  float: left;
  width: 25%;
  box-sizing: border-box;
  background-color: white;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background-color: #f6f6f9;
}
.economic-banner .selection-nav-outer-edu li:hover {
  background: #fff;
}
.economic-banner .selection-nav-outer-edu li:hover .img_logo.p1 {
  background-image: url(/images/education/p1_hover.png);
}
.economic-banner .selection-nav-outer-edu li:hover .img_logo.p2 {
  background-image: url(/images/education/p2_hover.png);
}
.economic-banner .selection-nav-outer-edu li:hover .img_logo.p3 {
  background-image: url(/images/education/p3_hover.png);
}
.economic-banner .selection-nav-outer-edu li:hover .img_logo.p4 {
  background-image: url(/images/education/p4_hover.png);
  width: 38px;
}
.economic-banner .selection-nav-outer-edu li:hover:after {
  background: #13c9cb;
}
.economic-banner .selection-nav-outer-edu li:after {
  content: " ";
  display: block;
  bottom: 0px;
  height: 3px;
  width: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  transition: background-color 0.2s ease-in-out;
}
.economic-banner .selection-nav-outer-edu li .img_logo {
  width: 47px;
  height: 41px;
}
.economic-banner .selection-nav-outer-edu li .img_logo.p1 {
  background-image: url(/images/education/p1.png);
}
.economic-banner .selection-nav-outer-edu li .img_logo.p2 {
  background-image: url(/images/education/p2.png);
}
.economic-banner .selection-nav-outer-edu li .img_logo.p3 {
  background-image: url(/images/education/p3.png);
}
.economic-banner .selection-nav-outer-edu li .img_logo.p4 {
  background-image: url(/images/education/p4.png);
  width: 38px;
}
.economic-banner .selection-nav-outer-edu li.active {
  background-color: #fff;
}
.economic-banner .selection-nav-outer-edu li.active .img_logo.p1 {
  background-image: url(/images/education/p1_hover.png);
}
.economic-banner .selection-nav-outer-edu li.active .img_logo.p2 {
  background-image: url(/images/education/p2_hover.png);
}
.economic-banner .selection-nav-outer-edu li.active .img_logo.p3 {
  background-image: url(/images/education/p3_hover.png);
}
.economic-banner .selection-nav-outer-edu li.active .img_logo.p4 {
  background-image: url(/images/education/p4_hover.png);
  width: 38px;
}
.economic-banner .selection-nav-outer-edu li.active:after {
  background-color: #13c9cb;
}
.economic-banner .selection-nav-outer-edu li.active p {
  color: #13c9cb;
}
.economic-banner .selection-nav-outer-edu li p {
  text-align: center;
  margin: 0px;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  color: #7b8390;
  transition: color 0.2s ease-in-out;
}
.breadcrumb {
  visibility: hidden;
}
.breadcrumb .breadcrumb-wrap {
  position: relative;
  width: 960px;
  margin: auto;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-nav {
  position: absolute;
  left: 0;
  top: 10px;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-nav::after {
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-nav .breadcrumb-nav-icon {
  margin: 0 5px;
  font-size: 12px;
  float: left;
  color: #3d4966;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-nav a {
  color: #3d4966;
  float: left;
  font-size: 12px;
  text-decoration: none;
}
.breadcrumb .breadcrumb-wrap .breadcrumb-nav a.active {
  color: #4D9DFE;
}
.detail-outer {
  padding-top: 140px;
  background-color: white;
}
.detail-outer .service-next {
  margin: 30px auto;
  display: flex;
}
.detail-outer .service-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail-outer .service-items .service-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 40px;
}
.detail-outer .service-items .service-title.active {
  color: #8bdcdc;
}
.detail-outer .service-items .service-detail .service-h1 {
  font-size: 16px;
}
.detail-outer .service-items .service-detail .service-h1.mt20 {
  margin-top: 20px;
}
.detail-outer .service-items .service-detail .service-h2 {
  color: #bdc1c8;
  font-size: 14px;
  line-height: 30px;
}
.detail-outer .service-items .service-tips {
  margin-right: 20px;
  font-size: 24px;
}
.detail-outer .service-items .service-tips.to-left {
  margin-right: 0;
  margin-left: 20px;
}
.detail-outer .service-items .service-tips .active {
  color: #13c9cb;
}
.detail-outer .service-items .service-tips .manager-items {
  display: flex;
  margin-top: 20px;
}
.detail-outer .service-items .service-tips .manager-items ul {
  margin: 0;
  font-size: 14px;
  color: #7e8692;
  line-height: 30px;
}
.detail-outer .service-items img {
  width: 60%;
}
.detail-outer .service-items p {
  margin: 0;
  line-height: 30px;
}
.detail-outer .tips {
  margin-bottom: 120px;
  line-height: 24px;
  height: 24px;
  color: #7b8390;
  font-size: 14px;
}
.detail-outer .detail-inner {
  width: 960px;
  margin: auto;
}
.detail-outer .detail-inner .sale-bg1 {
  width: 960px;
  margin: 0 auto;
}
.detail-outer .detail-inner .sale-bg2 {
  width: auto;
  margin: 0 auto;
  background: #f9f9fb;
  padding-top: 100px;
  padding-bottom: 1px;
  margin-bottom: 50px;
}
.detail-outer .detail-inner .sale-bg2 .sale-bg2-content {
  width: 960px;
  margin: 0 auto;
}
.detail-outer .detail-inner .sale {
  margin: 80px 0;
  margin-bottom: 100px;
  display: inline-block;
}
.detail-outer .detail-inner .sale-2 {
  margin-top: 20px;
}
.detail-outer .detail-inner .sub_tips {
  font-size: 34px;
  text-align: center;
  margin: 0;
  color: #545d69;
}
.detail-outer .detail-inner .detail-container {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.detail-outer .detail-inner .detail-container .detail-items {
  margin: 0;
  padding: 0;
  display: flex;
  width: 920px;
  justify-content: space-between;
}
.detail-outer .detail-inner .detail-container .detail-items .detail-item {
  width: 285px;
}
.detail-outer .detail-inner .detail-container .detail-items .detail-item .items {
  margin-top: 20px;
  padding: 20px;
  background: #f9f9fb;
  min-height: 400px;
}
.detail-outer .detail-inner .detail-container .detail-items .detail-item .items .item {
  color: #7b8390;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.detail-outer .detail-inner .detail-container .detail-items .detail-item .items .item:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 20px;
}
.detail-outer .detail-inner .detail-container .detail-items .detail-item .items .item h3 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.detail-outer .detail-inner .detail-container .detail-items .detail-item .items .item img {
  width: 286px;
  height: 185px;
  display: inline-block;
}
.detail-outer h3 {
  color: #545d69;
  font-size: 34px;
  margin: 0px;
  font-weight: normal;
  line-height: 34px;
  text-align: center;
}
.detail-outer .title-bar {
  height: 66px;
  background-color: #eef9f9;
  line-height: 66px;
  color: #545d69;
  text-align: center;
  font-size: 24px;
  margin-top: 50px;
}
.detail-outer .content-outer {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 100px;
  color: #545d69;
}
.detail-outer .content-outer .ll {
  line-height: 34px;
  margin: 0;
  font-size: 14px;
}
.detail-outer .content-outer:after {
  content: " ";
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
}
.detail-outer .content-outer .content-outer-item {
  width: 50%;
  box-sizing: border-box;
  float: left;
  min-height: 340px;
  color: #7b8390;
  padding-right: 70px;
}
.detail-outer .content-outer .content-outer-item:last-child {
  padding-right: 0px;
  padding-left: 70px;
}
.detail-outer .content-outer .content-outer-item .image-outer {
  width: 415px;
  height: 180px;
  background-image: url(/images/education/education-1-sprite.png);
  margin: 70px auto 0px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="0"] {
  width: 297px;
  height: 237px;
  background-position: 0px 0px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="1"] {
  width: 244px;
  height: 298px;
  margin-top: 25px;
  background-position: -297px 0px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="2"] {
  width: 400px;
  height: 200px;
  background-position: 0px -296px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="3"] {
  width: 426px;
  height: 202px;
  background-position: -399px -296px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="4"] {
  width: 297px;
  height: 243px;
  background-position: 0px -500px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="5"] {
  width: 392px;
  height: 168px;
  background-position: -297px -500px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="6"] {
  background-image: url(/images/education/education-2-sprite.png);
  background-position: 0px 0px;
  width: 307px;
  height: 224px;
  margin-top: 20px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="7"] {
  background-image: url(/images/education/education-2-sprite.png);
  background-position: -307px 0px;
  width: 385px;
  height: 224px;
  margin-top: 80px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="8"] {
  background-image: url(/images/education/education-2-sprite.png);
  background-position: 0px -224px;
  height: 194px;
  width: 380px;
  margin-top: 80px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="9"] {
  background-image: url(/images/education/education-2-sprite.png);
  background-position: -380px -224px;
  width: 381px;
  height: 190px;
  margin-top: 80px;
  margin-left: 30px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="10"] {
  width: 219px;
  background-image: url(/images/education/education-2-sprite.png);
  height: 190px;
  margin-left: 100px;
  background-position: 0px -452px;
}
.detail-outer .content-outer .content-outer-item .image-outer[data-index="11"] {
  background-image: url(/images/education/education-2-sprite.png);
  width: 363px;
  height: 190px;
  background-position: -219px -452px;
  margin-top: 60px;
}
.detail-outer .content-outer .content-outer-item h4 {
  color: #545d69;
  font-size: 24px;
  font-weight: normal;
  margin: 0px;
  line-height: 24px;
}
.detail-outer .content-outer .content-outer-item p {
  font-size: 14px;
  line-height: 30px;
  margin: 0px;
  margin-top: 14px;
}
.scene-outer {
  background: #f9f9fb;
  margin-top: 100px;
}
.scene-outer h3 {
  font-size: 34px;
  display: inline-block;
  margin: 100px 0 50px 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
.scene-outer ul {
  margin: 0;
  padding: 0;
  display: flex;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  justify-content: center;
}
.scene-outer ul li {
  width: 160px;
  color: #c7cad0;
  position: relative;
  text-align: center;
  margin: 0 60px;
  cursor: pointer;
  font-size: 24px;
}
.scene-outer ul li.active {
  color: #2fbfc3;
}
.scene-outer ul li.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2fbfc3;
  bottom: 0;
  left: 0;
}
.scene-outer .scene-items {
  margin-top: 10px;
  padding-bottom: 50px;
  display: none;
}
.scene-outer .scene-items.active {
  display: block;
}
.scene-outer .scene-items .scene-item {
  display: flex;
  justify-content: center;
  width: 800px;
  margin: 0 auto;
  font-size: 14px;
  color: #adb2bb;
}
.scene-outer .scene-items .scene-item img {
  width: 400px;
}
.scene-outer .scene-items .scene-item .scene-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.scene-outer .scene-items .scene-item .scene-right p {
  line-height: 24px;
  margin-bottom: 40px;
}
.scene-outer .scene-items .scene-item .scene-right button {
  display: inline-block;
  padding: 0px 20px;
  border-radius: 2px;
  height: 34px;
  line-height: 34px;
  background: #30bfc3;
  outline: none;
  width: 114px;
  color: #fff;
  border: none;
  cursor: pointer;
}
.scene-outer .scene-items .scene-item .scene-right button a {
  color: #fff;
  text-decoration: none;
}
.scene-outer .scene-items .scene-item .scene-right button:hover {
  background: #13c9cb;
}
.good-outer {
  background: #30d6d2;
  padding: 50px 0;
  padding-bottom: 100px;
}
.good-outer h3 {
  font-size: 34px;
  display: inline-block;
  margin-bottom: 50px;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
.good-outer .good-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.good-outer .good-items .good-item {
  width: 230px;
  height: 280px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.good-outer .good-items .good-item img {
  position: relative;
}
.good-outer .good-items .good-item p {
  font-size: 24px;
  position: relative;
  margin-top: 40px;
}
.good-outer .good-items .good-item p.p2::after {
  left: 51px;
}
.good-outer .good-items .good-item p.p3::after {
  left: 72px;
}
.good-outer .good-items .good-item p::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  background: #feb626;
  text-align: center;
  margin: 0 auto;
  left: 62px;
  top: -22px;
}
.good-outer .good-items .good-item span {
  width: 170px;
  font-size: 14px;
  line-height: 24px;
  color: #adb2bb;
}
.solutions-outer {
  min-height: 1px;
  margin-top: 160px;
}
.solutions-outer h2 {
  height: 85px;
  width: 100%;
  background-color: white;
  color: #545d69;
  margin: 0px;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
}
.solutions-outer .solutions-item {
  position: relative;
  padding-top: 43px;
}
.solutions-outer .solutions-item:after {
  content: " ";
  display: block;
  height: 32px;
  position: absolute;
  width: 100%;
  z-index: 55;
  bottom: 0px;
  background-image: url(/images/education/bg-bar.png);
}
.solutions-outer .solutions-item.gray {
  background-color: #f9f9fb;
}
.solutions-outer .solutions-item[data-index="0"] {
  padding-bottom: 529px;
}
.solutions-outer .solutions-item[data-index="0"] .image-outer {
  height: 450px;
  background-position: 41px -743px;
}
.solutions-outer .solutions-item[data-index="1"] {
  padding-bottom: 461px;
}
.solutions-outer .solutions-item[data-index="1"] .image-outer {
  height: 400px;
  background-position: 41px -1393px;
}
.solutions-outer .solutions-item[data-index="2"] {
  padding-bottom: 564px;
}
.solutions-outer .solutions-item[data-index="2"] .image-outer {
  height: 490px;
  background-position: 41px -1979px;
}
.solutions-outer .solutions-item[data-index="3"] {
  padding-bottom: 629px;
}
.solutions-outer .solutions-item[data-index="3"] .image-outer {
  background-image: url(/images/education/education-2-sprite.png);
  height: 555px;
  background-position: 41px -642px;
}
.solutions-outer .solutions-item[data-index="4"] {
  padding-bottom: 564px;
}
.solutions-outer .solutions-item[data-index="4"] .image-outer {
  background-image: url(/images/education/education-2-sprite.png);
  height: 483px;
  background-position: 41px -1311px;
}
.solutions-outer .solutions-item[data-index="5"] {
  padding-bottom: 674px;
}
.solutions-outer .solutions-item[data-index="5"] .image-outer {
  background-image: url(/images/education/education-2-sprite.png);
  height: 590px;
  background-position: 41px -2001px;
}
.solutions-outer .solutions-item .image-outer {
  height: 465px;
  width: 1000px;
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
  z-index: 10;
  left: 50%;
  margin-left: -500px;
  background-image: url(/images/education/education-1-sprite.png);
}
.solutions-outer .solutions-item .image-outer .text {
  color: white;
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  position: absolute;
}
.solutions-outer .solutions-item .image-outer .text[data-index="0"] {
  left: 570px;
  top: 73px;
}
.solutions-outer .solutions-item .image-outer .text[data-index="1"] {
  left: 716px;
  top: 173px;
}
.solutions-outer .solutions-item .image-outer .text[data-index="2"] {
  left: 753px;
  top: 272px;
}
.solutions-outer .solutions-item .image-outer .text[data-index="3"] {
  left: 655px;
  top: 388px;
}
.solutions-outer .solutions-item .image-outer .text[data-index="4"] {
  left: 318px;
  top: 226px;
}
.solutions-outer .solutions-item .image-outer .text[data-index="5"] {
  left: 397px;
  top: 362px;
}
.solutions-outer .solutions-item h3 {
  text-align: center;
  margin: 0px;
  font-size: 24px;
  font-weight: normal;
}
.solutions-outer .solutions-item h3.spec {
  margin-top: 60px;
}
.solutions-outer .solutions-item h3 i {
  font-style: normal;
  color: white;
  font-size: 24px;
  line-height: 40px;
  text-align: left;
  display: inline-block;
  box-sizing: border-box;
  padding-left: 20px;
  height: 45px;
  font-weight: normal;
  width: 60px;
  vertical-align: middle;
  background-image: url(/images/education/economics-sprite.png);
  background-position: -100px 0px;
  margin-right: 22px;
}
.solutions-outer .solutions-item p.summary {
  color: #545d69;
  font-size: 18px;
  width: 960px;
  margin: 0px auto;
  margin-top: 50px;
  line-height: 30px;
}
.solutions-outer .solutions-item p {
  width: 960px;
  margin: 0 auto;
  color: #7b8390;
  font-size: 14px;
  line-height: 30px;
}
.solutions-outer .solutions-item p.first.detail-text {
  margin-top: 15px;
}
.solutions-outer .solutions-item p.top {
  margin-top: 50px;
}
.scroll-outer h2 {
  margin: 0px;
  font-size: 36px;
  text-align: center;
  line-height: 36px;
  color: #545d69;
  font-weight: normal;
}
.scroll-outer ul.scroll-outer-ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position: inside;
  width: 1000px;
  position: relative;
  height: 390px;
  margin: auto;
  margin-top: 80px;
}
.scroll-outer ul.scroll-outer-ul:after {
  content: " ";
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
}
.scroll-outer ul.scroll-outer-ul li {
  width: 610px;
  height: 390px;
  border: 1px solid #ecf0f0;
  background-color: white;
  position: absolute;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, left 0.3s ease-in-out, margin-left 0.3s ease-in-out;
  box-shadow: 0px 0px 15px 0px rgba(200, 212, 212, 0.75);
}
.scroll-outer ul.scroll-outer-ul li .image-outer {
  width: 140px;
  margin: auto;
}
.scroll-outer ul.scroll-outer-ul li .image-outer img.img-logo {
  max-width: 140px;
  margin-top: 50px;
}
.scroll-outer ul.scroll-outer-ul li p.sign-outer {
  color: #7b8390;
  text-align: right;
  font-size: 14px;
  position: relative;
  z-index: 10;
  margin-right: 50px;
}
.scroll-outer ul.scroll-outer-ul li p.sign-outer img {
  vertical-align: bottom;
  height: 22px;
}
.scroll-outer ul.scroll-outer-ul li p.desc {
  color: #7b8390;
  line-height: 30px;
  position: relative;
  font-size: 14px;
  z-index: 11;
  margin: 30px 50px 35px;
}
.scroll-outer ul.scroll-outer-ul li .img-lq {
  width: 86px;
  height: 66px;
  position: absolute;
  left: 30px;
  top: 36px;
}
.scroll-outer ul.scroll-outer-ul li .img-rq {
  width: 86px;
  height: 66px;
  position: absolute;
  right: 30px;
  bottom: 36px;
}
.scroll-outer ul.scroll-outer-ul li.index_1 {
  left: 0px;
  z-index: 50;
  transform: scale(0.8, 0.8);
  opacity: 0.5;
  margin-left: 0px;
}
.scroll-outer ul.scroll-outer-ul li.index_2 {
  z-index: 105;
  left: 50%;
  margin-left: -305px;
  opacity: 1;
}
.scroll-outer ul.scroll-outer-ul li.index_3 {
  left: 40%;
  margin-left: 0px;
  z-index: 50;
  opacity: 0.5;
  transform: scale(0.8, 0.8);
}
.scroll-outer ul.dot-outer-ul {
  height: 44px;
  width: 100px;
  margin: 25px auto;
}
.scroll-outer ul.dot-outer-ul li {
  width: 12px;
  height: 12px;
  float: left;
  border-radius: 50%;
  margin-top: 11px;
  margin-left: 12px;
  cursor: pointer;
  background-color: #c7cbd1;
}
.scroll-outer ul.dot-outer-ul li.active {
  background-color: #09aeb0;
}
.companies-outer {
  width: 1000px;
  margin: auto;
  min-height: 30px;
  margin-top: 70px;
  border-bottom: 1px solid #edf1f5;
  padding-bottom: 80px;
  background: url(/images/education/education-logo.jpg) no-repeat;
  background-size: 1000px 336px;
  box-sizing: border-box;
  height: 416px;
}
.companies-outer .grid-cell {
  width: 125px;
  height: 84px;
  cursor: default;
  float: left;
}
.companies-outer .grid-cell a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.companies-outer .grid-cell:hover {
  width: 125px;
  height: 84px;
  box-shadow: 0px 0px 18px 0px rgba(155, 155, 155, 0.18);
  border-radius: 5px;
  box-sizing: border-box;
}
.companies-outer .grid-cell.link {
  cursor: pointer;
}
