/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}

.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.title>h1 {
  float: left;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding: 0 30px;
  position: relative;
}
.title>h1::before {
  content: "";
  width: 1200px;
  float: left;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.title>h1::after {
  content: "";
  width: 1200px;
  float: left;
  height: 1px;
  background-color: #dfdfdf;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.title>h1>div {
  width: 33px;
  height: 14px;
  float: left;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.title>h1>div:first-child {
  right: 100%;
}
.title>h1>div:last-child {
  left: 100%;
}
.title>div {
  width: 100%;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  text-transform: uppercase;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 170px;
  float: left;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #0f80cc;
  background-color: #0f80cc;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.more>a:hover {
  background-color: #fff;
  color: #0f80cc;
}

.prev-button,
.next-button {
  width: 50px;
  height: 50px;
  float: left;
  font-family: SimSun;
  font-size: 46px;
  color: #0f80cc;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.next-button {
  left: initial;
  right: 0;
}
.prev-button::before {
  content: "<";
}
.next-button::before {
  content: ">";
}
.prev-button:hover,
.next-button:hover {
  background-color: #0f80cc;
  color: #fff;
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
  }
  .title>h1>div {
    width: 20px;
  }
  .title>div {
    line-height: 20px;
    margin-top: 0;
  }

  .more>a {
    width: 90px;
    height: 30px;
    border-radius: 15px;
  }

  .prev-button,
  .next-button {
    width: 24px;
    height: 24px;
    font-size: 16px;
  }

}
/* 首页样式 */
/* 横幅 */
.hf {
  padding: 40px 0 10px 0;
}
.hf ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf ul>li {
  float: left;
  flex: 1;
  border-right: 1px solid #f3f3f3;
}
.hf ul>li:last-child {
  border: none;
}
.hf ul>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hf ul>li>a .hf-icon {
  width: 100%;
  float: left;
  max-width: 136px;
  border-radius: 50%;
  border: 3px solid #ececec;
  padding: 1px;
}
.hf ul>li>a .hf-icon .img {
  border-radius: 50%;
  background-color: #0f80cc;
}
.hf ul>li>a .hf-icon .img::before {
  padding-top: 100%;
}
.hf ul>li>a>h1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.hf ul>li>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .hf {
    padding: 15px 0;
  }
  .hf ul>li>a .hf-icon {
    max-width: 80px;
  }
  .hf ul>li>a .hf-icon>.img>img {
    height: 30px;
  }
  .hf ul>li>a>h1 {
    margin-top: 5px;
    line-height: 16px;
    font-size: 12px;
  }
  .hf ul>li>a>h1>span {
    font-size: 14px;
    line-height: 24px;
  }
}

/* 产品中心 */
.product {
  padding: 60px 0;
}
.product-content {
  margin: 65px 0;
  position: relative;
}
.product-content .swiper-slide .img {
  background: url(../images/product-icon-bj.png) no-repeat center center;
  background-size: 100% 100%;
}
.product-content .swiper-slide .img::before {
  padding-top: 100%;
}
.product-content .swiper-slide h1 {
  overflow: hidden;
  line-height: 34px;
  margin-top: 15px;
  font-size: 16px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-content .prev-button,
.product-content .next-button {
  left: -70px;
}
.product-content .next-button {
  left: initial;
  right: -70px;
}

@media (max-width: 1240px) {
  .product {
    padding: 50px 0;
  }
  .product-content {
    margin: 50px 0;
    padding: 0 60px;
  }
  .product-content .prev-button,
  .product-content .next-button {
    left: 0;
  }
  .product-content .next-button {
    left: initial;
    right: 0;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
  .product-content {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-content {
    margin: 10px 0;
    padding: 0 30px;
  }
  .product-content .swiper-slide h1 {
    margin-top: 5px;
    font-size: 14px;
  }
}

/* 关于鼎盛源 */
.about {
  background-color: #ebebeb;
  padding: 50px 0;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px
}
.about-img {
  width: calc(50% - 40px);
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.about-img::before {
  content: "";
  display: block;
  padding-top: 65.88869%;
}
.about-right {
  width: calc(50% - 20px);
  float: right;
}
.about-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.about-right .about-text {
  display: block;
  overflow: hidden;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  height: 240px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin: 30px 0;
}
.about-right .more {
  justify-content: flex-start;
}

@media (max-width: 1240px) {
  .about-content {
    margin-top: 50px
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-content {
    margin-top: 30px
  }
  .about-img,
  .about-right {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin-top: 10px
  }
  .about-img,
  .about-right {
    width: 100%;
  }
  .about-right>h1 {
    margin-top: 15px;
    font-size: 16px;
  }
  .about-right .about-text {
    line-height: 24px;
    font-size: 14px;
    height: auto;
    -webkit-line-clamp: initial;
    margin: 10px 0;
  }
}

/* 合作流程 */
.process {
  padding: 60px 0;
}
.process-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
}
.process-list>li {
  width: 125px;
  float: left;
  overflow: hidden;
  position: relative;
}
.process-list>li::before {
  content: "";
  display: block;
  padding-top: 108%;
}
.process-list>li>a {
  width: 100%;
  max-width: 125px;
  float: left;
  height: 100%;
  background: url(../images/process-li-bj.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.process-list>li>a .process-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 40px;
}
.process-list>li>a .process-icon>img:first-child {
  opacity: 1;
}
.process-list>li>a .process-icon>img:last-child {
  opacity: 0;
}
.process-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.process-list>li>a:hover {
  background: url(../images/process-li-hover.png) no-repeat center center;
  background-size: 100% 100%;
}
.process-list>li>a:hover .process-icon>img:first-child {
  opacity: 0;
}
.process-list>li>a:hover .process-icon>img:last-child {
  opacity: 1;
}
.process-list>li>a:hover>h1 {
  color: #fff;
}

@media (max-width: 1240px) {
  .process {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .process {
    padding: 30px 0;
  }
  .process-list {
    margin-top: 30px;
  }
  .process-list>li {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .process {
    padding: 15px 0;
  }
  .process-list {
    margin-top: 10px;
  }
  .process-list>li {
    width: 32%;
  }
  .process-list>li>a .process-icon {
    height: 30px;
  }
  .process-list>li>a>h1 {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 0 10px;
    margin-top: 5px;
  }
}

/* 工程案例 */
.case {
  padding: 60px 0;
}
.case-content {
  position: relative;
  margin: 50px 0 60px 0;
}
.case-content .swiper-slide>a {
  display: block;
  overflow: hidden;
  background-color: #e9e9e9;
  padding: 14px 13px 20px 13px;
}
.case-content .swiper-slide>a .img::before {
  padding-top: 87.644788%;
}
.case-content .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  margin-top: 15px;
}
.case-content .swiper-slide>a:hover>h1 {
  background-color: #0f80cc;
  color: #fff;
}

.case-content .prev-button,
.case-content .next-button {
  left: -70px;
}
.case-content .next-button {
  left: initial;
  right: -70px;
}

@media (max-width: 1240px) {
  .case {
    padding: 50px 0;
  }
  .case-content {
    margin: 50px 0;
    padding: 0 60px;
  }
  .case-content .prev-button,
  .case-content .next-button {
    left: 0;
  }
  .case-content .next-button {
    left: initial;
    right: 0;
  }
}
@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .case-content {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-content {
    margin: 10px 0;
    padding: 0 30px;
  }
  .case-content .swiper-slide>a {
    padding: 5px;
  }
  .case-content .swiper-slide>a>h1 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 5px;
  }
}

/* 行业资讯/公司动态 */
.news {
  background-color: #ebebeb;
  padding: 60px 0;
}
.news-left {
  width: 66.25%;
  float: left;
}
.news-title {
  display: block;
  overflow: hidden;
  line-height: 36px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 20px;
}
.news-title>h1 {
  float: left;
  line-height: 1;
  padding: 0 5px;
  font-size: 25px;
  color: #000;
  font-weight: bold;
}
.news-title>a {
  float: right;
  font-size: 14px;
  color: #333;
}
.news-title>a:hover {
  color: #0f80cc;
  text-decoration: underline;
}

.news-content {
  display: flex;
  flex-wrap: wrap;
}
.news-content>a {
  width: 40%;
  float: left;
}
.news-content>a>.img::before {
  padding-top: 100%;
}
.news-content ul {
  width: 60%;
  float: left;
  padding: 15px 0 0 30px;
}
.news-content ul>li {
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 2px dashed #dadada;
  margin-bottom: 25px;
}
.news-content ul>li:last-child {
  margin: 0;
}
.news-content ul>li h2 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 18px;
  color: #0f80cc;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-content ul>li h2>span {
  float: right;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.news-content ul>li div {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.news-right {
  width: 32.25%;
  float: right;
}
.news-right ul {
  display: block;
  overflow: hidden;
  padding-top: 5px;
}
.news-right ul>li {
  width: 100%;
  float: left;
  margin: 10px 0;
}
.news-right ul>li>a {
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right ul>li>a>em {
  float: left;
  font-weight: bold;
  font-size: 20px;
  margin-right: 5px;
}
.news-right ul>li>a>span {
  float: right;
}
.news-right ul>li>a:hover {
  color: #0f80cc;
}

.news .more {
  width: 100%;
  float: left;
  margin-top: 60px;
}

@media (max-width: 1240px) {
  .news {
    padding: 50px 0;
  }
  .news .more {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news .more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-left,
  .news-right {
    width: 100%;
  }
  .news-title {
    line-height: 30px;
    margin-bottom: 10px;
  }
  .news-title>h1 {
    font-size: 18px;
  }
  .news-content ul {
    width: 100%;
    padding: 0;
  }
  .news-content ul>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-content ul>li h2 {
    line-height: 30px;
    font-size: 16px;
  }

  .news-right {
    margin-top: 20px;
  }
  .news-right ul>li {
    margin: 5px 0;
  }

  .news .more {
    margin-top: 10px;
  }
}

/* 合作伙伴 */
.partent {
  padding: 60px 0;
}
.partent-swiper {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-top: 16px;
  padding: 24px;
}
.partent-swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #eeeded;
  background-color: #fff;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.2);
}
.partent-swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.partent-swiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1240px) {
  .partent {
    padding: 50px 0;
  }
  .partent-swiper {
    width: 100%;
    margin-left: 0;
    padding: 24px 0;
  }
}
@media (max-width: 991px) {
  .partent {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .partent {
    padding: 15px 0;
  }
  .partent-swiper {
    padding: 5px 0;
    margin-top: 10px;
  }
  .partent-swiper .swiper-slide>a {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.main-left {
  width: 240px;
  float: left;
}
.left-menu {
  width: 100%;
  float: left;
  background-color: #0f80cc;
  margin-bottom: 20px;
  padding: 4px;
}
.menu-title {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 20px 0 15px 15px;
}
.menu-title>h1 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  z-index: 2;
}
.menu-title>div {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 65px;
  line-height: 65px;
  margin-top: -34px;
  font-size: 63px;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}
.menu-title>div::after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 13px;
  bottom: 13px;
}

.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  background-color: #fff;
  padding: 10px;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #dadada;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #333;
  padding: 0 20px 0 10px;
  background: url(../images/menu-li-icon.png) no-repeat right center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  color: #0f80cc;
}

.menu-contact {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  color: #333;
  line-height: 25px;
}

.main-right {
  width: 935px;
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  padding-bottom: 5px;
  border-bottom: 1px solid #cacaca;
  margin-top: 10px;
}
.place-title>h1 {
  float: left;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 0 5px;
}
.place-title>h1::before {
  content: "";
  width: 100%;
  float: left;
  height: 3px;
  background-color: #0f80cc;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.place-title>div {
  float: right;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1240px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
}
@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .main-left {
    width: 29%;
  }
  .main-right {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main-left {
    width: 100%;
  }
  .left-menu {
    margin: 0;
    padding: 0;
    background: none;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #0f80cc;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
    padding: 0;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .main-right {
    width: 100%;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品展示 */
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.product-list>li {
  width: calc(calc(100% / 3) - 2%);
  float: left;
  margin: 0 1% 2% 1%;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
  background-color: #e9e9e9;
  padding: 10px;
}
.product-list>li>a .img::before {
  padding-top: 87.644788%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  margin-top: 10px;
}
.product-list>li>a:hover>h1 {
  background-color: #0f80cc;
  color: #fff;
}

.product-details {
  display: block;
  overflow: hidden;
}
.product-details-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.product-details-content {
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-list>li>a {
    padding: 5px;
  }
  .product-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 5px;
  }

  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-产品展示 */

/* 新闻中心 */
.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  border-bottom: 1px dashed #dadada;
  margin-bottom: 30px;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
}
.news-list>li>a .news-img {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-box {
  width: 70%;
  float: left;
  padding: 10px 30px;
  padding-right: 0;
}
.news-list>li>a .news-box h2 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box h2>span {
  float: right;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.news-list>li>a .news-box div {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.news-list>li>a:hover .news-box h2 {
  color: #0f80cc;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .news-list>li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .news-list>li>a .news-box div {
    height: 90px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .news-list>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-list>li>a .news-box {
    padding: 5px 10px;
    padding-right: 0;
  }
  .news-list>li>a .news-box h2 {
    line-height: 30px;
    font-size: 16px;
  }
  .news-list>li>a .news-box div {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contact-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contact-map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {

  .contact-text {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    margin-top: 10px;
    height: 300px;
  }
}
/* END-联系我们 */