@charset "UTF-8";
.mainIdissa {
  position: relative;
  min-height: 500px;
  /* 通用标题样式 */
  /* 品牌介绍 */
  /* 品牌优势 */
  /* 核心技术 */
  /* 产品介绍 */
  /* 品牌视频 */
  /* 联系我们 */
}

.mainIdissa .top-header-box {
  padding-top: 156px;
  height: 374px;
  width: 100%;
  background: url("../../../images/industryServices/factory/idissa/banner.png") no-repeat center/cover;
}

.mainIdissa .top-header-box .content {
  width: 1200px;
  margin: 0 auto;
}

.mainIdissa .top-header-box .content h3 {
  font-weight: bold;
  font-size: 42px;
  color: #222222;
}

.mainIdissa .top-header-box .content p {
  margin-top: 20px;
  font-size: 18px;
  color: #333333;
  line-height: 2;
}

.mainIdissa .title-box {
  text-align: center;
  margin-bottom: 40px;
}

.mainIdissa .title-box .title {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.mainIdissa .title-box-yajia {
  margin-top: 200px;
  text-align: center;
  margin-bottom: 40px;
}

.mainIdissa .title-box-yajia .title {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.mainIdissa .title-box-yajia .orange-line {
  width: 24px;
  height: 4px;
  background: #ff7700;
  margin-top: 20px;
}

.mainIdissa .title-box-yajia .subtitle {
  font-size: 18px;
  color: #ffffff;
  line-height: 33px;
}

.mainIdissa .brand-introduction {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.mainIdissa .brand-introduction .introduction-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainIdissa .brand-introduction .introduction-content .left-box {
  width: 30%;
  text-align: center;
}

.mainIdissa .brand-introduction .introduction-content .left-box .brand-logo img {
  width: 200px;
  margin-bottom: 20px;
}

.mainIdissa .brand-introduction .introduction-content .right-box {
  width: 65%;
}

.mainIdissa .brand-introduction .introduction-content .right-box .introduction-text .case-item-title {
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  line-height: 22px;
  margin-bottom: 33px;
  margin-top: 20px;
}

.mainIdissa .brand-introduction .introduction-content .right-box .introduction-text .case-item-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 4px;
  background-color: #ff7700;
  margin-top: 15px;
}

.mainIdissa .brand-introduction .introduction-content .right-box .introduction-text p {
  font-size: 16px;
  line-height: 24px;
  color: #595859;
  line-height: 22px;
  margin-bottom: 20px;
  line-height: 50px;
}

.mainIdissa .brand-introduction .introduction-content .right-box .introduction-text p:last-child {
  margin-bottom: 0;
}

.mainIdissa .brand-advantage {
  margin-bottom: 80px;
  width: 1200px;
  margin: 0 auto;
}

.mainIdissa .brand-advantage .advantage-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainIdissa .brand-advantage .advantage-content .advantage-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  margin-bottom: 140px;
  background: -webkit-linear-gradient(top, #fff8f2 0%, #fffcfa 100%);
  background: linear-gradient(180deg, #fff8f2 0%, #fffcfa 100%);
  border-radius: 6px;
  padding: 30px;
  margin-right: 20px;
}

.mainIdissa .brand-advantage .advantage-content .advantage-item .advantage-img img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.mainIdissa .brand-advantage .advantage-content .advantage-item .advantage-title {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  margin-bottom: 10px;
  line-height: 24px;
}

.mainIdissa .brand-advantage .advantage-content .advantage-item .advantage-text {
  font-size: 14px;
  color: #595859;
  line-height: 20px;
  text-align: left;
}

.mainIdissa .brand-advantage .advantage-item:last-child {
  margin-right: 0;
}

.mainIdissa .core-technology {
  margin-bottom: 80px;
  background-color: #f5f5f5;
  padding: 50px 0;
  height: 680px;
  background: url("../../../images/industryServices/factory/idissa/core.png") no-repeat center/cover;
}

.mainIdissa .core-technology .technology-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainIdissa .core-technology .technology-content .left-box {
  width: 45%;
}

.mainIdissa .core-technology .technology-content .left-box .technology-item {
  margin-bottom: 30px;
}

.mainIdissa .core-technology .technology-content .left-box .technology-item:last-child {
  margin-bottom: 0;
}

.mainIdissa .core-technology .technology-content .left-box .technology-item .item-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.mainIdissa .core-technology .technology-content .left-box .technology-item .item-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.mainIdissa .core-technology .technology-content .right-box {
  width: 50%;
}

.mainIdissa .core-technology .technology-content .right-box img {
  width: 100%;
}

.mainIdissa .product-introduction {
  margin-bottom: 80px;
  width: 1200px;
  margin: 0 auto;
}

.mainIdissa .product-introduction .title-box {
  text-align: center;
  margin-bottom: 40px;
}

.mainIdissa .product-introduction .title-box .title {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  margin-bottom: 10px;
}

.mainIdissa .product-introduction .title-box .en-title {
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}

.mainIdissa .product-introduction .product-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.mainIdissa .product-introduction .product-tabs .tab {
  width: 33%;
  position: relative;
  padding: 0 30px 15px;
  font-size: 18px;
  text-align: center;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mainIdissa .product-introduction .product-tabs .tab:hover {
  color: #ff6600;
}

.mainIdissa .product-introduction .product-tabs .tab.active {
  color: #ff6600;
  font-weight: bold;
}

.mainIdissa .product-introduction .product-tabs .tab.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #ff6600;
}

.mainIdissa .product-introduction .product-lists .product-list {
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainIdissa .product-introduction .product-lists .product-list.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mainIdissa .product-introduction .product-lists .product-list .product-item {
  width: 560px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mainIdissa .product-introduction .product-lists .product-list .product-item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.mainIdissa .product-introduction .product-lists .product-list .product-item .product-img {
  text-align: center;
}

.mainIdissa .product-introduction .product-lists .product-list .product-item .product-img img {
  width: 230px;
  height: 230px;
  height: auto;
}

.mainIdissa .product-introduction .product-lists .product-list .product-item .product-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 35px;
  margin: 35px 20px auto 20px;
}

.mainIdissa .product-introduction .product-lists .product-list .product-item .product-name {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.mainIdissa .product-introduction .product-lists .product-list .product-item .product-desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 10px;
}

.mainIdissa .product-introduction .product-lists .product-list .product-item .product-code {
  font-size: 14px;
  color: #999;
}

.mainIdissa .brand-video {
  background: url("../../../images/industryServices/factory/idissa/video-bg.jpg") no-repeat center/cover;
  height: 895px;
}

.mainIdissa .brand-video .title {
  padding-top: 70px;
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 32px;
  color: #222222;
}

.mainIdissa .brand-video .video-content {
  text-align: center;
}

.mainIdissa .brand-video .video-content video {
  width: 1200px;
  height: 675px;
}

.mainIdissa .contact-us {
  background-color: #f5f5f5;
  padding: 50px 0;
  background: url("../../../images/industryServices/factory/call-bg.png") no-repeat center/cover;
  height: 330px;
}

.mainIdissa .contact-us .title-box {
  padding-top: 70px;
}

.mainIdissa .contact-us .title-box .title1 {
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}

.mainIdissa .contact-us .title-box .en-title {
  margin-top: 20px;
  font-size: 16px;
  color: #222222;
  line-height: 16px;
}

.mainIdissa .contact-us .contact-content {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}

.mainIdissa .contact-us .contact-content img {
  width: 60px;
  height: 60px;
}

.mainIdissa .contact-us .contact-content .title {
  font-size: 16px;
  color: #333333;
  margin-bottom: 15px;
}

.mainIdissa .contact-us .contact-content .subtitle {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}

.mainIdissa .contact-us .contact-content .contact-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.mainIdissa .contact-us .contact-content .contact-phone {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-colum {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gugong-horner-left {
  width: 600px;
  height: 320px;
}

.gugong-horner-right {
  width: 400px;
  height: 60px;
  font-weight: bold;
  font-size: 22px;
  color: #222222;
  text-align: center;
}

.gugong-horner-right p {
  padding-top: 40px;
}

.gugong-product-introduction {
  background-color: #f4f4f6;
  margin: 0 auto;
}

.gugong-product-introduction .title1 {
  padding-top: 70px;
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  text-align: center;
  padding-bottom: 50px;
}

.gugong-product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 140px;
  gap: 20px;
}

.gugong-product-container .gugong-product-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.gugong-product-container .gugong-product-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gugong-product-container .gugong-product-item img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.gugong-product-container .gugong-product-item .title {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  padding: 20px 0 20px 20px;
}

.gugong-product-container .gugong-product-item .titleCenter {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  text-align: center;
}

.gugong-product-container .gugong-product-item .subtitle {
  font-size: 14px;
  color: #222222;
  line-height: 50px;
  padding-left: 20px;
}

.gugong-product-container .gugong-product-item .subtitle-tomson {
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  padding-left: 20px;
}

.linjianque-horner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.linjianque-horner-container .linjianque-horner-item {
  width: 33.33%;
}

.linjianque-horner-container .linjianque-horner-bottom {
  width: 400px;
  height: 60px;
  text-align: center;
}

.linjianque-horner-container .linjianque-horner-bottom p {
  padding-top: 40px;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}

.titleBlack {
  font-weight: bold;
  font-size: 32px;
  color: #222222;
  text-align: center;
}

/* 响应式调整 */
@media screen and (max-width: 1200px) {
  .mainIdissa .content-box {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .mainIdissa .introduction-content,
  .mainIdissa .technology-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mainIdissa .introduction-content .left-box,
  .mainIdissa .introduction-content .right-box,
  .mainIdissa .technology-content .left-box,
  .mainIdissa .technology-content .right-box {
    width: 100%;
  }
  .mainIdissa .introduction-content .left-box,
  .mainIdissa .technology-content .left-box {
    margin-bottom: 30px;
  }
  .mainIdissa .advantage-item,
  .mainIdissa .product-item {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .mainIdissa .advantage-item,
  .mainIdissa .product-item {
    width: 100%;
  }
}
