/* 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";

/* main */
/* 主营品牌 */
.brand {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 100px 0;
}
.brand-nav {
  width: 100%;
  margin-bottom: 20px;
}
.brand-nav .swiper-slide {
  display: block;
  overflow: hidden;
  line-height: 26px;
  padding-bottom: 15px;
  position: relative;
  font-size: 16px;
  color: #6d6d6d;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.brand-nav .swiper-slide::before {
  content: "";
  width: 100%;
  float: left;
  height: 2px;
  background-color: #c6c6c6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.brand-nav .swiper-slide::after {
  content: "";
  width: 0;
  float: left;
  height: 2px;
  overflow: hidden;
  background-color: #004f96;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.4s;
}
.brand-nav .swiper-slide:hover,
.brand-nav .swiper-slide-thumb-active {
  color: #004f96;
}
.brand-nav .swiper-slide:hover::after,
.brand-nav .swiper-slide-thumb-active::after {
  width: 80%;
}


/*
.brand-nav {
  display: flex;
  flex-wrap: wrap;
  width: 1220px;
  margin-bottom: 60px;
}
.brand-nav>li {
  width: 285px;
  float: left;
  margin: 0 20px 25px 0;
}
.brand-nav>li>a {
  display: block;
  overflow: hidden;
  line-height: 26px;
  padding-bottom: 30px;
  position: relative;
  font-size: 16px;
  color: #6d6d6d;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brand-nav>li>a::before {
  content: "";
  width: 100%;
  float: left;
  height: 2px;
  background-color: #c6c6c6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.brand-nav>li>a::after {
  content: "";
  width: 0;
  float: left;
  height: 2px;
  overflow: hidden;
  background-color: #004f96;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: all 0.4s;
}
.brand-nav>li>a:hover,
.brand-nav>li.brand-active>a {
  color: #004f96;
}
.brand-nav>li>a:hover::after,
.brand-nav>li.brand-active>a::after {
  width: 80%;
} */

.brand-title {
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #969696;
}
.brand-title>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: #2d2d2d;
  margin-bottom: 10px;
  font-weight: normal;
}

.brand-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.brand-swiper .swiper-slide>a {
  width: 100%;
  float: left;
}
.brand-swiper .swiper-slide>a .brand-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.brand-swiper .swiper-slide>a .brand-img::before {
  content: "";
  display: block;
  padding-top: 106.666667%;
}
.brand-swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 14px;
  color: #434343;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}
.brand-swiper .swiper-slide>a:hover>h1 {
  color: #004f96;
}

.brand-more {
  display: block;
  overflow: hidden;
  margin-top: 50px;
}
.brand-more>a {
  width: 190px;
  float: left;
  height: 50px;
  background-color: #004f96;
  border: 1px solid #004f96;
  border-radius: 5px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
.brand-more>a:hover {
  background-color: #fff;
  color: #004f96;
}

@media (max-width: 1240px) {
  .brand {
    padding: 50px 0;
  }
/*  .brand-nav {
    width: 102%;
    margin-left: -1%;
    margin-bottom: 50px;
  }
  .brand-nav>li {
    width: 23%;
    margin: 0 1% 25px 1%;
  } */
}

@media (max-width: 991px) {
  .brand {
    padding: 30px 0;
  }
  .brand-nav {
    margin-bottom: 50px;
    /* margin-bottom: 30px; */
  }
/*  .brand-nav>li>a {
    padding-bottom: 20px;
  } */
  .brand-swiper {
    margin-top: 20px;
  }
  .brand-more {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .brand {
    padding: 15px 0;
  }
  .brand-nav {
    margin: 0 0 15px 0;
    /* width: 100%;
    margin: 0 0 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
  }
  /* .brand-nav>li {
    width: calc(50% - 5px);
    margin: 0;
  }
  .brand-nav>li>a {
    line-height: 42px;
    padding-bottom: 2px;
    font-size: 14px;
  } */

  .brand-title {
    font-size: 14px;
    line-height: 20px;
  }
  .brand-title>h1 {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .brand-swiper {
    margin-top: 15px;
  }

  .brand-list{
    display: block;
    overflow: hidden;
    width: 101%;
    margin-left: -0.5%;
    margin-top: 10px;
  }
  .brand-list>li{
    width: 32.33333%;
    float: left;
    margin: 0 0.5% 1% 0.5%;
  }
  .brand-list>li>a {
    width: 100%;
    float: left;
  }
  .brand-list>li>a .brand-img {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .brand-list>li>a .brand-img::before {
    content: "";
    display: block;
    padding-top: 106.666667%;
  }
  .brand-list>li>a>h1 {
    display: block;
    overflow: hidden;
    line-height: 26px;
    font-size: 14px;
    color: #434343;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
  }
  .brand-list>li>a:hover>h1 {
    color: #004f96;
  }


  .brand-more {
    margin-top: 15px;
  }
  .brand-more>a {
    width: 140px;
    height: 40px;
  }
}

/* 热门产品 */
.hotproduct {
  width: 100%;
  overflow: hidden;
  background-color: #eeeded;
  padding: 80px 0;
}
.hotproduct-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 1232px;
  margin-top: 44px;
}
.hotproduct-list>li {
  width: 276px;
  float: left;
  margin: 0 32px 32px 0;
}
.hotproduct-list>li>a {
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.hotproduct-list>li>a::before {
  content: "";
  display: block;
  padding-top: 105.07246377%;
}
.hotproduct-list>li>a .hotproduct-img {
  width: 100%;
  height: 67.5%;
  background-color: rgba(226,225,221,1);
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.hotproduct-list>li>a>h1 {
  width: 100%;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 18px;
  color: #101010;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 20.5%;
  z-index: 2;
}
.hotproduct-list>li>a:hover .hotproduct-img {
  height: calc(100% - 54px);
}
.hotproduct-list>li>a:hover .hotproduct-img>img {
  transform: scale(1.1);
}
.hotproduct-list>li>a:hover>h1 {
  height: 54px;
  line-height: 54px;
  bottom: 0;
  background-color: #004f96;
  color: #fff;
}

@media (max-width: 1240px) {
  .hotproduct {
    padding: 50px 0;
  }

  .hotproduct-list {
    width: 102%;
    margin-left: -1%;
    margin-top: 40px;
  }
  .hotproduct-list>li {
    width: 23%;
    margin: 0 1% 32px 1%;
  }
}

@media (max-width: 991px) {
  .hotproduct {
    padding: 30px 0;
  }
  .hotproduct-list {
    margin-top: 20px;
  }
  .hotproduct-list>li>a>h1 {
    bottom: 12%;
    height: 40px;
    line-height: 40px;
  }
  .hotproduct-list>li>a:hover>h1 {
    height: 44px;
    line-height: 44px;
  }
}

@media (max-width: 767px) {
  .hotproduct {
    padding: 15px 0;
  }
  .hotproduct-list {
    margin-top: 15px;
  }
  .hotproduct-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .hotproduct-list>li>a .hotproduct-img {
    height: calc(100% - 40px);
  }
  .hotproduct-list>li>a>h1 {
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .hotproduct-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
  }
}

/* 应用领域 */
.application {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.application-title {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 30px;
  color: #2d2d2d;
}
.application-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application-nav {
  width: 42.75%;
  float: left;
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application-nav>li {
  width: calc(50% - 22px);
  float: left;
  border-bottom: 1px solid #c1c1c1;
}
.application-nav>li>a {
  display: block;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  padding-left: 50px;
  font-size: 18px;
  color: #2d2d2d;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.application-nav>li>a .application-icon {
  width: 50%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.application-nav>li>a .application-icon>img {
  right: initial;
}
.application-nav>li>a .application-icon>img:first-child {
  opacity: 1;
}
.application-nav>li>a .application-icon>img:last-child {
  opacity: 0;
}
.application-nav>li:hover,
.application-nav>li.application-active {
  border-bottom-color: #004f96;
}
.application-nav>li:hover>a,
.application-nav>li.application-active>a {
  color: #004f96;
}
.application-nav>li:hover>a .application-icon>img:first-child,
.application-nav>li.application-active>a .application-icon>img:first-child {
  opacity: 0;
}
.application-nav>li:hover>a .application-icon>img:last-child,
.application-nav>li.application-active>a .application-icon>img:last-child {
  opacity: 1;
}

.application-right {
  width: calc(50% - 15px);
  float: left;
  overflow: hidden;
  position: relative;
  margin-top: -30px;
}
.application-right>div {
  display: none;
  width: 100%;
  float: left;
  height: 100%;
}
.application-right>div:first-child {
  display: block;
}
.application-right .application-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.application-right .application-img>h1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 25px 45px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  font-weight: normal;
}


@media (max-width: 1240px) {
  .application {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .application {
    padding: 30px 0;
  }
  .application-nav {
    width: calc(50% - 15px);
    margin-top: 50px;
  }
  .application-nav>li>a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .application-right .application-img>h1 {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .application {
    padding: 15px 0;
  }
  .application-title {
    line-height: 30px;
    font-size: 20px;
  }
  .application-nav {
    width: 100%;
    margin-top: 15px;
  }
  .application-nav>li {
    width: calc(50% - 10px);
  }
  .application-nav>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-left: 40px;
  }
  .application-nav>li>a .application-icon>img {
    height: 24px;
  }
  .application-right {
    width: 100%;
    margin-top: 15px;
  }
  .application-right .application-img::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .application-right .application-img>h1 {
    padding: 15px;
    line-height: 30px;
    font-size: 18px;
  }
}

/* 解决方案 */
.solution {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 80px 0;
  background-color: #eeeded;
}
.solution-title {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 30px;
  color: #2d2d2d;
}
.solution-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.solution-list>li {
  width: calc(50% - 20px);
  float: left;
  margin: 10px 0;
}
.solution-list>li>a {
  width: 100%;
  float: left;
  display: flex;
}
.solution-list>li>a .solution-img {
  width: 210px;
  float: left;
  overflow: hidden;
  position: relative;
}
.solution-list>li>a .solution-img::before {
  content: "";
  display: block;
  padding-top: 68.5714286%;
}
.solution-list>li>a .solution-right {
  width: calc(100% - 210px);
  float: left;
  padding-left: 25px;
}
.solution-list>li>a .solution-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #2d2d2d;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-list>li>a .solution-right .solution-text {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #5e5e5e;
  margin: 10px 0 25px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.solution-list>li>a .solution-right .solution-more {
  display: block;
  overflow: hidden;
  height: 14px;
  background: url(../images/solution-more.png) no-repeat left center;
}
.solution-list>li>a:hover .solution-img>img {
  transform: scale(1.1);
}
.solution-list>li>a:hover .solution-right>h1 {
  color: #004f96;
}

@media (max-width: 1240px) {
  .solution {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .solution {
    padding: 30px 0;
  }
  .solution-list {
    margin-top: 20px;
  }
  .solution-list>li {
    width: calc(50% - 10px);
  }
  .solution-list>li>a .solution-img {
    width: 150px;
  }
  .solution-list>li>a .solution-right {
    width: calc(100% - 150px);
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .solution {
    padding: 15px 0;
  }
  .solution-title {
    line-height: 30px;
    font-size: 20px;
  }
  .solution-list {
    margin-top: 0;
  }
  .solution-list>li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .solution-list>li>a .solution-img {
    width: 120px;
  }
  .solution-list>li>a .solution-right {
    width: calc(100% - 120px);
    padding-left: 10px;
  }
  .solution-list>li>a .solution-right>h1 {
    font-size: 16px;
  }
  .solution-list>li>a .solution-right .solution-text {
    height: 48px;
    margin: 10px 0;
    -webkit-line-clamp: 2;
  }
}
/* END-main */

/* 内页大图 */
.N-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.N-banner::before {
  content: "";
  display: block;
  padding-top: 25.8333334%;
}

@media (max-width: 991px) {
  .N-banner::before {
    padding-top: 35.8333334%;
  }
}

@media (max-width: 767px) {
  .N-banner::before {
    padding-top: 60.8333334%;
  }
}
/* END-内页大图 */

/* 关于我们 */
.company-main {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.company-main-title {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
  font-size: 12px;
  color: #8b8b8b;
}
.company {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 100px 0;
}
.company-title {
  width: 35.5%;
  float: left;
  line-height: 42px;
  font-size: 30px;
  color: #004f96;
  font-weight: normal;
}
.company-main-right {
  width: 64.5%;
  float: left;
  padding-top: 10px;
}
.company-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #3a3a3a;
}

.agent {
  width: 100%;
  overflow: hidden;
  background-color: #eeeded;
  padding: 85px 0;
}
.agent-list {
  display: flex;
  flex-wrap: wrap;
  width: 104%;
  margin-left: -2%;
}
.agent-list>li {
  width: 29.333333%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin: 0 2% 2% 2%;
}
.agent-list>li::before {
  content: "";
  display: block;
  padding-top: 160%;
}

@media (max-width: 1240px) {
  .company {
    padding: 50px 0 70px 0;
  }
  .agent {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .company {
    padding: 30px 0;
  }
  .agent {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .company-main {
    padding-top: 15px;
  }
  .company {
    padding: 15px 0;
  }
  .company-title {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
  }
  .company-main-right {
    width: 100%;
  }
  .company-text {
    font-size: 14px;
  }

  .agent {
    padding: 15px 0;
  }
  .agent-list {
    width: 102%;
    margin-left: -1%;
  }
  .agent-list>li {
    width: 48%;
    margin: 0 1% 1% 1%;
  }
  .agent-list>li::before {
    padding-top: 120%;
  }
}
/* END-关于我们 */
/* .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: #000;
}
.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%);
} */

/* 连接器 */
.product-main {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.catch {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  border-bottom: 1px solid #dfe0e0;
}
.catch-left {
  width: 43%;
  float: left;
}
.catch-title {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 40px;
  color: #004f96;
  margin-bottom: 85px;
}
.catch-text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #626262;
}
.catch-text>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #262626;
  margin-bottom: 15px;
}
.catch-right {
  width: 43.75%;
  float: right;
  overflow: hidden;
  position: relative;
}
.catch-right::before {
  content: "";
  display: block;
  padding-top: 61.78707224335%;
}

.brand-product {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 60px 0;
}
.brand-product-title {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  color: #262626;
}
.brand-product .brand-swiper {
  margin-top: 30px;
}

.souriau {
  width: 100%;
  overflow: hidden;
}
.souriau-title {
  display: block;
  overflow: hidden;
  padding: 55px 0 50px 0;
}
.souriau-title>.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.souriau-title>.container>img {
  float: left;
  max-width: 100%;
  height: auto;
}
.souriau-title>.container>h1 {
  float: left;
  font-size: 36px;
  color: #004f96;
  padding-left: 55px;
}
.souriau-content {
  display: block;
  overflow: hidden;
  background-color: #eeeded;
  padding: 50px 0;
}
.souriau-content .hotproduct-list {
  margin-top: 0;
}

.product-details-main {
  width: 100%;
  float: left;
}
.product-details-title {
  min-width: 230px;
  float: left;
  background-color: #004f96;
  position: relative;
  z-index: 2;
  margin-top: -64px;
  color: #fefefe;
  font-size: 30px;
  line-height: 34px;
  padding: 45px 15px;
  text-align: center;
  font-weight: normal;
}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 90px;
  border-top: 1px solid #e2e2e2;
}
.product-details-content>li {
  display: block;
  overflow: hidden;
  padding: 70px 0;
  border-bottom: 1px solid #e2e2e2;
}
.product-details-content>li:last-child {
  border-bottom: none;
}
.product-details-content>li .product-details-left {
  width: 40.75%;
  float: left;
  line-height: 40px;
  font-size: 24px;
  color: #141414;
  font-weight: normal;
}
.product-details-content>li .product-details-right {
  width: 59.25%;
  float: right;
  font-size: 16px;
  color: #5d5d5d;
  line-height: 30px;
}
.product-details-content>li .product-details-right img{
  display: block;
	max-width: 100%;
	height: auto;
	margin: 5px auto;
}

.application-example {
  width: 100%;
  float: left;
}
.application-example-title {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  color: #141414;
}
.application-example-list {
  display: block;
  overflow: hidden;
  width: 1260px;
}
.application-example-list>li {
  width: 360px;
  float: left;
  margin: 50px 60px 0 0;
}
.application-example-list>li .application-example-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.application-example-list>li .application-example-img::before {
  content: "";
  display: block;
  padding-top: 64.8199446%;
}
.application-example-list>li h2 {
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #141414;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}

.like-product {
  width: 100%;
  overflow: hidden;
  background-color: #eeeded;
  padding: 70px 0;
}
.like-product-title {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  color: #141414;
}
.like-product .hotproduct-list {
  margin-top: 50px;
}

@media (max-width: 1240px) {
  .catch {
    padding: 50px 0;
  }
  .brand-product {
    padding: 50px 0;
  }
  .souriau-title {
    padding: 50px 0;
  }
  .product-details-title {
    padding: 30px 15px;
    margin-top: -50px;
  }
  .product-details-content {
    margin-top: 50px;
  }
  .product-details-content>li {
    padding: 50px 0;
  }
  .application-example-list {
    width: 102%;
    margin-left: -1%;
  }
  .application-example-list>li {
    width: 31.333333%;
    margin: 40px 1% 0 1%;
  }
  .like-product {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .catch {
    padding: 30px 0;
  }
  .catch-left {
    width: 48%;
  }
  .catch-title {
    margin-bottom: 30px;
  }
  .catch-right {
    width: 48%;
  }
  .brand-product {
    padding: 30px 0;
  }
  .souriau-content .hotproduct-list>li {
    width: 31.33333%;
    margin: 0 1% 25px 1%;
  }

  .souriau-title {
    padding: 30px 0;
  }
  .souriau-content {
    padding: 30px 0;
  }

  .product-details-title {
    padding: 15px;
    margin-top: -30px;
  }
  .product-details-content {
    margin-top: 30px;
  }
  .product-details-content>li {
    padding: 30px 0;
  }
  .application-example-list>li {
    margin: 20px 1% 0 1%;
  }
  .like-product {
    padding: 30px 0;
  }
  .like-product .hotproduct-list {
    margin-top: 30px;
  }
  .like-product .hotproduct-list>li {
    margin: 0 1% 25px 1%;
  }
}

@media (max-width: 767px) {
  .product-main {
    padding-top: 15px;
  }
  .catch {
    padding: 15px 0;
  }
  .catch-left {
    width: 100%;
  }
  .catch-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .catch-text {
    line-height: 24px;
    font-size: 14px;
  }
  .catch-text>span {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .catch-right {
    width: 100%;
    margin-top: 10px;
  }
  .brand-product {
    padding: 15px 0;
  }
  .brand-product-title {
    line-height: 30px;
    font-size: 18px;
  }
  .brand-product .brand-swiper {
    margin-top: 10px;
  }

  .souriau-title {
    padding: 15px 0;
  }
  .souriau-title>.container>h1 {
    font-size: 20px;
    padding-left: 15px;
  }
  .souriau-content {
    padding: 15px 0;
  }
  .souriau-content .hotproduct-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }

  .product-details-title {
    width: 100%;
    padding: 10px;
    margin-top: 0;
    font-size: 20px;
    line-height: 1;
  }
  .product-details-content {
    margin-top: 15px;
  }
  .product-details-content>li {
    padding: 15px 0;
  }
  .product-details-content>li .product-details-left {
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product-details-content>li .product-details-right {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .application-example-list>li {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
  .application-example-list>li h2 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 10px;
  }

  .like-product {
    padding: 15px 0;
  }
  .like-product-title {
    line-height: 24px;
    font-size: 18px;
  }
  .like-product .hotproduct-list {
    margin-top: 15px;
  }
  .like-product .hotproduct-list>li {
    margin: 0 1% 10px 1%;
  }
}
/* END-连接器 */

/* 应用领域 */
.application-main {
  width: 100%;
  overflow: hidden;
  padding-top: 30px;
}
.application-main-title {
  display: block;
  overflow: hidden;
  padding: 50px 0 40px 0;
  line-height: 54px;
  font-size: 36px;
  color: #004f96;
  font-weight: normal;
}
.application-main-content {
  display: block;
  overflow: hidden;
  background-color: #eeeded;
  padding: 60px 0;
}
.application-area-list {
  display: block;
  overflow: hidden;
  width: 1215px;
}
.application-area-list>li {
  width: 390px;
  float: left;
  margin: 0 15px 15px 0;
}
.application-area-list>li>a {
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.application-area-list>li>a::before {
  content: "";
  display: block;
  padding-top: 64.1025641026%;
}
.application-area-list>li>a>h1 {
  width: 100%;
  height: 100%;
  float: left;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  display: flex;
  align-items: flex-end;
  padding: 15px;
  line-height: 34px;
  font-size: 18px;
  color: #fff;
  justify-content: center;
  font-weight: normal;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.application-area-list>li>a:hover>img {
  transform: scale(1.1);
}
.application-area-list>li>a:hover>h1 {
  height: 64px;
}

.application-details {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.application-details-left {
  width: calc(50% - 55px);
  float: left;
}
.application-details-left>h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 36px;
  color: #004f96;
  font-weight: normal;
}
.application-details-left .application-details-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #3e3e3e;
  margin-top: 45px;
}
.application-details-right {
  width: 50%;
  float: right;
}
.application-details-right>img {
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 1240px) {
  .application-main-title {
    padding: 40px 0;
  }
  .application-main-content {
    padding: 50px 0;
  }
  .application-area-list {
    width: 102%;
    margin-left: -1%;
  }
  .application-area-list>li {
    width: 31.3333333%;
    margin: 0 1% 15px 1%;
  }

  .application-details {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .application-main-title {
    padding: 20px 0;
  }
  .application-main-content {
    padding: 30px 0;
  }

  .application-details {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .application-main {
    padding-top: 15px;
  }
  .application-main-title {
    padding: 15px 0;
    line-height: 30px;
    font-size: 20px;
  }
  .application-main-content {
    padding: 15px 0;
  }
  .application-area-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .application-area-list>li>a>h1 {
    padding: 10px;
    line-height: 24px;
    font-size: 16px;
  }
  .application-area-list>li>a:hover>h1 {
    height: 44px;
  }

  .application-details {
    padding: 15px 0;
  }
  .application-details-left {
    width: 100%;
  }
  .application-details-right {
    width: 100%;
  }
  .application-details-left>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .application-details-left .application-details-text {
    font-size: 14px;
    margin: 10px 0;
  }
}
/* END-应用领域 */

/* 解决方案 */
.solution-main-list {
  margin-top: 0;
}
.solution-main-list>li {
  width: calc(50% - 15px);
  margin: 0 0 30px 0;
}
.solution-main-list>li>a {
  background-color: #fff;
  padding: 20px;
}


.solution-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
}
.solution-details-left {
  width: calc(50% - 10px);
  float: left;
}
.solution-details-left>img {
  width: 100%;
  display: block;
  height: auto;
}
.solution-details-right {
  width: calc(50% - 20px);
  float: right;
}
.solution-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 18px;
  color: #2d2d2d;
  font-weight: bold;
  margin-bottom: 10px;
}
.solution-details-right .solution-details-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #5e5e5e;
}

@media (max-width: 991px) {
  .solution-main-list>li {
    width: calc(50% - 10px);
    margin: 0 0 20px 0;
  }
  .solution-main-list>li>a {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .solution-main-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .solution-main-list>li>a {
    padding: 5px;
  }

  .solution-details {
    padding: 10px;
    flex-direction: column-reverse;
  }
  .solution-details-left {
    width: 100%;
    margin-top: 10px;
  }
  .solution-details-right {
    width: 100%;
  }
}
/* END-解决方案 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-txt {
  width: 40%;
  float: left;
  background-color: #000;
  color: #fff;
  padding: 30px;
  font-size: 16px;
  line-height: 36px;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {

  .contact-txt {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */