@charset "utf-8";
.over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/**字体**/
@font-face {
  font-family: "FBTM";
  src: url("../font/FuturaBT-Medium.otf") format("truetype");
}
/*格式化*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
}
li,
ol {
  list-style: none;
}
ins {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  font-family: "Microsoft Yahei";
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
:focus {
  outline: 0;
}
.clear {
  clear: both;
  line-height: 0px;
  overflow: hidden;
  zoom: 1;
  font-size: 0px;
  content: '.';
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  padding: 0;
  margin: 0;
}
a img {
  border: none;
}
input,
textarea {
  border: none;
  font-family: "Microsoft Yahei";
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* -- 页面整体布局 -- */
.wrap {
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/*网站首页宽度*/
.wrap img {
  display: block;
  width: 100%;
}
.content {
  width: 90.667%;
  margin: 0 auto;
}
/*自定义样式开始*/
/**广告**/
.banner .swiper-pagination {
  bottom: 2.5rem;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 0.95rem;
  height: 0.95rem;
  border: 0.1rem solid #ffffff;
  border-radius: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 0.8rem;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #00004c;
}
/*标题*/
.title {
  text-align: center;
  position: relative;
}
.title span {
  display: block;
  height: 3rem;
  line-height: 3rem;
  font-size: 2.2rem;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title span a {
  display: inline-block;
  max-width: 100%;
  height: 3rem;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title em {
  display: block;
  line-height: 1.75rem;
  font-size: 1.3rem;
  color: #1a1a1a;
}
/*引子*/
.guide {
  padding: 0 0 0;
}
.guide .guide-list {
  padding: 1.6rem 0 3rem;
  border-bottom: 1px solid #f5f5f5;
}
.guide .guide-list .guide-number {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.guide .guide-list .guide-number li {
  position: relative;
}
.guide .guide-list .guide-number li p {
  height: 3rem;
  line-height: 3rem;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}
.guide .guide-list .guide-number li p b,
.guide .guide-list .guide-number li p em {
  display: block;
  height: 3rem;
  font-size: 2.7rem;
  font-family: "FBTM";
  font-weight: normal;
  color: #1a1a1a;
}
.guide .guide-list .guide-number li p sub {
  height: 2.4rem;
  line-height: 2.4rem;
  font-size: 1.3rem;
  color: #1a1a1a;
  padding: 0 0 0 0.25rem;
}
.guide .guide-list .guide-number li span {
  display: block;
  height: 1.7rem;
  line-height: 1.7rem;
  font-size: 1.3rem;
  color: #999999;
}
.guide .guide-text {
  padding: 3rem 0 0;
}
.guide .guide-text h2 {
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 2.2rem;
  color: #1a1a1a;
  margin-bottom: 1.1rem;
}
.guide .guide-text .desc {
  line-height: 2.4rem;
  font-size: 1.3rem;
  color: #666666;
  text-align: justify;
}
.guide .guide-pic {
  margin-top: 2.25rem;
  position: relative;
}
.guide .guide-pic .guide-pic-btn {
  position: absolute;
  width: 3.9rem;
  height: 3.9rem;
  border-radius: 50%;
  border: 1px solid #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.guide .guide-pic .guide-pic-btn img {
  width: 3.9rem;
  height: 3.9rem;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.guide .guide-pic .guide-pic-btn:before {
  content: '';
  position: absolute;
  width: 4rem;
  height: 4rem;
  -webkit-box-shadow: inset #fff 0 0 2rem;
  box-shadow: inset #fff 0 0 2rem;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  opacity: 0;
  animation: warn2 2s ease-out 0.1s infinite;
  z-index: -1;
}
.guide .guide-pic .guide-pic-btn:after {
  content: '';
  position: absolute;
  width: 4rem;
  height: 4rem;
  -webkit-box-shadow: inset #fff 0 0 2rem;
  box-shadow: inset #fff 0 0 2rem;
  border-radius: 50%;
  top: -1px;
  left: -1px;
  opacity: 0;
  animation: warn 2s ease-out 1.1s infinite;
  z-index: -1;
}
/*永磁电机*/
.prodYcdj {
  padding: 4.5rem 0 0;
}
.prodYcdj .prodYcdj-list {
  margin-top: 2.1rem;
  padding-bottom: 3.8rem;
  background: url(../images/prodYcdj-bg01.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.prodYcdj .prodYcdj-list dt {
  width: 73.3334%;
  margin: 0 auto;
}
.prodYcdj .prodYcdj-list dd {
  padding: 1.6rem 2.75rem 2.6rem;
}
.prodYcdj .prodYcdj-list dd h4 {
  margin-bottom: 0.75rem;
}
.prodYcdj .prodYcdj-list dd h4 a {
  display: block;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.8rem;
  color: #1a1a1a;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prodYcdj .prodYcdj-list dd .desc {
  line-height: 2.4rem;
  height: 7.2rem;
  font-size: 1.3rem;
  color: #666666;
  text-align: center;
  overflow: hidden;
}
.prodYcdj .prodYcdj-list dd .more {
  padding-top: 0.8rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.prodYcdj .prodYcdj-list dd .more a {
  display: inline-block;
  height: 2.5rem;
  font-size: 1.3rem;
  color: #e80129;
  padding-right: 1.9rem;
  background: url(../images/prodYcdj-more-icon01.png) no-repeat right center;
  background-size: 1.4rem 1.05rem;
}
.prodYcdj .prodYcdj-list .prodYcdj-paging {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.prodYcdj .prodYcdj-list .prodYcdj-paging .swiper-pagination-bullet {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 0.3rem;
  opacity: 1;
}
.prodYcdj .prodYcdj-list .prodYcdj-paging .swiper-pagination-bullet-active {
  background: #1a1a1a;
}
/*变频器*/
.prodBpq {
  padding: 4.5rem 0 5rem;
  border-bottom: 1px solid #f5f5f5;
}
.prodBpq .prodBpq-list {
  padding: 2.25rem 0 0;
}
.prodBpq .prodBpq-list dl {
  width: 49.118%;
}
.prodBpq .prodBpq-list dl dt {
  border: 1px solid #f5f5f5;
}
.prodBpq .prodBpq-list dl dd {
  padding: 1.1rem 0.5rem 1rem;
}
.prodBpq .prodBpq-list dl dd h4 a {
  display: block;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.3rem;
  color: #1a1a1a;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prodBpq .prodBpq-list .prodBpq-paging {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  flex-wrap: wrap;
}
.prodBpq .prodBpq-list .prodBpq-paging .swiper-pagination-bullet {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #e5e5e5;
  border-radius: 50%;
  margin: 0 0.3rem;
  opacity: 1;
}
.prodBpq .prodBpq-list .prodBpq-paging .swiper-pagination-bullet-active {
  background: #1a1a1a;
}
/*其他产品*/
.prodOther .prodOther-item {
  border-bottom: 1px solid #f5f5f5;
}
.prodOther .prodOther-item dl {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.prodOther .prodOther-item dl dt {
  width: 33.53%;
}
.prodOther .prodOther-item dl dd {
  width: 56.62%;
}
.prodOther .prodOther-item dl dd a {
  display: block;
  height: 100%;
}
.prodOther .prodOther-item dl dd h4 {
  padding-top: 2.6rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prodOther .prodOther-item dl dd p {
  line-height: 2.1rem;
  height: 4.2rem;
  font-size: 1.3rem;
  color: #666666;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.6rem;
}
.prodOther .prodOther-item dl dd span {
  display: inline-block;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.3rem;
  color: #e80129;
  padding-right: 1.9rem;
  background: url(../images/prodOther-more-icon01.png) no-repeat right center;
  background-size: 1.4rem 1.05rem;
}
/*优势*/
.yos {
  padding: 4.5rem 0;
}
.yos .yos-list {
  margin-top: 2.5rem;
  position: relative;
}
.yos .yos-list .yos-tab {
  position: absolute;
  border-bottom: 1px solid #f5f5f5;
  left: 0;
  right: 0;
  top: 23rem;
  z-index: 5;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
.yos .yos-list .yos-tab li {
  width: 25%;
  padding: 1.5rem 0 1.25rem;
  position: relative;
  cursor: pointer;
}
.yos .yos-list .yos-tab li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #e80129;
  left: 0;
  bottom: -1px;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.yos .yos-list .yos-tab li span {
  display: block;
  line-height: 1.8rem;
  height: 3.6rem;
  font-size: 1.3rem;
  color: #666666;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.yos .yos-list .yos-tab li.cur:after {
  width: 100%;
}
.yos .yos-list .yos-tab li.cur span {
  color: #e80129;
}
.yos .yos-list dl dt {
  padding-bottom: 6.4rem;
}
.yos .yos-list dl dt img {
  height: 23rem;
}
.yos .yos-list dl dd {
  padding-top: 2.7rem;
}
.yos .yos-list dl dd h4 {
  margin-bottom: 1.3rem;
}
.yos .yos-list dl dd h4 span {
  display: block;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1.8rem;
  color: #1a1a1a;
}
.yos .yos-list dl dd h4 em {
  display: block;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 1.3rem;
  color: #1a1a1a;
}
.yos .yos-list dl dd .desc {
  line-height: 2.4rem;
  font-size: 1.3rem;
  color: #999999;
  text-align: justify;
}
.yos .yos-list dl dd .desc p {
  margin-bottom: 0.6rem;
  padding-left: 1.65rem;
  position: relative;
}
.yos .yos-list dl dd .desc p:before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.1rem;
  background: #bbbbbb;
  left: 0;
  top: 1.15rem;
  z-index: 1;
}
.yos .yos-list dl dd .desc p:last-of-type {
  margin-bottom: 0;
}
/*案例*/
.case {
  padding: 3.5rem 0;
  background: #fafafa;
}
.case .case-list {
  margin-left: 4.6667%;
  padding-top: 2.3rem;
}
.case .case-list dl {
  width: 66.7133%;
}
.case .case-list dl dd {
  padding: 1.1rem 0 0;
}
.case .case-list dl dd .short {
  height: 2.1rem;
  line-height: 2.1rem;
  font-size: 1.3rem;
  color: #1a1a1a;
  opacity: 0.8;
  margin-bottom: 0.2rem;
}
.case .case-list dl dd h4{margin-right: 4.25rem;}
.case .case-list dl dd h4 a {
  display: block;
  height: 4.2rem;
  line-height: 2.1rem;
  font-size: 1.3rem;
  color: #1a1a1a;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*资讯*/
.news {
  padding: 3.5rem 0 5rem;
}
.news .news-list {
  margin-top: 2.25rem;
  border-top: 1px solid #f5f5f5;
}
.news .news-list dl {
  padding: 2.5rem 0 0.6rem;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}
.news .news-list dl dt {
  width: 35.29412%;
  padding-top: 0.4rem;
}
.news .news-list dl dd {
  width: 61.765%;
}
.news .news-list dl dd h4 {
  margin-right: 2.75rem;
  line-height: 2.2rem;
  height: 4.4rem;
  font-size: 1.4rem;
  color: #333333;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .news-list dl dd p {
  padding-top: 1.3rem;
  height: 2rem;
  line-height: 2rem;
}
.news .news-list dl dd p em {
  float: left;
  font-size: 1.1rem;
  color: #999999;
}
.news .news-list dl dd p span {
  float: right;
  font-size: 1.1rem;
  color: #999999;
  font-family: "Arial";
}
/*关于*/
.about {
  padding: 0 0 3.4rem;
}
.about .txt {
  padding: 2.3rem 0 0;
}
.about .txt h4 {
  margin-bottom: 1.3rem;
}
.about .txt h4 a {
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 2.2rem;
  color: #1a1a1a;
}
.about .txt .desc {
  line-height: 2.4rem;
  font-size: 1.3rem;
  color: #1a1a1a;
  text-align: justify;
}
.about .txt .more {
  padding-top: 1.8rem;
  height: 2.5rem;
  line-height: 2.5rem;
}
.about .txt .more a {
  display: inline-block;
  height: 2.5rem;
  font-size: 1.3rem;
  color: #e80129;
  padding-right: 1.9rem;
  background: url(../images/about-more-icon01.png) no-repeat right center;
  background-size: 1.4rem 1.05rem;
}
@keyframes myfirst {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 100% bottom;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes line {
  from {
    width: 0;
  }
  to {
    width: 60px;
  }
}
@keyframes fadeinL {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeinR {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceinL {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceinR {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes warn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes warn2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  5% {
    opacity: 8;
  }
  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clear {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes yd {
  to {
    transform: translate(-50%);
  }
}
/*自适配*/
@media screen and (min-width: 320px) {
  html {
    font-size: 8.533px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 393px) {
  html {
    font-size: 10.48px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 10.664px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 11.04px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 11.73px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 12.796px;
  }
}
@media screen and (min-width: 520px) {
  html {
    font-size: 13.863px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 14.93px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 15.996px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 17.06px;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 18.1288px;
  }
}
@media screen and (min-width: 700px) {
  html {
    font-size: 18.66px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 19.1952px;
  }
}
@media screen and (min-width: 750px) {
  html {
    font-size: 20px;
  }
}
