.ip-banner .slide-main {
  width: 100%;
  height: 400px;
  background: url(/Index/Tpl/PC/Index/img/banner-3.jpg) no-repeat center;
}
.tip-box {
  width: 1250px;
  margin: 20px auto;
  padding: 20px;
  box-sizing: border-box;
}
.tip-box .tip-cp ul {
  width: 100%;
}
.tip-box .tip-cp ul li {
  position: relative;
  float: left;
  width: 290px;
  height: 200px;
  margin: 0 20px 20px 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  line-height: 200px;
}
.tip-box .tip-cp ul li:hover a img {
  transform: scale(1);
}
.tip-box .tip-cp ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.tip-box .tip-cp ul li a img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transform: scale(0.95);
  transition: all 0.5s;
}
.tip-box .tip-cp ul li a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  padding-left: 12px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}
.tip-box .tip-product {
  float: left;
  width: 265px;
  box-sizing: border-box;
}
.tip-box .tip-product dl dd {
  overflow: hidden;
  transition: all 0.5s;
}
.tip-box .tip-product dl dt,
.tip-box .tip-product dl span {
  width: 100%;
  height: 41px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 41px;
  margin-bottom: 5px;
  box-sizing: border-box;
  transition: all 0.1s;
}
.tip-box .tip-product dl dt:hover,
.tip-box .tip-product dl span:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6) inset;
}
.tip-box .tip-product dl dt {
  position: relative;
  background-color: #DB261D;
  cursor: pointer;
  color: #fff;
}
.tip-box .tip-product dl dt i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  display:none;
}
.tip-box .tip-product dl span {
  display: block;
  color: #666;
  background-color: #dedede;
}
.tip-box .tip-product dl span a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #666;
}
.tip-box .tip-product dl span a .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border: 1px solid #aaa;
}
.tip-box .tip-product dl span a .icon:hover {
  background-color: #bbb;
}
.tip-box .tip-product dl .dd-aso-cp {
  width: 100%;
  height: 138px;
  margin-bottom: 5px;
  background-color: #aaa;
}
.tip-box .tip-product dl .dd-aso-cp a {
  display: block;
  width: 100%;
  height: 41px;
  box-sizing: border-box;
}
.tip-box .tip-product .tip-contact span {
  display: block;
  width: 100%;
  height: 41px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 41px;
  margin-bottom: 5px;
  box-sizing: border-box;
  background-color: #DB261D;
}
.tip-box .tip-product .tip-contact .tip-contact-p {
  width: 100%;
  padding-left: 20px;
  background-color: #eee;
  box-sizing: border-box;
}
.tip-box .tip-product .tip-contact .tip-contact-p p {
  color: #222;
  line-height: 30px;
  font-size: 14px;
}
