body {
  overflow-x: hidden;
}
.inner {
  box-sizing: border-box;
  position: relative;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}
.img_text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.img_text2 .img {
  width: 400px;
  height: auto;
  margin-left: 100px;
  overflow: hidden;
}
.img_text2 .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.img_text2 .text {
  width: calc(100% - 500px);
}
.img_text2 .text h6 {
  padding-left: 20px;
  line-height: 56px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  transition: all 0.3s;
  background: url(../image/product_title_bg.png) no-repeat center left;
}
.img_text2 .text p {
  padding-left: 20px;
  background: url(../image/product_icon_arrow.png) no-repeat left 10px;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  text-align: justify;
  line-height: 2;
}
.img_text2 .text p + p {
  margin-top: 10px;
}
.img_text2 .text>span {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #eb891b;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .img_text2 {
    justify-content: center;
    flex-wrap: wrap;
  }
  .img_text2 .img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .img_text2 .text {
    margin-top: 20px;
    width: 100%;
  }
}
