.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;
}
#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 {
  display: block;
  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%;
  height: 100%;
}
#wrap #header .banner .swiper-container {
  width: 100%;
  height: 100%;
  min-width: 1200px;
}
#wrap #header .banner .swiper-container img {
  display: block;
  min-width: 1200px;
  width: 100%;
  height: 100%;
}
#wrap #header .banner .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
#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/programmingSinology/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-sinology {
  height: 640px;
  background-color: #ffffff;
  padding-top: 80px;
}
#wrap #content .programming-sinology .title {
  font-size: 30px;
  line-height: 29px;
  color: #222222;
}
#wrap #content .programming-sinology .desc {
  display: block;
  width: 915px;
  margin: 0 auto;
  padding-top: 33px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #707070;
}
#wrap #content .programming-sinology .line-tl {
  position: relative;
  display: block;
  width: 845px;
  margin: 43px auto 0;
  height: 1px;
  background-color: #4404bf;
}
#wrap #content .programming-sinology .line-tl .tl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #4404bf;
  background-color: #ffffff;
}
#wrap #content .programming-sinology .image {
  width: 858px;
  height: 275px;
  margin: 45px auto 0;
  background-image: url("../images/programmingSinology/images/bainchengguoxue_03.png");
}
#wrap #content .targe {
  height: 695px;
  padding-top: 80px;
  background-image: url("../images/programmingSinology/images/targe-banner_02.png");
}
#wrap #content .targe .content-center {
  padding: 0 50px;
}
#wrap #content .targe .title {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .targe .ul {
  width: 100%;
  padding-top: 12px;
}
#wrap #content .targe .ul .li-lf,
#wrap #content .targe .ul .li-rt {
  width: 595px;
  height: 114px;
  padding-top: 39px;
  margin-bottom: -20px;
}
#wrap #content .targe .ul .li-lf span,
#wrap #content .targe .ul .li-rt span {
  display: block;
  width: 100%;
  line-height: 27px;
  font-size: 16px;
  color: #774bf9;
}
#wrap #content .targe .ul .li-lf .tl,
#wrap #content .targe .ul .li-rt .tl {
  font-weight: bold;
}
#wrap #content .targe .ul .li-lf {
  padding-left: 142px;
}
#wrap #content .targe .ul .li-rt {
  transform: translateX(505px);
  padding-left: 42px;
}
#wrap #content .targe .ul div:nth-child(1) {
  background-image: url("../images/programmingSinology/images/xingxingbg_03.png");
  background-repeat: no-repeat;
  background-position: -27px -22px;
}
#wrap #content .targe .ul div:nth-child(2) {
  background-image: url("../images/programmingSinology/images/xingxingbg_03.png");
  background-repeat: no-repeat;
  background-position: -25px -136px;
}
#wrap #content .targe .ul div:nth-child(3) {
  width: 620px;
  background-image: url("../images/programmingSinology/images/xingxingbg_03.png");
  background-repeat: no-repeat;
  background-position: -26px -250px;
}
#wrap #content .targe .ul div:nth-child(4) {
  background-image: url("../images/programmingSinology/images/xingxingbg_03.png");
  background-repeat: no-repeat;
  background-position: -25px -364px;
}
#wrap #content .course-content {
  padding-top: 60px;
  height: 860px;
  background-image: url("../images/programmingSinology/images/course-banner_02.png");
}
#wrap #content .course-content .title {
  font-size: 30px;
  line-height: 30px;
  color: #fffefe;
}
#wrap #content .course-content .desc {
  display: block;
  margin: 0 auto;
  padding-top: 56px;
  text-align: center;
  width: 916px;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}
#wrap #content .course-content .list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-content: space-between;
  width: 1068px;
  height: 488px;
  margin: 34px auto 0;
}
#wrap #content .course-content .list .item {
  width: 33.333%;
  height: 200px;
  padding: 0 27px;
}
#wrap #content .course-content .list .item .img {
  margin: 0 auto;
  width: 80px;
  height: 110px;
  background-image: url("../images/programmingSinology/images/kechengIcon_03.png");
  background-repeat: no-repeat;
}
#wrap #content .course-content .list .item span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fffefe;
}
#wrap #content .course-content .list .item .tl {
  font-size: 16px;
  line-height: 29px;
}
#wrap #content .course-content .list .item .desc-tl {
  font-size: 14px;
  line-height: 24px;
}
#wrap #content .course-content .list .item:nth-child(1) .img {
  background-position: -20px -5px;
}
#wrap #content .course-content .list .item:nth-child(2) .img {
  background-position: -392px -5px;
}
#wrap #content .course-content .list .item:nth-child(3) .img {
  background-position: -756px -5px;
}
#wrap #content .course-content .list .item:nth-child(4) .img {
  width: 120px;
  background-position: -20px -272px;
}
#wrap #content .course-content .list .item:nth-child(5) .img {
  width: 120px;
  background-position: -373px -270px;
}
#wrap #content .course-content .list .item:nth-child(6) .img {
  width: 120px;
  background-position: -738px -270px;
}
#wrap #content .course-features {
  position: relative;
  height: 1045px;
  background-color: #ffffff;
}
#wrap #content .course-features .dom {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 1011px;
  background-color: #ffffff;
  box-shadow: 0px 3px 40px 0px rgba(4, 0, 0, 0.35);
  border-radius: 16px;
  padding-top: 78px;
  padding-left: 46px;
  padding-right: 46px;
  overflow: hidden;
}
#wrap #content .course-features .dom .color-bar {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 1200px;
  height: 31px;
  background-image: linear-gradient(-90deg, #fa839b 5%, #8b49aa 35%, #2dc4ae 65%, #18a9ed 100%);
}
#wrap #content .course-features .dom .title {
  font-size: 30px;
  line-height: 30px;
  color: #222222;
}
#wrap #content .course-features .dom .cards {
  position: relative;
  width: 100%;
  background-color: red;
  margin-top: 30px;
}
#wrap #content .course-features .dom .cards .card {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  padding-top: 22px;
}
#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: 14px;
  line-height: 26px;
  color: #feffff;
}
#wrap #content .course-features .dom .cards .card .desc-tl {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}
#wrap #content .course-features .dom .cards .card .img {
  display: block;
  margin: 25px auto 15px;
  width: 141px;
  height: 140px;
  background-image: url("../images/programmingSinology/images/courseIcon_03.png");
  background-repeat: no-repeat;
}
#wrap #content .course-features .dom .cards .card:nth-child(1) {
  width: 420px;
  height: 350px;
  background-color: #2ab5f6;
  z-index: 999;
}
#wrap #content .course-features .dom .cards .card:nth-child(1) .img {
  background-position: -36px -27px;
}
#wrap #content .course-features .dom .cards .card:nth-child(2) {
  width: 390px;
  padding-left: 20px;
  height: 350px;
  top: 0;
  left: 400px;
  background-color: #fda13f;
  z-index: 99;
}
#wrap #content .course-features .dom .cards .card:nth-child(2) .img {
  width: 160px;
  background-position: -422px -18px;
}
#wrap #content .course-features .dom .cards .card:nth-child(3) {
  width: 338px;
  padding-left: 20px;
  height: 350px;
  top: 0;
  left: 770px;
  background-color: #a556ef;
  z-index: 9;
}
#wrap #content .course-features .dom .cards .card:nth-child(3) .img {
  background-position: -775px -23px;
}
#wrap #content .course-features .dom .photos {
  margin-top: 430px;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
}
#wrap #content .course-features .dom .photos .photo {
  width: 50%;
  height: 390px;
}
#wrap #content .course-features .dom .photos .photo img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap #content .learning-style {
  height: 1500px;
  background-image: url("../images/programmingSinology/images/learn-banner_02.png");
  padding-top: 80px;
}
#wrap #content .learning-style .title {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  padding-bottom: 70px;
}
#wrap #content .learning-style .item {
  width: 1200px;
  margin: 0 auto;
  height: 668px;
}
#wrap #content .learning-style .item .swiper {
  position: relative;
  margin-top: 40px;
  width: 100%;
  height: 530px;
}
#wrap #content .learning-style .item .swiper .swiper-item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 308px;
  height: 354px;
  padding: 24px 17px 0 17px;
  transform: translate(0, -50%);
  background-color: #ffffff;
  box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  transition: 0.8s;
}
#wrap #content .learning-style .item .swiper .swiper-item img {
  width: 100%;
  height: 290px;
}
#wrap #content .learning-style .item .swiper .swiper-item span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 308px;
  height: 33px;
  background-color: #f0aa35;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-size: 10px;
  line-height: 33px;
  color: #fffefe;
}
#wrap #content .learning-style .item .swiper .act-01 {
  transform: translate(0, -50%) scale(1);
  opacity: 0.4;
}
#wrap #content .learning-style .item .swiper .act-02 {
  transform: translate(110px, -50%) scale(1.19);
  z-index: 2;
  opacity: 0.6;
}
#wrap #content .learning-style .item .swiper .act-03 {
  transform: translate(270px, -50%) scale(1.37);
  z-index: 3;
  opacity: 0.8;
}
#wrap #content .learning-style .item .swiper .act-04 {
  transform: translate(450px, -50%) scale(1.49);
  z-index: 4;
  opacity: 1;
}
#wrap #content .learning-style .item .swiper .act-05 {
  transform: translate(620px, -50%) scale(1.37);
  z-index: 3;
  opacity: 0.8;
}
#wrap #content .learning-style .item .swiper .act-06 {
  transform: translate(780px, -50%) scale(1.19);
  z-index: 2;
  opacity: 0.6;
}
#wrap #content .learning-style .item .swiper .act-07 {
  transform: translate(892px, -50%) scale(1);
  opacity: 0.4;
}
#wrap #content .learning-style .item .swiper .pre,
#wrap #content .learning-style .item .swiper .next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
#wrap #content .learning-style .item .swiper .pre .icon,
#wrap #content .learning-style .item .swiper .next .icon {
  width: 20px;
  height: 36px;
  background-image: url("../images/programmingSinology/images/lf-rt_03.png");
  background-repeat: no-repeat;
}
#wrap #content .learning-style .item .swiper .pre {
  position: absolute;
  top: 50%;
  left: -122px;
  transform: translateY(-50%);
}
#wrap #content .learning-style .item .swiper .pre .icon {
  background-position: -21px -25px;
}
#wrap #content .learning-style .item .swiper .next {
  position: absolute;
  top: 50%;
  right: -122px;
  transform: translateY(-50%);
}
#wrap #content .learning-style .item .swiper .next .icon {
  background-position: -99px -25px;
}
#wrap #content .learning-style .line-tl {
  display: block;
  position: relative;
  width: 850px;
  margin: 0 auto;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .learning-style .line-tl .tl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 30px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  background-color: #30d3bb;
}
#wrap #content .show {
  position: relative;
  height: 1365px;
  background-color: #ffffff;
  padding-top: 80px;
}
#wrap #content .show .title {
  font-size: 30px;
  line-height: 30px;
  color: #222222;
  margin-bottom: 18px;
}
#wrap #content .show .desc {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 360px;
  font-size: 16px;
  line-height: 28px;
  color: #707070;
}
#wrap #content .show .swiper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1100px;
  min-width: 1200px;
}
#wrap #content .show .swiper img {
  display: block;
  width: 100%;
  height: 960px;
}
#wrap #content .show .swiper .swiper-slide {
  position: relative;
}
#wrap #content .show .swiper .swiper-slide .center {
  position: absolute;
  width: 1200px;
  top: 50%;
  left: 500px;
  transform: translateY(-50%);
}
#wrap #content .show .swiper .swiper-slide .title {
  text-align: center;
  margin-top: 123px;
  margin-bottom: 54px;
  font-size: 62px;
  line-height: 62px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #ffffff;
}
#wrap #content .show .swiper .swiper-slide .text {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
  color: #ffffff;
}
#wrap #content .show .swiper .swiper-pagination {
  margin-bottom: 30px;
}
#wrap #content .show .swiper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #9b41f0;
  opacity: 0.4;
}
#wrap #content .show .swiper .swiper-pagination-bullet-active {
  background-color: #9b41f0;
  opacity: 1;
}
#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=programmingSinology.css.map */
