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

.flex-column {
  flex-direction: column;
}

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

.flex-center {
  justify-content: center;
}

.flex-end {
  justify-content: flex-end;
}

.flex-bet {
  justify-content: space-between;
}

.flex-items {
  align-items: center;
}

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

.grid-mid {
  margin: -16px -16px 0 -16px;
}

.grid-mid .item {
  margin: 16px;
}

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

img {
  max-width: 100%;
}

/*转圈*/
@keyframes fadenum {
  0% {
    transform: rotate(0deg);
  }
  100% {
    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: .3s;
  -moz-transition: .3s;
  -webkit-transition: .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 .tab-ul {
  width: 195px;
}

.edyx .ed-box1 .tab-ul li {
  width: 100%;
  padding: 0 23px;
  height: 97px;
  background: #1A1A1A;
  margin-bottom: 6px;
  cursor: pointer;
}

.edyx .ed-box1 .tab-ul li .item-xh {
  margin: -5px 0 -5px;
  align-items: flex-end;
  color: #6F5D4F;
}

.edyx .ed-box1 .tab-ul li .item-xh .xu {
  font-size: 39px;
  font-family: DIN-Bold;
  margin-top: 5px;
}

.edyx .ed-box1 .tab-ul li .item-xh span {
  margin-bottom: 8px;
  margin-left: 18px;
}

.edyx .ed-box1 .tab-ul li .item-tit {
  font-size: 24px;
  color: #FFE6B9;
}

.edyx .ed-box1 .tab-ul li.active {
  background: url(../img/2d/li_cur.png) no-repeat;
  background-size: cover;
}

.edyx .ed-box1 .tab-ul li.active .item-tit {
  color: #412D0A;
}

.edyx .ed-box1 .tab-cont {
  width: calc(100% - 195px - 11px);
  float: right;
}

.edyx .ed-box1 .tab-cont .swiper-slide .item {
  height: 405px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
 /* border-radius: 15px;*/
}

.edyx .ed-box1 .tab-cont .swiper-slide .item .item_tit {
  position: absolute;
  bottom: -1px;
  width: 80%;
  max-width: 750px;
  background: url(../img/2d/jy_li1.png) no-repeat right center;
  background-size: 100% 100%;
  right: 0;
}

.edyx .ed-box1 .tab-cont .swiper-slide .item .item_tit li {
  padding-left: 45px;
  width: 50%;
  color: #fff;
  padding-top: 6px;
  height: 62px;
  float: left;
}

.edyx .ed-box1 .tab-cont .swiper-slide .item .item_tit li:nth-child(2) {
  background: url(../img/2d/jy_li2.png) no-repeat;
  background-size: 100% 100%;
}

.edyx .ed-box1 .tab-cont .swiper-slide .item .item_tit li:nth-child(2) span {
  color: #fff;
}

.edyx .ed-box1 .tab-cont .swiper-slide .item .item_tit li span {
  color: #FFD78D;
  font-size: 40px;
  margin: 0 10px;
  margin-top: -12px;
  font-family: DIN-Bold;
}

.edyx .ed-box2 {
  padding-bottom: 77px;
  overflow: hidden;
}

.edyx .ed-box2 .list-fuli li {
  width: 33.33%;
  float: left;
}

.edyx .ed-box2 .list-fuli li .item {
  height: 236px;
  border-radius: 6px;
  padding: 54px 65px;
  color: #fff;
  transition: all ease .3s;
}

.edyx .ed-box2 .list-fuli li .item .tit {
  margin: 25px 0 10px;
}

.edyx .ed-box2 .list-fuli li .item:hover {
  transform: translateY(-5px);
}

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

.edyx .ed-box3 .tab-ul li {
  width: 224px;
  height: 55px;
  line-height: 55px;
  border-radius: 66px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border: 1px solid #F88B34;
}

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

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

.edyx .ed-box3 .wid2 {
  margin-top: 40px;
  background: #181818;
  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 #fff;
}

.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: #fff;
}

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

.edyx .ed-box3 .tab-cont .item li .item-left .item-tit i {
  width: 17px;
  height: 21px;
  background: url(../img/2d/icon_jt.png) no-repeat;
  background-size: 100% 100%;
}

.edyx .ed-box3 .tab-cont .item li .item-left .item-desc {
  margin-top: 25px;
  line-height: 35px;
  color: #D5D5D5;
}

.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: url(../img/2d/bg_sz.png) no-repeat;
  background-size: 100% 100%;
  padding: 37px 56px 37px 70px;
  color: #fff;
  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 #F88D35;*/
}

.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: #F88D35;
  font-size: 22px;
}

.edyx .ed-box4 .slide-jt .item .item-desc {
  line-height: 28px;
  margin: 30px 0;
  color: rgba(255, 255, 255, 0.8);
}

.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: .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;
  transform: translate(-50%, -50%);
  transition: all ease .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: #ddd;
  margin-top: 30px;
  text-transform: uppercase;
}

.edyx .ed-box6 .jianjie .about .gy2 {
  clear: both;
  margin: 30px 0 20px;
  color: #C7C7C7;
  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 #FFD78D;
  color: #FFD78D;
}

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

.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: linear-gradient(90deg, #F9B24A 0%, #F76E23 100%);
}

.edyx .ed-box6 .jianjie .about .vmore a:hover {
  opacity: .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: url(../img/2d/zjt1.png);
}

.edyx .ed-box6 .jianjie .jdt .jt.swiper-button-prev:hover {
  background-image: url(../img/2d/zjt2.png);
}

.edyx .ed-box6 .jianjie .jdt .jt.swiper-button-next {
  right: 41%;
  background-image: url(../img/2d/yjt1.png);
}

.edyx .ed-box6 .jianjie .jdt .jt.swiper-button-next:hover {
  background-image: url(../img/2d/yjt2.png);
}

.edyx .ed-box7 li {
  width: 25%;
  float: left;
}

.edyx .ed-box7 li .item {
  margin: 0 27px;
  position: relative;
}

.edyx .ed-box7 li .item .item-type .cat {
  width: 179px;
  height: 50px;
  line-height: 50px;
  padding-left: 23px;
  font-size: 25px;
  color: #fff;
  background: linear-gradient(180deg, #F3A246 0%, #EC6048 100%);
}

.edyx .ed-box7 li .item .item-type .en {
  font-size: 18px;
  color: rgba(248, 141, 53, 0.15);
  margin: 2px 0 0 14px;
}

.edyx .ed-box7 li .item .item-cont {
  padding: 35px 25px 26px 25px;
  border: 1px solid #E5AF75;
  margin-top: -15px;
}

.edyx .ed-box7 li .item .item-cont .bimg {
  height: 135px;
}

.edyx .ed-box7 li .item .item-cont .bimg img {
  height: 100%;
}

.edyx .ed-box7 li .item .item-cont .tit {
  color: #fff;
  margin-top: 15px;
}

.edyx .ed-box7 li .item::before {
  content: "";
  width: 100%;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #E5AF75;
}

.edyx .ed-box7 li .item::after {
  content: "";
  width: 0;
  height: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease .3s;
  background: #F88B34;
  z-index: 1;
}

.edyx .ed-box7 li .item:hover::after {
  width: 100%;
}

.edyx .ed-box8 {
  clear: both;
  padding: 140px 0 80px;
}

.edyx .ed-box8 .slides {
  background: url(../img/2d/bg_ed8.png) no-repeat center;
  padding: 90px 0;
}

.edyx .ed-box8 .slides .item {
  position: relative;
}

.edyx .ed-box8 .slides .item .bimg {
  position: relative;
  height: 188px;
  overflow: hidden;
}

.edyx .ed-box8 .slides .item .bimg img {
  height: 100%;
  width: 100%;
}

.edyx .ed-box8 .slides .item .bimg .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 20px;
  transition: all ease .3s;
  text-align: center;
  background: rgba(244, 81, 34, 0.6);
}

.edyx .ed-box8 .slides .item:hover .bimg .txt {
  bottom: 0;
}

.edyx .ed-box8 .slides .item:hover .tit {
  color: rgba(255, 255, 255, 0.8);
}

.edyx .ed-box8 .slides .item .dot {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 175px;
}

.edyx .ed-box8 .slides .item .tit {
  color: #EDEDED;
  text-align: center;
  margin: 30px 0;
}

.edyx .ed-box8 .slides .jt {
  top: 39%;
}

.edyx .ed-box8 .slides .jt.swiper-button-next {
  right: 19%;
}

.edyx .ed-box10 {
  padding-bottom: 120px;
}

.edyx .ed-box10 .slide {
  margin-top: -30px;
}

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

.edyx .ed-box10 .item img {
  width: 100%;
}

.edyx .ed-box10 .item .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 86px 0 35px 15px;
  color: #fff;
}

.edyx .ed-box10 .item .txt .tit {
  font-family: DIN-Bold;
}

.edyx .ed-box10 .item .txt .link {
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: url(../img/2d/bg_link.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
}

.edyx .ed-box10 .item:hover {
  opacity: .88;
}

/* 轮播箭头 */
.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(../img/2d/icon_jt1.png);
}

.slide-jt .jt.swiper-button-prev:hover {
  background-image: url(../img/2d/icon_jt1_cur.png);
}

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

.slide-jt .jt.swiper-button-next:hover {
  background-image: url(../img/2d/icon_jt2_cur.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;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  border: 1px solid #707070;
  color: #fff;
}

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

/* 校区分布 */
.ed-box9 {
  padding-bottom: 85px;
}

.ed-box9 .tab-link {
  text-align: center;
  margin-bottom: 55px;
}

.ed-box9 .tab-link a {
  padding: 0 35px;
  position: relative;
  color: #fff;
}

.ed-box9 .tab-link a::after {
  content: "";
  width: 1px;
  height: 16px;
  background: #9F9F9F;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ed-box9 .tab-link a:last-child::after {
  display: none;
}

.ed-box9 .tab-link a:hover, .ed-box9 .tab-link a.on {
  color: #E5AF75;
}

/* 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;
  -moz-animation: fadenum 15s linear infinite;
  -o-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;
  flex-shrink: 0;
}

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

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

.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;
  flex-shrink: 0;
  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: linear-gradient(90deg, #F9B24A 0%, #F76E23 100%);
}

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

.sdmx .sd-box1 li.on {
  width: auto;
  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: url(../img/3d/li_cur.png) 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: #F88D35;
}

.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: url(../img/3d/bg_link1.png) 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: #F88B34;
}

.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;
  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: url(../img/3d/bg_xq1.png) 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: #F88D35;
  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: linear-gradient(90deg, #F9B24A 0%, #F76E23 100%);
  border-radius: 6px;
  display: inline-block;
  color: #fff;
}

.sdmx .sd-box4 .vmore a:hover {
  opacity: .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: #F88D35;
}

.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;
  transform: translate(-50%, -50%);
  transition: all ease .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;
  transition: all ease .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: url(../img/3d/icon_xh.png) 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: 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;
  transition: all ease .3s;
  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 {
  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: #F88D35;
}

.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: 2;
  border-radius: 5px;
}

.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: 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: #F88D35;
  border-radius: 8px;
}

.sdmx .list-lc .item-dd2 .link a img {
  margin-left: 15px;
  transition: all ease .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: .8;
}

.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;
  flex-direction: column;
  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;
  transition: all ease .3s;
  height: 0;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

.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;
  transition: all ease .3s;
  transform: translateX(-50%);
  z-index: 1;
  background: url(../img/3d/wd_bg2.png) 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: url(../img/3d/wt_bg1.png);
}

.sdmx .sd-box12 .item.item2::after {
  background-image: url(../img/3d/wt_bg2.png);
}

.sdmx .sd-box12 .item.item3::after {
  background-image: url(../img/3d/wt_bg3.png);
}

.sdmx .sd-box12 .item.item4::after {
  background-image: url(../img/3d/wt_bg4.png);
}

.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: url(../img/3d/jt1.png);
}

.slide-jt2 .jt.swiper-button-prev:hover {
  background-image: url(../img/3d/jt1_on.png);
}

.slide-jt2 .jt.swiper-button-next {
  background-image: url(../img/3d/jt2.png);
}

.slide-jt2 .jt.swiper-button-next:hover {
  background-image: url(../img/3d/jt2_on.png);
}

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

.laybox .innerBox {
  max-width: 1300px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 14px solid #fff;
  border-radius: 5px;
  text-align: center;
  background: #fff;
}

.laybox .innerBox .contbox {
  text-align: center;
}

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

.laybox .closeBtn {
  position: absolute;
  right: -40px;
  top: -40px;
  cursor: pointer;
  z-index: 22;
}

@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;
  }
  .edyx .ed-box8 .slides .jt.swiper-button-next {
    right: 18%;
  }
}

@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;
    }
}
