/* 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: var(--white);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title>h1 {
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 46px;
  font-size: 36px;
  color: var(--color-222);
  padding: 0 25px;
  position: relative;
}
.title>h1>img {
  margin: 0 10px;
}
.title>h1::before,
.title>h1::after {
  content: "";
  width: 48px;
  height: 19px;
  background-image: url(../images/title-left-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.title>h1::after {
  left: 100%;
  right: initial;
  background-image: url(../images/title-right-icon.png);
}
.title>div {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: var(--color-999);
  text-transform: uppercase;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 140px;
  float: left;
  height: 46px;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid var(--color-222);
  border-radius: 3px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.more>a::before {
  content: "";
  display: block;
  width: 150%;
  height: 100%;
  background-color: var(--bg-active-color);
  transform: skewX(30deg);
  position: absolute;
  left: -200%;
  top: 0;
}
.more>a>span {
  position: relative;
  color: var(--color-222);
  padding-right: 30px;
  background-image: url(../images/about-jiantou.png), url(../images/about-jiantou-white.png);
  background-position: right center, 200% center;
  background-repeat: no-repeat, no-repeat;
}
.more>a:hover {
  border-color: var(--bg-active-color);
}
.more>a:hover::before {
  left: -30px;
}
.more>a:hover>span {
  background-position: 200% center, right center;
  color: var(--white);
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
  }
  .title>h1>img {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
  .title>h1::before,
  .title>h1::after {
    width: 25px;
    height: 10px;
  }
  .title>div {
    line-height: 20px;
  }

  .more>a {
    width: 110px;
    height: 30px;
  }
  .more>a>span {
    background-size: auto 5px;
  }
  .more>a>span {
    padding-right: 15px;
  }
}

/* 首页样式 */
/* 走进兴晟 */
.about {
  padding: 75px 0 80px 0;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.about-left {
  width: 50%;
  position: relative;
  display: flex;
}
.about-nav {
  display: flex;
  position: absolute;
  right: -33px;
  top: -13px;
  z-index: 2;
}
.about-nav>li {
  width: 100px;
  display: flex;
}
.about-nav>li>a {
  flex: 1;
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  background-color: #0e6abf;
  background-image: url(../images/about-hover.png);
  background-position: 200% 200%;
  background-repeat: no-repeat;
  padding: 25px;
}
.about-nav>li>a>h1 {
  width: 24px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  text-align: center;
}
.about-nav>li>a>div {
  font-size: 14px;
  line-height: 1;
  color: var(--white);
  text-align: center;
  padding: 0 5px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}
.about-nav>li:nth-child(even)>a {
  background-color: #0084ff;
}
.about-nav>li>a:hover {
  background-color: var(--bg-active-color);
  background-position: right bottom;
}
.about-left .about-img {
  width: 90%;
  float: left;
  overflow: hidden;
  position: relative;
}
.about-left .about-img::before {
  content: "";
  display: block;
  padding-top: 57.8703704%;
}

.about-right {
  width: 50%;
}
.about-right .about-box {
  width: 100%;
  max-width: 720px;
  padding: 35px 60px 25px 60px;
}
.about-right .about-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 14px;
  color: var(--color-999);
}
.about-right .about-box>h1>span {
  float: left;
  font-size: 24px;
  color: var(--color-222);
  font-weight: bold;
  margin-right: 5px;
}
.about-right .about-box .about-text {
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 30px;
  font-size: 14px;
  color: var(--color-666);
  margin-top: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.about-right .about-box .about-text>b {
  color: var(--color-222);
}
.about-right .about-box .more {
  justify-content: flex-start;
  margin-top: 20px;
}

.about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.about-list>li>a .about-icon {
  height: 56px;
  position: relative;
  overflow: hidden;
}
.about-list>li>a>h1 {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: var(--color-222);
}

@media (max-width: 1240px) {
  .about {
    padding: 50px 0;
  }
  .about-nav {
    right: -25px;
  }
  .about-right .about-box {
    padding: 35px 50px 25px 50px;
  }
  .about-list {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-nav {
    right: -10px;
  }
  .about-nav>li {
    width: 74px;
  }
  .about-left .about-img {
    width: 96%;
  }
  .about-right .about-box {
    padding: 15px 30px;
  }
  .about-list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin-top: 0;
    padding: 10px 20px 0 20px;
  }
  .about-left {
    width: 100%;
    flex-wrap: wrap;
  }
  .about-nav {
    flex-wrap: wrap;
    right: 0;
    position: relative;
    right: 0;
    top: 0;
  }
  .about-nav>li {
    width: 100%;
  }
  .about-nav>li>a {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 15px;
    height: auto;
  }
  .about-nav>li>a>h1 {
    width: 100%;
  }
  .about-nav>li>a>div {
    width: 100%;
    writing-mode: initial
  }
  .about-left .about-img {
    width: 100%;
  }
  .about-right {
    width: 100%;
  }
  .about-right .about-box {
    padding: 15px 0 0 0;
  }
  .about-right .about-box>h1 {
    line-height: 30px;
  }
  .about-right .about-box>h1>span {
    font-size: 20px;
  }
  .about-right .about-box .about-text {
    height: auto;
    line-height: 24px;
    margin-top: 10px;
    -webkit-line-clamp: initial;
  }
  .about-right .about-box .more {
    margin-top: 10px;
  }
  .about-list {
    margin-top: 15px;
  }
  .about-list>li>a .about-icon {
    height: 30px;
  }
}

/* 产品展示 */
.product {
  padding: 75px 0 60px 0;
  background: url(../images/product-bj.jpg) no-repeat center center;
  background-size: cover;
}
.product-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.main-left {
  width: 285px;
  float: left;
  background-color: #0084ff;
  border-bottom: 5px solid #ef0d19;
}
.menu-title {
  display: block;
  overflow: hidden;
  padding: 35px 0 30px 0;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: var(--white);
}
.menu-title>h1 {
  line-height: 42px;
  font-size: 36px;
  font-weight: bold;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-top: 2px solid var(--white);
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  padding: 0 15px 0 50px;
}
.menu-list>li>a>span {
  display: block;
  overflow: hidden;
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  color: var(--white);
  padding-left: 25px;
  background: url(../images/menu-icon-white.png) no-repeat left center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: var(--white);
}
.menu-list>li:hover>a>span,
.menu-list>li.menu-active>a>span {
  background: url(../images/menu-icon.png) no-repeat left center;
  color: var(--bg-color);
  font-weight: bold;
}

.main-right {
  width: 880px;
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 40px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--color-222);
}
.place-title>h1 {
  font-size: 18px;
  color: var(--color-222);
  font-weight: bold;
  border-bottom: 2px solid var(--bg-color);
}
.place-title>div>span {
  color: #0084ff;
  text-decoration: underline;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 915px;
}
.product-list>li {
  width: 270px;
  margin: 0 35px 30px 0;
}
.product-list>li>a .img::before {
  padding-top: 72.592593%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--color-222);
}
.product-list>li>a:hover .img>img {
  transform: scale(1.1);
}
.product-list>li>a:hover>h1 {
  background-color: var(--bg-active-color);
  color: var(--white);
}

@media (max-width: 1240px) {
  .product {
    padding: 50px 0;
  }
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
  .main-left {
    width: 29%;
  }
  .menu-list>li>a {
    padding: 0 15px 0 30 px;
  }
  .menu-list>li>a>span {
    height: 50px;
    line-height: 50px;
  }
  .main-right {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-content {
    margin-top: 10px;
  }
  .main-left {
    width: 100%;
    border-bottom: 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: var(--white);
    background-color: var(--bg-color);
    position: relative;
  }
  .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;
  }
  .menu-list>li>a {
    padding: 0 15px;
  }
  .menu-list>li>a>span {
    height: 40px;
    line-height: 40px;
  }

  .main-right {
    width: 100%;
  }
  .place-content {
    padding: 20px 0;
  }
  .product .place-content {
    padding: 20px 0 0 0;
  }
  .product-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
}

/* 精品库区 */
.boutique {
  padding: 75px 0;
}
.boutique .swiper {
  width: 100%;
  margin: 30px 0;
}
.boutique .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.boutique .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 70.833334%;
}
.boutique .swiper .swiper-slide>a .boutique-hover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../images/boutique-li.png) no-repeat center top;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 50px 60px;
}
.boutique .swiper .swiper-slide>a .boutique-hover>h1 {
  width: calc(100% - 32px);
  float: left;
  line-height: 26px;
  color: var(--white);
  font-size: 14px;
}
.boutique .swiper .swiper-slide>a .boutique-hover>h1>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
.boutique .swiper .swiper-slide>a .boutique-hover>div {
  width: 32px;
  float: right;
  height: 32px;
  margin-top: 8px;
  background-color: var(--white);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.boutique .swiper .swiper-slide>a .boutique-hover>div::before,
.boutique .swiper .swiper-slide>a .boutique-hover>div::after {
  content: "";
  width: 10px;
  height: 2px;
  float: left;
  background-color: #020202;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.boutique .swiper .swiper-slide>a .boutique-hover>div::after {
  width: 2px;
  height: 10px;
}
.boutique .swiper .swiper-slide>a:hover .boutique-hover {
  background: url(../images/boutique-li-hover.png) no-repeat center top;
  background-size: 100% 100%;
}

@media (max-width: 1240px) {
  .boutique {
    padding: 50px 0;
  }
  .boutique .swiper .swiper-slide>a .boutique-hover {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .boutique {
    padding: 30px 0;
  }
  .boutique .swiper {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .boutique {
    padding: 15px 0;
  }
  .boutique .swiper {
    margin: 10px 0;
  }
  .boutique .swiper .swiper-slide>a::before {
    padding-top: 75%;
  }
  .boutique .swiper .swiper-slide>a .boutique-hover {
    padding: 15px;
  }
  .boutique .swiper .swiper-slide>a .boutique-hover>h1 {
    width: calc(100% - 30px);
    line-height: 20px;
    font-size: 12px;
  }
  .boutique .swiper .swiper-slide>a .boutique-hover>h1>span {
    line-height: 24px;
    font-size: 14px;
  }
  .boutique .swiper .swiper-slide>a .boutique-hover>div {
    width: 24px;
    height: 24px;
    margin-top: 8px;
  }
}

/* 3大优势 */
.choose {
  padding: 25px 0 50px 0;
}
.choose-title {
  display: flex;
  justify-content: center;
}
.choose-title>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.choose-list {
  display: flex;
  flex-wrap: wrap;
}
.choose-list>li {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.choose-list>li .choose-left {
  width: 50%;
}
.choose-list>li .choose-left .choose-number {
  width: 112px;
  height: 112px;
  padding-right: 10px;
  background: url(../images/choose-number.png) no-repeat center center;
  background-size: 100% 100%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 48px;
  color: var(--white);
  font-weight: bold;
  font-family: "Source Han Sans CN";
  margin-right: 15px;
}
.choose-list>li .choose-left>h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #202020;
  position: relative;
}
.choose-list>li .choose-left>h1>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.choose-list>li .choose-left>h1::before {
  content: "";
  width: 244px;
  height: 8px;
  float: left;
  background-color: #018dff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.choose-list>li .choose-left>h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #085597;
  margin: 15px 0 3px 0;
}
.choose-list>li .choose-left .choose-text {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.choose-list>li .choose-left .choose-hotline {
  display: block;
  overflow: hidden;
  margin: 30px 0 0 20px;
  max-width: 330px;
}
.choose-list>li .choose-left .choose-hotline>div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  overflow: hidden;
  border: 1px dotted #cacaca;
  border-radius: 5px;
  padding: 10px 0;
  line-height: 22px;
  font-size: 14px;
  color: #000;
  font-style: oblique;
}
.choose-list>li .choose-left .choose-hotline>div>div>span {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #0167be;
  font-style: normal;
}
.choose-list>li .choose-left .choose-hotline>div>img {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 10px;
}
.choose-list>li .choose-left .choose-hotline>img {
  width: 100%;
  display: block;
  height: auto;
}
.choose-list>li .choose-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.choose-list>li .choose-right>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.choose-list>li:nth-child(even) {
  flex-direction: row-reverse;
  margin: 50px 0;
}
.choose-list>li:nth-child(even) .choose-left {
  padding-left: 10px;
}
.choose-list>li:nth-child(even) .choose-right {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .choose {
    padding: 25px 0;
  }
  .choose-list {
    margin-top: 30px;
  }
  .choose-list>li {
    margin-bottom: 30px;
  }
  .choose-list>li .choose-left .choose-text {
    line-height: 24px;
  }
  .choose-list>li:nth-child(even) {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .choose {
    padding: 15px 0;
  }
  .choose-list {
    margin-top: 15px;
  }
  .choose-list>li {
    margin-bottom: 10px;
    flex-direction: column-reverse;
  }
  .choose-list>li .choose-left {
    width: 100%;
    margin-top: 10px;
  }
  .choose-list>li .choose-right {
    width: 100%;
  }
  .choose-list>li .choose-left .choose-number {
    width: 50px;
    height: 50px;
    padding-right: 5px;
    font-size: 18px;
    margin-right: 10px;
  }
  .choose-list>li .choose-left>h1 {
    line-height: 16px;
    font-size: 12px;
  }
  .choose-list>li .choose-left>h1>span {
    line-height: 24px;
    font-size: 16px;
  }
  .choose-list>li .choose-left>h1::before {
    width: 200px;
  }
  .choose-list>li .choose-left>h1::after {
    margin: 5px 0 3px 0;
  }
  .choose-list>li .choose-left .choose-hotline {
    margin: 10px 0 0 0;
    max-width: 100%;
  }
  .choose-list>li .choose-left .choose-hotline>img {
    display: none;
  }
  .choose-list>li:nth-child(even) {
    margin: 0 0 10px 0;
    flex-direction: column-reverse;
  }

}

/* 合作客户 */
.coop {
  background-image: url(../images/coop-bj.jpg);
  padding: 85px 0;
}
.coop .title>h1,
.coop .title>div {
  color: var(--white);
}
.coop .title>h1::before {
  background-image: url(../images/title-left-icon-white.png);
}
.coop .title>h1::after {
  background-image: url(../images/title-right-icon-white.png);
}
.coop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 35px 0;
}
.coop-list>li {
  width: calc(100% / 6);
}
.coop-list>li>a {
  width: 100%;
  height: 100%;
  float: left;
  background-color: var(--white);
  overflow: hidden;
  border: 1px solid #b8d2e9;
  position: relative;
}
.coop-list>li>a::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.coop-list>li>a:hover {
  border-color: #fe2f2f;
}
.coop .more>a {
  border-color: var(--white);
  background-color: #0084ff;
}
.coop .more>a>span {
  color: var(--white);
  background-image: url(../images/about-jiantou-white.png), url(../images/about-jiantou-white.png);
}

@media (max-width: 1240px) {
  .coop {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .coop {
    padding: 30px 0;
  }
  .coop-list {
    margin: 20px 0;
  }
  .coop-list>li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .coop {
    padding: 15px 0;
  }
  .coop-list {
    margin: 10px 0;
  }
  .coop-list>li {
    width: calc(100% / 3);
  }
}

/* 新闻动态 */
.news {
  padding: 70px 0;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  width: 1230px;
}
.news-list>li {
  width: 380px;
  margin: 25px 30px 0 0;
}
.news-list>li .img::before {
  content: "";
  display: block;
  padding-top: 54.73684211%;
}
.news-list>li .img>.news-time {
  float: left;
  background-color: #f6f6f6;
  padding: 0 20px;
  line-height: 30px;
  font-size: 14px;
  color: var(--color-222);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.news-list>li .news-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  overflow: hidden;
  background-color: #f6f6f6;
  padding: 15px 20px 25px 20px;
}
.news-list>li .news-box .news-left {
  width: calc(100% - 40px);
  float: left;
}
.news-list>li .news-box .news-left>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: var(--color-222);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li .news-box .news-left .news-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: var(--color-666);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news-list>li .news-box .news-right {
  width: 16px;
  height: 16px;
  background: url(../images/news-jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 6px;
}
.news-list>li:hover .img>.news-time {
  background-color: var(--bg-color);
  color: var(--white);
}
.news-list>li:hover .news-box {
  background-color: var(--bg-color);
}
.news-list>li:hover .news-box .news-left>h1,
.news-list>li:hover .news-box .news-left .news-text {
  color: var(--white);
}
.news-list>li:hover .news-box .news-right {
  background: url(../images/news-jiantou-white.png) no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 1240px) {
  .news {
    padding: 50px 0;
  }
  .news-list {
    width: 102%;
    margin-left: -1%;
  }
  .news-list>li {
    width: 31.333333%;
    margin: 25px 1% 0 1%;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-list {
    width: 100%;
    margin-left: 0;
  }
  .news-list>li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .news-list>li>a {
    width: 100%;
    display: flex;
  }
  .news-list>li>a .img {
    width: 30%;
  }
  .news-list>li .img>.news-time {
    padding: 0 10px;
    line-height: 20px;
    font-size: 12px;
  }
  .news-list>li>a .news-box {
    width: 70%;
    padding: 10px 10px 10px 15px;
  }
  .news-list>li .news-box .news-left {
    width: calc(100% - 25px);
  }
}
/* END-首页样式 */

/* 走进兴晟 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}

.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: var(--color-222);
}

.company img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1240px) {
  .main {
    padding: 60px 0;
    background-color: #f5f5f5;
  }
}
@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }

}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-走进兴晟 */

/* 产品展示 */
.product-details {
  display: block;
  overflow: hidden;
}
.product-details-title {
  display: block;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  text-align: center;
}
.product-details-content {
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
  color: var(--color-222);
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-产品展示 */

/* 合作客户 */
.place-content .coop-list {
  justify-content: flex-start;
  margin: 0;
}
/* END-合作客户 */

/* 新闻动态 */
.info-list {
  display: block;
  overflow: hidden;
}
.info-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.info-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  background-color: #f6f6f6;
}
.info-list>li>a .img {
  width: 30%;
}
.info-list>li>a .news-box {
  width: 70%;
  padding: 20px 0 20px 20px;
}
.info-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: var(--color-222);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: var(--color-666);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.info-list>li>a .news-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: var(--color-999);
}
.info-list>li>a:hover {
  background-color: var(--bg-color);
}
.info-list>li>a:hover .news-box>h1,
.info-list>li>a:hover .news-box .news-text,
.info-list>li>a:hover .news-box .news-time {
  color: var(--white);
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: var(--color-222);
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: var(--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 !important;
}

@media (max-width: 991px) {
  .info-list>li>a .news-box {
    padding: 10px 0 10px 15px;
  }
}
@media (max-width: 767px) {
  .info-list>li {
    margin-bottom: 10px;
  }
  .info-list>li>a .news-box {
    padding: 5px 0 5px 15px;
  }
  .info-list>li>a .news-box .news-text {
    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 {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px
}
.contact-map {
  width: 100%;
  float: left;
  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-联系我们 */