/* 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;
  font-weight: bold;
}
.title>div {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  font-size: 36px;
  color: #999;
  text-transform: uppercase;
}
.title>h1 {
  float: left;
  line-height: 46px;
  font-size: 36px;
  color: #003fa0;
  padding: 0 20px;
  font-weight: bold;
  position: relative;
}
.title>h1::before {
  content: "";
  width: 172px;
  float: left;
  height: 23px;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.title>h1::after {
  content: "";
  width: 172px;
  float: left;
  height: 23px;
  background: url(../images/title-right.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.more {
  display: flex;
  justify-content: center;
   padding-top:10px;
}
.more>a {
  width: 200px;
  float: left;
  height: 50px;
  border-radius: 5px;
  background-color: #003fa0;
  border-right: 4px solid #f94646;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.more>a:hover {
  background-color: #f94646;
  border-right-color: #003fa0;
}

@media (max-width: 767px) {
  .title>div {
    line-height: 20px;
    font-size: 14px;
  }
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
  }
  .title>h1::before,
  .title>h1::after {
    width: 75px;
    height: 10px;
  }
  .more>a {
    width: 90px;
    height: 30px;
    border-right: 2px solid #f94646;
    font-size: 14px;
  }
}

/* 首页样式 */
/* 产品中心 */
.product {
  padding: 90px 0 0 0;
}
.main-left {
  width: 330px;
  float: left;
  background: url(../images/main-left-bj.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.left-menu {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.menu-title {
  display: block;
  overflow: hidden;
  color: #fff;
  line-height: 36px;
  padding: 30px 0 30px 40px;
  font-size: 30px;
  font-weight: bold;
}
.menu-title>span {
  display: block;
  font-size: 28px;
  font-weight: bold;
}

.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  padding: 0 40px;
}
.menu-list>li>a>span {
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  background: url(../images/jiantou.png) no-repeat left center;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: #f94646;
  color: #fff;
}
.left-menu:last-child .menu-title {
  padding-bottom: 15px;
}
.menu-contact {
  display: block;
  overflow: hidden;
  padding: 0 30px 20px 40px;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.main-right {
  width: 1040px;
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  margin-top: 25px;
  line-height: 40px;
  font-size: 14px;
  color: #222;
}
.place-title>h1 {
  float: left;
  font-size: 28px;
  color: #000;
  font-weight: bold;
  padding: 0 15px;
}
.place-title .more {
  float: right;
}
.place-title .more>a {
  width: 166px;
  height: 40px;
}
.place-title .float-right>span {
  color: #e70012;
}

.place-content {
  width: 100%;
  float: left;
  padding-top: 15px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 1065px;
}
.product-list>li {
  width: 330px;
  float: left;
  margin: 0 25px 20px 0;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
  border: 2px solid #e9e7f0;
  padding: 8px;
}
.product-list>li>a .img::before {
  padding-top: 76%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #222;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  background-color: #eee;
}
.product-list>li>a:hover {
  border-color: #003fa0;
}
.product-list>li>a:hover>h1 {
  background-color: #003fa0;
  color: #fff;
}

@media (max-width: 1440px) {
  .product {
    padding: 70px 0 0 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% 20px 1%;
  }
}
@media (max-width: 1240px) {
  .product {
    padding: 50px 0 0 0;
  }
  .main-left {
    width: 29%;
  }
  .main-right {
    width: 69%;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0 0 0;
  }
  .menu-title {
    line-height: 30px;
    padding: 15px 0 15px 20px;
    font-size: 20px;
  }
  .menu-list>li>a {
    padding: 0 15px;
  }
  .menu-list>li>a>span {
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
  }
  .menu-contact {
    padding: 0 15px 15px 20px;
  }

}
@media (max-width: 767px) {
  .product {
    padding: 0;
  }
  .main-left {
    width: 100%;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
  }
  .left-menu {
    margin: 0;
    padding: 0;
  }
  .menu-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    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>span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .main-right {
    width: 100%;
  }
  .place-content {
    padding: 20px 0;
  }
  .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 {
    border: 1px solid #e9e7f0;
    padding: 4px;
  }
  .product-list>li>a>h1 {
    height: 36px;
    line-height: 36px;
    margin-top: 4px;
  }

}

/* 关于我们 */
.about {
  padding: 60px 0 80px 0;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.about-left {
  width: calc(50% - 15px);
  float: left;
  position: relative;
}
.about-left::before {
  content: "";
  width: 75%;
  float: left;
  height: 10px;
  background: url(../images/about-heng.jpg) no-repeat left center #f70000;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: 2;
}
.about-left>.img {
  height: 100%;
}
.about-right {
  width: calc(50% - 40px);
  float: right;
}
.about-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold
}
.about-right .about-text {
  display: block;
  overflow: hidden;
  line-height: 2;
  font-size: 14px;
  color: #333;
  height: 252px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.about-right>.more {
  justify-content: flex-start;
  margin-top: 35px;
}

.about-swiper {
  margin-top: 30px;
}
.about-swiper .swiper>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.about-swiper .swiper-slide>a .img::before {
  padding-top: 78.60274%;
}
.about-swiper .swiper-slide>a>h1 {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #0459c9;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.about-swiper .swiper-slide>a:hover .img>img {
  transform: scale(1.1);
}
.about-swiper .swiper-slide>a:hover>h1 {
  background-color: #f70000;
}
.about-prev,
.about-next {
  width: 30px;
  float: left;
  height: 30px;
  font-size: 18px;
  color: #fff;
  font-family: SimSun;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #0459c9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.about-next {
  left: initial;
  right: 0;
}
.about-prev::before {
  content: "<";
}
.about-next::before {
  content: ">";
}
.about-prev:hover,
.about-next:hover {
  background-color: #f70000;
  color: #fff;
}

@media (max-width: 1440px) {
  .about {
    padding: 50px 0 100px 0;
  }
}
@media (max-width: 1240px) {
  .about {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0 40px 0;
  }
  .about-content {
    margin-top: 30px;
  }
  .about-right {
    width: calc(50% - 15px);
  }
  .about-right .about-text {
    line-height: 30px;
    height: 210px;
  }
  .about-right .more {
    margin-top: 20px;
  }
  .about-right .more>a {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-left {
    width: 100%;
  }
  .about-left::before {
    display: none;
  }
  .about-left>.img::before {
    padding-top: 60%;
  }
  .about-right {
    width: 100%;
    margin-top: 15px;
  }
  .about-right>h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-right .about-text {
    line-height: 22px;
    font-size: 12px;
    height: auto;
    -webkit-line-clamp: initial;
    margin-top: 10px;
  }
  .about-right .more {
    margin-top: 10px;
  }
  .about-right .more>a {
    width: 90px;
  }
  .about-swiper {
    margin-top: 10px;
  }
  .about-swiper .swiper-slide>a>h1 {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
  }
}

/* 5大理由 */
.choose {
  background-image: url(../images/choose-bj.jpg);
  background-position: center top;
  background-size: 100% auto;
  padding: 70px 0 90px 0;
}
.choose-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.choose-title>div {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 66px;
  font-size: 60px;
  color: #0459c9;
  font-weight: bold;
  text-transform: uppercase;
}
.choose-title>h1 {
  float: left;
  background-color: #0459c9;
  line-height: 58px;
  padding: 0 40px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 5px;
  position: relative;
  margin-bottom: 25px;
}
.choose-title>h1::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 24px solid #0459c9;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.choose-list {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.choose-list>li {
  width: 100%;
  float: left;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.choose-list>li .choose-img {
  width: 50%;
  float: left;
  position: relative;
  z-index: 2;
}
.choose-list>li .choose-img>img {
  width: 100%;
  display: block;
  height: auto;
}
.choose-list>li .choose-left {
  width: 50%;
  float: left;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.choose-list>li .choose-left .choose-box {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.choose-list>li .choose-left .choose-box .choose-number {
  position: relative;
  float: left;
  margin: 12px 35px 0 0;
}
.choose-list>li .choose-left .choose-box .choose-number::before {
  content: "";
  width: 35px;
  float: left;
  height: 35px;
  background-color: #f70000;
  border-radius: 50%;
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.choose-list>li .choose-left .choose-box .choose-number>span {
  width: 80px;
  height: 80px;
  float: left;
  border-radius: 50%;
  background-color: #0459c9;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.choose-list>li .choose-left .choose-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 32px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
  background: url(../images/choose-heng.png) repeat-x left bottom;
}
.choose-list>li .choose-left .choose-box .choose-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.choose-list>li .choose-left .choose-box:last-child {
  margin-top: 60px;
}
.choose-list>li:first-child {
  padding-top: 25px;
}
.choose-list>li:first-child::before {
  content: "";
  width: calc(100% - 100px);
  float: left;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.choose-list>li:first-child .choose-left .choose-box:first-child {
  margin: 0;
}
.choose-list>li:nth-child(even) {
  flex-direction: row;
}
.choose-list>li:nth-child(even) .choose-left .choose-box:first-child {
  margin-top: 25px;
}
.choose-list>li:nth-child(even) .choose-left .choose-box {
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .choose {
    padding: 70px 0;
  }
  .choose-list>li {
    margin-top: 50px;
  }
}
@media (max-width: 1240px) {
  .choose {
    padding: 50px 0;
  }
  .choose-list>li {
    margin-top: 40px;
  }
  .choose-list>li .choose-left .choose-box>h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .choose {
    padding: 30px 0;
  }
  .choose-list {
    margin-top: 0;
  }
  .choose-list>li {
    margin-top: 30px;
  }
  .choose-list>li .choose-left {
    padding: 0 20px;
  }
  .choose-list>li .choose-left .choose-box .choose-number>span {
    width: 70px;
    height: 70px;
    font-size: 40px;
  }
  .choose-list>li .choose-left .choose-box>h1 {
    font-size: 20px;
  }
  .choose-list>li .choose-left .choose-box:last-child {
    margin-top: 30px;
  }
  .choose-list>li:nth-child(even) .choose-left .choose-box {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .choose {
    padding: 15px 0;
    background-size: cover;
  }
  .choose-title>div {
    line-height: 20px;
    font-size: 16px;
  }
  .choose-title>h1 {
    line-height: 30px;
    padding: 0 10px;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .choose-title>h1::after {
    border-top: 10px solid #0459c9;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  .choose-list>li {
    margin-top: 15px;
    padding: 0 !important;
    background-color: #fff;
  }
  .choose-list>li .choose-img {
    width: 100%;
  }
  .choose-list>li .choose-left {
    width: 100%;
    padding: 15px;
  }
  .choose-list>li .choose-left .choose-box {
    margin-bottom: 15px !important;
  }
  .choose-list>li .choose-left .choose-box:last-child {
    margin: 0 !important;
  }
  .choose-list>li .choose-left .choose-box .choose-number {
    margin: 0 15px 0 0;
  }
  .choose-list>li .choose-left .choose-box .choose-number>span {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .choose-list>li .choose-left .choose-box .choose-number::before {
    width: 10px;
    height: 10px;
    right: -5px;
  }
  .choose-list>li .choose-left .choose-box>h1 {
    font-size: 16px;
    line-height: 30px;
  }
  .choose-list>li .choose-left .choose-box .choose-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .choose-list>li:nth-child(even) .choose-left .choose-box {
    margin-top: 0 !important;
  }
}

/* 案例展示 */
.case {
  background-image: url(../images/case-bj.jpg);
  padding: 90px 0 70px 0;
}
.case-content {
  margin: 30px 0;
}
.case-content .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.case-content .swiper-slide>a .img::before {
  padding-top: 69.7916667%;
}
.case-content .swiper-slide>a>h1 {
  width: calc(100% - 20px);
  float: left;
  height: 44px;
  line-height: 44px;
  background-color: #0459c9;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.case-content .swiper-slide>a:hover .img>img {
  transform: scale(1.1);
}
.case-content .swiper-slide>a:hover>h1 {
  background-color: #f70000;
}

@media (max-width: 1440px) {
  .case {
    padding: 70px 0;
  }
}
@media (max-width: 1240px) {
  .case {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-content {
    margin: 10px 0;
  }
  .case-content .swiper-slide>a .img::before {
    padding-top: 75%;
  }
  .case-content .swiper-slide>a>h1 {
    width: calc(100% - 10px);
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    bottom: 5px;
  }
}

/* 新闻中心 */
.news {
  background-color: #f5f5f5;
  padding: 75px 0;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px 0 20px 0;
}
.news-left {
  width: 52.25%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-left>li {
  width: calc(50% - 13px);
  float: left;
}
.news-left>li>a {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 15px;
}
.news-left>li>a .img::before {
  padding-top: 80.7291667%;
}
.news-left>li>a .news-box {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.news-left>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>li>a .news-box>div {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-left>li>a:hover {
  background-color: #0459c9;
}
.news-left>li>a:hover .img>img {
  transform: scale(1.1);
}
.news-left>li>a:hover .news-box>h1,
.news-left>li>a:hover .news-box>div {
  color: #fff;
}

.news-right {
  width: 45%;
  float: right;
}
.news-right>li {
  display: block;
  overflow: hidden;
  margin-bottom:10px;
}
.news-right>li:last-child {
  margin: 0;
}
.news-right>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 15px;
  border-right: 4px solid #fff;
}
.news-right>li>a .news-number {
  width: 130px;
  float: left;
  height: 115px;
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  margin-right: 25px;
}
.news-right>li>a .news-number>span {
  width: 100%;
  overflow: hidden;
  display: block;
  line-height: 48px;
  font-size: 56px;
}
.news-right>li>a>h1 {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.news-right>li>a>.news-text {
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-right>li>a:hover {
  border-right-color: #0459c9;
}
.news-right>li>a:hover .news-number {
  background-color: #0459c9;
  color: #fff;
}

@media (max-width: 1440px) {
  .news {
    padding: 60px 0;
  }
}
@media (max-width: 1240px) {
  .news {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-content {
    margin: 30px 0 20px 0;
  }
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
    margin-top: 25px;
  }

}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-content {
    margin: 10px 0;
  }
  .news-left>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-left>li>a {
    padding: 5px;
  }
  .news-left>li>a>.img {
    width: 30%;
    float: left;
  }
  .news-left>li>a .news-box {
    width: 70%;
    float: left;
    margin: 0;
    padding-left: 10px;
  }
  .news-left>li>a .news-box>div {
    margin-top: 5px;
  }
  .news-right {
    margin-top: 0;
  }
  .news-right>li {
    margin-bottom: 10px;
  }
  .news-right>li>a {
    padding: 5px;
  }
  .news-right>li>a .news-number {
    width: 80px;
    height: 85px;
    font-size: 14px;
    margin-right: 10px;
  }
  .news-right>li>a .news-number>span {
    font-size: 30px;
    line-height: 30px;
  }
  .news-right>li>a>h1 {
    margin-top: 5px;
    font-size: 16px;
  }
  .news-right>li>a>.news-text {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }
}

/* 横幅 */
.hf {
  padding: 30px 0;
}
.hf ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf ul>li {
  float: left;
  flex: 1;
  border-right: 1px solid #e8e8e8;
}
.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: 120px;
}
.hf ul>li>a .hf-icon .img {
  border-radius: 50%;
  background-color: #0459c9;
}
.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: 15px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.hf ul>li>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-weight: bold;
  color: #222;
  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;
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.company img{ max-width:100% !important; height:auto !important; margin:5px;}

@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: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #f5f5f5;
  padding: 50px;
  padding-right: 0;
}
.product-details-left {
  width: 390px;
  float: left;
}
#gallery {
  background-color: #fff;
}
#gallery .swiper-slide {
  overflow: hidden;
}
#gallery .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.thumbs {
  width: 100%;
  margin-top: 10px;
  position: relative;
  padding: 0 26px;
}
#thumbs .swiper-slide {
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #fff;
}
#thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 80%;
}
#thumbs .swiper-slide-thumb-active {
  border-color: #0459c9;
}
.thumbs-prev,
.thumbs-next {
  width: 20px;
  float: left;
  height: 100%;
  background-color: #fff;
  font-family: SimSun;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.thumbs-next {
  left: initial;
  right: 0;
}
.thumbs-prev::before {
  content: "<";
}
.thumbs-next::before {
  content: ">";
}
.thumbs-prev:hover,
.thumbs-next:hover {
  background-color: #0459c9;
  color: #fff;
}

.product-details-right {
  float: left;
  flex: 1;
  padding: 35px 60px;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #222;
  font-weight: bold;
}
.product-details-right .product-details-text {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.product-details-right .product-details-more {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.product-details-right .product-details-more>a {
  width: 160px;
  float: right;
  height: 40px;
  background-color: #eb121b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.product-details-right .product-details-more>a>img {
  float: left;
  margin-right: 10px;
}
.product-details-right .product-details-more>a:hover {
  background-color: #0459c9;
}

.product-details-content {
  width: 100%;
  float: left;
  margin-top: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  padding: 0 20px;
}
.product-details-title {
  width: calc(100% + 40px);
  margin-left: -20px;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 5px;
}
.product-details-title>span {
  float: left;
  background-color: #eb121b;
  border-radius: 5px;
  line-height: 60px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.product-details-content table {
  width: 100% !important;
  height: auto !important;
  border:1px solid #ddd;
  border-collapse:collapse;
}
.product-details-content table tr td{
  width: auto !important;
  height: auto !important;
  border:1px solid #ddd;
  border-collapse:collapse;
  line-height:30px !important;
}


@media (max-width: 1240px) {
  .product-details {
    padding: 30px;
    padding-right: 0;
  }
  .product-details-left {
    width: 40%;
  }
  .product-details-right {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .product-details {
    padding: 20px;
    padding-right: 0;
  }
  .product-details-right {
    padding: 20px;
  }
  .product-details-right>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .product-details-right .product-details-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .product-details {
    padding: 0;
  }
  .product-details-left {
    width: 100%;
    padding: 10px;
  }
  .product-details-right {
    padding: 10px;
  }
  .product-details-right>h1 {
    font-size: 16px;
  }
  .product-details-right .product-details-more {
    margin-top: 10px;
  }
  .product-details-content {
    margin-top: 10px;
    line-height: 24px;
    padding: 10px;
  }
  .product-details-title {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-bottom: 15px;
  }
  .product-details-title>span {
    line-height: 40px;
    padding: 0 15px;
  }
}
/* END-产品展示 */


.case-list {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.case-list>li {
  width: calc(calc(100% / 3) - 2%);
  float: left;
  margin: 0 1% 2% 1%;
}
.case-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.case-list>li>a .img::before {
  padding-top: 79.7916667%;
}
.case-list>li>a>h1 {
  width: calc(100% - 20px);
  float: left;
  height: 44px;
  line-height: 44px;
  background-color: #0459c9;
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}
.case-list>li>a:hover .img>img {
  transform: scale(1.1);
}
.case-list>li>a:hover>h1 {
  background-color: #f70000;
}

@media (max-width: 991px) {
  .case-list>li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .case-list>li>a .img::before {
    padding-top: 75%;
  }
  .case-list>li>a>h1 {
    width: calc(100% - 10px);
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    bottom: 5px;
  }
}

/* 新闻资讯 */
.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-list>li>a {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 15px;
  overflow: hidden;
}
.news-list>li>a .img {
  width: 15%;
  float: left;
}
.news-list>li>a .news-box {
  width: 85%;
  float: left;
  overflow: hidden;
  padding-left: 20px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box>div {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list>li>a:hover {
  background-color: #0459c9;
}
.news-list>li>a:hover .img>img {
  transform: scale(1.1);
}
.news-list>li>a:hover .news-box>h1,
.news-list>li>a:hover .news-box>div {
  color: #fff;
}

.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: 2;
}
.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-img{ width:100%; text-align:center; max-width:800px; display:block; margin:0 auto;}
.news-details-img img{ max-width:100% !important; margin:10px auto; display:block;}
.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: 1240px) {
  .news-list>li>a .img {
    width: 20%;
  }
  .news-list>li>a .news-box {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .news-list>li {
    margin-bottom: 10px;
  }
  .news-list>li>a .img {
    width: 30%;
  }
  .news-list>li>a .news-box {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .news-list>li>a {
    padding: 10px;
  }
  .news-list>li>a .news-box {
    padding-left: 15px;
  }
  .news-list>li>a .news-box>div {
    margin-top: 5px;
  }

  .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-联系我们 */