/**
 * 产品中心首页
 */

.product-container {
  padding-top: 113px;
}

@media only screen and (max-width: 1440px) {
	.product-container {
    padding-top: 80px;
		width: 1120px;
	}
}

.product-container>.wl-title {
  font-size: 48px;
  font-weight: bold;
  line-height: 52px;
  letter-spacing: 0px;
  color: #2326a4;
}

@media only screen and (max-width: 1440px) {
	.product-container>.wl-title {
    font-size: 40px;
	}
}


.product-box .product {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
}

.product__header {
  height: 100px;
  background-color: var(--base-color);
}

.product__header-title {
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  color: #fff;
}

.product__body {
  padding-top: 20px;
  padding-bottom: 20px;
  flex: 1;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.product__body-swiper {
  height: 355px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.product__body-swiper img{
  height: 355px;
}

.product-picture {
  width: initial;
  height: 274px;
}

.product__body-swiper {
  box-sizing: border-box;
  flex-grow: 1;
}

.product__body-swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.product__body-text {
  box-sizing: border-box;
  flex: none;
  width: 670px;
  padding: 60px;
  cursor: pointer;
}

.product__body-text>.header {
  text-align: left;
}

.product__body-text>.header .title1 {
  color: #434343;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}

.product__body-text>.header .sub-title {
  display: block;
  font-size: 18px;
}

.product__body-text>.content {
  margin-top: 50px;
  text-align: justify;
  font-size: 18px;
  line-height: 36px;
}

.product__detail {
  height: auto;
}

.product__detail-nav {
  box-sizing: border-box;
  min-height: 110px;
  padding-left: 70px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #fff;

  display: flex;
  align-items: center;
}

.product__detail-nav>.nav-item {
  height: 100%;
  line-height: 110px;
  margin-right: 35px;
  font-size: 16px;
  cursor: pointer;
}

.product__detail-nav>.nav-item--active {
  font-size: 18px;
  color: var(--base-color);
  font-weight: bold;
}

.product__detail-content {
  box-sizing: border-box;
  padding: 50px 70px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
}

.product__detail-content .content-item {
  display: none;
  font-size: 16px;
  line-height: 36px;
}

.product__detail-content table{
  width: 100% !important;
}

.product__detail-content .content-item:first-child {
  display: block;
}

.product-box {
  margin-top: 100px;
}
/** 导航 **/
.product-menu {
  height: 66px;
  background-color: #121348;
}

.product-menu li {
  list-style: none;
}

.product-menu>ul {
  box-sizing: content-box;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.product-menu-item {
  flex-grow: 1;
  position: relative;
  text-align: center;
}

.product-menu-item a{
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.menu-child {
  display: none;
  position: absolute;
  top: 42px;
  width: 100%;
  /* padding-bottom: 15px; */
  background-color: #121348;
  z-index: 9999;
}

.menu-child-item {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}

.menu-child-item:hover {
  background-color: rgba(170, 170, 170, 0.4);
}

@media only screen and (max-width: 1440px) {
	.product-box {
    margin-top: 60px;
  }

  .product-menu-item a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;

  }

  .menu-child-item {
    font-size: 14px;
  }
}

/** 产品列表 */
.p-wrapper {
  height: 350px;
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}

.p-left {
  box-sizing: border-box;
  width: 269px;
  padding: 88px 50px;
  background-color: #2327a5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  flex: none;
}

@media only screen and (max-width: 1440px) {
  .p-wrapper {
    height: 300px;
  }
	.p-left {
    width: 240px;
    padding: 60px 50px;
  }
}

.p-left-title {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  color: #fff;
  word-break: break-all;
}

@media only screen and (max-width: 1440px) {
	.p-left-title {
    font-size: 21px;
  }
}

.p-right {
  padding: 28px 22px;
  flex-grow: 1;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.single-product {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: inherit;
}

.single-product-a {
  /* position: relative; */
  overflow: hidden;
  cursor: pointer;
  width: inherit;
}

.single-img {
  height: inherit;
  width: inherit;
}

.single-cover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 80px 50px 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

@media only screen and (max-width: 1440px) {
	.single-cover  {
    padding: 30px 30px 0;
  }
}


.single-cover-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.single-cover-des {
  margin-top: 40px;
  text-align: justify;
  -webkit-line-clamp: 5;
  font-size: 14px;
  line-height: 24px;
}

@media only screen and (max-width: 1440px) {
	.single-cover-des {
    margin-top: 10px;
    -webkit-line-clamp: 3;
  }
}


.swiper-button {
  cursor: pointer;
}

.swiper-button-prev1, .swiper-button-next1 {
  width: 60px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-prev1 {
  justify-content: flex-start;
}

.icon-zuo, .icon-you {
  font-size: 38px !important;
  color: #cfcbcb;
}

.swiper-button-next1 {
  justify-content: flex-end;
}

.swiper-button:focus {
  outline: none;
}

.p-right .swiper-container {
  flex: 1;
}

/** 详情*/

.product__body-swiper {
  padding: 20px;
  display: flex;
  align-items: center;
}

.p-swiper-btn {
  cursor: pointer;
  color: #cfcbcb;
}

.p-swiper-box  {
  flex: 1;
}

.p-img {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
}

.p-img img{
  width: inherit;
  height: inherit;
}

.footer-bg {
  margin-top: -150px;
  width: 100%;
  height: 800px;
  background-image: url("../imgs/bg.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1440px) {
  .footer-bg {
    height: 600px;
  }
}

@media only screen and (max-width: 1440px) {
	.product__body-text {
    width: 400px;
  }
  .p-img img{
    width: 630px;
  }
}

.wl-footer {
  margin-top: 0;
}

.p-swiper-btn:focus {
  outline: none;
}