@charset "UTF-8";
/* common */
.flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-bet {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.bgt {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
}

/*转圈*/
@-webkit-keyframes fadenum {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes fadenum {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* fonts */
.fb {
  font-weight: bold;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f34 {
  font-size: 34px;
}

.f42 {
  font-size: 42px;
}

.bimg {
  overflow: hidden;
}

.bimg img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  cursor: pointer;
}

.bimg:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -moz-transform: scale(1.1);
}

.ep1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1500px) {
  .f16 {
    font-size: 15px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 17px;
  }
  .f22 {
    font-size: 18px;
  }
  .f24 {
    font-size: 19px;
  }
  .f26 {
    font-size: 20px;
  }
  .f28 {
    font-size: 22px;
  }
  .f30 {
    font-size: 24px;
  }
  .f34 {
    font-size: 26px;
  }
  .f42 {
    font-size: 28px;
  }
}
.wid2 {
  max-width: 1564px;
  margin: 0 auto;
}

/* 2D原画 */
.g-tit {
  clear: both;
  text-align: center;
  padding-bottom: 65px;
}

.edyx {
  /* 就业前景 */
  /* 福利诱惑 */
  /* 课程大纲 */
  /* 师资介绍 */
  /* 学生作品 */
  /* 公司介绍 */
  /* 适合人群 */
  /* 就业服务 */
  /* 常见问题 */
}

.edyx a {
  text-decoration: none;
}

.edyx .ed-box1 {
  padding: 114px 0;
  overflow: hidden;
}

.edyx .ed-box1-img {
  max-width: 1200px;
  margin: 0 auto;
}

.edyx .ed-box1-img img {
  width: 100%;
  display: block;
}

.edyx .ed-box3 {
  padding: 60px 0 114px;
  overflow: hidden;
}

.edyx .ed-box3 .tab-ul li {
  width: 185px;
  height: 46px;
  line-height: 46px;
  border-radius: 66px;
  text-align: center;
  color: #000;
  cursor: pointer;
  border: 1px solid #C0392B;;
  font-size: 18px;
}

.edyx .ed-box3 .tab-ul li:hover {
  color: #C0392B;;
}

.edyx .ed-box3 .tab-ul li.active {
  background: #C0392B;;
  color: #fff;
}

.edyx .ed-box3 .wid2 {
  margin-top: 40px;
  /* background: #181818; */
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 10px 15px;
}

.edyx .ed-box3 .tab-cont .item li {
  width: 100%;
  padding: 42px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.edyx .ed-box3 .tab-cont .item li .item-left {
  width: 50%;
  float: left;
  padding-right: 3.8vw;
}

.edyx .ed-box3 .tab-cont .item li .item-left .item-tit {
  color: #C0392B;
}

.edyx .ed-box3 .tab-cont .item li .item-left .item-tit .xu {
  font-size: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47px;
  height: 47px;
  padding: 0 3px;
  text-align: center;
  line-height: 47px;
  font-family: DIN-Bold;
  color: #fff;
  background: #C0392B;;
  margin-right: 13px;
}

.edyx .ed-box3 .tab-cont .item li .item-left .item-tit i {
  width: 17px;
  height: 21px;
  background: none no-repeat;
  background-size: 100% 100%;
}

.edyx .ed-box3 .tab-cont .item li .item-left .item-desc {
  margin-top: 25px;
  line-height: 35px;
  color: #393838;
  margin-bottom: 20px;
  font-size: 18px;
}

.edyx .ed-box3 .tab-cont .item li .item-right {
  width: 50%;
  float: right;
}

.edyx .ed-box3 .tab-cont .item li .item-right .pic {
  height: 340px;
}

.edyx .ed-box3 .tab-cont .item li:last-child {
  border-bottom: 0;
}

.edyx .ed-box4 {
  padding: 75px 0;
  overflow: hidden;
}

.edyx .ed-box4 .slide-jt .item {
  background: none no-repeat;
  background-size: 100% 100%;
  padding: 37px 56px 37px 70px;
  color: #C0392B;
  height: 447px;
}

.edyx .ed-box4 .slide-jt .item .item-user {
  overflow: hidden;
}

.edyx .ed-box4 .slide-jt .item .item-user .uimg {
  width: 118px;
  height: 118px;
  float: left;
  margin-right: 35px;
}

.edyx .ed-box4 .slide-jt .item .item-user .uimg img {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  /* border: 1px solid #C0392B;;*/
}

.edyx .ed-box4 .slide-jt .item .item-user .uinfo .tit {
  margin: 18px 0 4px;
}

.edyx .ed-box4 .slide-jt .item .item-user .uinfo .desc {
  color: #C0392B;;
  font-size: 22px;
}

.edyx .ed-box4 .slide-jt .item .item-desc {
  line-height: 28px;
  margin: 30px 0;
  color: #020202;
}

.edyx .ed-box4 .slide-jt .item .item-img li {
  width: 70px;
  float: left;
  margin-right: 1.2vw;
}

.edyx .ed-box4 .slide-jt .item .item-img li img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.edyx .ed-box4 .slide-jt .item .item-img li:hover img {
  opacity: 0.88;
}

.edyx .ed-box5 {
  padding: 100px 0;
}

.edyx .ed-box5 .dd1 {
  width: 33.33%;
  float: left;
}

.edyx .ed-box5 .dd1 .item {
  height: 545px;
}

.edyx .ed-box5 .dd2 {
  width: 66.67%;
  float: right;
}

.edyx .ed-box5 .dd2 ul {
  margin: -7px -7px 0 0;
  padding-left: 7px;
}

.edyx .ed-box5 .dd2 li {
  width: 50%;
  float: left;
}

.edyx .ed-box5 .dd2 li .item {
  height: 265px;
  margin: 7px;
}

.edyx .ed-box5 .item {
  position: relative;
}

.edyx .ed-box5 .item .bigImg {
  position: relative;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.edyx .ed-box5 .item .fdj {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.edyx .ed-box5 .item:hover .fdj {
  width: 46px;
  height: 46px;
  opacity: 1;
}

.edyx .ed-box6 {
  padding-bottom: 50px;
}

.edyx .ed-box6 .jianjie {
  position: relative;
  padding: 48px 0 48px 60px;
  overflow: hidden;
}

.edyx .ed-box6 .jianjie::before {
  content: "";
  width: 96%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  /* background: #23232C; */
}

.edyx .ed-box6 .jianjie .about {
  width: 55%;
  float: left;
}

.edyx .ed-box6 .jianjie .about .gy1 {
  overflow: hidden;
}

.edyx .ed-box6 .jianjie .about .gy1 .en {
  color: #000;
  margin-top: 30px;
  text-transform: uppercase;
}

.edyx .ed-box6 .jianjie .about .gy2 {
  clear: both;
  margin: 30px 0 20px;
  color: #000;
  line-height: 30px;
  max-height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  font-size: 16px;
}

.edyx .ed-box6 .jianjie .about .gy3 {
  padding: 20px 0 55px;
  overflow: hidden;
}

.edyx .ed-box6 .jianjie .about .gy3 a {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 18px;
  border-radius: 50%;
  text-align: center;
}

.edyx .ed-box6 .jianjie .about .gy3 a img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.edyx .ed-box6 .jianjie .about .gy3 a.more {
  line-height: 60px;
  border: 1px solid #C0392B;
  color: #C0392B;
}

.edyx .ed-box6 .jianjie .about .gy3 a.more:hover {
  color: #C0392B;;
  border-color: #C0392B;;
}

.edyx .ed-box6 .jianjie .about .vmore a {
  width: 164px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#F9B24A), to(#F76E23));
  background: -webkit-linear-gradient(left, #F9B24A 0%, #F76E23 100%);
  background: linear-gradient(90deg, #F9B24A 0%, #F76E23 100%);
}

.edyx .ed-box6 .jianjie .about .vmore a:hover {
  opacity: 0.88;
}

.edyx .ed-box6 .jianjie .jdt {
  width: 40.5%;
  float: right;
  position: relative;
  padding-bottom: 15px;
}

.edyx .ed-box6 .jianjie .jdt .swiper-slide img {
  width: 100%;
}

.edyx .ed-box6 .jianjie .jdt .jt {
  width: 29px;
  height: 29px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: auto;
  bottom: 0;
}

.edyx .ed-box6 .jianjie .jdt .jt::after {
  display: none;
}

.edyx .ed-box6 .jianjie .jdt .jt.swiper-button-prev {
  left: 41%;
  background-image: none;
}

.edyx .ed-box6 .jianjie .jdt .jt.swiper-button-prev:hover {
  background-image: none;
}

.edyx .ed-box6 .jianjie .jdt .jt.swiper-button-next {
  right: 41%;
  background-image: none;
}

.edyx .ed-box6 .jianjie .jdt .jt.swiper-button-next:hover {
  background-image: none;
}

/* 轮播箭头 */
.slide-jt {
  position: relative;
  padding: 0 56px;
  margin: 0 -56px;
}

.slide-jt .jt {
  width: 18px;
  height: 36px;
  background: none;
  background-position: center;
  background-size: 100% 100%;
}

.slide-jt .jt::after {
  display: none;
}

.slide-jt .jt.swiper-button-prev {
  left: 0;
  background-image: url(../images/common/icon_jt1.png);
}

.slide-jt .jt.swiper-button-next {
  right: 0;
  background-image: url(../images/common/icon_jt2.png);
}

.link-more {
  text-align: center;
  padding-top: 50px;
}

.link-more a {
  width: 167px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  border: 1px solid #707070;
  color: #C0392B;
}

.link-more a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

/* 3D模型 */
.sdmx {
  /* 就业前景 */
  /* 课程大纲 */
  /* 掌握软件 */
  /* 校区分布 */
  /* 教学实力 */
  /* 学生作品 */
  /* 适合人群 */
  /* 学习流程 */
  /* 合作企业 */
  /* 游戏公司诱惑 */
  /* 常见问题 */
}

.sdmx a {
  text-decoration: none;
}

.sdmx .slide {
  height: 550px;
}

.sdmx .slide .wid {
  height: 100%;
}

.sdmx .slide .wid .flex {
  height: 100%;
}

.sdmx .slide .fr img {
  -webkit-animation: fadenum 15s linear infinite;
  animation: fadenum 15s linear infinite;
}

.sdmx .sd-box1 {
  padding: 110px 0 100px;
}

.sdmx .sd-box1 ul {
  margin: 0 -7px;
}

.sdmx .sd-box1 li .item {
  margin: 0 7px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sdmx .sd-box1 li .item .item-left {
  position: relative;
  width: 100%;
  width: 260px;
  height: 375px;
  float: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sdmx .sd-box1 li .item .item-left .tit {
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  color: #fff;
  width: 100%;
  font-weight: 600;
}

.sdmx .sd-box1 li .item .item-left .sdt {
  opacity: 0;
  height: 100%;
}

.sdmx .sd-box1 li .item .item-info {
  height: 332px;
  float: left;
  width: 0;
  opacity: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  background: #1A1A1A;
}

.sdmx .sd-box1 li .item .item-info .dd {
  margin-bottom: 33px;
}

.sdmx .sd-box1 li .item .item-info .dd .tit {
  color: #9F9F9F;
  margin-bottom: 2px;
}

.sdmx .sd-box1 li .item .item-info .dd .num .counter {
  margin-right: 5px;
}

.sdmx .sd-box1 li .item .item-info .link a {
  width: 128px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#F9B24A), to(#F76E23));
  background: -webkit-linear-gradient(left, #F9B24A 0%, #F76E23 100%);
  background: linear-gradient(90deg, #F9B24A 0%, #F76E23 100%);
}

.sdmx .sd-box1 li .item .item-info .link a:hover {
  opacity: 0.88;
}

.sdmx .sd-box1 li.on {
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sdmx .sd-box1 li.on .item-info {
  width: 260px;
  opacity: 1;
}

.sdmx .sd-box2 {
  padding-bottom: 145px;
}

.sdmx .sd-box2 .kcdg {
  background: #1A1A1A;
}

.sdmx .sd-box2 .tab-ul {
  background: #0F1217;
  height: 73px;
  line-height: 73px;
  position: relative;
  z-index: 1;
}

.sdmx .sd-box2 .tab-ul li {
  width: 16.66%;
  float: left;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.sdmx .sd-box2 .tab-ul li.active {
  height: 93px;
  background: none no-repeat top center;
  background-size: 100% 100%;
}

.sdmx .sd-box2 .tab-cont {
  background: #1A1A1A;
  padding: 64px;
}

.sdmx .sd-box2 .tab-cont .item .item-info {
  width: 35%;
  float: left;
  max-width: 360px;
}

.sdmx .sd-box2 .tab-cont .item .item-info .tit {
  color: #C0392B;;
}

.sdmx .sd-box2 .tab-cont .item .item-info .desc {
  line-height: 38px;
  margin: 30px 0 45px;
  color: #fff;
}

.sdmx .sd-box2 .tab-cont .item .item-info .link a {
  width: 46%;
  max-width: 150px;
  height: 43px;
  float: left;
  line-height: 43px;
  background: none no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 22px;
}

.sdmx .sd-box2 .tab-cont .item .item-info .link a:hover {
  color: #C0392B;;
}

.sdmx .sd-box2 .tab-cont .item .item-img {
  width: 65%;
  float: right;
  max-width: 717px;
}

.sdmx .sd-box3 {
  padding: 76px 0 132px;
  background-color: #181515;
}

.sdmx .sd-box3 .list-soft ul {
  margin: 0 -6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sdmx .sd-box3 .list-soft li {
  width: 16.66%;
  float: left;
  text-align: center;
}

.sdmx .sd-box3 .list-soft li .bimg {
  overflow: hidden;
  margin: 6px;
  margin-bottom: 25px;
}

.sdmx .sd-box3 .list-soft li .bimg img {
  width: 100%;
}

.sdmx .sd-box4 {
  padding: 120px 0;
}

.sdmx .sd-box4 .swiper-slide {
  padding-top: 20px;
  height: 310px;
  position: relative;
}

.sdmx .sd-box4 .swiper-slide::after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  height: 92%;
  position: absolute;
  z-index: -1;
  background: none no-repeat;
  background-size: cover;
}

.sdmx .sd-box4 .item {
  width: 100%;
  height: 100%;
  padding-left: 45px;
}

.sdmx .sd-box4 .item .item-info {
  width: 52%;
  float: left;
}

.sdmx .sd-box4 .item .item-info .tit {
  margin: 6px 0 6px;
}

.sdmx .sd-box4 .item .item-info .tit .uname {
  color: #fff;
}

.sdmx .sd-box4 .item .item-info .tit .uzw {
  color: #C0392B;;
  font-size: 19px;
  margin: 0 18px;
}

.sdmx .sd-box4 .item .item-info .desc {
  line-height: 26px;
  max-height: 84px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  margin: 15px 0;
  font-size: 16px;
}

.sdmx .sd-box4 .item .item-info .item-tb {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 25px;
}

.sdmx .sd-box4 .item .item-info .item-tb ul {
  margin: 0 -8px;
}

.sdmx .sd-box4 .item .item-info .item-tb li {
  width: 25%;
  float: left;
}

.sdmx .sd-box4 .item .item-info .item-tb li .bimg {
  margin: 0 8px;
  border-radius: 10px;
}

.sdmx .sd-box4 .item .item-info .item-tb li:last-child {
  margin-right: 0;
}

.sdmx .sd-box4 .item .item-img {
  width: 48%;
  float: right;
}

.sdmx .sd-box4 .item .item-img img {
  width: 100%;
  margin-top: -45px;
}

.sdmx .sd-box4 .jt {
  top: 55%;
}

.sdmx .sd-box4 .jt.swiper-button-next {
  right: 13.5%;
}

.sdmx .sd-box4 .vmore {
  text-align: center;
  padding-top: 70px;
}

.sdmx .sd-box4 .vmore a {
  width: 208px;
  height: 59px;
  line-height: 59px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#F9B24A), to(#F76E23));
  background: -webkit-linear-gradient(left, #F9B24A 0%, #F76E23 100%);
  background: linear-gradient(90deg, #F9B24A 0%, #F76E23 100%);
  border-radius: 6px;
  display: inline-block;
  color: #fff;
}

.sdmx .sd-box4 .vmore a:hover {
  opacity: 0.88;
}

.sdmx .sd-box5 {
  height: 650px;
  background: #191A1C;
}

.sdmx .sd-box5 .sl1 {
  width: 31.25%;
  float: left;
  height: 650px;
}

.sdmx .sd-box5 .sl1 .swiper-container {
  width: 100%;
  height: 100%;
}

.sdmx .sd-box5 .sl1 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.sdmx .sd-box5 .sl1 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
}

.sdmx .sd-box5 .sl1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C0392B;;
}

.sdmx .sd-box5 .sl2 {
  width: 68.75%;
  float: right;
  padding-left: 5.2vw;
  padding-top: 75px;
}

.sdmx .sd-box5 .sl2 .sl2-info {
  position: relative;
}

.sdmx .sd-box5 .sl2 .sl2-info::before {
  content: "";
  width: 305px;
  height: 305px;
  background-size: 100% 100%;
  position: absolute;
  z-index: 0;
}

.sdmx .sd-box5 .sl2 .sl2-info .desc {
  max-width: 73.85%;
  margin: 35px 0 55px;
  color: #fff;
}

.sdmx .sd-box5 .sl2 .sl2-info .contbox {
  position: relative;
  z-index: 1;
}

.sdmx .sd-box5 .sl2 .sl2-slide {
  position: relative;
}

.sdmx .sd-box5 .sl2 .sl2-slide .bimg {
  border-radius: 10px;
}

.sdmx .sd-box5 .sl2 .sl2-slide .bimg img {
  border-radius: 10px;
}

.sdmx .sd-box5 .sl2 .sl2-slide .jt.swiper-button-next {
  right: 25%;
}

.sdmx .sd-box6 {
  padding: 145px 0 0;
}

.sdmx .sd-box6 .slide-jt2 {
  position: relative;
}

.sdmx .sd-box6 .slide-jt2 .jt.swiper-button-prev {
  left: 2%;
}

.sdmx .sd-box6 .slide-jt2 .jt.swiper-button-next {
  right: 2%;
}

.sdmx .sd-box6 .dd1 {
  width: 25%;
  float: left;
}

.sdmx .sd-box6 .dd1 .item {
  height: 600px;
}

.sdmx .sd-box6 .dd2 {
  width: 75%;
  float: right;
}

.sdmx .sd-box6 .dd2 li {
  width: 33.33%;
  float: left;
}

.sdmx .sd-box6 .dd2 li .item {
  height: 300px;
}

.sdmx .sd-box6 .item {
  position: relative;
}

.sdmx .sd-box6 .item .bigImg {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.sdmx .sd-box6 .item .fdj {
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sdmx .sd-box6 .item:hover .fdj {
  width: 46px;
  height: 46px;
  opacity: 1;
}

.sdmx .sd-box7 {
  padding: 130px 0;
}

.sdmx .sd-box7 .list-item {
  padding-top: 20px;
}

.sdmx .sd-box7 .list-item ul {
  margin: 0 -8px;
}

.sdmx .sd-box7 .list-item li {
  width: 25%;
  float: left;
}

.sdmx .sd-box7 .list-item li .item {
  margin: 0 8px;
  background: #1A1A1A;
  padding-bottom: 20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sdmx .sd-box7 .list-item li .item .item-img {
  height: 222px;
  position: relative;
  text-align: center;
}

.sdmx .sd-box7 .list-item li .item .item-img .xu {
  width: 92px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-family: DIN-Regular;
  font-weight: normal;
  float: left;
  margin: 29px 0 24px;
  text-align: center;
  background: none no-repeat;
  background-size: 100% 100%;
}

.sdmx .sd-box7 .list-item li .item .item-img .lx {
  clear: both;
  text-align: center;
  color: #fff;
}

.sdmx .sd-box7 .list-item li .item .item-img .more a {
  width: 128px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#F45122), to(#F76E23));
  background: -webkit-linear-gradient(left, #F45122 0%, #F76E23 100%);
  background: linear-gradient(90deg, #F45122 0%, #F76E23 100%);
  border-radius: 21px;
}

.sdmx .sd-box7 .list-item li .item .item-img::before {
  content: "";
  width: 100%;
  height: 0;
  background: rgba(248, 141, 53, 0.83);
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sdmx .sd-box7 .list-item li .item .info {
  position: relative;
  z-index: 1;
}

.sdmx .sd-box7 .list-item li .item .item-tit {
  overflow: hidden;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
}

.sdmx .sd-box7 .list-item li .item:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.sdmx .sd-box7 .list-item li .item:hover .item-img::before {
  width: 100%;
  height: 100%;
}

.sdmx .sd-box7 .list-item li .item:hover .more a {
  background: #fff;
  color: #C0392B;;
}

.sdmx .sd-box8 {
  clear: both;
  padding: 120px 0;
}

.sdmx .list-lc li {
  margin: 0 5px;
}

.sdmx .list-lc .item-dd1 {
  width: 106px;
  height: 453px;
  position: relative;
  padding: 50px 32px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}

.sdmx .list-lc .item-dd1 .bgt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 10px;
}

.sdmx .list-lc .item-dd1 span {
  font-family: DIN-bold;
}

.sdmx .list-lc .item-dd1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
}

.sdmx .list-lc .item-dd1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  border-radius: 5px;
  background: -webkit-linear-gradient(224deg, #FE873D 0%, #EF4539 100%);
  background: linear-gradient(226deg, #FE873D 0%, #EF4539 100%);
}

.sdmx .list-lc .item-dd1 .tit {
  position: relative;
  z-index: 2;
  color: #fff;
  line-height: 45px;
}

.sdmx .list-lc .item-dd2 {
  opacity: 0;
  padding: 35px 80px 15px 80px;
  overflow: hidden;
  text-align: center;
}

.sdmx .list-lc .item-dd2 .bimg {
  border-radius: 5px;
  height: 260px;
}

.sdmx .list-lc .item-dd2 .bimg img {
  display: block;
}

.sdmx .list-lc .item-dd2 .desc {
  text-align: center;
  color: #fff;
  line-height: 26px;
  max-height: 52px;
  overflow: hidden;
  margin: 25px 0;
}

.sdmx .list-lc .item-dd2 .link a {
  width: 155px;
  height: 41px;
  line-height: 41px;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  text-align: center;
  background: #C0392B;;
  border-radius: 8px;
}

.sdmx .list-lc .item-dd2 .link a img {
  margin-left: 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.sdmx .list-lc .item-dd2 .link a:hover img {
  margin-right: 5px;
}

.sdmx .list-lc li {
  width: 106px;
}

.sdmx .list-lc li.on {
  width: auto;
}

.sdmx .list-lc li.on .item-dd1::after {
  opacity: 1;
}

.sdmx .list-lc li.on .item-dd2 {
  margin-right: 15px;
  width: 750px;
  opacity: 1;
}

.sdmx .sd-box10 {
  clear: both;
  overflow: hidden;
  margin-bottom: 120px;
}

.sdmx .sd-box10 .list-hz {
  padding: 0 43px;
}

.sdmx .sd-box10 .list-hz .bimg2 {
  border-radius: 10px;
}

.sdmx .sd-box10 .list-hz .bimg2 img {
  border-radius: 10px;
  height: 75px;
  width: 100%;
}

.sdmx .sd-box11 {
  clear: both;
  padding-bottom: 65px;
  background-position: left center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.sdmx .sd-box11 .list-yx {
  padding: 15px 0 85px;
  width: 100%;
  max-width: 1085px;
  float: right;
}

.sdmx .sd-box11 .list-yx ul {
  margin-right: -6px;
}

.sdmx .sd-box11 .list-yx li {
  width: 33.33%;
  float: left;
}

.sdmx .sd-box11 .list-yx li .item {
  margin: 0 6px;
  height: 313px;
  position: relative;
  border-radius: 5px;
}

.sdmx .sd-box11 .list-yx li .item .txt {
  height: 127px;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 26px 25px 26px 20px;
  left: 0;
}

.sdmx .sd-box11 .list-yx li .item .txt .tit {
  font-weight: bold;
  color: #343434;
}

.sdmx .sd-box11 .list-yx li .item .txt .desc {
  color: #848484;
  margin-top: 6px;
}

.sdmx .sd-box12 {
  clear: both;
  overflow: hidden;
  padding-bottom: 100px;
}

.sdmx .sd-box12 .item {
  height: 300px;
  text-align: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  border-radius: 10px;
}

.sdmx .sd-box12 .item .tit {
  margin: 15px 0 5px 0;
  position: relative;
  padding-bottom: 15px;
}

.sdmx .sd-box12 .item .tit::after {
  content: "";
  width: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  height: 0;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sdmx .sd-box12 .item .link {
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color: #C0392B;;
}

.sdmx .sd-box12 .item .icon,
.sdmx .sd-box12 .item .tit,
.sdmx .sd-box12 .item .link {
  position: relative;
  z-index: 2;
}

.sdmx .sd-box12 .item::after {
  content: "";
  height: 92px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.sdmx .sd-box12 .item::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  background: none no-repeat;
  background-size: cover;
}

.sdmx .sd-box12 .item:hover::after {
  display: none;
}

.sdmx .sd-box12 .item:hover::before {
  height: 100%;
}

.sdmx .sd-box12 .item:hover .tit::after {
  width: 56px;
  height: 4px;
}

.sdmx .sd-box12 .item:hover .link {
  height: 35px;
  margin: 25px 0 52px;
}

.sdmx .sd-box12 .item.item1::after {
  background-image: none;
}

.sdmx .sd-box12 .item.item2::after {
  background-image: none;
}

.sdmx .sd-box12 .item.item3::after {
  background-image: none;
}

.sdmx .sd-box12 .item.item4::after {
  background-image: none;
}

.slide-pz {
  padding-left: 330px;
}

.slide-jt2 .jt {
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.slide-jt2 .jt::after {
  display: none;
}

.slide-jt2 .jt.swiper-button-prev {
  background-image: none;
}

.slide-jt2 .jt.swiper-button-prev:hover {
  background-image: none;
}

.slide-jt2 .jt.swiper-button-next {
  background-image: none;
}

.slide-jt2 .jt.swiper-button-next:hover {
  background-image: none;
}

/* 弹窗 */
.laybox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 2;
  display: none;
}

.laybox .innerBox {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  text-align: center;
}

.laybox .innerBox .contbox {
  text-align: center;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.laybox .innerBox .contbox img {
  width: auto !important;
  max-height: 75vh;
}

.laybox .closeBtn {
  position: absolute;
  right: -40px;
  top: -30px;
  cursor: pointer;
  z-index: 22;
  width: 35px;
  opacity: 0.7;
}

@media (max-width: 1681px) {
  .slide-pz {
    padding-left: 226px;
  }
}
@media (max-width: 1601px) {
  .slide-pz {
    padding-left: 192px;
  }
  .sdmx .sd-box4 .item .item-img img {
    width: 100%;
    margin-top: -35px;
  }
}
@media (max-width: 1441px) {
  .slide-pz {
    padding-left: 158px;
  }
}
@media (max-width: 1401px) {
  .slide-pz {
    padding-left: 142px;
  }
}
@media (max-width: 1367px) {
  .slide-pz {
    padding-left: 124px;
  }
}
@media (max-width: 1280px) {
  .slide-pz {
    padding-left: 82px;
  }
}
@media screen and (max-width: 1400px) {
  .slide-jt {
    position: relative;
    padding: 0 30px;
    margin: 0 -30px;
  }
  .laybox .closeBtn {
    width: 35px;
    right: -30px;
    top: -30px;
  }
  .laybox .innerBox {
    border-width: 7px;
  }
  .sdmx .sd-box1 li {
    margin: 0 2px;
  }
  .sdmx .sd-box1 li .item .item-left {
    width: 220px;
    height: 325px;
  }
  .sdmx .list-lc li.on .item-dd2 {
    width: 640px;
    padding: 35px 40px 15px 40px;
  }
  .sdmx .sd-box4 .item .item-img img {
    width: 100%;
    margin-top: -35px;
  }
}
/* ==================== 移动端适配 (max-width: 767px) ==================== */
@media screen and (max-width: 767px) {
  .edyx .ed-box1 {
    padding: 40px 0;
  }
  .edyx .ed-box1-img {
    max-width: 100%;
    padding: 0 15px;
  }
  .edyx .g-tit {
    padding-bottom: 30px;
  }
  .edyx .g-tit img {
    height: 40px !important;
  }
  .edyx .ed-box3 {
    padding: 40px 0;
  }
  .edyx .ed-box3 .tab-ul {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
  }
  .edyx .ed-box3 .tab-ul ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .edyx .ed-box3 .tab-ul li {
    min-width: 110px;
    width: auto;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 14px;
  }
  .edyx .ed-box3 .wid2 {
    margin-top: 20px;
  }
  .edyx .ed-box3 .wid2 .wid {
    padding: 0 10px;
  }
  .edyx .ed-box3 .tab-cont .item li {
    padding: 20px 0;
  }
  .edyx .ed-box3 .tab-cont .item li .item-left {
    width: 100%;
    padding-right: 0;
  }
  .edyx .ed-box3 .tab-cont .item li .item-right {
    width: 100%;
    margin-top: 15px;
  }
  .edyx .ed-box3 .tab-cont .item li .item-right .pic {
    height: 200px;
  }
  .edyx .ed-box3 .tab-cont .item li .item-left .item-tit {
    font-size: 18px;
  }
  .edyx .ed-box3 .tab-cont .item li .item-left .item-tit .xu {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    margin-right: 8px;
  }
  .edyx .ed-box3 .tab-cont .item li .item-left .item-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }
  .edyx .ed-box4 {
    padding: 40px 0;
  }
  .edyx .ed-box4 .slide-jt {
    padding: 0 15px;
    margin: 0 -15px;
  }
  .edyx .ed-box4 .slide-jt .item {
    height: auto;
    min-height: 350px;
    padding: 20px 15px;
  }
  .edyx .ed-box4 .slide-jt .item .item-user .uimg {
    width: 70px;
    height: 70px;
    margin-right: 12px;
  }
  .edyx .ed-box4 .slide-jt .item .item-user .uimg img {
    width: 70px;
    height: 70px;
  }
  .edyx .ed-box4 .slide-jt .item .item-user .uinfo .tit {
    font-size: 24px;
  }
  .edyx .ed-box4 .slide-jt .item .item-user .uinfo .desc {
    font-size: 14px;
  }
  .edyx .ed-box4 .slide-jt .item .item-desc {
    font-size: 14px;
    line-height: 22px;
    margin: 12px 0;
  }
  .edyx .ed-box4 .slide-jt .item .item-img li {
    width: 45px;
    margin-right: 6px;
  }
  .edyx .ed-box4 .slide-jt .item .item-img li img {
    width: 45px;
    height: 45px;
  }
  .edyx .ed-box5 {
    padding: 40px 0;
  }
  .edyx .ed-box5 .dd1 {
    width: 100% !important;
    float: none;
  }
  .edyx .ed-box5 .dd1 .item {
    height: 250px;
  }
  .edyx .ed-box5 .dd2 {
    width: 100% !important;
    float: none;
    margin-top: 10px;
  }
  .edyx .ed-box5 .dd2 li {
    width: 50%;
  }
  .edyx .ed-box5 .dd2 li .item {
    height: 150px;
  }
  .edyx .ed-box6 {
    padding: 40px 0;
  }
  .edyx .ed-box6 .jianjie {
    padding: 20px 15px;
  }
  .edyx .ed-box6 .jianjie::before {
    width: 100%;
  }
  .edyx .ed-box6 .jianjie .about {
    width: 100%;
    float: none;
  }
  .edyx .ed-box6 .jianjie .jdt {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  .edyx .ed-box6 .jianjie .about .gy2 {
    font-size: 14px;
    line-height: 24px;
  }
  .edyx .ed-box6 .jianjie .about .vmore a {
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .edyx .slide-jt {
    padding: 0 15px;
    margin: 0 -15px;
  }
  .edyx .slide-jt .jt {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .edyx .link-more a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .wid2 {
    max-width: 100% !important;
  }
}