.mb-90{
  margin-bottom: 90px;
}
body{
  overflow-x: hidden;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
.newFloatArea {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  z-index: 9999;
  background: #fff;
  transition: all .2s linear;
  -moz-box-shadow: 1px 1px 10px rgba(0,0,0,.3);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .3);
}
.floatMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.floatMain .floatLeft {
  width: 558px;
}
.floatMain .floatLeft .floatTitle {
  color: #00479d;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.floatMain .floatLeft .phone {
  color: #666666;
  font-size: 14px;
}
.floatMain .floatCenter{
  position: relative;
  left: -100px;
}
.floatMain .floatCenter .float-item.active {
  color: #00479d;
  position: relative;
  border-bottom: 2px solid #00479d;
}
.floatMain .floatCenter .float-item {
  display: inline-block;
  font-size: 16px;
  color: #000;
  height: 80px;
  line-height: 80px;
  margin: 0 20px;
  cursor: pointer;
  font-family: 'PingFangSC-Regular';
}
.floatMain .floatRight {
  width: 123px;
  height: 41px;
  background: #0055c8;
  border-radius: 21px;
  text-align: center;
  line-height: 41px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.floatMain .floatRight:hover {
  background: #00479d;
}

/*产品中心右侧*/
.typelever-box {
  min-height: 24px;
  position: relative;
  overflow: auto;
}
.typelever-box dt {
  position: absolute;
  width: 70px;
  text-align: right;
  color: #333;
  font-weight: 600;
  font-size: 14px;
}
.typelever-box dd {
  padding-left: 80px;
}
.typelever-list {
  min-height: 44px;
}
.typelever-list li {
  float: left;
  min-width: 110px;
  margin-right: 20px;
  color: #333;
  margin-bottom: 15px;
  white-space: nowrap;
}
.typelever-list li:last-of-type{
  margin-right: 0;
}
.radio-blue {
  display: inline-block;
}

.gree-checkbox, .gree-radio {
  display: block;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  padding-left: 26px;
  font-weight: 400;
  min-height: 18px;
}
.gree-radio input {
  position: absolute;
  opacity: 0;
  display: none;
}
.gree-radio span {
  display: inline-block;
  font-size: 14px;
}
.gree-radio span::before {
  content: '';
  position: absolute;
  display: inline-block;
  background-color: #fff;
  height: 18px;
  width: 18px;
  left: 0;
  top: 1px;
  border: 2px solid #ebebeb;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
.gree-radio span::before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.radio-blue input:checked~span::before {
  background-color: #00479d;
  border-color: #00479d;
}
.radio-blue input:checked~span::after {
  background-color: #fff;
}
.radio-blue input:checked~span::after {
  background-color: #fff;
}
.gree-radio:hover span::before {
  border-color: #ebebeb;
}
.gree-radio span::after {
  border: 0;
  height: 6px;
  left: 6px;
  top: 7px;
  width: 6px;
  background: #4d5259;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.radio-blue input:checked~span::after {
  content: '';
  position: absolute;
  border: 0;
  height: 6px;
  left: 6px;
  top: 7px;
  width: 6px;
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: rotate(
          45deg
  );
  -ms-transform: rotate(45deg);
  transform: rotate(
          45deg
  );
}

/*产品列表右侧*/
.main-right{
  width: calc(100% - 272px);
}
.em-list{
  padding: 0 0 30px 0;
}
.em-list>.row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.em-list .products_item{
  position: relative;
  text-align: center;
  animation-name: zoomIn;
  animation-duration: .5s;
  animation-fill-mode: both;
}
.em-list .products_item .top {
  margin-bottom: 24px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.em-list .products_item:nth-child(4n) .top{
  margin-right: 0 ;
}
.em-list .products_item:hover .top{
  transition: 0.2s ease-in;
  -webkit-transition: all 0.2s initial;
  -o-transition: all 0.2s initial;
  background-color: #00479d;
}
.em-list .products_item:hover .top p{
  color: #fff;
}
.em-list .products_item:hover .top h3 a{
  color: #fff;
}
.products_item .img {
  overflow: hidden;
  position: relative;
}
.products_item .img img{
  width: 100%;
  height: auto;
}
.products_item .img:hover img {
  opacity: .9;
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.products_item .text h3 {
  font-size: 16px;
  color: #000;
  height: 52px;
  overflow: hidden;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
}
.products_item .text .desc {
  margin-top: 10px;
  color: #808080;
  background: no-repeat bottom center;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee9e9;
}


/*产品展示 右侧*/
.main_left .dtp a{
  text-indent: 10px;
}
.product-wrap .content {
  position: relative;
  text-align: center;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-fill-mode: both;
  margin-bottom: 24px;
  display: block;
  background: #f8f8f8;
}
.product-wrap .content:hover{
  box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}
.product-wrap .content .img {
  display: block;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
}
.product-wrap .content .img img{
  height: 100%;
}
.product-wrap .content .img img.cover{
  width: 100%;
}
.product-wrap .content .description {
  padding: 30px;
}
.product-wrap .content .description .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0;
  color: #333;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.product-wrap .content .description p {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  max-height: 65px;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.limit_text {
  height: 45px;
}
.logo_box {
  padding-top: 30px;
  text-align: left;
}
.logo_box a {
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-family: "st";
  line-height: 20px;
  letter-spacing: 0;
  color: #00479d;
  float: right;
  margin-top: 1%;
  cursor: pointer;
}
.logo_box a:hover {
  color: #008eff;
}
.logo_box a i {
  font-weight: 400;
  letter-spacing: 0;
  vertical-align: bottom;
}

/*产品类别*/
.sep_holder{
  width: 100%;
}
.sep_line{
  height: 1px;
  border-top: 1px solid #EBEBEB;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  margin-bottom: 60px;
}
.master-holder{
  text-align: center;
}
.master-holder p{
  color: #666;
  text-align: left;
  text-indent: 28px;
}
.master-holder h2 {
  font-size: 31px;
  color: transparent;
  background-image: linear-gradient(to right,#32beff 0,#005aab 100%);
  -webkit-background-clip: text;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 14px;
  text-transform: capitalize;
}
.master-holder h2.title-a{
  background-image: linear-gradient(to left, #5cb0f2, #62ddfa);
}
.master-holder h2.title-b{
  background-image: linear-gradient(to left, #b585ea, #8ea5fd);
}
.master-holder h2.title-c{
  background-image: linear-gradient(to left, #f0a122, #edd759);
}
.master-holder h2.title-d{
  background-image: linear-gradient(to left, #0a95f2, #43cba9);
}
.master-holder h2.title-e{
  background-image: linear-gradient(to left, #41ad64, #63da94);
}
.master-holder h2.title-f{
  background-image: linear-gradient(to left, #5d69e6, #51a0d0);
}
.master-holder h2.title-g{
  background-image: linear-gradient(to left, #a43bed, #f06ee8);
}
.master-holder h2.title-h{
  background-image: linear-gradient(to left, #f01c84, #f889c4);
}
.master-holder h2.title-i{
  background-image: linear-gradient(to left, #05afb2, #52e9d4);
}
.master-holder h2.title-j{
  background-image: linear-gradient(to left, #b77bdd, #feb392);
}
.master-holder h2.title-k{
  background-image: linear-gradient(to left, #5691e4, #3ccedd);
}
.master-holder h2.title-l{
  background-image: linear-gradient(to left, #ff7500, #fdc438);
}
.master-holder h2.title-m{
  background-image: linear-gradient(to left, #5bae32, #b1e07f);
}
.master-holder h2.title-n{
  background-image: linear-gradient(to left, #f01768, #fc863d);
}
.master-holder h2.title-o{
  background-image: linear-gradient(to left, #ff8663, #fdb784);
}
.master-holder .category-info {
  padding-top: 25px;
  display: flex;
  flex-flow: row wrap;
}
.master-holder .category-info .info-item{
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.master-holder .category-info .info-item .box{
  display: block;
  position: relative;
  overflow: hidden;
}
.master-holder .category-info .info-item .box:hover img {
  transform: scale(1.1);
}
.master-holder .category-info .info-item .box:hover .mask-top{
  display: block;
}
.master-holder .category-info .info-item .mask-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 10s;
  display: none;
}
.master-holder .category-info .info-item .mask-text {
  padding: 24px;
  background: rgba(0,0,0,.3);
  height: 100%;
  position: relative;
  overflow: hidden;
}
.master-holder .category-info .info-item .box img{
  width: 100%;
  height: 100%;
}
.master-holder .category-info .info-item .mask-text p {
  max-height: 168px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.master-holder .category-info .info-item .mask-text p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  overflow: hidden;
}
.master-holder .category-info h5{
  margin-top: 15px;
  font-size: 16px;
  color: #666;
}


/*产品详情*/
/*.pro-article {
  overflow: hidden;
  padding: 90px 0 40px;
}*/
.phone-pic .small-wrap img{
  width: 100%;
}
.phone-pic .small-wrap .swiper-pagination-bullet{
  width: 18px;
  height: 4px;
  border-radius: 0;
}
.phone-pic{
  display: none;
}
.phone-pic .small-wrap .swiper-pagination-bullets{
  bottom: 0;
}
.da-title {
  color: #00479d;
  font-size: 20px;
  margin-top: 1px;
  margin-bottom: 24px;
}
.pro-article .info{
  margin-top: 20px;
}
.pro-article .info p,.pro-article .info .p{
  margin-top: 10px;
}
.pro-article .info .lf-t{
  display: inline-block;
  text-align: justify;
  text-align-last:justify;
  text-justify:distribute-all-lines;
  width: 70px;
  margin-right: 10px;
}
.pro-article .info .social-share a{
  margin-right: 8px;
  margin-left: 0;
}
.pro-article .info .social-share .social-share-icon{
  border-radius: 0;
}
.pro-article .info p a{
  display: inline-block;
  margin-right: 8px;
  width: 98px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #eee9e9;
  border-radius: 2px;
  text-align: center;
  color: #808080;
}
.pro-article .info .social-share .social-share-icon{
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.pro-article .info p a:hover{
  color: #fff;
  background-color: #00479d;
  border: 1px solid #00479d;
}
.pro-article .info p p:first-of-type a{
  color: #fff;
  background-color: #00479d;
  border: 1px solid #00479d;
}
.jj {
  line-height: 24px;
  font-size: 13px;
  color: #666;
}
.c3f4 {
  color: #333;
  font-size: 16px;
}
.part2{
  background-color: #fff;
  margin-bottom: 30px;
}
.part2 .part-title {
  border-bottom: 1px solid #E8E8E8;
  padding: 10px 50px;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: #262626;
  position: relative;
}
.part2 .part-title::after {
  content: '';
  position: absolute;
  left: 35px;
  top: 21px;
  width: 4px;
  height: 18px;
  background: #00479d;
}
.part2 main {
  padding: 25px 50px 40px 50px;
  font-size: 14px;
  color: rgba(0, 0, 0, .75);
  line-height: 32px;
  overflow: hidden;
}
.part2 main .equip-name * img{
  height: auto !important;
}
.part2 main video{
  max-width: 100%;
  max-height: 400px;
  height: 276px;
  width: 48%;
  float: left;
}
.part2 .addMain .question {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 24px;
}
.part2 .addMain .question .question-top {
  display: flex;
  align-items: center;
  width: 839px;
  height: 36px;
  background: #F8FAF9;
  border-radius: 18px;
  padding: 0 20px;
}
.part2 .addMain .question .question-top img {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}
.part2 .addMain .question .question-top h3 {
  color: #262626;
  font-size: 16px;
  font-weight: bold;
}
.part2 .addMain .question .text{
  padding: 20px 30px;
  word-break: break-all;
}
.part2 .addMain .download p,.part2 .addMain .see-link p{
  display: flex;
  justify-content: space-between;
}
.part2 .addMain p a{
  color: #00479d;
  text-decoration: underline;
}
.part2 .addMain p a:hover{
  color: #e50414;
}
.part2 .addMain p a.see,.part2 .addMain p a.see:hover{
  text-decoration: none;
}
.part2 .video-play iframe {
  width: 100%;
  height: 450px;
  min-height: 150px;
}
.part2 .video-play img{
  width: 100%;
}
.part2 .video-play .tips {
  margin-top: 20px;
  font-size: 16px;
}
.part2 .video-play .tips a.active-col {
  color: #00479D;
}
.part2 .video-play .tips a.active-col:hover {
  color: #e50414;
}

/*打印关闭区域*/
.bt_xx {
  height: 40px;
  line-height: 40px;
  background-color: #F1F1F1;
  text-align: right;
  padding: 0 20px;
}
.bt_xx>a{
  margin-left: 15px;
}

@media (max-width: 559px) {
  .product-wrap .content .img{
    width: 100%;
  }
  .product-wrap .content .img img{
    width: 100%;
    height: auto;
    display: block;
  }
  .module h3.title {
    font-size: 24px;
  }
  .floatMain .floatLeft{
    width: 206px;
  }
  .floatMain .floatLeft .floatTitle{
    font-size: 16px;
  }
  .floatMain .floatCenter .float-item{
    margin: 0 1px;
  }
  .floatMain .floatCenter{
    position: relative;
    left: 10px;
  }
  .floatMain .floatLeft .phone{
    font-size: 12px;
  }
  .floatMain .floatCenter .float-item{
    font-size: 12px;
  }
  .floatMain .floatRight{
    width: 70px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
  .floatMain{
    height: 63px;
  }
  .floatMain .floatCenter .float-item{
    height: 31px;
    line-height: 31px;
  }
  html{
    scroll-padding-top: 70px;
  }
}
@media (min-width: 560px) and (max-width: 767px) {
  .product-wrap .content .img{
    width: 100%;
    max-height: 415px;
  }
  .product-wrap .content.new .img {
    width: 100%;
    height: auto;
  }
  html{
    scroll-padding-top: 70px;
  }
  .module h3.title {
    font-size: 24px;
  }
  .floatMain .floatLeft{
    width: 140px;
  }
  .floatMain .floatLeft .floatTitle{
    font-size: 16px;
  }
  .floatMain .floatCenter .float-item{
    margin: 0px;
  }
  .floatMain .floatCenter .float-item{
    font-size: 12px;
  }
  .floatMain .floatRight{
    width: 100px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
  }
  .floatMain{
    height: 60px;
  }
  .floatMain .floatCenter .float-item{
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px){
  .suspension{
    display: none;
  }
  .typelever-list li{
    margin-right: 10px;
  }
  .master-holder .category-info .info-item .mask-text{
    background: rgba(0,0,0,.1);
  }
  .part2 main video{
    width: 100% !important;
    height: auto !important;
  }
  .three_box{
    margin-top: 20px;
    width: 100% !important;
  }
  .group_fb .l-link p{
    margin: 0;
  }
  .group_fb{
    line-height: 32px;
  }
  .group_fb .l-link{
    text-align: center;
  }
  .group_ft .link-list .link-item .el-popper:after{
    left: 9.5px;
  }
  .group_ft .link-list .link-item .el-popper{
    min-width: 76px;
    padding: 6px;
  }
  .group_ft .link-list .link-item .w216{
    max-width: 145px;
  }
  .group_ft .link-list .link-item .flex-between .img-item:first-of-type{
    padding-right: 2.5px;
  }
  .group_ft .link-list .link-item .flex-between .img-item{
    padding-left: 2.5px;
  }
  .group_ft .link-list .link-item .img-item .text{
    font-size: 12px;
  }
  .product-wrap .content .description .title{
    font-size: 15px;
    margin-bottom: 7px;
  }
  .product-wrap .content .description p{
    font-size: 13px;
  }
  .product-wrap .content .description{
    padding: 15px;
  }
  .logo_box{
    text-align: right;
  }
  .logo_box a,.logo_box a i{
    font-size: 13px;
    float: none;
  }
  .master-holder .category-info .info-item .box:hover .mask-top{
    display: none;
  }
  .right-info{
    margin-top: 20px;
  }
  .master-holder h2{
    font-size: 18px;
  }
  .main-right{
    width: 100%;
  }
}
@media (max-width: 991px) {
  .pc-pic{
    display: none;
  }
  .phone-pic{
    display: block;
    margin-bottom: 30px;
  }
  .module h3.title {
    margin: 30px auto 15px auto;
  }
  .pro-article{
    padding: 0 0 30px 0 !important;
  }
  .part2 main{
    font-size: 12px;
    padding: 15px 0 0 0 ;
  }
  .da-title{
    font-size: 16px;
  }
  .c3f4{
    font-size: 14px;
  }
  .pro-article .info a,.part2 .addMain .question{
    font-size: 12px;
  }
  .part2{
    margin-bottom: 12px;
  }
  .part2 .part-title{
    padding: 5px 25px;
    font-size: 16px;
  }
  .part2 .part-title::after{
    left: 10px;
    top: 18px;
    height: 16px;
  }
  .part2 .addMain .question .question-top h3,.part2 .video-play .tips{
    font-size: 13px;
  }
  .part2 .addMain .question .question-top{
    width: auto;
    height: 30px;
    padding: 0 12px;
  }
  .part2 .addMain .question .question-top img{
    width: 15px;
    height: 15px;
  }
  .bt_xx{
    padding: 0;
    font-size: 13px;
    text-align: center;
  }
  .social-share .social-share-icon{
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: text-top;
  }
  .slide-info .menu-item{
    width: 600px;
  }
  .rt-search-content .input{
    height: 34px;
  }
  .rt-search-content .input input{
    padding: 0 12px;
    font-size: 13px;
    border-radius: 17px;
  }
  .rt-search-content .input .btn-search {
    right: 12px;
    top: 9px;
    font-size: 13px;
  }
  .typelever-box dt,.gree-radio span,.rt-search-content .tel{
    font-size: 13px;
  }
  .rt-search-content .tel{
    line-height: 34px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .module h3.title {
    font-size: 32px;
  }
  .floatMain .floatLeft{
    width: 128px;
  }
  .floatMain .floatCenter .float-item{
    margin: 0 10px;
  }
  .product-wrap .content .img{
    width: 345px;
    height: 345px;
  }
  .advantage .content.new .img {
    height: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  .master-holder .category-info .info-item .mask-text{
    padding: 8px;
  }
  .master-holder .category-info .info-item .mask-text p{
    max-height: 104px;
    overflow: hidden;
    line-height: 21px;
  }
  .products_item .text .desc{
    font-size: 13px;
  }
  .module h3.title {
    font-size: 38px;
    margin: 40px auto 20px auto;
  }
  .product-wrap .content .img{
    height: 140px;
  }
  .product-wrap .content .description{
    padding: 20px 20px 30px 20px;
  }
  .product-wrap .content .description .title{
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .product-wrap .content .description p{
    font-size: 15px;
  }
  .product-wrap .content .img{
    width: 212px;
    height: 212px;
  }
  .advantage .content.new .img {
    width: 212px;
    height: 126px;
  }
  .info .goods-detail{
    padding: 20px 45px 0 45px;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .master-holder .category-info .info-item .mask-text{
    padding: 10px;
  }
  .master-holder .category-info .info-item .mask-text p{
    max-height: 140px;
    line-height: 20px;
  }
  .product-wrap .content .img{
    width: 262px;
    height: 262px;
  }
  .advantage .content.new .img {
    width: 262px;
    height: 148px;
  }
  .info .goods-detail{
    padding: 30px 65px 0 65px;
  }
}
@media (max-width: 1199px) {
  .products_item .text h3{
    font-size: 14px;
  }
  .floatMain .floatCenter{
    left: 0;
  }
}
@media (min-width: 992px){
  .floatMain .floatLeft{
    width: 248px;
  }
}
@media (min-width: 1360px) {
  .product-wrap .content .img{
    width: 290px;
    height: 290px;
  }
  .advantage .content.new .img {
    width: 290px;
    height: 180px;
  }
  .info .goods-detail{
    padding: 30px 115px 0 115px;
  }
}

.three_box{
  width: 48%;
  max-height: 400px;
  float: right;
  overflow: hidden;
}
.three_box_color{
  text-align: center;
  width: 48%;
  height: 276px;
  background-color: #f8f8f8;
  float: right;
  position: relative;
}
.three_box_color img{
  width: 200px;
  height: 200px;
  transform: rotateZ(10deg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.three_box canvas{
  width: 100% !important;
  max-height: 400px !important;
}
