.t1 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.t2 {
  font-size: 16px;
  font-weight: 700;
}

.page_title {
  position: relative;
  margin-bottom: 45px;
  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;
}

.page_title .t1 {
  margin-right: 30px;
}

.page_title .t1:after {
  content: '';
  right: 0;
  margin-left: 20px;
  background-color: #000;
  width: 1px;
  height: 22px;
}

p.note {
  font-size: 15px;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  margin-bottom: 65px;
  color: #515151;
}

.ex_page {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.ex_page .swiper-slide {
  position: relative;
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.19);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ex_page .swiper-slide:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.19);
}

.ex_page .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  height: 5px;
  background-color: #9b9b9b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ex_page .swiper-slide.active:after {
  background: -moz-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #8e488f), color-stop(36%, #2b599f), color-stop(48%, #ecb831), color-stop(50%, #15957c));
  background: -o-linear-gradient(left, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
  background: linear-gradient(to right, #8e488f 19%, #2b599f 36%, #ecb831 48%, #15957c 50%);
}

@media only screen and (max-width: 1150px) {
  p.note {
    width: 100%;
    margin-bottom: 65px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ex_page {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .ex_page .swiper-slide:after {
    top: -30px;
  }
}

@media only screen and (max-width: 650px) {
  .page_title .t1 {
    width: 100%;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
  .page_title .t1:after {
    width: 11px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.18);
  }
  p.note {
    padding-right: 33px;
    padding-left: 33px;
    margin-bottom: 35px;
  }
  .ex_page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ex_page .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }
  .ex_page .swiper-slide:after {
    top: -20px;
    height: 3px;
  }
}

.page_title .classification {
  position: absolute;
  font-size: 16px;
  color: #8d8d8d;
  top: 0;
  right: 0;
  width: 255px;
  border-bottom: 2px solid #000;
  cursor: pointer;
}

.page_title .ui-selectmenu-button {
  padding-bottom: 10px;
}

.page_title select {
  position: relative;
  width: 100%;
  outline: 0;
  border: 0;
  color: #8d8d8d;
  font-size: 15px;
  background-image: url("../images/s_down.png");
  background-size: 17px;
  background-position: right center;
  background-repeat: no-repeat;
}

.ui-selectmenu-text {
  width: 100%;
  border: 0 solid #000;
}

@media only screen and (max-width: 650px) {
  .page_title .classification {
    position: relative;
    margin-top: 45px;
    padding-bottom: 20px;
    width: 100%;
  }
}

.category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 65px;
  max-width: 1140px;
  width: 100%;
}

.product_box {
  position: relative;
  display: block;
  margin: 0 16px 40px;
}

/* .product_box:nth-child(3n+1) {
  margin-left: 0;
}

.product_box:nth-child(3n+3) {
  margin-right: 0;
} */

.product_box.long_box {
  height: auto;
}

.product_box.long_box .box {
  height: 580px;
}

.product_box.long_box .box > img {
  top: 0;
  bottom: auto;
}

.product_box.long_box .box .more > img {
  top: -37px;
}

.product_box .box {
  position: relative;
  display: block;
  max-width: 358px;
  max-height: 224px;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}

.product_box .box .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_box .box .more {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 51;
  overflow: hidden;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9);
  transform: translate3d(0, 0, 100px) scale(0.9);
  pointer-events: none;
}

.product_box .box .more span {
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 5;
  padding: 2px 30px;
  background-color: #ad5797;
  color: white;
  letter-spacing: 1px;
  font-size: 12px;
  opacity: 0;
  -webkit-transform: rotateX(90deg) rotateY(90deg);
  transform: rotateX(90deg) rotateY(90deg);
  -webkit-transform-origin: 18% 51%;
  -ms-transform-origin: 18% 51%;
  transform-origin: 18% 51%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product_box .name {
  display: block;
  margin-top: 15px;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  width: 358px;
}

.product_box .box:hover .more .line {
  opacity: 1;
}

@media only screen and (max-width: 1150px) {
  .category {
    margin-bottom: 30px;
    padding-right: 40px;
    padding-left: 40px;
    margin-left: auto;
    margin-right: auto;

  }
  .product_box .box .more .line {
    opacity: 1;
  }
  .product_box {
    margin: 0 12px 30px;
  }
  /* .product_box:nth-child(2n+1) {
    margin-right: 12px;
    margin-left: 0;
  }
  .product_box:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 12px;
  }
  .product_box:nth-child(3n+3) {
    margin-right: 12px;
    margin-left: 0;
  } */
  .product_box:last-child {
    margin-bottom: 0;
  }
  /*.product_box .box {
    width: 43vw;
    height: 27vw;
  }*/
}

@media only screen and (max-width: 650px) {
  .category {
    margin-bottom: 50px;
    padding-right: 33px;
    padding-left: 33px;
  }
  .product_box .box {
    width: 100%;
    height: calc(70vw - 66px);
  }
  .product_box .name {
    margin-top: 10px;
  }
  .product_box:nth-child(n) {
    margin-right: auto;
    margin-left: auto;
  }
}

.category {
  margin-top: 90px;
}

.category > * {
  opacity: 0;
}

.product_box {
  position: relative;
  margin-left: 0;
  margin-right: 33px;
  width: 22.8325%;
  margin: 0 2.89% 40px 0;
}
.category .product_box:nth-child(4n+4) {
  margin: 0 0 40px 0;
}

/* .product_box:nth-child(n+1) {
  margin-left: 0;
  margin-right: 33px;
} */

.product_box.lead {
  margin-left: 0;
}

/*.product_box.last {
  margin-right: 0;
}*/

.product_box .box {
  position: relative;
  max-height: none;
  background-color: #00415d;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 358px;
  max-height: 358px;
  /*width: 358px;
  height: 358px;*/
}

.product_box .box:before {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: #000;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.box_content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translate3d(0, 0, 50px);
  transform: translate3d(0, 0, 50px);
  padding: 50px 50px 23px 43px;
}

.box_t1 {
  width: 100%;
  font-size: 16px;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box_t2 {
  width: 100%;
  font-size: 14px;
  color: #d2d2d2;
}

@media only screen and (min-width: 1025px) {
  .product_box .box:hover::before {
    opacity: 0.7;
  }
}

/*@media only screen and (max-height: 800px) and (min-width: 1300px){
  .box_content{
      padding: 30px;
  }
  .product_box{
      margin-right: 10px;
      margin-left: 10px;
  }

  .product_box .name{
      max-width: 270px;
  }
  .product_box .box{
      max-width: 270px;
      max-height: 270px;
  }
  .category{
      margin-top: 75px;
  }
}*/

@media only screen and (max-width: 1150px) {
  .page_title {
    width: calc(100% - 70px);
    margin-left: auto;
    margin-right: auto;
  }
  /*.product_box {
    margin-right: 15px;
  }
  .product_box .box {
    width: 320px;
    height: 320px;
  }*/
  .product_box .name{
    width: 320px;
  }
  /* .product_box:nth-child(n+1) {
    margin-right: 20px;
  } */
}

@media only screen and (max-width: 992px) {
    .product_box, .category .product_box:nth-child(4n+4) {width: 48%; margin: 0 4% 40px 0;}
    .category .product_box:nth-child(2n+2) {margin: 0 0 40px 0;}
    .product_box .box {margin: auto;}
}

@media only screen and (max-width: 650px) {
  .category {
    margin-top: 50px;
  }
  .product_box{
      width: 100%;
  }
  .product_box .box {
    width: 100%;
  }
  .product_box:nth-child(n+1) {
    margin-right: 0;
  }
  .box_t1 {
    margin-bottom: 60px;
  }
  .product_box .name span {
    display: block;
  }
}

/*# sourceMappingURL=web_latest_news.css.map */
