@charset "UTF-8";
.w-50 {
  width: 50%;
}

.bg-f5 {
  background-color: #f5f5f5;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

body.about, body.products {
  background-color: #f5f5f5;
}

.inner-main .ins-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.inner-main .ins-banner img {
  float: left;
  width: 100%;
}

.inner-main .ins-banner::before {
  clear: both;
}

.inner-main .blackbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  display: none;
  z-index: 10;
}

.inner-main .about-con {
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 3%;
  background-color: #fff;
  margin-bottom: 20px;
}

.inner-main .ins-navbox {
  height: 75px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  width: 100%;
}

.inner-main .ins-navbox::before {
  display: block;
  content: '';
  clear: both;
}

.inner-main .ins-navbox ul {
  list-style: none;
  float: left;
  display: unset;
}

.inner-main .ins-navbox li {
  margin-right: 16px;
  font-size: 16px;
  line-height: 74px;
  list-style: none;
  float: left;
}

.inner-main .ins-navbox.m-wrap {
  display: none;
}

.inner-main .ins-navbox.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.inner-main .ins-navbox li {
  margin-right: 16px;
  font-size: 16px;
  line-height: 74px;
  position: relative;
}

.inner-main .ins-navbox li a {
  display: block;
  padding: 0 18px;
  color: #6e6e6e;
}

.inner-main .ins-navbox li a.hover, .inner-main .ins-navbox li a:hover {
  color: #ef7800;
}

.inner-main .ins-navbox li a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #ef7800;
  transition: width 0.3s;
}

.inner-main .ins-navbox li a.hover::after, .inner-main .ins-navbox li a:hover::after {
  width: 100%;
}

.inner-main .ins-navbox.twrap li {
  margin-right: 10px;
}

.inner-main .ins-navbox.twrap li a {
  padding: 0 10px;
}

.inner-main .ins-navbox.twrap .return-top {
  padding-right: 30px;
  padding-left: 15px;
  background: url(../img/ico_32.png) no-repeat 80px center;
}

.inner-main .ins-navbox.twrap .return-top:hover {
  color: #fff;
  background: url(../img/ico_33.png) no-repeat 80px center #035cac;
  border: 1px solid #035cac;
}

.inner-main .ins-navbox .return-top {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 25px;
  padding-right: 54px;
  background: url(../img/ico_32.png) no-repeat 95px center;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  cursor: pointer;
  margin-top: 19px;
}

.inner-main .ins-navbox .return-top:hover {
  color: #fff;
  background: url(../img/ico_33.png) no-repeat 95px center #035cac;
  border: 1px solid #035cac;
}

.inner-main .m-ins-navbox {
  width: 100%;
  height: 38px;
  background-color: #fff;
  display: none;
  position: relative;
  z-index: 11;
}

.inner-main .m-ins-navbox.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

.inner-main .m-ins-navbox .left {
  width: 15%;
  float: left;
  cursor: pointer;
}

.inner-main .m-ins-navbox .left .ico {
  display: block;
  width: 100%;
  height: 38px;
  background: url(../img/ico_35.png) no-repeat center #ef7800;
  background-size: auto 50%;
}

.inner-main .m-ins-navbox .ret-subbox {
  position: absolute;
  top: 38px;
  width: 100%;
  background-color: #ef7800;
  left: 0;
  z-index: 2;
  display: none;
}

.inner-main .m-ins-navbox .ret-subbox a {
  display: block;
  width: 95%;
  padding-left: 5%;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #4882b6;
  color: #fff;
  font-size: 14px;
  background: url(../img/ico_38.png) no-repeat 92% center;
  background-size: auto 35%;
}

.inner-main .m-ins-navbox .right {
  width: 85%;
  float: right;
  position: relative;
  background-color: #f5f5f5;
}

.inner-main .m-ins-navbox .right .tit {
  display: block;
  width: 95%;
  padding-left: 5%;
  font-size: 14px;
  color: #ef7800;
  line-height: 38px;
  background: url(../img/ico_36.png) no-repeat 94% center;
  background-size: auto 50%;
  cursor: pointer;
}

.inner-main .m-ins-navbox .right .subbox {
  width: 100%;
  position: absolute;
  top: 38px;
  background-color: #fff;
  z-index: 2;
  display: none;
  left: 0;
  transition: height 0.3s ease;
}

.inner-main .m-ins-navbox .right .subbox a {
  display: block;
  width: 95%;
  padding-left: 5%;
  line-height: 38px;
  height: 38px;
  border-top: 1px solid #e5e5e5;
  background: url(../img/ico_37.png) no-repeat 92% center;
  background-size: auto 35%;
  color: #666;
  /*border-left: 1px solid #fff;
          margin-left: -1px;*/
}

.inner-main .inner-nav {
  min-height: 73px;
  line-height: 73px;
  border-bottom: 1px #e5e5e5 solid;
  margin-bottom: 40px;
}

.inner-main .inner-nav .nav-item {
  position: relative;
}

.inner-main .inner-nav .nav-item .nav-link {
  padding: 0.5rem 3rem;
  color: #6e6e6e;
}

.inner-main .inner-nav .nav-item .nav-link.active, .inner-main .inner-nav .nav-item .nav-link:hover {
  color: #ef7800;
}

.inner-main .inner-nav .nav-item .nav-link::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #ef7800;
  transition: width 0.3s;
}

.inner-main .inner-nav .nav-item .nav-link.active::after, .inner-main .inner-nav .nav-item .nav-link:hover::after {
  width: 100%;
}

.inner-main .profile .title h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.inner-main .profile .title p {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.inner-main .profile .title p::after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 140px;
  height: 2px;
  background-color: #ef7800;
  bottom: 0;
  left: 0;
}

.inner-main .profile .elitech-strength {
  margin-bottom: 80px;
  padding-right: 0;
}

.inner-main .profile .elitech-strength .banner {
  z-index: 10;
  width: 50%;
}

.inner-main .profile .elitech-strength .banner .carousel-indicators {
  bottom: -15%;
  left: -30%;
}

.inner-main .profile .elitech-strength .banner .carousel-indicators span {
  width: 50px !important;
  height: 2px !important;
  border-radius: unset;
}

.inner-main .profile .elitech-strength ._bg {
  background-color: #0054a7;
  position: absolute;
  height: 100%;
  z-index: 1;
  left: 5%;
  top: 10%;
  width: 95%;
}

.inner-main .profile .elitech-strength .con {
  z-index: 10;
  margin-left: 60px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 40px;
  padding-top: 56px;
  color: #fff;
  width: 50%;
}

.inner-main .profile .elitech-strength .con .desc {
  font-size: 14px;
}

.inner-main .profile .elitech-strength .con .desc p {
  margin-bottom: 10px;
}

.inner-main .profile .elitech-founder-01 {
  margin-bottom: 80px;
}

.inner-main .profile .elitech-founder-01 .con .title h2 {
  color: #ef7800;
}

.inner-main .profile .elitech-founder-01 .con .title .p {
  color: #6e6e6e;
}

.inner-main .profile .elitech-founder-01 .picture {
  top: 0;
  right: 0;
}

.inner-main .profile .elitech-founder-01 .picture img {
  width: 100%;
}

.inner-main .profile .elitech-founder-02 {
  margin-bottom: 80px;
  background: url("../img/csr-02-bg.jpg") no-repeat top center;
  height: 600px;
}

.inner-main .profile .elitech-founder-02 .container {
  height: 100%;
}

.inner-main .profile .elitech-founder-02 .container .con {
  left: 620px;
  bottom: 100px;
}

.inner-main .profile .elitech-founder-02 .container .con .title h2, .inner-main .profile .elitech-founder-02 .container .con .title p, .inner-main .profile .elitech-founder-02 .container .con .desc {
  color: #fff;
}

.inner-main .profile .elitech-founder-02 .container .picture {
  top: 0;
  left: 0;
  margin-top: 100px;
}

.inner-main .profile .elitech-founder-02 .container .picture img {
  width: 100%;
}

.inner-main .profile .elitech-innovate {
  margin-bottom: 80px;
}

.inner-main .profile .elitech-innovate .container {
  background-color: #0054a7;
  padding-right: 0;
}

.inner-main .profile .elitech-innovate .container .con {
  height: 434px;
  padding-top: 70px;
  padding-left: 30px;
}

.inner-main .profile .elitech-innovate .container .con .title h2, .inner-main .profile .elitech-innovate .container .con .title p, .inner-main .profile .elitech-innovate .container .con .desc {
  color: #fff;
}

.inner-main .profile .elitech-innovate .container .con .desc {
  padding-right: 20px;
  font-size: 14px;
  margin-top: 80px;
}

.inner-main .profile .elitech-innovate .container .con .desc p {
  margin-bottom: 10px;
}

.inner-main .profile .elitech-innovate .container .picture {
  top: 0;
  right: 0;
}

.inner-main .profile .elitech-innovate .container .picture img {
  width: 100%;
  height: 100%;
}

.inner-main .profile .elitech-quality {
  margin-bottom: 80px;
}

.inner-main .profile .elitech-quality .picture {
  z-index: 9;
  position: relative;
}

.inner-main .profile .elitech-quality .picture img {
  display: block;
  width: 100%;
}

.inner-main .profile .elitech-quality ._bg {
  background-color: #ef7800;
  height: 270px;
  z-index: 8;
}

.inner-main .profile .elitech-quality .con {
  height: 100%;
  color: #fff;
}

.inner-main .profile .elitech-quality .con .title {
  font-size: 32px;
  font-weight: 600;
  position: relative;
}

.inner-main .profile .elitech-quality .con .title span {
  padding-left: 20px;
  font-size: 18px;
}

.inner-main .profile .elitech-quality .con .title::after {
  display: inline-block;
  content: '';
  position: absolute;
  height: 2px;
  width: 150px;
  background-color: #0054a7;
  left: 0;
  bottom: -15px;
}

.inner-main .profile .elitech-wisdom {
  margin-bottom: 80px;
}

.inner-main .profile .elitech-wisdom ._bg {
  background: none;
}

.inner-main .profile .elitech-wisdom .con {
  color: #6e6e6e;
}

.inner-main .profile .elitech-wisdom .con .title {
  color: #ef7800;
}

.inner-main .profile .elitech-wisdom .con .title span {
  color: #6e6e6e;
}

.inner-main .profile .elitech-wisdom .con .title::after {
  background-color: #ef7800;
}

.inner-main .profile .elitech-standard {
  margin-bottom: 80px;
}

.inner-main .profile .elitech-standard .container {
  background: none;
}

.inner-main .profile .elitech-standard .container .con {
  width: 50%;
  height: auto;
  padding-top: 15px;
}

.inner-main .profile .elitech-standard .container .con .title h2 {
  color: #ef7800;
}

.inner-main .profile .elitech-standard .container .con .title p, .inner-main .profile .elitech-standard .container .con div.desc {
  color: #6e6e6e;
}

.inner-main .profile .elitech-standard .container .picture img {
  height: auto;
}

.inner-main .course {
  padding-top: 140px;
  padding-bottom: 10px;
  overflow: hidden;
}

.inner-main .course .masterTitle2 {
  line-height: 1;
}

.inner-main .course .masterTitle2 ._cn {
  font-size: 42px;
}

.inner-main .course .masterTitle2 ._en {
  font-family: "CenturyGothic";
  margin-top: 15px;
  text-transform: uppercase;
}

.inner-main .course .courseList {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.inner-main .course .courseList .coursePage {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 42px;
  color: #ddd;
  transition: all .3s ease-out;
}

.inner-main .course .courseList .coursePrev {
  left: 0;
}

.inner-main .course .courseList .courseNext {
  right: 0;
}

.inner-main .course .courseList .courseSwiper {
  width: 86.11111111111112%;
  box-shadow: 0 0 40px rgba(102, 102, 102, 0.15);
}

.inner-main .course .courseList .courseSwiper ._item {
  opacity: .2;
  transform: scale(0.68);
  transition: all 1.3s cubic-bezier(0.96, 0.08, 0.3, 1.07);
}

.inner-main .course .courseList .courseSwiper ._item ._times {
  width: 228px;
  background-color: var(--color1);
  justify-content: center;
  align-items: center;
  font-size: 62px;
  line-height: 1;
  color: #fff;
  font-family: "CenturyGothic";
  font-weight: bold;
}

.inner-main .course .courseList .courseSwiper ._item ._info {
  padding: 70px;
  background-color: #fff;
}

.inner-main .course .courseList .courseSwiper ._item ._info ._name {
  font-weight: bold;
  color: var(--color1);
}

.inner-main .course .courseList .courseSwiper ._item ._info ._line {
  line-height: 2.2222222222222223;
  margin-top: 5px;
}

.inner-main .course .courseList .courseSwiper ._item .flex_item {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.inner-main .course .courseList .courseSwiper .swiper-slide.active ._item {
  opacity: 1;
  transform: none;
}

.inner-main .course .btn_hidden {
  opacity: 0;
  visibility: hidden;
}

.inner-main .course .courseTab {
  padding: 200px 0;
}

.inner-main .course .courseTab .courseTabSwiper {
  overflow: initial !important;
}

.inner-main .course .courseTab .courseTabSwiper ._item {
  position: relative;
  width: 0;
  height: 0;
  padding: 0 200px;
}

.inner-main .course .courseTab .courseTabSwiper ._item ._line {
  position: absolute;
  width: 100%;
  height: 60px;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.inner-main .course .courseTab .courseTabSwiper ._item ._line:before, .inner-main .course .courseTab .courseTabSwiper ._item ._line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-main .course .courseTab .courseTabSwiper ._item ._line:before {
  background-color: #ddd;
}

.inner-main .course .courseTab .courseTabSwiper ._item ._line:after {
  background-color: #fff;
}

.inner-main .course .courseTab .courseTabSwiper ._item ._text {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 5;
  cursor: pointer;
}

.inner-main .course .courseTab .courseTabSwiper ._item ._text ._time {
  font-size: 30px;
  line-height: 1;
  color: #666;
  transition: all .3s ease-out;
  transform-origin: bottom;
}

.inner-main .course .courseTab .courseTabSwiper ._item ._text ._time span {
  font-size: 42px;
  font-weight: bold;
}

.inner-main .course .courseTab .courseTabSwiper ._item ._text ._name {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  transition: color .3s ease-out;
}

.inner-main .course .courseTab .courseTabSwiper ._item ._text:hover ._time {
  color: var(--color1);
}

.inner-main .course .courseTab .courseTabSwiper ._item ._text:hover ._name {
  color: var(--color1);
}

.inner-main .course .courseTab .courseTabSwiper ._item ._text:hover ._dian:before {
  background-color: var(--color1);
  transform: scale(1.3);
}

.inner-main .course .courseTab .courseTabSwiper ._item ._text ._dian > span {
  opacity: 0;
  transition: opacity .3s ease-out;
}

.inner-main .course .courseTab .courseTabSwiper ._item ._text ._dian > span:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color1);
  z-index: -1;
  animation: soak 6s ease-in-out infinite;
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide {
  width: auto;
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide ._item ._text ._dian {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide ._item ._text ._dian:before {
  content: '';
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #ddd;
  border-radius: 50%;
  transition: all .3s ease-out;
  display: block;
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide:first-of-type ._item ._line {
  display: none;
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(odd) ._item ._line:before, .inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(odd) ._item ._line:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(odd) ._item ._line:after {
  transform: translate(1px, -1px);
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(odd) ._item ._text {
  top: 100%;
  padding-top: 60px;
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(odd) ._item ._text ._dian {
  top: 30px;
  transform: translate(-50%, -50%);
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(even) ._item ._line:before, .inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(even) ._item ._line:after {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(even) ._item ._line:after {
  transform: translate(1px, 1px);
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(even) ._item ._text {
  bottom: 100%;
  padding-bottom: 60px;
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(even) ._item ._text ._dian {
  bottom: 30px;
  transform: translate(-50%, 50%);
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide.swiper-slide-thumb-active ._item ._text ._time {
  color: var(--color1);
  transform: scale(1.3);
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide.swiper-slide-thumb-active ._item ._text ._name {
  color: var(--color1);
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide.swiper-slide-thumb-active ._item ._text ._dian:before {
  background-color: var(--color1);
  transform: scale(1.3);
}

.inner-main .course .courseTab .courseTabSwiper .swiper-slide.swiper-slide-thumb-active ._item ._text ._dian > span {
  opacity: 1;
}

@keyframes soak {
  0% {
    opacity: .6;
    transform: scale(1);
  }
  50% {
    opacity: .2;
    transform: scale(7);
  }
  100% {
    opacity: .6;
    transform: scale(1);
  }
}

.inner-main .culture .ins-navbox {
  margin-bottom: 0;
}

.inner-main .culture .inner-main-con:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/culture-bg.png") no-repeat center 20%;
  opacity: 0.5;
  /* 设置透明度 */
  z-index: -1;
  /* 将伪元素置于底层，使其在内容之后显示 */
  background-size: cover;
}

.inner-main .culture .inner-main-con .container {
  display: flex;
  justify-content: space-around;
  padding-top: 60px;
}

.inner-main .culture .inner-main-con .container ._item h3 {
  font-size: 24px;
  color: #0054a7;
  font-weight: bold;
  margin-bottom: 15px;
}

.inner-main .culture .inner-main-con .container ._item p {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 180%;
  margin-bottom: 40px;
}

.inner-main .culture .inner-main-con .container ._left, .inner-main .culture .inner-main-con .container ._right {
  width: 30%;
}

@media (max-width: 1200px) {
  ._m_column {
    flex-direction: column;
  }
  .inner-main .ins-navbox {
    display: none;
  }
  .inner-main .m-ins-navbox {
    display: block;
  }
  .inner-main .about-con img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 999px) {
  .inner-main {
    margin-top: 70px;
  }
  .inner-main .profile .title h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .inner-main .profile .title p {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
  }
  .inner-main .profile .title p::after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 140px;
    height: 2px;
    background-color: #ef7800;
    bottom: 0;
    left: 0;
  }
  .inner-main .profile .inner-nav {
    margin-bottom: 20px;
  }
  .inner-main .profile .inner-nav .nav-item .nav-link {
    padding: 8px 10px;
  }
  .inner-main .profile .elitech-strength {
    margin-bottom: 20px;
    padding-left: 0;
  }
  .inner-main .profile .elitech-strength .container {
    display: unset !important;
  }
  .inner-main .profile .elitech-strength ._bg {
    display: none;
  }
  .inner-main .profile .elitech-strength .banner {
    width: 100% !important;
    position: unset;
  }
  .inner-main .profile .elitech-strength .con {
    background-color: #0054a7;
    padding: 15px 20px;
    margin: unset;
    width: 100% !important;
  }
  .inner-main .profile .elitech-strength .con .desc {
    line-height: 200%;
  }
  .inner-main .profile .elitech-founder-01 {
    margin-bottom: 20px;
  }
  .inner-main .profile .elitech-founder-01 .con {
    width: 100% !important;
  }
  .inner-main .profile .elitech-founder-01 .picture {
    position: unset !important;
  }
  .inner-main .profile .elitech-founder-02 {
    margin-bottom: 20px;
  }
  .inner-main .profile .elitech-founder-02 .picture {
    position: unset !important;
    margin-top: 0px !important;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .inner-main .profile .elitech-founder-02 .con {
    position: unset !important;
  }
  .inner-main .profile .elitech-innovate {
    margin-bottom: 20px;
  }
  .inner-main .profile .elitech-innovate .container {
    flex-direction: column;
    padding: var(--bs-gutter-x, 0.75rem);
  }
  .inner-main .profile .elitech-innovate .container .con {
    height: unset;
    padding-top: 0;
    padding-left: 0;
  }
  .inner-main .profile .elitech-innovate .container .con .desc {
    margin-top: 20px;
    font-size: inherit;
  }
  .inner-main .profile .elitech-quality {
    margin-bottom: 20px;
  }
  .inner-main .profile .elitech-quality .picture {
    width: 100%;
    overflow: hidden;
  }
  .inner-main .profile .elitech-quality .picture img {
    margin-left: 50%;
    width: auto;
    height: 240px;
    position: unset;
    transform: translateX(-50%);
  }
  .inner-main .profile .elitech-quality .con {
    flex-direction: column;
    align-items: unset !important;
  }
  .inner-main .profile .elitech-quality .con .title {
    font-size: 24px;
  }
  .inner-main .profile .elitech-wisdom {
    margin-bottom: 20px;
  }
  .inner-main .profile .elitech-wisdom .picture img {
    margin-left: 50%;
    height: 160px;
    transform: translateX(-50%);
  }
  .inner-main .profile .elitech-wisdom ._bg {
    height: unset;
  }
  .inner-main .profile .elitech-wisdom ._bg .title, .inner-main .profile .elitech-wisdom ._bg .desc {
    margin-top: 20px;
  }
  .inner-main .profile .elitech-wisdom ._bg .title span {
    display: inline-block;
    padding-left: 0;
  }
  .inner-main .profile .elitech-standard .container .con {
    width: 100%;
  }
  .inner-main .profile .elitech-standard .container .con .title {
    margin-top: 20px;
  }
  .inner-main .profile .elitech-standard .container .con .title h2 {
    font-size: 20px;
  }
  .inner-main .profile .elitech-standard .container .con .title p {
    font-size: 16px;
  }
  .inner-main .course .courseList .coursePage {
    display: none;
  }
  .inner-main .course .courseList .courseSwiper {
    width: 100%;
  }
  .inner-main .course .courseList .courseSwiper ._item {
    flex-wrap: wrap;
  }
  .inner-main .course .courseList .courseSwiper ._item ._times {
    width: 100%;
    font-size: 32px;
    line-height: 50px;
  }
  .inner-main .course .courseTab {
    padding: 100px 0 200px;
  }
  .inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(even) ._item ._text {
    padding-bottom: 30px;
  }
  .inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(even) ._item ._text ._dian {
    bottom: 10px;
  }
  .inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(odd) ._item ._text {
    padding-top: 20px;
  }
  .inner-main .course .courseTab .courseTabSwiper .swiper-slide:nth-child(odd) ._item ._text ._dian {
    top: 10px;
  }
  .inner-main .course .courseTab .courseTabSwiper .swiper-slide ._item {
    padding: 0 100px;
  }
  .inner-main .course .courseTab .courseTabSwiper .swiper-slide ._item ._line {
    height: 20px;
  }
  .inner-main .course .courseTab .courseTabSwiper .swiper-slide ._item ._text ._time {
    font-size: 15px;
  }
  .inner-main .course .courseTab .courseTabSwiper .swiper-slide ._item ._text ._time span {
    font-size: 21px;
  }
  .inner-main .course .courseTab .courseTabSwiper .swiper-slide ._item ._text ._dian {
    width: 7.5px;
    height: 7.5px;
  }
  .inner-main .culture .inner-main-con:before {
    background-position: 27% center;
    background-size: cover;
  }
  .inner-main .culture .inner-main-con .container {
    flex-direction: column;
  }
  .inner-main .culture .inner-main-con .container ._left, .inner-main .culture .inner-main-con .container ._right {
    width: 100%;
  }
  .inner-main .culture .inner-main-con .container ._item h3 {
    font-size: 20px;
  }
  .inner-main .culture .inner-main-con .container ._item p {
    font-size: 14px;
  }
}

#breadcrumb {
  width: 100%;
  margin: 0 auto 3px auto;
  overflow: hidden;
  position: relative;
  padding-left: 10px;
  z-index: 1;
  height: 40px;
}

#breadcrumb ul {
  width: 100%;
}

#breadcrumb ul li {
  list-style-type: none;
  float: left;
  margin-right: 10px;
  line-height: 42px;
  color: #404040;
  font-size: 12px;
}

#breadcrumb ul li a {
  color: #404040;
  background: url(../img/breadcrumb-bg.png) no-repeat right center;
  padding-right: 15px;
}

#breadcrumb ul li a:hover {
  color: #e60012;
}

#breadcrumb .share {
  position: absolute;
  top: 0;
  right: 0;
}

#breadcrumb .share .t {
  float: left;
  line-height: 42px;
  color: #404040;
}

#breadcrumb .share .bdsharebuttonbox {
  overflow: hidden;
}

#breadcrumb .share .bdsharebuttonbox a {
  margin: 12px 0 0 5px;
  float: left;
}

.strategic-list {
  margin-top: 20px;
}

.strategic-list .con {
  padding: 3%;
  background-color: #FFFFFF;
}

.strategic-list .con img {
  max-width: 100%;
}

.cutpage {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > li > a.active {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination .disabled > a, .pagination .disabled > span,
.pagination .disabled > a:hover, .pagination .disabled > a:focus, .pagination .disabled > span:hover, .pagination .disabled > span:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
