@charset "utf-8";

/* 主力產品 */
#index .main-products>.title {
  margin: 25px 0;
}

#index .main-products>.title .title-border {
  color: #3c2478;
  font-size: 24px;
  text-align: center;
  line-height: 33px;
}

#index .main-products .items {
  width: 33.33%;
}


#index .main-products .items-border {
  margin: 0 15px;
}

#index .main-products .img-border {
  padding: 3px;
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}

#index .main-products .row .title-border {
  padding: 10px 0;
  color: #616161;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

#index .main-border>.row {
  margin-top: 40px;
}

#index .main-border>.row .video {
  width: 33.33%;
  margin-bottom: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

#index .main-border>.row>.row {
  width: 66.66%;
  margin: 0;
}

#index .main-border>.row>.row>div {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}


/* 最新消息 */
#index .news .news-border>.title {
  text-align: left;
  border-bottom: 2px solid #3c2478;
  margin-bottom: 15px;
}

#index .news .news-border>div:not(:first-child) {
  margin: 0;
}

#index .news .news-border>.title .title-border {
  display: inline-block;
  border-bottom: 4px solid #ed5053;
  margin-bottom: -3px;
  padding-bottom: 10px;
  color: #3c2478;
  font-size: 24px;
  font-weight: 100;
}

#index .news-mens .items {
  margin: 8px 0;
}

#index .news-mens .items:not(:first-child) {
  border-top: 1px solid #e4e4e4;
}

#index .news-mens .items .items-border>div {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}

#index .news-mens .items .items-border .title-border {
  color: #666;
}

#index .main-border>.row>.row .img {
  margin-bottom: 20px;
}

#index .main-border>.row>.row img {
  width: 100%;
}


@media screen and (max-width: 1023px) {
  #index .main-border>.row>.row {
    display: flex;
    width: 100%;
  }

  #index .main-border>.row .video {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  #index .main-products .row {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  #index .main-border>.row>.row {
    display: block;
  }

  #index .main-border>.row>.row>div {
    width: 100%;
  }

  #index .main-border>.row>.row .img {
    margin-top: 10px;
  }

  #index .main-border>.row>.row img {
    width: auto;
  }
}