@charset "UTF-8";
.public_title {
  text-align: center;
}
.public_title h5 {
  font-size: 36px;
  color: black;
  font-weight: 600;
}
.public_title .line {
  margin: 10px auto;
  width: 30px;
  height: 2px;
  background: #e60012;
}
.public_title p {
  color: #666666;
  font-size: 16px;
}

.banner.owl-theme .owl-controls .owl-page span {
  border: 0;
  width: 10px;
  height: 10px;
  margin: 5px;
  background: white;
  border-radius: 100%;
}
.banner.owl-theme .owl-controls .owl-page.active span, .banner.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 0;
  background: white;
}

.tonggao {
  margin-bottom: 48px;
  position: relative;
}
.tonggao .content {
  background: url("../images/tonggao.png") no-repeat center;
  background-size: contain;
  height: 337px;
  width: 1443px;
  margin: 0 auto;
  color: white;
  padding-left: 92px;
  padding-right: 115px;
  padding-bottom: 32px;
  padding-top: 49px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.tonggao .content .name1 {
  font-size: 16px;
  opacity: 0.24;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.tonggao .content .name2 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.tonggao .content .name2 p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
}
.tonggao .content .lf {
  width: 282px;
}
.tonggao .content .rt {
  flex: 1;
}
.tonggao .content .rt ul li {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px dashed white;
  padding-bottom: 10px;
}
.tonggao .content .rt ul li a {
  color: white;
}
.tonggao .content .summary {
  margin-top: 24px;
  font-size: 14px;
  line-height: 2;
  height: 202px;
  overflow-y: scroll;
  padding-right: 30px;
}
.tonggao .content .summary::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.tonggao .content .summary::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background: #dbdbdb;
}
.tonggao .content .summary::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #404040;
}

.news {
  background: url("../images/news_bg.jpg") no-repeat bottom;
  padding-bottom: 30px;
}
.news .container2 {
  overflow: visible;
}
.news .content {
  background: white;
  display: flex;
  margin: 0 auto;
  margin-bottom: 95px;
  box-shadow: 0px 7px 17px 0px rgba(13, 4, 9, 0.39);
}
.news .content .lf_pic {
  background: url("../images/news_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
  width: 359px;
}
.news .content .lf_pic .title {
  width: 239px;
  height: 102px;
  background: url("../images/news_title.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: -17px;
  top: 42px;
  color: white;
  padding-left: 29px;
  padding-top: 11px;
}
.news .content .lf_pic .title span {
  font-size: 15px;
}
.news .content .lf_pic .title p {
  font-size: 25px;
}
.news .content .rt {
  flex: 1;
  padding: 40px;
  display: flex;
}
.news .content .rt .newslist {
  margin-left: 50px;
  flex: 1;
}
.news .content .rt .newslist ul li {
  width: 100%;
}
.news .content .rt .newslist ul li a p {
  display: block;
  font-size: 14px;
  color: #666666;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.news .content .rt .newslist ul li a p:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #e5e5e5;
  content: '';
  position: relative;
  top: -3px;
}
.news .content .rt .big_news {
  width: 400px;
}
.news .content .rt .big_news .pic {
  margin-bottom: 15px;
}
.news .content .rt .big_news .title {
  font-size: 18px;
  color: #333333;
  margin-bottom: 15px;
  color: red;
}
.news .content .rt .big_news .newslist {
  margin-left: 0;
}

.case {
  background: url("../images/case_bg.jpg") no-repeat bottom;
  padding-bottom: 40px;
}
.case .more {
  width: 228px;
  height: 58px;
  background: url("../images/case_more.png") no-repeat center;
  background-size: cover;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 16px;
  color: #e60012;
  transition: .5s;
}
.case .more:hover {
  background: white;
  border-radius: 30px;
}
.case .caselist {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.case .caselist .item {
  background: white;
  text-align: center;
  width: 287px;
  height: 343px;
  transition: .5s;
}
.case .caselist .item:hover {
  border: 10px solid white;
  box-shadow: 0px 10px 17px 0px rgba(13, 4, 9, 0.4);
  width: 307px;
  height: 405px;
}
.case .caselist .item:hover .name {
  display: block;
}
.case .caselist .item .name {
  display: none;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin: 10px 0;
}

@media (max-width: 1450px) {
  .news .content .rt .big_news {
    width: 384px;
  }

  .tonggao .content {
    width: 100%;
    padding-top: 42px;
    padding-bottom: 0;
    background-position-x: 7px;
  }

  .news .content .rt .newslist {
    margin-left: 37px;
  }

  .case .caselist .item {
    width: 269px;
    height: 321px;
  }
}
@media (max-width: 1366px) {
  .tonggao .content .summary {
    margin-top: 17px;
    margin-bottom: 11px;
  }
}
@media (max-width: 768px) {
  .public_title h5 {
    font-size: 16px;
  }

  .news .content .rt .newslist {
    margin-left: 0;
    margin-top: 30px;
  }

  .news .content .rt .newslist ul li {
    display: none;
  }
  .news .content .rt .newslist ul li:nth-child(1) {
    display: block;
  }
  .news .content .rt .newslist ul li:nth-child(2) {
    display: block;
  }
  .news .content .rt .newslist ul li:nth-child(3) {
    display: block;
  }

  .news {
    padding-bottom: 28px;
  }

  .case .more {
    margin-top: 29px;
    margin-bottom: 31px;
    background: #e60012;
    color: white;
    border-radius: 20px;
    width: 125px;
    height: 37px;
    font-size: 14px;
  }

  .case .caselist {
    display: block;
    margin-top: 21px;
  }
  .case .caselist .item {
    width: 46%;
    float: left;
    margin: 2%;
    box-shadow: 0px 10px 17px 0px rgba(210, 210, 210, 0.4);
  }
  .case .caselist .item:nth-child(2n) {
    float: right;
  }

  .case {
    background: none;
    padding-top: 0;
  }

  .news .content .rt .big_news {
    width: 100%;
  }

  .news .content .rt .big_news .pic {
    margin-bottom: 15px;
  }

  .news .content .rt .big_news .more {
    margin: 0 auto;
    width: 115px;
    height: 31px;
  }

  .news .content .rt .big_news .title {
    font-size: 16px;
  }

  .news .content .rt .big_news .summary {
    margin-top: 7px;
    margin-bottom: 15px;
  }

  .news .content .rt {
    display: block;
    padding: 15px;
  }

  .news .content .lf_pic .title {
    position: static;
    width: 100%;
    height: 67px;
    text-align: center;
    padding-left: 0;
  }

  .news .content .lf_pic .title p {
    font-size: 16px;
  }

  .news .content .lf_pic {
    width: 100%;
  }

  .news .content {
    display: block;
  }

  .tonggao .content .summary {
    margin-top: 11px;
    margin-bottom: 20px;
  }

  .tonggao .content .name2 img {
    width: 50px;
    position: relative;
    left: 8px;
    top: -4px;
    margin-top: 7px;
  }

  .tonggao .content .name2 p {
    font-size: 16px;
  }

  .tonggao {
    margin: 0;
  }

  .tonggao .content {
    background: #202020;
    width: 100%;
    padding: 15px;
    height: auto;
    display: block;
  }

  .tonggao .content .lf {
    width: 100%;
  }

  .case .caselist .item {
    height: auto;
  }
}

/*# sourceMappingURL=index.css.map */
