@charset "gb2312";
/* CSS Document */

.java-banner,
.java-min1200 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  min-width: 1200px;
  text-align: center;
  overflow: hidden;
}

.java-banner img {
  display: block;
}
.train-1 {
  margin: 0 auto;
  width: 100%;
  background: url(../images/bage008.png) center no-repeat;
  height: auto;
  background-size: 100% 100%;
  padding-bottom: 200px;
}
.train-1 img:nth-child(2) {
  height: 691px;
  width: auto;
  margin: 0 auto;
}
.swiperContainer {
  max-width: 1222px;
  height: auto;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: -505px;
}
.mySwiper-left {
  box-sizing: border-box;
  /* padding: 10px 0; */
  width: 100%;
  max-width: 1800px;
  margin-top: 36px;
}
.mySwiper-left .swiper-wrapper {
  /* display: flex;
        flex-direction: column; */
  display: grid;
  justify-content: center;
  height: auto;
  /* background-color: brown; */
}
.mySwiper-left .swiper-slide {
  transition: 1s;
  width: 320px;
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  color: #505050f7;
  cursor: pointer;
}

.mySwiper-left .swiper-slide-visible {
  /* background-color: #026b8ab8; */
  width: 320px;
}
.mySwiper-left .swiper-slide-thumb-active {
  /* background-color: rgb(255, 254, 197); */
  transition: 1s;
  text-decoration: underline;
}
.mySwiper-left .swiper-slide-thumb-active::before {
  position: absolute;
  display: inline-block;
  width: 36px;
  height: 47px;
  content: "";
  left: -42px;
  background: url(../images/p1-icon.png);
}

.SwiperGallery-right {
  width: 700px;
  margin: 0;
  margin-left: -206px;
  margin-top: -30px;
}
.SwiperGallery-right .swiper-slide {
  /* height: 370px;
  width: 460px; */
  /* background-color: #00bbf2; */
}
.SwiperGallery-right .swiper-slide img {
  display: flex;
}
.artificial-title {
  width: 100%;
  height: auto;
  padding-top: 78px;
  margin-bottom: 45px;
}
.train-teacher .artificial-title span {
  color: #ffffff;
  font-weight: normal;
}
.train-teacher .artificial-title i {
  font-weight: bold;
}
.artificial-title span {
  font-size: 41px;
  color: #333;
  display: block;
}

.artificial-title em {
  font-size: 72px;
  /* color: #4b3ccc; */
  font-style: normal;
}

.train-white {
  width: 100%;
  height: auto;
  background-color: #fff;
  text-align: center;
  padding-bottom: 20px;
}
.train-white1 {
  margin: 0 auto;
  width: 100%;
  background: url(../images/bage007.png) center no-repeat;
  height: auto;
  background-size: 100% 100%;
  padding-bottom: 200px;
}
.train-post {
  float: left;
  width: 337px;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #f5f7f9;
  box-shadow: 0 3px 12px #b7d4ee;
  border: 6px white solid;
}
.train-post li {
  font-size: 18px;
  color: #333;
  width: 100%;
  line-height: 100px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.train-post li img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.train-post li.hover {
  color: #fff;
  background-image: linear-gradient(to bottom, #2870f9, #3364df);
  transition: 0.3s;
}
.f01 {
  background: url(../images/f1-1.png) center no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  width: 33px;
  height: 34px;
  margin-right: 14px;
  position: relative;
  top: 10px;
}
.train-post li.hover .f01 {
  background: url(../images/f1-2.png) center no-repeat;
  background-size: 100% 100%;
}
.f02 {
  background: url(../images/f2-1.png) center no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  width: 34px;
  height: 34px;
  margin-right: 14px;
  position: relative;
  top: 10px;
}
.train-post li.hover .f02 {
  background: url(../images/f2-2.png) center no-repeat;
  background-size: 100% 100%;
}
.f03 {
  background: url(../images/f3-1.png) center no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  width: 34px;
  height: 34px;
  margin-right: 14px;
  position: relative;
  top: 10px;
}
.train-post li.hover .f03 {
  background: url(../images/f3-2.png) center no-repeat;
  background-size: 100% 100%;
}
.f04 {
  background: url(../images/f4-1.png) center no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  width: 34px;
  height: 35px;
  margin-right: 14px;
  position: relative;
  top: 10px;
}
.train-post li.hover .f04 {
  background: url(../images/f4-2.png) center no-repeat;
  background-size: 100% 100%;
}
.f05 {
  background: url(../images/f5-1.png) center no-repeat;
  display: inline-block;
  background-size: 100% 100%;
  width: 34px;
  height: 35px;
  margin-right: 14px;
  position: relative;
  top: 10px;
}
.train-post li.hover .f05 {
  background: url(../images/f5-2.png) center no-repeat;
  background-size: 100% 100%;
}
.train-post li.hover img {
  display: list-item;
}
.post-right {
  float: left;
  margin-left: 42px;
  width: 805px;
}
.post-right li {
  width: 100%;
  height: auto;
}
.post-right li span {
  width: 351px;
  height: 107px;
  float: left;
  font-size: 18px;
  color: #000;
  padding-left: 38px;
  padding-top: 38px;
  text-align: left;
  margin-bottom: 32px;
}
.tra01 {
  background: url(../images/q01.jpg) center no-repeat;
  background-size: 100% 100%;
  margin-right: 27px;
}
.tra02 {
  background: url(../images/q02.jpg) center no-repeat;
  background-size: 100% 100%;
}
.tra03 {
  background: url(../images/q03.jpg) center no-repeat;
  background-size: 100% 100%;
  margin-right: 27px;
}
.tra04 {
  background: url(../images/q04.jpg) center no-repeat;
  background-size: 100% 100%;
}
.tra05 {
  background: url(../images/q05.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 27px;
}
.tra06 {
  background: url(../images/q06.jpg) center no-repeat;
  background-size: 100% 100%;
}
.tra-img {
  margin-top: 42px;
  margin-left: 10px;
}
.tra-img00 {
  margin-top: 74px;
  width: 680px;
  height: auto;
}
.train-4b3ccc {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 80px;
  background: url(../images/bage004.png) center no-repeat;
  height: 725px;
  background-size: 100% 100%;
}
.train-4b3ccc div:nth-child(2) {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.train-4b3ccc div:nth-child(2) div {
  display: grid;
  width: 480px;
  text-align: left;
  margin-left: 80px;
}
.train-4b3ccc div:nth-child(2) span {
  font-size: 21px;
  font-weight: bold;
}
.train-4b3ccc div:nth-child(2) p {
  font-size: 18px;
  margin: 13px 0 29px 0;
}
.title02 span {
  font-weight: bold;
}
.title02 i {
  font-size: 70px;
}
.train-list {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: table;
}
.train-list li {
  float: left;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  height: 178px;
  width: 556px;
  margin: 0 22px;
  margin-bottom: 30px;
}
.train-list li img {
  float: left;
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 18px;
}
.list-right {
  float: left;
  width: 310px;
  text-align: left;
  margin-top: 48px;
}
.list-right span {
  display: block;
  font-size: 24px;
  background: linear-gradient(to bottom, #ffb979, #ffefde);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 8px;
  /* padding-left: 4px; */
}
.list-right p {
  font-size: 18px;
  color: #fff;
}
.title03 em {
  font-size: 60px;
  font-weight: bold;
}

.train-f6f7fb {
  margin: 0 auto;
  width: 100%;
  background: url(../images/bage008.png) center no-repeat;
  height: auto;
  background-size: 100% 100%;
}
.introduction_figure {
  width: 1200px;
  margin: 0 auto;
  height: 716px;
  padding-bottom: 76px;
  margin-top: 80px;
}
.introduction_choose {
  width: 1200px;
  height: 609px;
  margin: 0 auto;
  text-align: left;
}
.p4 {
  margin: 0 auto;
  width: 100%;
  background: url(../images/bage006.png) center no-repeat;
  height: 742px;
  background-size: 100% 100%;
  min-width: 1200px;
}
.p4 .p4-container {
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.p4 .p4-container .video {
  display: grid;
  justify-content: center;
  margin: 0 30px;
}
.p4 .p4-container .video b {
  display: inline-flex;
  background-color: #646ef0;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  font-size: 25px;
  color: white;
  margin-right: 13px;
  box-shadow: 0 0 10px white;
}
.p4 .p4-container .video p {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}

.mySwiper2 .swiper-slide img {
  /* display: block; */
  /*width: 100%;*/
  /*height: 100%;*/
  object-fit: cover;
  cursor: pointer;
}

.mySwiper2 {
  height: 100%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
  width: 83%;
}

.mySwiper .swiper-slide {
  width: 32%;
  height: 100%;
  margin-left: 0;
}

.mySwiper .swiper-slide-thumb-active img {
  border: 2px #acd8ff solid;
  border-radius: 20px;
  box-shadow: 0 0px 8px #b7d4ee;
}

.mySwiper .swiper-slide img {
  display: block;
  /*width: 213px;*/
  /*height: 216px;*/
  object-fit: cover;
  cursor: pointer;
}
/* .zd{
    width: 105px !important;
    background: #f8fafd;
    margin-right: 17px !important;
} */
.introduction_thumbnail {
  width: 1200px;
  margin: 0 auto;
  margin-top: 32px;
  text-align: center;
  position: relative;
}
.introduction_thumbnail .swiper-wrapper {
  padding-left: 10px;
}
.synopsis {
  width: 140px;
  box-shadow: 0 4px 8px rgb(36 113 249 / 50%);
  background-color: #103ef4;
  text-align: center;
  line-height: 48px;
  border-radius: 30px;
  color: white;
  font-size: 20px;
  margin: 34px 0 18px 0;
}
.drawing {
  width: 405px;
  height: 549px;
  float: left;
  margin-right: 16px;
  text-align: center;
  display: table;
}

.introduction_txt {
  float: left;
  width: 680px;
  height: 530px;
  padding-left: 41px;
  padding-top: 12px;
  background-color: #f5f7f9;
  border-radius: 30px;
  border: 6px solid white;
  box-shadow: 0 8px 12px #b7d4ee;
  line-height: 30px;
  margin-top: 9px;
}
.introduction_txt p {
  font-size: 16px;
  color: #000;
  display: inline-block;
  padding: 5px 23px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(197, 197, 197);
  border-radius: 8px;
  margin: 5px 8px;
}
.introduction_txt i {
  font-size: 13px;
  color: #000;
  display: inline-block;
  padding: 0px 12px;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(197, 197, 197);
  border-radius: 8px;
  margin: 5px 8px;
}
.introduction_txt h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
}
.introduction_txt b {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 13px;
  display: inline-block;
  width: 664px;
}
.introduction_txt span {
  font-size: 16px;
  width: 636px;
  display: inline-block;
  margin-left: 18px;
}
.introduction_txt span::before {
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 79%;
  background: #000000;
  content: "";
  margin-left: -12px;
  margin-top: 7px;
}

.synopsis_a {
  background-color: #4b3ccc;
  text-align: center;
  line-height: 60px;
  border-radius: 30px 30px 0 30px;
  color: white;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 48px;
  margin-top: 50px;
  margin-left: 34px;
  display: inline-block;
  padding: 0 17px;
}
.summary {
  width: 100%;
  height: auto;
  position: relative;
}
.summary_lft i {
  width: 10px;
  height: 10px;
  background: #4b3ccc;
  border-radius: 50%;
  float: left;
  margin-top: 7px;
  margin-right: 9px;
}
.summary_lft {
  float: left;
  min-width: 238px;
}
.summary_lft li {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 46px;
}
.text-tight {
  margin-left: 58px;
}

.mySwiper05 {
  width: 1400px;
  margin: 0 auto;
  height: 334px;
  margin-bottom: 16px;
  padding-top: 38px;
}
.swiper-tea {
  width: 1200px;
  height: 278px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.mySwiper05 .swiper-button-next,
.mySwiper05 .swiper-button-prev {
  top: 158px;
}

.train-bage {
  width: 100%;
  background: url(../images/bage02.jpg) center no-repeat;
  height: 1044px;
  background-size: 100% 100%;
}
.artificial-title b {
  font-size: 36px;
  font-weight: normal;
  color: #000000;
  position: relative;
  top: -52px;
}
.title04 {
  padding-top: 123px;
}
.mySwiper03 {
  width: 1200px;
  margin: 0 auto;
  height: 534px;
  padding-bottom: 60px;
}
.mySwiper03 .swiper-slide,
.mySwiper04 .swiper-slide {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  height: 534px;
  background-color: #fff;
  border-radius: 20px;
}
.mySwiper03 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: rgba(138, 138, 138, 0.5);
  opacity: 1;
  margin: 0 8px !important;
}
.mySwiper03 .swiper-pagination-bullet-active {
  background-color: #000000;
}
.swiper-teacher {
  width: 1120px;
  height: 430px;
  margin-top: 100px;
  /* background: bisque; */
  --swiper-navigation-color: #ffffff; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 20px; /* 设置按钮大小 */
}
.swiper-teacher .swiper-pagination-bullet {
  border: 2px solid white;
  width: 9px;
  height: 9px;
  margin: 100px;
}
.swiper-teacher .swiper-pagination-bullet-active {
  border: 2px solid rgb(255, 255, 255);
  background-color: #1156db;
  width: 9px;
  height: 9px;
  margin: 10px;
}
.swiper-teacher .swiper-slide {
  display: flex;
  background-position: center;
  background-size: cover;
  width: auto;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.swiper-teacher .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.37);
  height: 70px;
  width: 45px;
  border-radius: 14px;
  top: 43%;
}
.swiper-teacher .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  background-color: rgba(255, 255, 255, 0.37);
  height: 70px;
  width: 45px;
  border-radius: 14px;
  top: 43%;
}
.swiper-teacher .swiper-slide img {
  display: block;
  width: 260px;
}
.swiper-teacher .swiper-slide:nth-child(1) img {
  height: 430px;
}
.swiper-teacher .swiper-slide:nth-child(2) img {
  height: 410px;
}
.swiper-teacher .swiper-slide:nth-child(3) img {
  height: 380px;
}
.swiper-teacher .swiper-slide:nth-child(4) img {
  height: 430px;
}
.swiper-teacher .swiper-slide:nth-child(5) img {
  height: 410px;
  width: 300px;
}
.swiper-teacher .swiper-slide:nth-child(6) img {
  height: 430px;
}
.swiper-teacher .swiper-slide > div {
  text-align: left;
  margin-left: -15px;
  width: 630px;
  height: 290px;
  margin-top: 0px;
  background-image: linear-gradient(to right, #ffffff00, #1e3ba0);
  border-radius: 0 20px 20px 0;
  color: white;
  line-height: 30px;
}
.swiper-teacher .swiper-slide > div b {
  font-size: 30px;
  top: 40px;
  position: relative;
  left: 20px;
  background-image: linear-gradient(to right, #ffffff00, #1156db);
  border-radius: 0 10px 10px 0;
  width: 134px;
  display: flex;
  padding-right: 10px;
  padding-left: 40px;
  height: 40px;
  align-items: center;
}
.swiper-teacher .swiper-slide > div p {
  font-size: 16px;
  top: 55px;
  position: relative;
  left: 60px;
}
.swiper-teacher .swiper-slide > div span {
  font-size: 16px;
  top: 55px;
  position: relative;
  left: 76px;
  width: 540px;
  display: inline-block;
}
.swiper-teacher .swiper-slide > div span::before {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  content: "";
  left: -12px;
  top: 12px;
}
.train-bage08 {
  width: 100%;
  background: url(../images/bage08.png) center no-repeat;
  height: 736px;
  background-size: 100%;
}
.train-bage08 > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
.train-bage08 > div:nth-child(2) div {
  text-align: left;
  margin-left: 45px;
  line-height: 34px;
}
.train-bage08 div:nth-child(2) img {
  width: 555px;
  height: auto;
}
.train-bage08 div:nth-child(2) b {
  font-size: 21px;
}
.train-bage08 div:nth-child(2) p {
  font-size: 16.1px;
}
.hard-img {
  float: left;
}
.hard-note {
  float: left;
  width: 700px;
  margin-left: 46px;
  text-align: left;
  height: 458px;
  overflow-y: scroll;
  margin-top: 42px;
}

/* 婊氬姩鏉℃暣浣撴牱寮忚?剧疆 */
::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}
/* 婊氬姩鏉℃牱寮? */
::-webkit-scrollbar-thumb {
  background: #999;
}
/* 婊氬姩鏉¤建閬撴牱寮? */
::-webkit-scrollbar-track {
  background: #7d7d7d;
  border: 1px #fff solid;
}
.hard-note b {
  font-weight: bold;
  font-size: 24px;
  color: #333;
  display: block;
  margin-bottom: 18px;
}
.hard-note p {
  width: 100%;
  height: auto;
  display: table;
}
.hard-note span {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-bottom: 18px;
  float: left;
  width: 638px;
}
.hard-note p i {
  float: left;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #333;
  margin-top: 10px;
  margin-right: 6px;
  margin-bottom: 20px;
}
/* 5.20 赵老师修改按钮 开始 */
.link-style {
  color: #fff;
  border-radius: 50px;
  font-size: 24px;
  font-weight: bold;
  background-color: #000000;
  width: 466px;
  line-height: 78px;
  display: block;
  margin: 0 auto;
  margin-top: 18px;
}

/*  */

button {
  font-size: 24px;
  width: 466px;
  height: 78px;
  --primary-color: #ff594f;
  --secondary-color: #fff;
  --hover-color: #111;
  --arrow-width: 10px;
  --arrow-stroke: 2px;
  box-sizing: border-box;
  border: 0;
  border-radius: 50px;
  color: var(--secondary-color);
  padding: 1em 1.8em;
  background: var(--primary-color);
  display: flex;
  transition: 0.2s background;
  align-items: center;
  justify-content: center; /* Center the text */
  gap: 0.7em;
  font-weight: bold;
  margin: 0 auto;
  line-height: 78px;
}

button .arrow-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

button .arrow {
  margin-top: 1px;
  width: var(--arrow-width);
  background: var(--primary-color);
  height: var(--arrow-stroke);
  position: relative;
  transition: 0.2s;
  transform: scale(1.7);
  line-height: 78px;
}

button .arrow::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border: solid var(--secondary-color);
  border-width: 0 var(--arrow-stroke) var(--arrow-stroke) 0;
  display: inline-block;
  top: -3px;
  right: 3px;
  transition: 0.2s;
  padding: 3px;
  transform: rotate(-45deg);
}

button:hover {
  background-color: var(--hover-color);
}

button:hover .arrow {
  background: var(--secondary-color);
}

button:hover .arrow:before {
  right: 0;
}

/* 5.20 赵老师修改按钮 结束 */
.artificial-title p {
  font-size: 24px;
  color: #333;
  margin-top: 24px;
}
.hezuo-img {
  display: block;
  margin: 0 auto;
  padding-bottom: 75px;
  padding-top: 20px;
}
.train-teacher {
  width: 100%;
  height: 880px;
  background: url(../images/bage03.jpg) center no-repeat;
  background-size: 100% 100%;
}
.train-teacher a {
  color: #1156db;
  border-radius: 50px;
  font-size: 26px;
  font-weight: bold;
  background-color: white;
  width: 323px;
  line-height: 78px;
  display: block;
  margin: 0 auto;
  margin-top: 38px;
}
.tea-list {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-top: 75px;
  display: table;
  margin-bottom: 76px;
}
.tea-list li {
  width: 220px;
  height: 491px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-left: 3px;
  margin-right: 3px;
}
.tea-bage01 {
  background: url(../images/tea01.jpg) center no-repeat;
}
.tea-bage02 {
  background: url(../images/tea02.jpg) center no-repeat;
  margin-top: 80px;
}
.tea-bage03 {
  background: url(../images/tea03.jpg) center no-repeat;
}
.tea-bage04 {
  background: url(../images/tea04.jpg) center no-repeat;
  margin-top: 80px;
}
.tea-bage05 {
  background: url(../images/tea05.jpg) center no-repeat;
}

.tea-jingyan {
  position: absolute;
  width: 235px;
  height: 78px;
  background: url(../images/bage04.png) center no-repeat;
  bottom: 90px;
  left: 30px;
  z-index: 1;
  opacity: 1;
}
.tea-jingyan b {
  font-weight: bold;
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: left;
  margin-left: 22px;
  margin-top: 16px;
}
.tea-block {
  background: url(../images/bage05.png) center no-repeat;
  height: 385px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.4s;
}
.tea-block b {
  font-weight: bold;
  color: #fff;
  display: block;
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
  margin-top: 116px;
  width: 204px;
  margin-bottom: 10px;
}
.tea-block p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  width: 204px;
  margin: 0 auto;
}
.tea-list li:hover .tea-block {
  opacity: 1;
  -webkit-transition: 0.4s;
}
.train-student {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: table;
}
.train-student li {
  background: url(../images/bage06.png) top no-repeat;
  width: 385px;
  height: 252px;
  float: left;
  margin-right: 22px;
  margin-bottom: 60px;
  padding-top: 16px;
}
.train-student li img {
  margin-top: 24px;
  border-radius: 12px;
}
.stu-note {
  width: 325px;
  margin: 0 auto;
  text-align: left;
}
.stu-note span {
  font-weight: bold;
  display: block;
  font-size: 21px;
  color: #333399;
  margin-top: 20px;
}
.stu-note p {
  font-size: 16px;
  color: #333;
  margin-top: 6px;
}
.bill {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 60px;
}
.bill b {
  display: block;
  font-size: 36px;
  font-weight: bold;
  background-color: #f2f5fd;
  line-height: 78px;
  border: 6px solid white;
  box-shadow: 0 10px 19px #e0e9ff;
  border-bottom: none;
}
.bill-list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.bill-list li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
.bill-list li span {
  font-size: 18px;
  /* color: #4b3ccc; */
  font-weight: bold;
  width: 33.3%;
  line-height: 72px;
}
.bill-list li div {
  width: 33.3%;
  line-height: 68px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bill-color {
  color: #cc3333 !important;
  background-color: #fafafa;
  margin: 2px 0;
}
.bill-color02 {
  background-color: #f8fafe;
  margin: 2px 0;
}
.feed {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 450px 300px;
}
.feed li {
  float: left;
  width: 568px;
  height: 402px;
  border: 5px white solid;
  border-radius: 10px;
  margin-bottom: 28px;
  margin-right: 26px;
  border-radius: 40px;
  box-shadow: 0 7px 21px #d5daff;
}
.feed li:nth-child(1) {
  background: #f2f7f9;
}
.feed li:nth-child(2) {
  background: #f9f9f9;
}
.feed li:nth-child(3) {
  background: #f9f9f9;
}
.feed li:nth-child(4) {
  background: #f2f7f9;
}
.feed-top {
  width: 100%;
  height: auto;
  margin-top: 62px;
  margin-bottom: 36px;
}
.feed-left {
  float: left;
  width: 130px;
}
.feed-left img {
  margin-top: 10px;
  float: right;
  margin-right: 12px;
}
.feed-right {
  float: left;
  margin-left: 18px;
  width: 340px;
  text-align: left;
}
.feed-right span {
  font-size: 32px;
  color: #663333;
  display: block;
  font-weight: bold;
  margin-bottom: 7px;
}
.feed-right span em {
  font-style: normal;
  color: #ff3300;
}
.feed-right i {
  display: block;
  font-size: 18px;

  line-height: 30px;
}
.feed li p {
  width: 512px;
  font-size: 18px;
  color: #333;
  margin: 0 auto;
  text-align: left;
  line-height: 36px;
  font-weight: bold;
  margin-top: 34px;
}
.height01 {
  height: 312px !important;
}
.height01 .feed-top {
  margin-top: 42px !important;
}
.title05 {
  background: url(../images/bage07.png) center 60px no-repeat;
}
.title-span {
  font-size: 18px;
  color: #333;
  line-height: 27px;
  text-align: left;
  display: block;
}
.train-white-last .title-span {
  font-size: 18px;
  color: #333;
  line-height: 27px;
  text-align: left;
  display: block;
}
.train-white .about-list {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 180px 220px;
  position: relative;
  top: auto;
  right: auto;
  background: white;
}
.train-white-last .about-list {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 180px 220px;
  position: relative;
  top: auto;
  right: auto;
  background: white;
}
.train-white-last .about-list li {
  float: left;
  font-size: 18px;
  color: #333;
  width: 80%;
  margin: 0 auto;
}
.train-white-last .about-list li img {
  display: block;
  margin: 0 auto;
  margin-top: 58px;
  margin-bottom: 28px;
}
.train-white-last {
  padding-bottom: 70px;
}
.appreciate {
  width: 1218px;
  margin: 0 auto;
  height: auto;
  margin-top: 154px;
}
.appreciate_thumbnail {
  width: 1218px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.bage-img {
  position: absolute;
  top: -79px;
  left: -8px;
  z-index: 0;
}
.mySwiper06 {
  height: 298px;
  box-sizing: border-box;
  cursor: pointer;
}
.mySwiper06 .swiper-slide {
  height: 100%;
  margin-left: 0;
  width: 201px;
}
.app {
  height: 232px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  position: relative;
  width: 301px !important;
}
.img13 {
  display: none;
  position: absolute;
  bottom: -62px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.mySwiper06 .swiper-slide-thumb-active .img13 {
  display: block;
}
.ppreciate_choose {
  width: 1218px;
  height: 551px;
  margin: 0 auto;
  text-align: left;
}
.mySwiper7 {
  height: 100%;
  width: 100%;
}

.appre-left {
  float: left;
  margin-top: 35px;
}
.appre-left b {
  font-weight: bold;
  color: #fff;
  width: 226px;
  line-height: 57px;
  border-radius: 10px;
  background: #4b3ccc;
  float: left;
  text-align: center;
  margin-right: 15px;
  font-size: 18px;
}
.appre-left img {
  margin-top: 18px;
}
.appre-right {
  float: left;
  width: 936px;
  margin-top: 35px;
}
.appre-right span {
  margin-left: 14px;
  font-size: 18px;
  color: #333;

  border-radius: 10px;
  line-height: 43px;
  padding: 0 15px;
  min-width: 160px;
  float: left;
  position: relative;
  margin-bottom: 24px;
  background-color: #f5f7f9;
  box-shadow: 0 3px 12px #b7d4ee;
  border: 6px white solid;
}
.shizhan {
  border: 6px #4b3ccc solid !important;
  background-color: #f8f7fd;
}
.appre-right span img {
  position: absolute;
  top: -20px;
  right: -15px;
  z-index: 2;
}
.app-shizhan {
  width: 376px;
  height: 471px;
  border: 1px #cccccc solid;
  border-radius: 20px;
  position: relative;
  margin: 0 14px;
  margin-top: 76px;
  float: left;
}
.app-shizhan img {
  display: block;
  margin: 0 auto;
  margin-top: -76px;
}
.app-shizhan b {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}
.sz-left {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  text-align: left;
  margin-left: 16px;
}
.show_logo ul {
  width: 5000px;
}
.show_logo li {
  float: left;
}
.show_logo {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@keyframes span {
  0% {
    transform: translate3D(-10%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
@-webkit-keyframes span {
  0% {
    trtransform: translate3D(-10%, 0, 0);
  }
  100% {
    transform: translate3D(0, 0, 0);
  }
}
.show_logo ul {
  animation-name: span;
  animation-duration: 9s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.show_logoa ul {
  animation-name: span;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.show_logo_mask {
  position: absolute;
  left: 0;
  z-index: 10;
}
.show_logo_masks {
  position: absolute;
  right: 0;
  z-index: 10;
  transform: rotate(180deg);
}
.myscroll {
  width: 100%;
  height: 729px;
  margin: 0 auto;
  overflow: hidden;
}

.mar26 {
  margin-right: 26px;
}
.mar30 {
  margin-left: 30px;
}
.mar72 {
  margin-top: 72px;
}
.mar44 {
  margin-top: 44px !important;
}
.mar56 {
  margin-top: 56px;
  margin-bottom: 60px;
}
.ja-s-nmar {
  margin-right: 0 !important;
}

.ja-d-c-mar {
  margin-bottom: 0 !important;
}

.introduction_thumbnail .swiper-button-next:after,
.introduction_thumbnail .swiper-button-prev:after {
  content: none;
}

.introduction_thumbnail .swiper-button-next {
  background: url(../images/right.png) center no-repeat;
  width: 92px;
  height: 92px;
  border-radius: 100%;
  right: 0px;
  top: 43px;
}
.introduction_thumbnail .swiper-button-prev {
  background: url(../images/left.png) center no-repeat;
  width: 92px;
  height: 92px;
  border-radius: 100%;
  left: 0px;
  top: 43px;
}
/* .mySwiper .swiper-wrapper{
	width: 80%;
	overflow: hidden;
} */

/* bad style code--嵌入式开发课程完整shi */
.kcdg_development {
  width: 100%;
  height: 1098px;
  background: url(//www.hqyj.com/Ver201811/zhuanti/emb/images/kcdg_development_bei.jpg)
    center no-repeat;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.kcdg_development_year {
  width: 100%;
  height: 257px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -50px;
}

.kcdg_development_year ul {
  width: 90%;
  margin: 0 auto;
}

.kcdg_development_year ul li {
  float: left;
  width: 16%;
  margin: 0px 3px;
  margin-top: 52px;
  text-align: center;
  position: relative;
}

.kcdg_development_year ul li img {
  width: 80px;
  height: 80px;
}

.kcdg_development_hover {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
}

.kcdg_development_main {
  width: 100%;
}

.kcdg_development_main .tab-bd {
  width: 1150px;
  height: 510px;
  margin: 0 auto;
  margin-top: 60px;
  /* background: #f3f5f7; */
  border-radius: 5px;
  padding-bottom: 50px;
}

.kcdg_development_main .tab-bd li {
  display: none;
}

.kcdg_development_main .tab-bd li.thisclass {
  display: list-item;
}

.kcdg_development_main .tab-hd {
  width: 100%;
  overflow: hidden;
  zoom: 1;
  margin: 0 auto;
  margin-top: 14px;
  background: black;
  display: flex;
  justify-content: center;
  /* 5.20 赵老师修改 发展历程 高度 */
  height: 70px;
  padding-top: 30px;
}

.kcdg_development_main .tab-hd li {
  float: left;
  width: 88px;
  text-align: center;
  cursor: pointer;
}

.kcdg_development_main .tab-hd li.active {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  top: -5px;
  position: relative;
}

/*  */
.kcdg_development_main .tab-hd li.active p {
  color: white;
  /* 5.20 赵老师修改 发展历程 字体 高亮 */
  font-size: 20px;
  font-weight: bold;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 20px;
  text-shadow: 0 0 23px #a0d7ff;
}

.kcdg_development_main .tab-hd li.active::after {
  top: 50px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ff594f;
  border-radius: 5px;
}

/*  */

.kcdg_development_main .tab-hd li p {
  color: #b6b6b6;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.kcdg_development_left {
  width: 50%;
  margin-top: 48px;
}

.kcdg_development_left01 {
  float: left;
  width: 253px;
  height: 305px;
  margin-left: 34px;
  position: relative;
}

.kcdg_development_left01 img {
  text-align: left;
  width: 100%;
  height: 305px;
}

.kcdg_development_left01 p {
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 28px;
  margin: 0 auto;
}

.kcdg_development_right {
  margin-top: 80px;
  margin-left: 450px;
  display: flex;
  position: absolute;
}

.kcdg_development_right .kcdg_d01 {
  width: 100%;
  margin-top: 8px;
}

.kcdg_development_right .kcdg_d01 p {
  float: left;
  width: 68px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  background: #ff5950;
  border-radius: 3px;
  margin-right: 10px;
}
.kcdg_development_left .kcdg_d01 .p_2024 {
  background-color: #2c60de;
  width: 100px;
  font-size: 20px;
  height: 33px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 20px;
  color: white;
}
.kcdg_development_left .kcdg_d01 span {
  text-align: left;
  color: #000000c4;
  font-size: 15.5px;
  margin-left: 32px;
  padding: 10px 0;
  width: 410px;
}
.kcdg_development_right .kcdg_d01 span {
  display: block;
  text-align: left;
  line-height: 28px;
}
.kcdg_more {
  width: 100%;
  height: 70px;
  line-height: 50px;
  background: #000000;
  margin: 0 auto;
  padding: 50px 0;
}
.kcdg_more a {
  width: 335px;
  display: block;
  margin: 0 auto;
}

.kcdg_more p {
  height: 70px;
  display: flex;
  background-color: #ffffff;
  border-radius: 40px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  justify-content: center;
  align-items: center;

  font-size: 20px;
  font-weight: bold;
}

.kcdg_more p:hover {
  border-radius: 3px;
  background: #eeeeee;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  border-radius: 30px;
}
