@charset "utf-8";
/* CSS Document */
.con {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.news-left {
  width: 300px;
  background-color: #F6F6F6;
  padding: 0 50px 0 15px;
}
.news-left .this-news {
  height: 65px;
  padding-top: 30px;
  font-size: 22px;
  font-weight: bold;
}
.news-menu li {
  line-height: 70px;
  border-bottom: 1px solid #E0E0E0;
}
.news-menu li a {
  background: url(../images/arrow.jpg) left center no-repeat;
  padding-left: 20px;
}
.news-menu .active a {
  color: #f6a823;
}
.news-menu li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 70px;
  font-size: 18px;
  color: #222;
}
.news-menu li ul a {
  background: none;
  line-height: 50px;
  height: 50px;
}
.news-right {
  width: 920px;
}
.guild {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D2D2D2;
  height: 40px;
  margin-bottom: 30px;
}
.guild .guild-main {
  display: inline-block;
  padding: 0px 15px;
  height: 40px;
  border-bottom: 3px solid #f6a823;
  font-size: 22px;
  font-weight: bold;
}
.guild .guild-sub {
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.news-right .left-list {
  padding-top: 15px;
}
.left-list {
  margin-bottom: 20px;
}
.left-list a {
  display: flex;
  justify-content: space-between;
}
.news-right .left-list .list-data {
  width: 170px;
  height: 135px;
  background-color: #EBEBEB;
  text-align: center;
}
.news-right .left-list .list-text {
  padding-left: 30px;
  margin: 0;
  width: 655px;
  line-height: 28px;
  font-size: 14px;
  text-decoration: none;
  color: #979799;
}
.news-right .left-list .news-title {
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}
.left-list .list-data .data {
  color: #f6a823;
  margin-top: 10px;
  font-size: 48px;
  line-height: normal;
}
.left-list .list-data span {
  color: #515151;
  display: block;
}
.left-list a:hover {
  background-color: #EBEBEB;
}
.productlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productlist a {
  display: block;
  padding: 10px 20px;
  width: calc(50% - 40px);
}
.productlist dl {
  display: flex;
  border-bottom: 1px dotted #ddd;
  align-items: center;
  height: 130px;
}
.productlist dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 130px;
}
.productlist dl dt img {
  max-width: 100px;
  max-height: 100px;
}
.productlist dl dd {
  margin-left: 50px;
  line-height: 25px;
}
.productlist2 {
  display: flex;
  flex-wrap: wrap;
}
.productlist2 a {
  display: block;
  width: calc(33.333333% - 24px);
  padding: 1px;
  border: 1px solid #ddd;
  margin: 10px;
}
.productlist2 a h3 {
  background-color: #eaeaea;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
}
.productlist2 a img {
  width: 100%;
}
.aboutus {
  font-size: 16PX;
  padding: 0 20px;
  line-height: 200%;
}
.aboutus h1 {
  display: block;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.aboutus table {
  width: 80%;
  margin: 20px auto;
  text-align: center;
  border-collapse: collapse;
}
.aboutus table td {
  border: 1px solid #ddd;
}
.picshow {
  width: 100%;
  text-align: center;
  position: relative;
  height: 100%;
}
.gallery-top .swiper-slide {
  border: 1px solid #ddd;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.gallery-top .swiper-slide img {
  max-width: 600px;
}
.gallery-thumbs {
  box-sizing: border-box;
  padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
  opacity: 0.8;
  box-sizing: border-box;
  border: 2px solid #ddd;
  padding: 2px;
  cursor: pointer;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #f6a823;
}
.ptitle {
  border-bottom: 1px solid #ddd;
  margin: 30px 0;
}
.ptitle span {
  display: block;
  width: 170px;
  color: white;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  background-color: #f6a823;
}
@media screen and (max-width: 1024px) and (min-width: 0) {
  .con {
    flex-direction: column;
    margin-top: 20px;
  }
  .news-left {
    display: none;
  }
  .news-right {
    width: 100%;
  }
  .aboutus {
    padding: 0;
  }
  .productlist a {
    display: block;
    padding: 10px 0px;
    width: 100%;
  }
  .productlist2 a {
    display: block;
    width: calc(50% - 24px);
  }
  .gallery-top .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .guild .guild-main {
    display: none;
  }
  .productlist2 a {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .aboutus {
    font-size: 14px;
  }
  .aboutus h1 {
    font-size: 16px;
  }
  .aboutus table {
    width: 100%;
  }
}
