.page-container-swiper {
  width: 100%;
  height: 100%;}

.banner-swiper img {
  display: block;
  width: 100%;}
.banner-swiper .swiper-button-prev {
  left: 45px;}
.banner-swiper .swiper-button-next {
  right: 45px;}
.banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
  width: 50px;
  height: 50px;}

@media screen and (max-width: 1200px) {
  .banner-swiper .swiper-button-prev,
.banner-swiper .swiper-button-next {
    display: none;}
}
.hot-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
  background-color: #0855BE;
  padding: 40px;
  color: #FFFFFF;
  position: relative;
  margin-top: -40px;
  z-index: 10;}
.hot-search-box .keyword-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}
.hot-search-box .keyword-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}
.hot-search-box .keyword-item {
  margin-left: 20px;
  cursor: pointer;}
.hot-search-box .search-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  height: 46px;}
.hot-search-box .search-box-wrap .search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding: 0 20px;
  border-radius: 0;}
.hot-search-box .search-box-wrap .search-btn {
  background-color: #FFBA00;
  height: 100%;
  width: 65px;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;}
.hot-search-box .search-box-wrap .search-btn img {
  width: 20px;
  height: 20px;}

@media screen and (max-width: 1200px) {
  .hot-search-box {
    width: calc(100% - 60px);}
  .hot-search-box .keyword-box {
    display: none;}
  .hot-search-box .search-box-wrap {
    width: 100%;}
}
@media screen and (max-width: 768px) {
  .hot-search-box {
    height: 40px;
    padding: 10px 20px;
    margin-top: -20px;}
  .hot-search-box .keyword-box {
    display: none;}
  .hot-search-box .search-box-wrap {
    height: 30px;}
}
.news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;}
.news-box-container {
  background-image: url(../images/news_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 60px;}
.news-box-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;}
.news-box-left .news-box-swiper-wrap {
  position: relative;}
.news-box-left .news-swiper {
  height: 460px;}
.news-box-left .news-swiper .swiper-wrapper img {
  width: 100%;
  height: 100%;
  display: block;}
.news-box-left .swiper-pagination {
  text-align: right;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  bottom: 10px;}
.news-box-left .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  opacity: 1;}
.news-box-left .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;}
.news-box-left .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;}
.news-box-left .news-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;}
.news-box-left .news-tips-swiper {
  height: 116px;
  margin-top: -30px;
  margin-bottom: 38px;
  border-bottom: 1px solid #DDDDDD;}
.news-box-left .news-tips .news-date {
  width: 96px;
  height: 84px;
  background-image: url(../images/date-bg.jpg);
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;}
.news-box-left .news-tips .news-date .news-day {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: bold;}
.news-box-left .news-tips .news-date .news-month {
  font-size: 12px;
  font-weight: 400;}
.news-box-left .news-tips-text {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.news-box-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  overflow: hidden;}
.news-box-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DDDDDD;
  font-size: 28px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;}
.news-box-tabs img {
  width: 54px;
  margin-right: 7px;}
.news-box-tabs .news-box-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 39px;
  position: relative;
  padding-bottom: 15px;
  cursor: pointer;
  font-weight: 400;
  color: #333333;}
.news-box-tabs .news-box-tab.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0855BE;
  bottom: -2px;
  position: absolute;
  left: 0;}
.news-box .news-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;}
.news-box .news-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}
.news-box .news-list .news-item {
  height: 80px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;}
.news-box .news-list .news-item:hover::before {
  background-color: #0855BE;}
.news-box .news-list .news-item:hover .news-item-title {
  color: #0855BE;
  font-weight: bold;}
.news-box .news-list .news-item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #0855BE;}
.news-box .news-list .news-item-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.news-box .news-list .news-item::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #999999;
  position: absolute;
  top: 23px;
  left: -30px;}
.news-box .news-more-btn {
  /* m.l */
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: right;
  margin-top: 20px;
  display: inline-block;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;}

@media screen and (max-width: 1200px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 26px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;}
  .news-box .news-box-right {
    margin-left: 0;
    margin-top: 25px;}
}
@media screen and (max-width: 768px) {
  .news-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 13px;}
  .news-box .news-box-left .news-box-swiper-wrap {
    padding-bottom: 66%;
    overflow: hidden;
    position: relative;}
  .news-box .news-box-left .news-swiper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: auto;}
  .news-box .news-box-left .news-tips-swiper {
    height: 80px;}
  .news-box .news-box-left .news-date {
    height: 46px;
    width: 52px;}
  .news-box .news-box-left .news-date .news-day {
    font-size: 16px;
    margin-bottom: 0;}
  .news-box .news-box-left .news-date .news-month {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);}
  .news-box .news-box-left .news-tips-text {
    font-size: 13px;}
  .news-box-tabs {
    font-size: 14px;}
  .news-box-tabs img {
    width: 24px;
    margin-right: 7px;}
  .news-box .news-list {
    padding-left: 15px;}
  .news-box .news-list .news-item {
    height: 50px;
    padding-top: 8px;
    cursor: pointer;}
  .news-box .news-list .news-item-date {
    font-size: 12px;}
  .news-box .news-list .news-item-title {
    margin-top: 8px;
    font-size: 13px;}
  .news-box .news-list .news-item::before {
    top: 9px;
    left: -15px;}
  .news-box .news-more-btn {
    font-size: 12px;}
}
.math-chemistry-box {
  background-image: url(../images/bg2@2x.jpg);
  padding-top: 70px;
  background-repeat: no-repeat;
  background-size: 100%;}
.math-chemistry-box .page-container {
  position: relative;
  padding-bottom: 20px;}
.math-chemistry-box .page-container .math-chemistry-swiper-pagination {
  bottom: 0;}
.math-chemistry-box .page-container .math-chemistry-swiper-pagination .swiper-pagination-bullet {
  background-color: #FFBA00;
  opacity: 0.5;}
.math-chemistry-box .page-container .math-chemistry-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;}
.math-chemistry-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  font-weight: 400;
  color: #333333;}
.math-chemistry-title img {
  width: 54px;
  margin-right: 8px;}
.math-chemistry-swiper {
  margin-top: 40px;}
.math-chemistry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;}
.math-chemistry-item img {
  width: 114px;}
.math-chemistry-item-info {
  margin-left: 24px;}
.math-chemistry-item-name {
  font-size: 16px;
  font-weight: 400;
  color: #333333;}
.math-chemistry-item-total {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;}
.math-chemistry-item-count {
  font-size: 36px;
  font-weight: 400;
  color: #0162C2;
  line-height: 1;}

.scientific-research-platform {
  position: relative;
  padding-top: 70px;
  margin-top: 30px;}
.scientific-research-platform::before {
  content: "";
  width: 33.33%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(54, 209, 255, 0.45);}
.scientific-research-platform::after {
  content: "";
  width: 66.67%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(32, 113, 221, 0.8);}
.scientific-research-platform .page-container {
  position: relative;
  z-index: 1;}
.scientific-research-platform-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;}
.scientific-research-platform-title img {
  width: 54px;
  margin-right: 7px;}
.scientific-research-platform-title .see-more-btn {
  font-size: 14px;
  font-weight: 400;
  color: #FEFEFE;
  position: absolute;
  right: 0;
  cursor: pointer;}
.scientific-research-platform-swiper {
  margin-top: 18px;}
.scientific-research-platform-swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 478px;
  height: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
  cursor: pointer;}
.scientific-research-platform-swiper .swiper-wrapper .swiper-slide:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);}
.scientific-research-platform-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active, .scientific-research-platform-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  padding-left: 0;}
.scientific-research-platform-swiper .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active .scientific-research-platform-item, .scientific-research-platform-swiper .swiper-wrapper .swiper-slide.swiper-slide-active .scientific-research-platform-item {
  -webkit-transform: scale(1);
          transform: scale(1);}
.scientific-research-platform .scientific-research-platform-swiper-button-prev {
  left: -100px;}
.scientific-research-platform .scientific-research-platform-swiper-button-next {
  right: -100px;}
.scientific-research-platform .scientific-research-platform-swiper-button-prev,
.scientific-research-platform .scientific-research-platform-swiper-button-next {
  width: 80px;
  height: 77px;}
.scientific-research-platform-item {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFFFFF;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);}
.scientific-research-platform-item-title {
  height: 60px;
  background-color: #0855BE;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: 400;}
.scientific-research-platform-item-container {
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;}
.scientific-research-platform-item-img {
  width: 100%;
  padding-bottom: 66.66%;
  display: block;
  overflow: hidden;
  position: relative;}
.scientific-research-platform-item-img img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;}
.scientific-research-platform-item-desc {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 0 13px;
  margin-top: 25px;
  text-align: center;}

@media screen and (max-width: 768px) {
  .math-chemistry-box {
    padding-top: 30px;
    margin-top: 20px;}
  .math-chemistry-box .page-container {
    width: calc(100% - 20px);}
  .math-chemistry-title {
    font-size: 14px;}
  .math-chemistry-title img {
    width: 27px;
    margin-right: 4px;}
  .math-chemistry-swiper {
    margin-top: 10px;}
  .math-chemistry-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;}
  .math-chemistry-item img {
    width: 44px;}
  .math-chemistry-item-info {
    margin-left: 10px;}
  .math-chemistry-item-name {
    font-size: 14px;}
  .math-chemistry-item-total {
    font-size: 12px;}
  .math-chemistry-item-count {
    font-size: 16px;}
  .scientific-research-platform {
    padding-top: 30px;
    margin-top: 20px;}
  .scientific-research-platform-title {
    font-size: 14px;}
  .scientific-research-platform-title img {
    width: 27px;
    margin-right: 4px;}
  .scientific-research-platform .scientific-research-platform-swiper-button-prev {
    left: 0px;
    width: 40px;
    height: auto;}
  .scientific-research-platform .scientific-research-platform-swiper-button-next {
    right: 0px;
    width: 40px;
    height: auto;}
  .scientific-research-platform-swiper .swiper-wrapper .swiper-slide {
    height: 400px;}
}
.academic-lecture {
  background-image: url(../images/bg3@2x.jpg);
  padding-top: 70px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
  position: relative;}
.academic-lecture-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  margin-bottom: 40px;}
.academic-lecture-title img {
  width: 54px;
  margin-right: 7px;}
.academic-lecture-title .see-more-btn {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  position: absolute;
  right: 0;
  cursor: pointer;}
.academic-lecture .swiper-slide {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;}
.academic-lecture-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 100%;}
.academic-lecture-item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.academic-lecture-item:hover .academic-lecture-item-title span {
  color: #0855BE;
  background-size: 100% 1px;}
.academic-lecture-item-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /* m.l */
  text-align: center;
  background:#EBF4FF;
  padding-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;}
.academic-lecture-item-day {
  font-size: 36px;
  font-weight: 400;
  color: #999999;}
.academic-lecture-item-month {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;}
.academic-lecture-item-week {
  width: 53px;
  height: 26px;
  background: #0855BE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  margin-top: 10px;}
.academic-lecture-item-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;}
.academic-lecture-item-title {
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  outline: none;}
.academic-lecture-item-title > span {
  color: #333333;
  position: relative;
  background-size: 0 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0855BE), to(#0855BE));
  background-image: linear-gradient(#0855BE, #0855BE);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;}
.academic-lecture-item-time {
  margin-top: 23px;}
.academic-lecture-item-time, .academic-lecture-item-info, .academic-lecture-item-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  margin-top: 14px;

  overflow: hidden;    
  text-overflow:ellipsis;    
  white-space: nowrap;}
.academic-lecture-item-time img, .academic-lecture-item-info img, .academic-lecture-item-address img {
  width: 14px;
  height: 14px;
  margin-right: 5px;}
.academic-lecture-swiper-pagination {
  bottom: 0;}
.academic-lecture-swiper-pagination .swiper-pagination-bullet {
  background-color: #FFBA00;
  opacity: 0.5;}
.academic-lecture-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;}

@media screen and (max-width: 768px) {
  .academic-lecture {
    padding-top: 20px;
    padding-bottom: 60px;}
  .academic-lecture-title {
    font-size: 14px;}
  .academic-lecture-title img {
    width: 27px;
    margin-right: 4px;}
  .academic-lecture-item {
    padding: 15px;}
  .academic-lecture-item-day {
    font-size: 18px;
    text-align: center;}
  .academic-lecture-item-month {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
    text-align: center;}
  .academic-lecture-item-week {
    width: 53px;
    height: 26px;}
  .academic-lecture-item-right {
    padding-left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;}
  .academic-lecture-item-title {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    height: 30px;}
  .academic-lecture-item-time {
    margin-top: 23px;}
  .academic-lecture-item-time, .academic-lecture-item-info, .academic-lecture-item-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    margin-top: 14px;}
}
.special-column {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
  background-color: #ffffff;}
.special-column-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;}
.special-column-title img {
  width: 54px;
  margin-right: 7px;}
.special-column-title .see-more-btn {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: 0;
  cursor: pointer;}
.special-column-swiper .image-wrap {
  padding-bottom: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: block;}
.special-column-swiper img {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;}
.special-column-swiper .special-column-swiper-button-prev,
.special-column-swiper .special-column-swiper-button-next {
  width: 20px;
  height: 35px;
  background-size: 100%;
  background-color: transparent;}
.special-column-swiper .special-column-swiper-button-prev::after,
.special-column-swiper .special-column-swiper-button-next::after {
  color: #DDDDDD;
  font-size: 20px;}
.special-column-swiper .swiper-slide {
  cursor: pointer;}
.special-column-swiper .swiper-slide:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;}
.special-column-desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 85px;}
.special-column-desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  cursor: pointer;}
.special-column-desc-item:hover {
  color: #0956BD;}
.special-column-desc-item:hover svg {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  fill: #0956BD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;}
.special-column-desc-item svg {
  width: 54px;
  fill: #888888;
  margin-bottom: 5px;}

@media screen and (max-width: 768px) {
  .special-column {
    padding-top: 20px;
    padding-bottom: 60px;}
  .special-column-title {
    font-size: 14px;}
  .special-column-title img {
    width: 27px;
    margin-right: 4px;}
  .special-column .special-column-swiper-button-prev {
    left: 0;}
  .special-column .special-column-swiper-button-next {
    right: 0;}
  .special-column .special-column-swiper-button-prev,
.special-column .special-column-swiper-button-next {
    width: 19px;
    height: 37.5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFFFFF;}
  .special-column-desc-list {
    margin-top: 0;}
  .special-column-desc-item {
    width: 33.33%;
    margin-top: 30px;}
  .special-column-desc-item svg {
    width: 27px;
    fill: #888888;}
}