.productCenter1 {
  /* PHP - ignore */
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.productCenter1 * {
  box-sizing: border-box;
}

.productCenter1 p {
  margin: 0;
}

.productCenter1 .productCenter1Content {
  overflow: hidden;
}

.productCenter1 .productCenter1Content:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.productCenter1Content .productCenter1Left {
  /* PHP - ignore */
  /* PHP - 左部 */
  width: 30%;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Arial, Tahoma, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.productCenter1Content .productCenter1Right {
  /* PHP - 整体 */
  width: 70%;
  float: left;
}

.productCenter1Left .ModuleImageTextGiantContent .productCenterTitle {
  /* PHP - ignore */
  /* PHP - 标题 */
  font-size: 32px;
  color: #333;
  margin-bottom: 12px;
}

.productCenter1Left .ModuleImageTextGiantContent .productCenterEnTitle {
  /* PHP - ignore */
  /* PHP - 标题2 */
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
}

.productCenter1Left .productCenterType {
  /* PHP - ignore */
  /* PHP - 分类组 */
  *zoom: 1;
  margin-bottom: 50px;
}

.productCenter1Left .productCenterType:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.productCenter1Left .productCenterTypeItem {
  /* PHP - ignore */
  /* PHP - 分类 */
  float: left;
  margin-right: 10px;
  text-align: center;
  color: #333;
}

.productCenter1Left .productCenterTypeItem .itemTitle {
  /* PHP - ignore */
  /* PHP - 分类标题 */
  font-size: 14px;
}

.productCenter1Left .productCenterTypeItem .image-animation {
  /* PHP - ignore */
  /* PHP - 分类图片 */
  margin-bottom: 10px;
  border: 0;
  display: block;
  max-width: 100%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.productCenter1Left .image-animation-box:hover .image-animation {
  display: none;
}

.productCenter1Left .image-animation-box:hover .image-animation-active {
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: box-shadow 0.5s ease 0s;
  display: block;
}

.productCenter1Left .image-animation-box {
  display: inline-block;
  transition: all 0.6s;
}

.productCenter1Left .image-animation-box .image-animation {
  /* PHP - ignore */
  width: 58px;
  height: 52px;
  transition: all 0.6s;
}

.productCenter1Left .image-animation-box .image-animation-active {
  /* PHP - ignore */
  display: none;
  transition: box-shadow 0.5s ease 0s;
  width: 178px;
  height: 52px;
  transition: all 0.6s;
}

.productCenter1Right .productCenter1RightList {
  list-style: none;
  padding: 0;
}

.productCenter1Right .productCenter1RightList:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

.productCenter1Right .productCenter1RightList .productCenter1RightItem {
  /* PHP - 产品 */
  border: 1px solid rgb(216, 216, 216);
  width: 32%;
  float: left;
  margin-right: 10px;
  transition: all 0.6s;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.productCenter1Right .productCenter1RightList .productCenter1RightItem:last-child {
  margin-right: 0;
}

.productCenter1Right .productCenter1RightList .productCenter1RightItem:hover {
  /* PHP - 产品Hover时 */
  background: rgb(253, 190, 1);
}

.productCenter1Right .productCenter1RightList .productCenter1RightItem:hover a .pro-img img {
  width: 100%;
}

.productCenter1Right .productCenter1RightList .productCenter1RightItem:hover a .pro-tip .pro-tip-right {
  /* PHP - 产品Hover时箭头 */
  border-left: 1px solid rgb(46, 67, 94);
}

.productCenter1Right .productCenter1RightList .productCenter1RightItem a {
  /* PHP - 产品项 */
  display: block;
  text-decoration: none;
  padding: 10px 10px 26px 10px;
}

.productCenter1RightList .productCenter1RightItem a .pro-img {
  /* PHP - 产品图组 */
  overflow: hidden;
  height: 225px;
}

.productCenter1RightList .productCenter1RightItem a .pro-img img {
  /* PHP - 产品图片 */
  max-width: 100%;
  display: block;
  border: 0;
  transition: all .3s ease-out 0s;
  width: 222px;
  height: 214px;
  margin: 0 auto;
  object-fit: scale-down;
}

.productCenter1RightList .productCenter1RightItem a .pro-tip {
  /* PHP - 产品标题组 */
  padding-left: 10px;
  position: relative;
  color: #666;
  padding-top: 26px;
}

.productCenter1RightList .productCenter1RightItem a .pro-tip .pro-tip-left {
  /* PHP - 产品标题 */
  height: 24px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 80%;
  font-size: 16px;
  font-family: 微软雅黑, Microsoft YaHei;
}

.productCenter1RightList .productCenter1RightItem a .pro-tip .pro-tip-right {
  /* PHP - 产品箭头 */
  position: absolute;
  right: 0;
  width: 46px;
  height: 24px;
  bottom: 0;
  border-left: 1px solid #fff;
  text-align: center;
}
