.content-center {
  width: 1200px;
  margin: 0 auto;
}
.content-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.backImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.title {
  display: block;
  width: 100%;
  text-align: center;
}
.desc {
  display: block;
  margin: 0 auto;
  text-align: center;
}
#wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #ffffff;
}
#wrap #header {
  width: 100%;
  height: 550px;
}
#wrap #header .header-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 90px;
  z-index: 999;
}
#wrap #header .header-nav .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  padding: 10px 0;
}
#wrap #header .header-nav .nav .logo {
  width: 175px;
  padding: 10px 0;
  line-height: 100%;
  cursor: pointer;
}
#wrap #header .header-nav .nav .logo img {
  width: 100%;
}
#wrap #header .header-nav .nav .nav-bar {
  width: 880px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#wrap #header .header-nav .nav .nav-bar li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 4px solid transparent;
  transition: 0.3s;
}
#wrap #header .header-nav .nav .nav-bar li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
  text-decoration: none;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 100%);
  width: 140px;
  padding-top: 30px;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main div {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main div a {
  line-height: 40px;
  text-align: center;
  color: #858585;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main div:nth-last-child(1) {
  border: none;
}
#wrap #header .header-nav .nav .nav-bar li:hover {
  border-color: #ffffff;
}
#wrap #header .header-nav .nav .nav-bar li:hover .nav-model {
  display: block;
}
#wrap #header .header-nav .nav .nav-bar .active {
  border-bottom: 4px solid #ffffff;
}
#wrap #header .banner {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
#wrap #header .banner .swiper-container {
  width: 100%;
  height: 100%;
}
#wrap #header .banner .swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap #header .banner .swiper-container .swiper-slide {
  position: relative;
}
#wrap #header .banner .swiper-container .swiper-slide .center {
  position: absolute;
  width: 1200px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/programmingScience/images/center_02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#wrap #header .banner .swiper-container .swiper-pagination {
  margin-bottom: 26px;
}
#wrap #header .banner .swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.3;
}
#wrap #header .banner .swiper-container .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
#wrap #content .programming-science {
  height: 658px;
  background: #ffffff;
}
#wrap #content .programming-science .title {
  position: relative;
  margin: 90px auto 29px;
  width: 380px;
  font-size: 30px;
  line-height: 30px;
  color: #222222;
  z-index: 1;
}
#wrap #content .programming-science .title .bg {
  position: absolute;
  top: 12px;
  left: 7px;
  width: 138px;
  height: 33px;
  background-color: #cf41bb;
  opacity: 0.25;
}
#wrap #content .programming-science .desc {
  width: 916px;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
#wrap #content .programming-science .line-tl {
  margin: 30px auto 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 910px;
}
#wrap #content .programming-science .line-tl span {
  display: block;
}
#wrap #content .programming-science .line-tl .line {
  width: 330px;
  height: 1px;
  background-color: #4404bf;
}
#wrap #content .programming-science .line-tl .tl {
  font-size: 16px;
  line-height: 16px;
  color: #4404bf;
}
#wrap #content .programming-science .cards {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 850px;
  color: #ffffff;
}
#wrap #content .programming-science .cards .card {
  display: flex;
  flex-wrap: wrap;
  width: 250px;
  height: 240px;
  border-radius: 10px;
  padding: 30px 0 24px;
  background-image: url("../images/programmingScience/images/jinglintu_01.png");
  background-repeat: no-repeat;
}
#wrap #content .programming-science .cards .card span {
  display: block;
  width: 100%;
  text-align: center;
}
#wrap #content .programming-science .cards .card .tl {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 14px;
}
#wrap #content .programming-science .cards .card .text {
  font-size: 16px;
  line-height: 28px;
}
#wrap #content .programming-science .cards .card:nth-child(1) {
  background-color: #2ab5f6;
  background-position: 0px -14px;
}
#wrap #content .programming-science .cards .card:nth-child(2) {
  background-color: #854bdd;
  background-position: -422px -16px;
}
#wrap #content .programming-science .cards .card:nth-child(3) {
  background-color: #ffb53e;
  background-position: -798px -18px;
}
#wrap #content .targe {
  height: 675px;
  background-image: url("../images/programmingScience/images/targe-banner_02.png");
}
#wrap #content .targe .title {
  padding-top: 90px;
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .targe .ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1110px;
  height: 371px;
}
#wrap #content .targe .ul .li-lf,
#wrap #content .targe .ul .li-rt {
  padding-top: 14px;
  width: 100%;
  height: 80px;
  background-image: url("../images/programmingScience/images/jinglintu_01.png");
  background-repeat: no-repeat;
}
#wrap #content .targe .ul .li-lf .desc-tl,
#wrap #content .targe .ul .li-rt .desc-tl {
  height: 17px;
  font-size: 16px;
  line-height: 66px;
  color: #774bf9;
}
#wrap #content .targe .ul .li-lf {
  padding-left: 126px;
}
#wrap #content .targe .ul .li-rt {
  text-align: right;
  padding-right: 126px;
}
#wrap #content .targe .ul div:nth-child(1) {
  background-position: -8px -388px;
}
#wrap #content .targe .ul div:nth-child(2) {
  background-position: 590px -496px;
}
#wrap #content .targe .ul div:nth-child(3) {
  background-position: -8px -602px;
}
#wrap #content .targe .ul div:nth-child(4) {
  background-position: 533px -731px;
}
#wrap #content .course-content {
  height: 860px;
  background-image: url("../images/programmingScience/images/course-banner_02.png");
}
#wrap #content .course-content .title {
  padding-top: 90px;
  padding-bottom: 36px;
  font-size: 30px;
  line-height: 30px;
  color: #fffefe;
}
#wrap #content .course-content .desc {
  width: 900px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-bottom: 30px;
}
#wrap #content .course-content .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: 430px;
}
#wrap #content .course-content .list .item {
  width: 20%;
  height: 182px;
}
#wrap #content .course-content .list .item div {
  width: 100%;
  text-align: center;
}
#wrap #content .course-content .list .item img {
  display: block;
  margin: 0 auto;
  width: 90px;
  height: 90px;
}
#wrap #content .course-content .list .item .tl {
  padding: 19px 0 12px 0;
  font-size: 16px;
  line-height: 16px;
  color: #a83ee7;
}
#wrap #content .course-content .list .item .desc-tl {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
#wrap #content .course-content .list .item .desc-tl span {
  display: block;
  width: 100%;
}
#wrap #content .course-content .list .item:nth-child(8) {
  position: relative;
}
#wrap #content .course-content .list .item:nth-child(8) .desc-tl {
  position: absolute;
  bottom: -4px;
  left: -11px;
  width: 260px;
}
#wrap #content .course-features {
  height: 994px;
  background: #ffffff;
}
#wrap #content .course-features .content-center {
  position: relative;
}
#wrap #content .course-features .dom {
  position: absolute;
  top: -90px;
  left: 0;
  width: 1200px;
  height: 1084px;
  padding: 0 46px;
  background-color: #ffffff;
  box-shadow: 0px 3px 40px 0px rgba(4, 0, 0, 0.35);
  border-radius: 16px;
  overflow: hidden;
  z-index: 1;
}
#wrap #content .course-features .dom .bar {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 1231px;
  height: 31px;
  background-image: linear-gradient(-90deg, #fa839b 5%, #8b49aa 35%, #2dc4ae 65%, #18a9ed 100%);
}
#wrap #content .course-features .dom .title {
  padding-top: 90px;
  padding-bottom: 39px;
  font-size: 30px;
  line-height: 30px;
  color: #222222;
}
#wrap #content .course-features .dom .cards {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 412px;
}
#wrap #content .course-features .dom .cards .card {
  width: 330px;
  height: 100%;
}
#wrap #content .course-features .dom .cards .card span {
  display: block;
  width: 100%;
  text-align: center;
}
#wrap #content .course-features .dom .cards .card .tl {
  font-size: 16px;
  line-height: 16px;
  color: #2ab5f6;
  padding-bottom: 8px;
}
#wrap #content .course-features .dom .cards .card .wrap {
  margin-top: 13px;
  padding-top: 33px;
  border-radius: 10px;
  color: #ffffff;
  width: 330px;
  height: 350px;
}
#wrap #content .course-features .dom .cards .card .wrap img {
  display: block;
  width: 182px;
  height: 144px;
  margin: 0 auto 27px;
}
#wrap #content .course-features .dom .cards .card .wrap .text {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 12px;
}
#wrap #content .course-features .dom .cards .card:nth-child(1) .wrap {
  background-color: #2ab5f6;
}
#wrap #content .course-features .dom .cards .card:nth-child(2) .wrap {
  background-color: #fba12d;
}
#wrap #content .course-features .dom .cards .card:nth-child(2) .tl {
  color: #fba12d;
}
#wrap #content .course-features .dom .cards .card:nth-child(3) .wrap {
  background-color: #854bdd;
}
#wrap #content .course-features .dom .cards .card:nth-child(3) .tl {
  color: #a265ff;
}
#wrap #content .course-features .dom .images {
  margin-top: 36px;
  width: 100%;
  height: 389px;
  display: flex;
}
#wrap #content .course-features .dom .images img {
  display: block;
  width: 50%;
}
#wrap #content .classroom-process {
  position: relative;
  height: 830px;
  background-image: url("../images/programmingScience/images/coursePrograssBanner_02.png");
}
#wrap #content .classroom-process .title {
  padding-top: 90px;
  padding-bottom: 34px;
  font-size: 30px;
  line-height: 30px;
  color: #222222;
}
#wrap #content .classroom-process .desc {
  width: 254px;
  height: 64px;
  font-size: 16px;
  line-height: 24px;
  color: #707070;
}
#wrap #content .classroom-process .tree {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1200px;
  height: 598px;
}
#wrap #content .classroom-process .tree .line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 100%;
  background-color: #342db3;
}
#wrap #content .classroom-process .tree .line .dt {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #da32be;
  box-shadow: 0px 0px 18px 0px rgba(52, 45, 179, 0.79);
  border: solid 5px #342db3;
  border-radius: 50%;
}
#wrap #content .classroom-process .tree .line .dt .lf {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-10px, -50%);
  width: 82px;
  height: 4px;
  background-image: linear-gradient(-90deg, #342db3 0%, #ffffff 100%), linear-gradient(#da32be, #da32be);
}
#wrap #content .classroom-process .tree .line .dt .lt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
  width: 82px;
  height: 4px;
  background-image: linear-gradient(-90deg, #ffffff 0%, #342db3 100%), linear-gradient(#da32be, #da32be);
}
#wrap #content .classroom-process .tree .line .dt:nth-child(2) {
  top: 146px;
}
#wrap #content .classroom-process .tree .line .dt:nth-child(3) {
  top: 236px;
}
#wrap #content .classroom-process .tree .line .dt:nth-child(4) {
  top: 326px;
}
#wrap #content .classroom-process .tree .line .dt:nth-child(5) {
  top: 416px;
}
#wrap #content .classroom-process .tree .text-lf {
  width: 427px;
  height: 96px;
  text-align: right;
}
#wrap #content .classroom-process .tree .text-lf span {
  display: block;
  width: 100%;
}
#wrap #content .classroom-process .tree .text-lf .num {
  font-size: 50px;
  line-height: 50px;
  color: #342db3;
}
#wrap #content .classroom-process .tree .text-lf .tl {
  padding-top: 18px;
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 20px;
  color: #292929;
}
#wrap #content .classroom-process .tree .text-lf .desc-tl {
  font-size: 14px;
  line-height: 14px;
}
#wrap #content .classroom-process .tree .text-lt {
  width: 527px;
  height: 96px;
}
#wrap #content .classroom-process .tree .text-lt span {
  display: block;
  width: 100%;
}
#wrap #content .classroom-process .tree .text-lt .num {
  font-size: 50px;
  line-height: 50px;
  color: #342db3;
}
#wrap #content .classroom-process .tree .text-lt .tl {
  padding-top: 18px;
  padding-bottom: 9px;
  font-size: 20px;
  line-height: 20px;
  color: #292929;
}
#wrap #content .classroom-process .tree .text-lt .desc-tl {
  font-size: 14px;
  line-height: 14px;
}
#wrap #content .classroom-process .tree .item1 {
  position: absolute;
  top: 46px;
  left: 50%;
  transform: translateX(-509px);
}
#wrap #content .classroom-process .tree .item2 {
  position: absolute;
  top: 136px;
  right: 0;
  transform: translateX(15px);
}
#wrap #content .classroom-process .tree .item3 {
  position: absolute;
  top: 226px;
  left: 50%;
  transform: translateX(-509px);
}
#wrap #content .classroom-process .tree .item4 {
  position: absolute;
  top: 316px;
  right: 0;
  transform: translateX(15px);
}
#wrap #content .classroom-process .tree .item5 {
  position: absolute;
  top: 406px;
  left: 50%;
  transform: translateX(-509px);
}
#wrap #content .case {
  height: 2493px;
  background-image: url("../images/programmingScience/images/kexun-banner_02.png");
}
#wrap #content .case .title {
  position: relative;
  padding-top: 90px;
  padding-bottom: 34px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #ffffff;
}
#wrap #content .case .title span {
  position: absolute;
  display: block;
  top: 98px;
  left: 408px;
  width: 130px;
  height: 33px;
  background-color: #cf41bb;
  opacity: 0.15;
}
#wrap #content .case .desc {
  width: 288px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
#wrap #content .case .show {
  margin-top: 34px;
  margin-bottom: 48px;
  width: 1200px;
  height: 490px;
  background-color: rgba(0, 157, 255, 0.1);
  box-shadow: 4px 4px 10px 0px rgba(32, 32, 32, 0.22);
  border-radius: 14px;
  border: solid 2px #00c0ff;
}
#wrap #content .case .show .tl {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
#wrap #content .case .show .desc-tl {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 740px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
#wrap #content .case .show .photos {
  display: flex;
  justify-content: space-between;
  margin: 41px auto 0;
  width: 1110px;
  height: 280px;
}
#wrap #content .case .show .photos .photo {
  width: 350px;
  height: 100%;
}
#wrap #content .case .show .photos .photo .text {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding-bottom: 12px;
}
#wrap #content .case .show .photos .photo img {
  display: block;
  width: 350px;
  height: 240px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
#wrap #footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-image: linear-gradient(-13deg, #6c07c5 0%, #19369c 100%), linear-gradient(#5e05ac, #5e05ac);
}
#wrap #footer .info {
  /*width: 540px;*/
  font-size: 15px;
  color: #ffffff;
}
#wrap #footer .info span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 24px;
  letter-spacing: 3px;
}
/*# sourceMappingURL=programmingScience.css.map */
