@import "base.css";
@media (min-width: 1200px) {
  .h40 {
    width: 100%;
    height: 112px;
  }
}
@media (min-width: 1200px) {
  .proList {
    width: 1200px !important;
    margin: 0 auto;
  }
  .proList img {
    width: 100%;
    display: block;
    border: 1px solid #DFDFDF;
  }
  .proList h4 {
    margin-top: 2.5rem;
    text-align: center;
  }
  .proList > .a > .demo h5 {
    margin-top: 6.4rem;
    font-size: 1.6rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
  }
  .proList > .a > .demo p {
    margin-top: 1rem;
    font-size: 1.6rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .proList > .a {
    width: 32%;
    float: left;
  }
  .proList > .a > img {
    width: 100%;
    display: block;
    border: 1px solid #DFDFDF;
  }
  .proList > .a > h4 {
    margin-top: 2.5rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .proList > .a {
    width: 50%;
  }
  .proList > .a > img {
    width: 100%;
    display: block;
    border: 1px solid #DFDFDF;
  }
  .proList > .a > h4 {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .otherProducts {
    width: 1200px !important;
    margin: 0 auto;
    margin-top: 9rem;
  }
}
.otherProducts > span {
  font-size: 2.8rem;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  color: #333333;
  border-bottom: 3px solid #2E64BF;
}
@media (max-width: 768px) {
  .otherProducts > span {
    font-size: 2rem;
    margin-top: 1rem;
    margin-left: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .otherProducts > .content {
    width: 1200px;
    margin: 0 auto;
  }
}
.otherProducts > .content > .contentImg a {
  display: block;
  margin-right: 1rem;
}
@media (min-width: 1200px) {
  .otherProducts > .content > .contentImg a > img {
    width: 21rem;
    margin: 0 auto;
  }
}
.otherProducts > .content > .contentImg a > span {
  font-size: 2.2rem;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 2.7rem;
}
@media (max-width: 768px) {
  .otherProducts > .content > .contentImg a > span {
    font-size: 1.6rem;
  }
}
.demo {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
.demo textarea {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  font-family: "Roboto";
  font-size: 0.9em;
  height: 32px;
  padding: 6px 0px;
  resize: none;
  text-align: center;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
img {
  border: none;
}
.effects {
  margin: 3em 15em;
}
@media only screen and (max-width: 959px) {
  .demo {
    width: 32.5%;
  }
}
@media only screen and (max-width: 659px) {
  .demo {
    width: 49%;
    margin: 0 auto;
    display: block;
  }
}
@media only screen and (max-width: 360px) {
  .demo {
    width: 100%;
  }
}
[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  display: inline-block;
  margin: 0px;
  max-width: 100%;
  background-color: #2e64bf;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: inherit;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p {
  margin: 0;
  padding: 0;
  color: #fff;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* imghvr-fade
   ----------------------------- */
.imghvr-fade figcaption {
  opacity: 0;
}
.imghvr-fade:hover > img {
  opacity: 0.1;
}
.imghvr-fade:hover figcaption {
  opacity: 1;
}
/* imghvr-push-*
   ----------------------------- */
[class^='imghvr-push-']:hover figcaption,
[class*=' imghvr-push-']:hover figcaption {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* imghvr-blur
   ----------------------------- */
.imghvr-blur figcaption {
  opacity: 0;
}
.imghvr-blur:hover > img {
  -webkit-filter: blur(30px);
  filter: blur(30px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
.imghvr-blur:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
