.nybanner {
  width: 100%;
  height: 600px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nybanner h3 {
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 0 2px #000000;
}
.nybanner .line {
  width: 46px;
  height: 5px;
  margin-top: 16px;
  background-color: #fff;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.crumb p {
  padding-left: 30px;
  color: #9c9c9c;
  font-size: 16px;
  line-height: 3;
  background: url(../images/local.png) no-repeat left center;
}
.crumb p a {
  color: #9c9c9c;
}
.content-container {
  padding: 60px 0;
}
.content-container .content-title {
  text-align: center;
}
.content-container .content-title h3 {
  color: #303030;
  font-size: 36px;
}
.content-container .content-title .en {
  color: #666666;
  font-size: 18px;
  font-weight: lighter;
  text-transform: uppercase;
}
.content-container .about1 {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.content-container .about1 .about-slide {
  width: 610px;
  height: 458px;
  position: relative;
  flex-shrink: 0;
}
.content-container .about1 .about-slide .bd {
  width: 100%;
  height: 100%;
}
.content-container .about1 .about-slide .bd ul {
  width: 100%;
  height: 100%;
}
.content-container .about1 .about-slide .bd ul img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-container .about1 .about-slide .hd {
  position: absolute;
  bottom: 18px;
  z-index: 1;
  width: 100%;
}
.content-container .about1 .about-slide .hd ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.content-container .about1 .about-slide .hd ul li {
  width: 21px;
  height: 27px;
  margin: 0 5px;
  cursor: pointer;
  background: url(../images/water.png) no-repeat center center;
}
.content-container .about1 .about-slide .hd ul li.on {
  background: url(../images/water1.png) no-repeat center center;
}
.content-container .about1 .about-tag {
  height: 458px;
}
.content-container .about1 .about-tag ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.content-container .about1 .about-tag ul li {
  flex: 1;
  display: flex;
  padding: 0 16px;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.content-container .about1 .about-tag ul li img {
  flex-shrink: 0;
}
.content-container .about1 .about-tag ul li .desc {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  margin-left: 20px;
}
.content-container .about1 .about-tag ul li:last-child {
  border: none;
}
.content-container .about2 {
  margin-top: 60px;
}
.content-container .about2 .top {
  display: flex;
}
.content-container .about2 .top .desc {
  color: #333333;
  font-size: 20px;
  line-height: 36px;
  text-align: justify;
}
.content-container .about2 .top img {
  flex-shrink: 0;
  margin-left: 24px;
}
.content-container .about2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-container .about2 ul li {
  margin-top: 14px;
}
.content-container .about3 {
  padding: 40px;
  margin: 60px 0;
  background-color: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.content-container .about3 .history {
  margin-top: 40px;
}
.content-container .about3 .history .bd ul {
  display: flex;
}
.content-container .about3 .history .bd ul img {
  width: 439px;
  height: 295px;
}
.content-container .about3 .history .bd ul .info {
  height: 295px;
  padding: 70px 36px;
  display: flex;
  flex-direction: column;
  background-color: #efefef;
}
.content-container .about3 .history .bd ul .info span {
  color: #303030;
  font-size: 30px;
}
.content-container .about3 .history .bd ul .info p {
  margin-top: auto;
}
.content-container .about3 .history .hd {
  position: relative;
  margin-top: 40px;
}
.content-container .about3 .history .hd::before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: 15px;
  background-color: #efefef;
}
.content-container .about3 .history .hd .arrow a {
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
  color: #8e8e8e;
  cursor: pointer;
  background-color: #e1e1e1;
}
.content-container .about3 .history .hd .arrow .prev {
  left: 0;
}
.content-container .about3 .history .hd .arrow .next {
  right: 0;
}
.content-container .about3 .history .hd ul {
  display: flex;
  justify-content: center;
}
.content-container .about3 .history .hd ul li {
  text-align: center;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
.content-container .about3 .history .hd ul li .icon {
  width: 16px;
  height: 34px;
  margin: 0 auto;
  background: url(../images/wa1.png) no-repeat center center;
}
.content-container .about3 .history .hd ul li p {
  color: #e1e1e1;
  font-size: 20px;
  line-height: 1;
  margin-top: 1em;
}
.content-container .about3 .history .hd ul li.on .icon {
  background: url(../images/wa2.png) no-repeat center center;
}
.content-container .about3 .history .hd ul li.on p {
  color: #3d3d3d;
}
.content-container .pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.content-container .pro-list ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 24px;
}
.content-container .pro-list ul li .pic {
  display: block;
  width: 100%;
  height: 370px;
}
.content-container .pro-list ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content-container .pro-list ul li .tit {
  display: block;
  text-align: center;
  color: #565656;
  font-size: 20px;
  line-height: 2.5;
}
.content-container .pro-list ul li:nth-child(4n) {
  margin-right: 0;
}
.content-container .news-list ul {
  display: flex;
  flex-wrap: wrap;
}
.content-container .news-list ul li {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 24px;
}
.content-container .news-list ul li .pic {
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 20px;
}
.content-container .news-list ul li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.content-container .news-list ul li .tit {
  display: block;
  text-align: center;
  color: #565656;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  text-align: left;
}
.content-container .news-list ul li:nth-child(4n) {
  margin-right: 0;
}
.content-container .content-page {
  font-size: 14px;
  color: #333;
  margin: 40px 0;
  line-height: 1.5;
}
.content-container .content-page .date {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 3;
}
.content-container .contact {
  display: flex;
  margin: 40px 0;
}
.content-container .contact .detail {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  margin-right: 40px;
}
.content-container .contact > img {
  width: 200px;
  height: 200px;
  padding: 4px;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.content-container .paging {
  display: flex;
  margin-top: 72px;
  justify-content: center;
  align-items: center;
}
.content-container .paging a {
  width: 32px;
  height: 32px;
  color: #4f4f4f;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin: 0 6px;
}
.content-container .paging a .iconfont {
  font-size: 28px;
}
.content-container .paging .active {
  background-color: #0670b8;
  color: #fff;
}
.content-container .paging .prev {
  font-size: 24px;
}
.content-container .paging .next {
  font-size: 24px;
}
