﻿.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .center {
    padding: 0 20px;
  }
  .center .center_ter .my_swiper {
    height: 250px !important;
  }
  .center .center_ter .my_swiper .swiper-button-prev {
    height: 25px !important;
    width: 25px !important;
    left: 20px !important;
  }
  .center .center_ter .my_swiper .swiper-button-next {
    height: 25px !important;
    width: 25px !important;
    right: 20px !important;
  }
  .center .center_ter .icons img {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 675px) {
  .index .center .center_ter .icons .icons_left_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .index .center .center_ter .icons .icons_left_icons .icons_left_icons_img {
    margin-right: 50px;
  }
}

.index .center:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.index .center {
  background-color: #FAFAFA;
  min-height: 200px;
}

.index .center .center_ter {
  padding: 45px 0;
}

.index .center .center_ter .center_title {
  font-size: 36px;
  font-family: Poppins;
  font-weight: 600;
  color: #333333;
  margin-bottom: 45px;
}

.index .center .center_ter .my_swiper {
  height: 536px;
  border-radius: 10px;
  overflow: hidden;
}

.index .center .center_ter .my_swiper .swiper-container {
  height: 100%;
  width: 100%;
}

.index .center .center_ter .my_swiper .swiper-container .swiper-button-prev {
  height: 38px;
  width: 38px;
  background-image: url("../images/left0001.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  left: 45px;
}

.index .center .center_ter .my_swiper .swiper-container .swiper-button-next {
  height: 38px;
  width: 38px;
  background-image: url("../images/right0001.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 45px;
}

.index .center .center_ter .my_swiper .swiper-container .swiper-pagination-bullet-active {
  background: #FFFFFF;
}

.index .center .center_ter .my_swiper .swiper-slide {
  height: 100%;
  width: 100%;
}

.index .center .center_ter .my_swiper .swiper-slide img {
  height: 100%;
  width: 100%;
}

.index .center .center_ter .news {
  margin: 60px 0 80px;
}

.index .center .center_ter .news .news_left {
  min-height: 300px;
}

.index .center .center_ter .news .news_left .news_left_title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.index .center .center_ter .news .news_left .news_left_cet {
  font-size: 16px;
  font-weight: 300;
  color: #0A5794;
  padding: 20px 0px;
  line-height: 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.index .center .center_ter .news .news_left .news_left_cet .news_left_img {
  height: 15px;
  width: 12px;
  margin-left: 5px;
}

.index .center .center_ter .news .news_right {
  min-height: 387px;
  background: rgba(50, 139, 234, 0.04);
  border-radius: 10px;
  padding: 37px 30px 40px 35px;
}

.index .center .center_ter .news .news_right .news_right_title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
}

.index .center .center_ter .news .news_right .news_right_cer {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 25px;
}

.index .center .center_ter .news .news_right .news_right_cer .news_right_sy {
  font-size: 16px;
  font-weight: 600;
  color: #0A5794;
}

.index .center .center_ter .news:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

.index .center .center_ter .icons .icons_left_title {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.index .center .center_ter .icons .icons_left_icons .icons_left_icons_img {
  margin-right: 50px;
}
