/* 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 */
/* 产品系列 */
.produce {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.produce-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.produce-list>li {
  float: left;
  flex: 1;
  border-right: 1px solid #d7d7d7;
}
.produce-list>li:first-child {
  border-left: 1px solid #d7d7d7;
}
.produce-list>li>a {
  display: block;
  overflow: hidden;
  padding: 10px 10px 0;
}
.produce-list>li>a .produce-icon {
  overflow: hidden;
  position: relative;
  height: 72px;
}
.produce-list>li>a>h1 {
  padding: 7px 0;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.produce-list>li>a:hover>h1 {
  color: #1b2f47;
  font-weight: bold;
}

@media (max-width: 991px) {
  .produce {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .produce {
    padding: 15px 0;
  }
  .produce-list {
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
  }
  .produce-list>li {
    flex: none;
    width: 25%;
    border-bottom: 1px solid #d7d7d7;
  }
  .produce-list>li:first-child {
    border-left: none;
  }
  .produce-list>li>a .produce-icon {
    height: 30px;
  }
  .produce-list>li>a>h1 {
    padding: 10px 0;
    line-height: 20px;
    font-size: 12px;
  }
}

/* 产品中心 */
.product {
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.product-left {
  width: 64.25%;
  float: left;
}
.title {
  display: inline-block;
  min-width: 240px;
  border-bottom: 2px solid #1b2f47;
  padding-bottom: 10px;
  line-height: 28px;
  font-size: 20px;
}
.title>h1 {
  color: #143d60;
  font-size: 20px;
}
.title>div {
  color: #c5c5c5;
  padding-left: 10px;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.product-nav>li {
  float: left;
  line-height: 30px;
}
.product-nav>li>a {
  font-size: 16px;
  color: #333;
}
.product-nav>li>a:hover,
.product-nav>li.product-active>a {
  color: #143d60;
  font-weight: bold;
}
.product-content {
  margin-top: 45px;
}
.product-content>div {
  display: none;
}
.product-content>div:first-child {
  display: block;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.product-list>li {
  width: 33.333333%;
  float: left;
  padding: 0 10px;
  margin-bottom: 25px;
}
.product-list>li .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e4e4e4;
  background-color: #fff;
}
.product-list>li .product-img::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.product-list>li h1 {
  overflow: hidden;
  color: #333;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.product-list>li:hover .product-img {
  border-color: #143d60;
}
.product-list>li:hover .product-img>img {
  transform: scale(1.06);
}
.product-list>li:hover h1 {
  color: #143d60;
}

.product-right {
  width: 31.25%;
  float: right;
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
}
.news-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  line-height: 30px;
}
.news-nav>li {
  float: left;
  margin-right: 40px;
}
.news-nav>li>a {
  font-size: 16px;
  color: #333;
}
.news-nav>li>a:hover,
.news-nav>li.news-active>a {
  color: #143d60;
  font-weight: bold;
}
.news-nav>a {
  float: left;
  font-size: 12px;
  color: #8d8d8d;
}
.news-nav>a:hover {
  color: #143d60;
}
.news-content>div {
  display: none;
}
.news-content>div:first-child {
  display: block;
}
.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.news-list>li>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.news-list>li>a .news-time {
  float: left;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.news-list>li>a .news-time>span {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  color: #333;
}
.news-list>li>a>h1 {
  float: left;
  flex: 1;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  padding-left: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-text {
  width: 100%;
  float: left;
  margin-top: 20px;
  line-height: 25px;
  height: 50px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a:hover>h1 {
  color: #143d60;
  font-weight: bold;
}

/* 资料下载 */
.download {
  margin-top: 40px;
}
.download-list {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.download-list>li {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.download-list>li>a {
  float: right;
  font-size: 16px;
  color: #c8c8c8;
  line-height: 40px;
}
.download-list>li>a:hover {
  color: #f00;
}

@media (max-width: 1220px) {
  /* 产品中心 */
  .product {
    padding: 50px 0;
  }

  /* 新闻资讯 */


  /* 资料下载 */
}
@media (max-width: 991px) {
  /* 产品中心 */
  .product {
    padding: 30px 0;
  }
  .product-nav {
    margin-top: 20px;
    justify-content: flex-start;
  }
  .product-nav>li {
    margin-right: 20px;
  }
  .product-content {
    margin-top: 20px;
  }
  .product-list>li {
    margin-bottom: 20px;
  }

  /* 新闻资讯 */
  .news-nav {
    margin-top: 20px;
  }
  .news-nav>li {
    margin-right: 15px;
  }
  .news-list>li {
    margin-top: 20px;
  }
  .news-list>li>a .news-text {
    margin-top: 10px;
  }

  /* 资料下载 */
  .download {
    margin-top: 20px;
  }
  .download-list {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  /* 产品中心 */
  .product {
    padding: 15px 0;
  }
  .product-left {
    width: 100%;
  }
  .product-nav {
    margin-top: 10px;
  }
  .product-nav>li {
    margin-right: 10px;
  }
  .product-content {
    margin-top: 10px;
  }
  .product-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .product-right {
    width: 100%;
  }

  /* 新闻资讯 */
  .news-nav {
    margin-top: 10px;
  }
  .news-list>li {
    margin-top: 10px;
  }
  .news-list>li>a .news-text {
    margin-top: 5px;
  }
  .news-list>li>a>h1 {
    padding-left: 15px;
  }

  /* 资料下载 */
  .download {
    margin-top: 10px;
  }
  .download-list {
    margin-top: 5px;
  }
}

/* 横幅 */
.hf {
  width: 100%;
  overflow: hidden;
  background: url(../images/hf-bj.jpg) no-repeat center center;
  background-size: cover;
}
.hf>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hf-left {
  width: calc(50% - 30px);
  float: left;
  overflow: hidden;
  position: relative;
}
.hf-left::before {
  content: "";
  display: block;
  padding-top: 52.631579%;
}
.hf-right {
  width: 50%;
  float: left;
}
.hf-dianhua {
  line-height: 48px;
  font-size: 40px;
  color: #0871cb;
  font-weight: bold;
  padding-left: 54px;
  background: url(../images/hf-dianhua.png) no-repeat left center;
}
.hf-text {
  margin-top: 10px;
  line-height: 32px;
  font-size: 25px;
  color: #333;
}
.hf-text>span {
  display: block;
  margin-top: 10px;
  line-height: 50px;
  font-size: 40px;
  margin-top: 10px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .hf-dianhua {
    font-size: 30px;
  }
  .hf-text {
    font-size: 20px;
    line-height: 30px;
  }
  .hf-text>span {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .hf-left {
    width: 30%;
  }
  .hf-right {
    width: 70%;
    padding: 15px 0;
  }
  .hf-dianhua {
    font-size: 20px;
    line-height: 30px;
    background-size: contain;
    padding-left: 40px;
  }
  .hf-text {
    font-size: 14px;
    line-height: 20px;
  }
  .hf-text>span {
    font-size: 20px;
    line-height: 30px;
  }
}

/* 品牌 */
.brand {
  width: 100%;
  overflow: hidden;
  padding-top: 45px;
}
.brand-list {
  display: flex;
  flex-wrap: wrap;
  width: 1236px;
}
.brand-list>li {
  width: 376px;
  float: left;
  margin: 0 36px 15px 0;
  overflow: hidden;
  position: relative;
}
.brand-list>li>a {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
  padding: 30px 20px;
}
.brand-list>li>a .brand-text {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.brand-list>li>a .brand-box {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.brand-list>li>a .brand-box .brand-title {
  flex: 1;
  float: left;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.brand-list>li>a .brand-box .brand-title>span {
  display: block;
  font-size: 16px;
}
.brand-list>li>a .brand-box .brand-img {
  width: 69.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.brand-list>li>a .brand-box .brand-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.brand-list>li:nth-child(2)>a .brand-text,
.brand-list>li:nth-child(2)>a .brand-box .brand-title {
  color: #333;
}

@media (max-width: 1220px) {
  .brand-list {
    width: 102%;
    margin-left: -1%;
  }
  .brand-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 15px 1%;
  }
}
@media (max-width: 991px) {
  .brand {
    padding-top: 30px;
  }
  .brand-list>li>a {
    padding: 10px;
  }
  .brand-list>li>a .brand-text {
    line-height: 25px;
    font-size: 15px;
  }
  .brand-list>li>a .brand-box .brand-title {
    line-height: 30px;
  }
  .brand-list>li>a .brand-box .brand-img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .brand {
    padding-top: 15px;
  }
  .brand-list {
    width: 100%;
    margin: 0;
  }
  .brand-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .brand-list>li>a .brand-box .brand-img {
    width: 30%;
  }
}

/* 合作伙伴 */
.coop {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.coop .swiper .swiper-slide {
  border: 1px solid #ccc;
}
.coop .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border-top: 3px solid #143d60;
}
.coop .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 73.6607143%;
}
.coop .swiper .swiper-slide>a:hover img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .coop {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .coop {
    padding: 15px 0;
  }
}

/* END-main */

/* 走进英一 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.place-title {
  width: 100%;
  float: left;
}
.place-title .title {
  margin-bottom: 30px;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
}
.menu-list>li {
  float: left;
  line-height: 30px;
  margin-right: 40px;
}
.menu-list>li>a {
  font-size: 16px;
  color: #333;
}
.menu-list>li>a:hover,
.menu-list>li.menu-active>a {
  color: #143d60;
  font-weight: bold;
}

.place-content {
  width: 100%;
  float: left;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  margin-top:20px;
}
.company img{ max-width:100% !important; height:auto !important;}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .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: #143d60;
  }
  .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 {
    width: 100%;
    margin-top: 3px;
  }
  .menu-list>li>a {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
  }
  .menu-list>li>a:hover,
  .menu-list>li.menu-active>a {
    background-color: #143d60;
    color: #fff
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-走进英一 */

/* 产品中心/应用案例 */
.place-content .product-list {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding-top: 45px;
}
.place-content .product-list>li {
  width: calc(100% / 4);
  padding: 0 20px;
  margin-bottom: 25px;
}

.product-details {
  display: block;
  overflow: hidden;
  padding-top: 50px;
}
.product-details-left {
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.product-details-left::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.product-details-right {
  width: 60%;
  float: left;
  padding: 50px;
  padding-right: 0;
}
.product-details-right>h1 {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.product-details-right .product-details-text {
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin-top: 30px;
}
.product-details-right .product-details-more {
  margin-top: 30px;
}
.product-details-right .product-details-more>a {
  float: left;
  height: 50px;
  line-height: 50px;
  background-color: #1b2f47;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 0 30px;
}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.product-details-title {
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}
.product-details-title>span {
  height: 50px;
  line-height: 50px;
  float: left;
  background-color: #1b2f47;
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .place-content .product-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-top: 25px;
  }
  .place-content .product-list>li {
    width: calc(100% / 3);
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .product-details-right {
    padding: 30px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .place-content .product-list {
    width: calc(100% + 10px);
    margin-left: -5px;
    padding-top: 0;
  }
  .place-content .product-list>li {
    width: calc(100% / 2);
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .product-details {
    padding: 0;
  }
  .product-details-left {
    width: 100%;
  }
  .product-details-left::before {
    padding-top: 50%;
  }
  .product-details-right {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }
  .product-details-right>h1 {
    font-size: 16px;
    margin-top: 15px;
  }
  .product-details-right .product-details-text {
    margin-top: 15px;
  }
  .product-details-right .product-details-more {
    margin-top: 15px;
  }
  .product-details-right .product-details-more>a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px;
  }
  .product-details-content {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .product-details-title {
    margin-bottom: 15px;
  }
  .product-details-title>span {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
}
/* END-产品中心/应用案例 */

/* 合作伙伴 */
.coop-list {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
  padding-top: 40px;
}
.coop-list>li {
  width: 18%;
  margin: 0 1% 2% 1%;
}
.coop-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border: 2px solid #143d60;
}
.coop-list>li>a::before {
  content: "";
  display: block;
  padding-top: 73.6607143%;
}
.coop-list>li>a:hover img {
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .coop-list {
    padding-top: 20px;
  }
  .coop-list>li {
    width: 23%;
    margin: 0 1% 2% 1%;
  }
}
@media (max-width: 767px) {
  .coop-list {
    padding-top: 0;
  }
  .coop-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 2% 1%;
  }
}
/* END-合作伙伴 */

/* 资料下载 */
.place-content .download-list {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
  margin-top: 0;
}
.place-content .download-list>li {
  width: calc(calc(100% / 4) - 2%);
  margin: 0 1%;
}

@media (max-width: 991px) {
  .place-content .download-list>li {
    width: calc(calc(100% / 3) - 2%);
  }
}
@media (max-width: 767px) {
  .place-content .download-list {
    width: 100%;
    margin: 0;
  }
  .place-content .download-list>li {
    width: 100%;
    margin: 0;
  }
}
/* END-资料下载 */

/* 新闻资讯 */
.place-content .news-list {
  margin: 10px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.place-content .news-list>li {
  width: calc(50% - 15px);
  margin: 0 0 30px 0;
}
.place-content .news-list>li>a {
  background-color: #fff;
  padding: 15px;
}

.news-details {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.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-img{ text-align:center; max-width:100%;}
.news-details-img img{ display:block; margin:10px auto; max-width:800px;}
.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) {
  .place-content .news-list {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  .place-content .news-list {
    margin: 0;
  }
  .place-content .news-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .place-content .news-list>li>a {
    padding: 10px;
  }

  .news-details {
    margin: 0;
  }
  .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: 40%;
  float: left;
  padding: 30px;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background-color: #1b2f47;
}
.contact-map {
  width: 60%;
  float: left;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {

  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */

	
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}	

.contact_map{width:100%; overflow: hidden; height:400px; border:none; margin-top:20px;}
	
	