@charset "utf-8";
/* CSS Document */
.home-product {
  margin: 70px 0;
}
.box-titl {
  margin-bottom: 50px;
}
.box-titl p {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
}
.box-titl span {
  font-size: 12px;
  color: #333;
}
.home-product-list ul {
  display: flex;
  margin: 0 -1%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-product-list ul li {
  width: 23%;
  margin: 20px 1%;
}
.home-product-list ul li a {
  display: block;
  border-radius: 10px;
  box-shadow: 0 0 20px #ddd;
  background: #fff;
  padding: 30px;
}
.home-product-list ul li a .pic {
  border-bottom: 1px solid #ddd;
  height: 240px;
  overflow: hidden;
}
.home-product-list ul li a .pic img {
  width: 100%;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.home-product-list ul li a:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.home-product-list ul li a dt {
  font-size: 24px;
  padding: 20px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-about {
  background-color: #f5f5f5;
  padding: 70px 0;
}
.home-about .w {
  padding: 20px;
  background-color: white;
}
.home-aboutcon {
  display: flex;
  justify-content: space-between;
}
.home-aboutcon .left {
  width: 48%;
}
.home-aboutcon .left p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-indent: 2em;
  margin-bottom: 10px;
}
.home-aboutcon .right {
  width: 50%;
}
.home-aboutcon .right ul {
  display: flex;
}
.home-aboutcon .right ul li {
  width: 33.333%;
  box-sizing: border-box;
  padding: 5px;
}
.home-aboutcon .right ul li .p_r {
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
}
.home-aboutcon .right ul li img {
  width: 100%;
  transition: all 0.6s;
}
.home-aboutcon .right ul li:hover img {
  transform: scale(1.2);
}
.home-aboutcon .right ul li a {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  font-size: 20px;
}
.home-aboutcon .right ul li a p {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.home-aboutcon .right ul li a p span {
  font-size: 16px;
}
.home-aboutcon .right ul li a:hover {
  background: rgba(40, 148, 212, 0.5);
  color: #fff;
}
.home-aboutcon .left a {
  display: block;
  width: 108px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 25px 0 0 0;
  color: #666;
}
.home-aboutcon .left a:hover {
  border: 1px solid #2894d4;
  color: #2894d4;
}
.home-news {
  padding: 70px 0;
}
.news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .news-item {
  padding: 0px 0 20px;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  margin-top: 20px;
}
.news-list .news-item .date-info {
  width: 100px;
  font-size: 20px;
  margin-top: 10px;
  color: #5f5f5f;
}
.news-list .news-item .date-info span {
  display: block;
  line-height: 180%;
  font-weight: bold;
}
.news-list .news-item .date-info span.day {
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 65px;
}
.news-list .news-item .date-info span.year {
  color: #ccc;
  position: absolute;
  top: 30px;
}
.news-list .news-item .news-content {
  width: 60%;
  float: left;
  box-sizing: border-box;
  padding: 75px 30px 0 0;
}
.news-list .news-item .news-content .news-title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.news-list .news-item .news-content a {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.news-list .news-item .news-content p {
  font-size: 14px;
  color: #666;
  line-height: 200%;
  text-align: justify;
}
.news-list .news-item .img-box {
  float: right;
  width: 40%;
}
.news-list .news-item .img-box img {
  width: 100%;
}
.news-list .news-item:hover {
  cursor: pointer;
}
.news-list .news-item:hover .date-info span {
  color: #2894d4;
}
.news-list .news-item:hover .news-content a {
  color: #2894d4;
}
.news-list .news-item .date-info span.day:after {
  content: '日';
}
.news-list .news-item .date-info span.month {
  position: absolute;
  top: 0;
}
.news-list .news-item .date-info span.month:after {
  content: '-';
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
  .home-product {
    margin: 30px 0;
  }
  .box-titl {
    margin-bottom: 30px;
  }
  .home-product-list ul li {
    width: 48%;
    margin: 20px 1%;
  }
  .home-product-list ul li a .pic {
    height: 150px;
  }
  .home-aboutcon {
    flex-wrap: wrap;
  }
  .home-aboutcon .left {
    width: 100%;
  }
  .home-aboutcon .right {
    width: 100%;
  }
  .home-aboutcon .right ul {
    display: flex;
    margin: 20px -5px 0 -5px;
  }
  .home-news {
    padding: 30px 0;
  }
  .news-list .news-item {
    width: 100%;
  }
}
