@charset "UTF-8";
/* 解决方案 */
.case {
  width: 100%;
}

.case .case-banner {
  width: 100%;
}

.case .case-crumbs {
  width: 100%;
}

.case .case-list {
  width: 100%;
  padding: .7rem 0;
}

.case .case-list .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case .case-list .case-item {
  width: 32%;
  position: relative;
  margin-bottom: 2%;
  border-radius: .04rem;
  overflow: hidden;
  text-align: center;
}

.case .case-list .case-item:hover .layer {
  z-index: 2;
  opacity: 1;
}

.case .case-list .case-item .show {
  width: 100%;
}

.case .case-list .case-item .item-img {
  width: 100%;
}

.case .case-list .case-item .item-img img {
  width: 100%;
}

.case .case-list .case-item .item-text {
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 1;
}

.case .case-list .case-item .layer {
  width: 100%;
  height: 100%;
  background-color: rgba(36, 128, 206, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 0 .2rem;
}

.case .case-list .case-item .item-title {
  color: #fff;
  line-height: 1.5;
}

.case .case-list .case-item .item-guide {
  color: #fff;
  line-height: 2;
  margin: .25rem 0 .55rem;
}

.case .case-list .case-item .item-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0.44rem;
  height: 0.44rem;
  border: .02rem solid #fff;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  cursor: pointer;
}

.case .case-list .case-item .item-more span {
  width: .04rem;
  height: .04rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 .02rem;
}

@media (max-width: 1920px) {
  .case .case-list .case-item .item-more {
    border-width: 2px;
  }
}

@media (max-width: 900px) {
  .case .case-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 700px) {
  .case .case-list .case-item {
    width: 49%;
  }
  .case .case-list .case-item .item-guide {
    margin: .15rem 0 .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (max-width: 450px) {
  .case .case-list .case-item {
    width: 100%;
  }
}

.case .case-crumbs-two {
  width: 100%;
  background-color: #2480ce;
  -webkit-box-shadow: 0 0.01rem 0 0 rgba(153, 152, 153, 0.22);
  box-shadow: 0 0.01rem 0 0 rgba(153, 152, 153, 0.22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case .case-crumbs-two .crumbs-item {
  padding: .0 .66rem;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.case .case-crumbs-two .crumbs-item .s16 {
  display: inline-block;
  padding: .22rem 0;
  color: #fff;
}

.case .case-crumbs-two .crumbs-item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 600px) {
  .case .case-crumbs-two {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 10px;
  }
  .case .case-crumbs-two .crumbs-item {
    padding: 0;
  }
}

.case .case-lexi {
  width: 100%;
}

.case .case-lexi .lexi-title {
  color: #333;
  margin-top: .6rem;
  text-align: center;
}

.case .case-lexi .lexi-title-lt {
  padding-left: .2rem;
  color: #333;
  border-left: .03rem solid #2480ce;
}

@media (max-width: 1920px) {
  .case .case-lexi .lexi-title-lt {
    border-width: 3px;
  }
}

.case .case-lexi .lexi-three .lexi-title-lt {
  color: #fff;
  border-color: #fff;
}

.case .case-lexi .lexi-one {
  width: 100%;
  padding: .6rem 0;
}

.case .case-lexi .lexi-one .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case .case-lexi .lexi-one .one_l {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case .case-lexi .lexi-one .one-desc {
  color: #555;
  line-height: 2;
  padding: 0 .26rem;
  margin-top: 5%;
}

.case .case-lexi .lexi-one .one-desc p {
  color: #555;
  line-height: 2;
  padding: 0 .26rem;
  margin-top: 5%;
}

.case .case-lexi .lexi-one .one_r {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case .case-lexi .lexi-one .one-img {
  width: 100%;
  overflow: hidden;
}

.case .case-lexi .lexi-one .one-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.case .case-lexi .lexi-one .one-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 1200px) {
  .case .case-lexi .lexi-one .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .case .case-lexi .lexi-one .one_l {
    width: 100%;
    margin-bottom: 2%;
  }
  .case .case-lexi .lexi-one .one_r {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .case .case-lexi .lexi-one .container {
    width: 100%;
    padding: 0 10px;
  }
}

.case .case-lexi .lexi-two {
  width: 100%;
  padding: .6rem 0;
}

.case .case-lexi .lexi-two .container {
  width: 14rem;
  margin: 0 auto;
}

.case .case-lexi .lexi-two .two-list {
  width: 100%;
  margin-top: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case .case-lexi .lexi-two .two-item {
  display: block;
  cursor: pointer;
  width: 23%;
  border-radius: .06rem;
  overflow: hidden;
  margin-right: 2%;
}

.case .case-lexi .lexi-two .two-item:nth-of-type(4n){
  margin-right: 0;
}

.case .case-lexi .lexi-two .two-item:hover .item-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.case .case-lexi .lexi-two .two-item:hover .item-text {
  color: #2480ce;
}

.case .case-lexi .lexi-two .two-item .item-img {
  width: 100%;
  overflow: hidden;
}

.case .case-lexi .lexi-two .two-item .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.case .case-lexi .lexi-two .two-item .item-text {
  color: #333;
  margin-top: .2rem;
  text-align: center;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 900px) {
  .case .case-lexi .lexi-two .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  .case .case-lexi .lexi-two .two-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case .case-lexi .lexi-two .two-item {
    width: 100%;
    margin-bottom: 2%;
  }

  .case .case-lexi .lexi-two .two-item:nth-of-type(4n){
    margin-right: 2%;
  }
}

.case .case-lexi .lexi-three {
  width: 100%;
  padding: .6rem 0;
  background-color: #2480ce;
}

.case .case-lexi .lexi-three .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case .case-lexi .lexi-three .three_l {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.case .case-lexi .lexi-three .three-img {
  width: 100%;
  overflow: hidden;
  border-radius: .1rem;
  height: 100%;
}

.case .case-lexi .lexi-three .three-img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.case .case-lexi .lexi-three .three-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.case .case-lexi .lexi-three .three_r {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.case .case-lexi .lexi-three .three-desc {
  color: #fff;
  line-height: 2;
  padding: 0 .26rem;
  margin-top: 5%;
}

.case .case-lexi .lexi-three .three-desc p {
  color: #fff;
  line-height: 2;
  padding: 0 .26rem;
 
}

@media (max-width: 1200px) {
  .case .case-lexi .lexi-three .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .case .case-lexi .lexi-three .three_l {
    width: 100%;
  }
  .case .case-lexi .lexi-three .three_r {
    width: 100%;
    margin-bottom: 2%;
  }
}

@media (max-width: 900px) {
  .case .case-lexi .lexi-three .container {
    width: 100%;
    padding: 0 10px;
  }
}

.case .case-lexi .lexi-four {
  width: 100%;
  padding: .6rem 0;
}

.case .case-lexi .lexi-four .container {
  width: 14rem;
  margin: 0 auto;
}

/* 修改部分1.7- */
.case .case-lexi .lexi-four .four-list {
  width: 100%;
  margin-top: .45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*

// 备份

.case .case-lexi .lexi-four .four-item {
  width: 48%;
  padding: .36rem .56rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.03rem 0.32rem 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0.03rem 0.32rem 0 rgba(0, 0, 0, 0.04);
  border-radius: .06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4%;
}

.case .case-lexi .lexi-four .four-item .item-icon {
  width: 10%;
}

.case .case-lexi .lexi-four .four-item .item-icon img {
  width: 100%;
}

.case .case-lexi .lexi-four .four-item .item-text {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.case .case-lexi .lexi-four .four-item .item-title {
  color: #333;
  line-height: 1.3;
  margin-bottom: 2%;
}

.case .case-lexi .lexi-four .four-item .item-guide {
  color: #666;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 900px) {
  .case .case-lexi .lexi-four .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 700px) {
  .case .case-lexi .lexi-four .four-item {
    width: 100%;
  }
}

*/
.case .case-lexi .lexi-four .four-list > div {
  /*width: 48%;*/
  padding: .36rem .56rem;
  background-color: #fff;
  /*-webkit-box-shadow: 0 0.03rem 0.32rem 0 rgba(0, 0, 0, 0.04);*/
  /*box-shadow: 0 0.03rem 0.32rem 0 rgba(0, 0, 0, 0.04);*/
  border-radius: .06rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 4%;
}

.case .case-lexi .lexi-four .four-list span:first-of-type {
  width: 10%;
}

.case .case-lexi .lexi-four .four-list img {
  width: 100%;
}

.case .case-lexi .lexi-four .four-list span:last-of-type {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.case .case-lexi .lexi-four .four-list h5 {
  color: #333;
  line-height: 1.3;
  margin-bottom: 2%;
  font-weight: 700;
}

.case .case-lexi .lexi-four .four-list h6 {
  font-weight: 500;
  color: #666;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 900px) {
  .case .case-lexi .lexi-four .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 700px) {
  .case .case-lexi .lexi-four .four-list > div {
    width: 100%;
  }
}

/* -1.7 */
.case .case-lexi .lexi-five {
  width: 100%;
  padding: .6rem 0;
  background-color: #fafafa;
}

.case .case-lexi .lexi-five .container {
  width: 14rem;
  margin: 0 auto;
}

.case .case-lexi .lexi-five .five-list {
  position: relative;
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case .five-list .swiper-container {
  width: 100%;
  position: static;
}

.case .five-list .swiper-button {
  background: unset;
  background-color: #efefef;
  border-radius: .04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: .44rem;
  height: 0.44rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 3;
}

.case .five-list .swiper-button img {
  width: 50%;
}

.case .five-list .swiper-button-prev {
  left: -8%;
}

.case .five-list .swiper-button-next {
  right: -8%;
}

@media (max-width: 900px) {
  .case .five-list .swiper-button-prev {
    left: -30px;
  }
  .case .five-list .swiper-button-next {
    right: -30px;
  }
}

.case .case-lexi .lexi-five .five-item {
  width: 23%;
  cursor: pointer;
  display: block;
}

.case .case-lexi .lexi-five .five-item:hover .item-title, .case .case-lexi .lexi-five .five-item:hover .item-type {
  color: #2480ce;
}

.case .case-lexi .lexi-five .five-item:hover .item-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.case .case-lexi .lexi-five .five-item .item-img {
  width: 100%;
  border-radius: .1rem;
  border: .01rem solid #f0f0f0;
  overflow: hidden;
  background-color: #fff;
  padding: .5rem;
}

@media (max-width: 1920px) {
  .case .case-lexi .lexi-five .five-item .item-img {
    border-width: 1px;
  }
}

.case .case-lexi .lexi-five .five-item .item-img img {
  -webkit-transition: .5s;
  transition: .5s;
  width: 100%;
}

.case .case-lexi .lexi-five .five-item .item-text {
  width: 100%;
  text-align: center;
  margin-top: 0.3rem;
}

.case .case-lexi .lexi-five .five-item .item-title {
  color: #555;
  line-height: 2;
  -webkit-transition: .5s;
  transition: .5s;
}

.case .case-lexi .lexi-five .five-item .item-type {
  color: #555;
  line-height: 2;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 900px) {
  .case .case-lexi .lexi-five .container {
    width: 100%;
    padding: 0 10px;
  }
  .case .case-lexi .lexi-five .five-list {
    width: 90%;
    margin: 0.5rem auto 0;
  }
}

@media (max-width: 600px) {
  .case .case-lexi .lexi-five .five-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .case .case-lexi .lexi-five .five-item {
    width: 49%;
    margin-bottom: .3rem;
  }
}

@media (max-width: 500px) {
  .case .case-lexi .lexi-five .five-list {
    width: 80%;
  }
}

@media (max-width: 450px) {
  .case .case-lexi .lexi-five .five-item {
    width: 100%;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  /* 关于我们轮播图 */
}

.about .about-banner {
  width: 100%;
}

.about .about-crumbs {
  width: 100%;
}

.about .about-intro {
  width: 100%;
}

.about .intro-one {
  width: 100%;
  padding: .8rem 0 0;
}

.about .intro-one .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .intro-one .one_l {
  width: 24%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .intro-one .one-logo {
  width: 80%;
}

.about .intro-one .one-logo img {
  width: 100%;
}

.about .intro-one .one-data {
  width: 100%;
  margin-top: .8rem;
}

.about .intro-one .data-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10%;
}

.about .intro-one .data-item .item-icon {
  width: 24%;
}

.about .intro-one .data-item .item-icon img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.about .intro-one .data-item .item-text {
  width: 72%;
}

.about .intro-one .data-item .item-title {
  color: #2480ce;
  line-height: 1.5;
  font-weight: 700;
}

.about .intro-one .data-item .item-guide {
  color: #555;
  line-height: 2;
}

.about .intro-one .one_r {
  width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .intro-one .one-title {
  color: #2480ce;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 4%;
}

.about .intro-one .one-desc {
  color: #555;
  line-height: 2;
}

.about .intro-one .one-desc p {
  color: #555;
  line-height: 2;
}

@media (max-width: 1200px) {
  .about .intro-one .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .intro-one .one_l {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .intro-one .one-logo {
    width: 5rem;
  }
  .about .intro-one .one-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about .intro-one .data-item {
    width: 100%;
    margin-bottom: 3%;
  }
  .about .intro-one .one_r {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .about .intro-one .one-logo {
    margin: 0 auto;
    width: 4rem;
  }
  .about .intro-one .container {
    width: 100%;
    padding: 0 10px;
  }
  .about .intro-one .data-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about .intro-one .data-item .item-icon {
    width: 1.2rem;
  }
  .about .intro-one .data-item .item-text {
    width: 4.8rem;
    padding-left: .2rem;
  }
  .about .intro-one .one-title {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .about .intro-one .one-data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .intro-one .data-item {
    width: 100%;
  }
}

.about .intro-two {
  width: 100%;
  padding: .6rem 0 .8rem;
}

.about .intro-two .container {
  width: 14rem;
  margin: 0 auto;
  position: relative;
}

.about .intro-two .swiper-slide img {
  width: 100%;
}

@media (max-width: 900px) {
  .about .intro-two .container {
    width: 100%;
    padding: 0 10px;
  }
  .about .intro-two .two-swiper {
    width: 90%;
  }
}

@media (max-width: 500px) {
  .about .intro-two .two-swiper {
    width: 80%;
  }
}

.about .intro-three {
  width: 100%;
  padding: .6rem 0;
  background: url("../images/about6.jpg") center center no-repeat;
  background-size: 100% 100%;
}

.about .intro-three .container {
  width: 14rem;
  margin: 0 auto;
}

.about .intro-three .three-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: .8rem;
  text-align: center;
}

.about .intro-three .three-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .intro-three .three-item {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3%;
}

.about .intro-three .three-item .item-icon {
  width: 0.92rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .intro-three .three-item .item-icon:hover img {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about .intro-three .three-item .item-icon img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.about .intro-three .three-item .item-text {
  width: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about .intro-three .three-item .item-title {
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
}

.about .intro-three .three-item .item-guide {
  color: #fff;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
  .about .intro-three .three-item {
    width: 49%;
  }
  .about .intro-three .three-item .item-icon {
    width: 16%;
  }
  .about .intro-three .three-item .item-text {
    width: 80%;
  }
}

@media (max-width: 900px) {
  .about .intro-three .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .about .intro-three .three-item {
    width: 100%;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  }
  .about .intro-three .three-item .item-icon {
    width: 80px;
  }
  .about .intro-three .three-item .item-text {
    padding-left: 20px;
  }
}

.about .intro-four {
  width: 100%;
  padding: .6rem 0;
}

.about .intro-four .container {
  width: 14rem;
  margin: 0 auto;
  position: relative;
}

.about .intro-four .four-title {
  color: #2480ce;
  font-weight: 700;
  margin-bottom: .8rem;
  text-align: center;
}

.about .intro-four .four-swiper::before {
  display: block;
  content: '';
  width: 100%;
  height: .01rem;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 61%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1920px) {
  .about .intro-four .four-swiper::before {
    height: 1px;
  }
}

.about .intro-four .swiper-slide .slide-time {
  width: .8rem;
  height: .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.about .intro-four .swiper-slide .slide-time span {
  width: 80%;
  border: .01rem solid #dcdcdc;
  border-radius: 50%;
  background-color: #f4f4f4;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.about .intro-four .swiper-slide .slide-time::after {
  display: block;
  position: absolute;
  top: -50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  width: .01rem;
  height: .50rem;
  -webkit-transition: .5s;
  transition: .5s;
  border-left: .01rem dashed #bfbfbf;
}

.about .intro-four .swiper-slide .slide-time:nth-of-type(2n+1)::after {
  top: unset;
  bottom: -50%;
}

.about .intro-four .swiper-slide-active .slide-time {
  background-color: rgba(36, 128, 206, 0.2);
}

.about .intro-four .swiper-slide-active .slide-time span {
  background-color: #2480ce;
  color: #fff;
  font-weight: 700;
}

.about .intro-four .swiper-slide-active .slide-time::after {
  border-color: #2480ce;
}

@media (max-width: 1920px) {
  .about .intro-four .swiper-slide .slide-time {
    border-width: 1px;
    width: 80px;
    height: 80px;
  }
  .about .intro-four .swiper-slide .slide-time::after {
    height: 50px;
    border-width: 1px;
  }
}

.about .intro-four .swiper-slide .slide-desc {
  width: 100%;
  position: absolute;
  left: 39%;
  top: .42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.about .intro-four .swiper-slide .slide-desc .s15 {
  width: 100%;
  line-height: 2;
  display: inline-block;
  vertical-align: middle;
  color: #555;
}

.about .intro-four .swiper-slide .slide-desc .s15::before {
  
  display: inline-block;
  width: .02rem;
  height: .02rem;
  background-color: #555;
  vertical-align: middle;
  margin-right: .05rem;
}

.about .intro-four .swiper-slide .slide-desc:nth-of-type(2n) {
  top: unset;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  bottom: .42rem;
}

@media (max-width: 900px) {
  .about .intro-four .container {
    width: 100%;
    padding: 0 10px;
  }
}

.about .swiper-container {
  position: static;
}

.about .swiper-button {
  background: unset;
  background-color: #efefef;
  border-radius: .04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: .44rem;
  height: 0.44rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 3;
}

.about .swiper-button img {
  width: 50%;
}

.about .swiper-button-prev {
  left: -8%;
}

.about .swiper-button-next {
  right: -8%;
}

@media (max-width: 900px) {
  .about .swiper-button-prev {
    left: 10px;
  }
  .about .swiper-button-next {
    right: 10px;
  }
}

.about .about-contact {
  width: 100%;
  padding: .6rem 0;
}

.about .about-contact .cont-title {
  color: #2480ce;
  text-align: center;
  font-weight: 700;
}

.about .about-contact .cont-pos {
  width: 100%;
  padding: .5rem 0;
}

.about .about-contact .cont-pos .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .about-contact .cont-pos .pos_l, .about .about-contact .cont-pos .pos_r {
  width: 48.5%;
  border: solid .01rem #eeeeee;
  border-radius: .06rem;
  margin-bottom: 2%;
}

.about .about-contact .cont-pos .pos_header {
  width: 100%;
  padding: .2rem 0;
  border-bottom: .01rem solid #f5f5f5;
}

.about .about-contact .cont-pos .pos-title {
  padding: 0 .3rem;
  border-left: .03rem solid #2480ce;
  color: #2480ce;
}

.about .about-contact .cont-pos .pos_main {
  width: 100%;
  padding: .2rem .3rem;
}

.about .about-contact .cont-pos .pos-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .1rem 0;
}

.about .about-contact .cont-pos .pos-item .s16 {
  line-height: 2;
}

.about .about-contact .cont-pos .pos-item img {
  margin-right: .2rem;
  width: .16rem;
  height: .16rem;
}

@media (max-width: 1920px) {
  .about .about-contact .cont-pos .pos-item img {
    width: 16px;
    height: 16px;
  }
}

.about .about-contact .cont-pos .pos-item:last-of-type img {
  width: .14rem;
}

@media (max-width: 1920px) {
  .about .about-contact .cont-pos .pos-item:last-of-type img {
    width: 14px;
  }
}

@media (max-width: 1200px) {
  .about .about-contact .cont-pos .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about .about-contact .cont-pos .pos_l, .about .about-contact .cont-pos .pos_r {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .about .about-contact .cont-pos .container {
    width: 100%;
    padding: 0 10px;
  }
}

.about .about-contact .cont-map {
  width: 100%;
  position: relative;
}

.about .about-contact .cont-map .map-img {
  width: 100%;
}

.about .about-contact .cont-map .map-img img {
  width: 100%;
}

.about .about-contact .cont-map .map-button {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 6%;
}

.about .about-contact .cont-map .map-button .pos-name {
  display: inline-block;
  padding: .15rem .3rem;
  border-radius: .06rem;
  margin: 0 .12rem;
  background-color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 0.16rem 0 rgba(0, 0, 0, 0.17);
}

.about .about-contact .cont-map .map-button .pos-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .about-contact .cont-map .map-button .pos-btn img {
  width: .14rem;
  height: .18rem;
  margin-right: .1rem;
}

.about .about-contact .cont-map .map-button .pos-btn .s16 {
  color: #888;
  -webkit-transition: .5s;
  transition: .5s;
}

.about .about-contact .cont-msg {
  width: 100%;
  padding: .8rem 0;
}

.about .about-contact .cont-msg .container {
  width: 14rem;
  margin: 0 auto;
}

.about .about-contact .cont-msg .msg_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: .6rem;
}

.about .about-contact .cont-msg .msg-title {
  color: #2480ce;
  font-weight: 700;
  margin-right: .32rem;
}

.about .about-contact .cont-msg .msg-guide {
  color: #666;
}

@media (max-width: 450px) {
  .about .about-contact .cont-msg .msg_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .about .about-contact .cont-msg .msg-title {
    line-height: 2;
  }
  .about .about-contact .cont-msg .msg-guide {
    line-height: 2;
  }
}

.about .about-contact .cont-msg .msg-form {
  width: 100%;
}

.about .about-contact .cont-msg .msg-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about .about-contact .cont-msg .msg-info div {
  width: 49%;
  border: .01rem solid #e5e5e5;
  overflow: hidden;
  border-radius: .06rem;
  margin-bottom: 2%;
}

@media (max-width: 1920px) {
  .about .about-contact .cont-msg .msg-info div {
    border-width: 1px;
  }
}

.about .about-contact .cont-msg .msg-info div input {
  padding: .26rem 0;
  width: 100%;
  border: none;
  background-color: transparent;
  text-indent: .2rem;
}

.about .about-contact .cont-msg .msg-cont {
  width: 100%;
  border: .01rem solid #e5e5e5;
  overflow: hidden;
  border-radius: .06rem;
  margin-bottom: 3%;
}

@media (max-width: 1920px) {
  .about .about-contact .cont-msg .msg-cont {
    border-width: 1px;
  }
}

.about .about-contact .cont-msg .msg-cont textarea {
  width: 100%;
  height: 1.5rem;
  padding: .2rem;
  border: none;
}

/* 修改部分1.6- */
.about .about-contact .cont-msg .msg-code {
  width: 100%;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .about-contact .cont-msg .msg-code .code-input {
  width: 20%;
  border: .01rem solid #e5e5e5;
  overflow: hidden;
  border-radius: .06rem;
}

.about .about-contact .cont-msg .msg-code .code-input input {
  padding: .26rem 0;
  border: none;
  background-color: transparent;
  text-indent: .2rem;
}

.about .about-contact .cont-msg .msg-code .code-img {
  width: 12%;
  margin-left: 2%;
  background-color: #000;
}

.about .about-contact .cont-msg .msg-code .code-img img {
  width: 100%;
}

@media (max-width: 1920px) {
  .about .about-contact .cont-msg .msg-code .code-input {
    border-width: 1px;
  }
}

@media (max-width: 750px) {
  .about .about-contact .cont-msg .msg-code .code-input {
    width: 3rem;
  }
  .about .about-contact .cont-msg .msg-code .code-img {
    width: 2rem;
  }
}

/* -1.6 */
.about .about-contact .cont-msg .msg-send {
  cursor: pointer;
  border: none;
  background-color: #2480ce;
  padding: .17rem .68rem;
  color: #fff;
  border-radius: .06rem;
}

@media (max-width: 900px) {
  .about .about-contact .cont-msg .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 500px) {
  .about .about-contact .cont-msg .msg-info div {
    width: 100%;
  }
}

.about .about-recruit {
  width: 100%;
  padding: .6rem 0;
}

.about .about-recruit .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .about .about-recruit .container {
    width: 100%;
    padding: 0 10px;
  }
}

.about .about-recruit .recr-title {
  text-align: center;
  color: #2480ce;
  font-weight: 700;
}

.about .about-recruit .recr-search {
  width: 100%;
  margin: 0.5rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about .about-recruit .recr-search > div {
  width: 2.4rem;
  margin: 0 .15rem;
}

.about .about-recruit .recr-search > div:last-of-type {
  width: auto;
}

.about .about-recruit .recr-search .search-name {
  height: .44rem;
  border: solid .01rem #dcdcdc;
  border-radius: .06rem;
}

@media (max-width: 1920px) {
  .about .about-recruit .recr-search .search-name {
    border-width: 1px;
  }
}

.about .about-recruit .recr-search .search-name input {
  border: none;
  width: 100%;
  height: 100%;
  text-indent: .12rem;
  background-color: transparent;
  font-size: calc(15 * 100vw / 1920);
}

.about .about-recruit .recr-search .select-frame {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: .44rem;
  background-color: #fff;
  position: relative;
  padding-right: .3rem;
  padding-left: .12rem;
  white-space: nowrap;
  border: solid .01rem #dcdcdc;
  border-radius: .06rem;
  overflow: hidden;
}

@media (max-width: 1920px) {
  .about .about-recruit .recr-search .select-frame {
    border-width: 1px;
  }
}

.about .about-recruit .recr-search .select-frame .cur {
  width: 100%;
  display: inline-block;
  height: .44rem;
  line-height: .44rem;
  font-size: calc(15 * 100vw / 1920);
  color: #888888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about .about-recruit .recr-search .select-frame select {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: .12rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.about .about-recruit .recr-search .select-frame:after {
  display: inline-block;
  content: "";
  border-left: .05rem solid transparent;
  border-top: .05rem solid #333333;
  border-right: .05rem solid transparent;
  position: absolute;
  right: .13rem;
  top: .2rem;
  z-index: 1;
}

.about .about-recruit .recr-search .search-btn {
  height: .44rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-color: #2480ce;
  border-radius: .06rem;
  overflow: hidden;
}

@media (max-width: 1920px) {
  .about .about-recruit .recr-search .search-btn {
    border-width: 1px;
  }
}

.about .about-recruit .recr-search .search-btn a {
  display: inline-block;
  color: #fff;
  padding: 0 .64rem;
}

@media (max-width: 500px) {
  .about .about-recruit .recr-search {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .about .about-recruit .recr-search > div {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 2%;
  }
}

.about .about-recruit .recr-list {
  width: 100%;
}

.about .about-recruit .recr-list .recr-item {
  width: 100%;
  margin-bottom: 2%;
}

.about .about-recruit .recr-list .recr-item .item_header {
  width: 100%;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .1rem .2rem;
  border-radius: .06rem;
  cursor: pointer;
}

.about .about-recruit .recr-list .recr-item .isShow {
  background-color: #2480ce;
}

.about .about-recruit .recr-list .recr-item .isShow .item-title,
.about .about-recruit .recr-list .recr-item .isShow .item-stu {
  color: #fff;
}

.about .about-recruit .recr-list .recr-item .item-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  color: #666666;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .about-recruit .recr-list .recr-item .item-stu {
  color: #666666;
  font-size: .4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about .about-recruit .recr-list .recr-item .item_main {
  width: 100%;
  padding: .2rem;
  background-color: #fff;
  display: none;
}

.about .about-recruit .recr-list .recr-item .item-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f7f7f7;
  padding: .16rem 0;
}

.about .about-recruit .recr-list .recr-item .item-top div {
  color: #666;
}

@media (max-width: 600px) {
  .about .about-recruit .recr-list .recr-item .item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about .about-recruit .recr-list .recr-item .item-top div {
    padding: .1rem;
  }
}

.about .about-recruit .recr-list .recr-item .item-bottom {
  width: 100%;
}

.about .about-recruit .recr-list .recr-item .item-cond {
  width: 100%;
  margin-top: .45rem;
}

.about .about-recruit .recr-list .recr-item .item-cond .cond-title {
  color: #2480ce;
  font-weight: 700;
  line-height: 1.5;
}

.about .about-recruit .recr-list .recr-item .item-cond .cond-desc p {
  color: #666;
  line-height: 2;
}

.about .about-recruit .recr-list .recr-item .item-work {
  width: 100%;
  margin-top: .45rem;
}

.about .about-recruit .recr-list .recr-item .item-work .work-title {
  color: #2480ce;
  font-weight: 700;
  line-height: 1.5;
}

.about .about-recruit .recr-list .recr-item .item-work .work-desc p {
  color: #666;
  line-height: 2;
}

.about .about-recruit .recr-list .recr-item .item-tips {
  margin-top: .45rem;
}

.about .about-recruit .recr-list .recr-item .item-tips p {
  color: #666;
  line-height: 2;
}

.about .about-recruit .recr-list .recr-item .item-btn {
  padding: .15rem .52rem;
  display: inline-block;
  color: #fff;
  border-radius: .06rem;
  background-color: #2480ce;
  overflow: hidden;
  margin-top: .45rem;
  cursor: pointer;
}

.about .about-honor {
  width: 100%;
  padding: .6rem 0;
  text-align: center;
}

.about .about-honor .container {
  width: 14rem;
  margin: 0 auto;
  position: relative;
}

.about .about-honor .honor-title {
  color: #2480ce;
  font-weight: 700;
}

.about .about-honor .honor-guide {
  color: #555;
  line-height: 2;
  width: 80%;
  margin: .4rem auto .3rem;
}

.about .about-honor .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .2rem;
}

.about .about-honor .swiper-slide:hover .slide-text {
  background-color: #2480ce;
  color: #fff;
}

.about .about-honor .swiper-slide .slide-img {
  width: 100%;
  background-color: #f7f7f7;
  border: solid .01rem #eeeeee;
}

@media (max-width: 1920px) {
  .about .about-honor .swiper-slide .slide-img {
    border-width: 1px;
  }
}

.about .about-honor .swiper-slide .slide-img img {
  width: 100%;
}

.about .about-honor .swiper-slide .slide-text {
  width: 100%;
  color: #666;
  -webkit-transition: .5s;
  transition: .5s;
  padding: .22rem 0;
  background-color: #fff;
  border: solid .01rem #eeeeee;
}

@media (max-width: 1920px) {
  .about .about-honor .swiper-slide .slide-text {
    border-width: 1px;
  }
}

@media (max-width: 900px) {
  .about .about-honor .honor-swiper {
    width: 85%;
  }
  .about .about-honor .container {
    width: 100%;
    padding: 0 10px;
  }
}

/* 产品中心 */
.prod {
  width: 100%;
}

.prod .prod-banner {
  width: 100%;
}

.prod .prod-banner .ban-title {
  color: #fff;
  font-weight: 700;
  position: absolute;
  width: 14rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prod .prod-banner .ban-title::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.03rem;
  background-color: #fff;
  margin-top: .46rem;
}

@media (max-width: 1920px) {
  .prod .prod-banner .ban-title::after {
    width: 50px;
    height: 3px;
  }
}

.prod .prod-list {
  width: 100%;
  padding: .6rem 0;
}

.prod .prod-list .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prod .prod-list .list_l {
  width: 25%;
}

.prod .prod-list .list_r {
  width: 72%;
}

.prod .prod-list .nav_header {
  width: 100%;
  padding: .2rem .3rem;
  background-color: #2480ce;
  border-radius: .1rem;
}

.prod .prod-list .nav-title {
  color: #fff;
  margin-bottom: 3%;
  line-height: 1.7;
}

.prod .prod-list .nav-guide {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.prod .prod-list .nav-main {
  width: 100%;
}

.prod .prod-list .nav-item {
  margin-top: .2rem;
  width: 100%;
}

.prod .prod-list .item_header {
  cursor: pointer;
  width: 100%;
  background-color: #fafafa;
  border-radius: .06rem;
  padding: .22rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
}

.prod .prod-list .item_header .item-text {
  color: #555;
  text-indent: .1rem;
}

/* 修改部分1.2- */
.prod .prod-list .item_header .item-icon {
  width: 0.16rem;
  height: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prod .prod-list .item_header .item-icon img {
  width: 9rem;
  height: 16rem;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 1920px) {
  .prod .prod-list .item_header .item-icon {
    width: 16px;
    height: 16px;
  }
  .prod .prod-list .item_header .item-icon img {
    width: 9px;
    height: 16px;
  }
}

/* -1.2 */
.prod .prod-list .isShow {
  background-color: #eef7ff;
}

.prod .prod-list .isShow .item-text {
  color: #2480ce;
  font-weight: 700;
}

.prod .prod-list .item_main {
  width: 100%;
  padding: .2rem 0;
  display: none;
}

.prod .prod-list .item_main .item-text {
  width: 100%;
  display: inline-block;
  padding: 0 .22rem;
  cursor: pointer;
}

.prod .prod-list .item_main .item-text span {
  vertical-align: middle;
  line-height: 42px;
  -webkit-transition: .5s;
  transition: .5s;
  color: #888;
  font-family: '思源黑体 CN Regular';
}

.prod .prod-list .item_main .item-text::before {
  content: '';
  display: inline-block;
  width: 0.05rem;
  height: 0.05rem;
  background-color: transparent;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 1920px) {
  .prod .prod-list .item_main .item-text::before {
    width: 5px;
    height: 5px;
  }
}

.prod .prod-list .item_main .item-text:hover span {
  color: #2480ce;
}

.prod .prod-list .item_main .item-text:hover::before {
  background-color: #2480ce;
}

.prod .prod-list .item_main .isSel span {
  color: #2480ce;
}

.prod .prod-list .item_main .isSel::before {
  background-color: #2480ce;
}

.prod .prod-list .show-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prod .prod-list .show-item {
  width: 32%;
  text-align: center;
  position: relative;
  border-radius: .1rem;
  overflow: hidden;
  border: solid .01rem #f0f0f0;
  margin-bottom: 2%;
  margin-right: 2%;
}

.prod .prod-list .show-item:nth-of-type(3n){
  margin-right: 0;
}

@media (max-width: 1920px) {
  .prod .prod-list .show-item {
    border-width: 1px;
  }
}

.prod .prod-list .show-item:hover .item-layer {
  z-index: 1;
  opacity: 1;
}

.prod .prod-list .show-item .item-show {
  width: 100%;
  padding: .3rem .4rem;
  background-color: #fff;
}

.prod .prod-list .show-item .item-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3%;
}

.prod .prod-list .show-item .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.prod .prod-list .show-item .item-text {
  color: #555;
  line-height: 2;
  background-color: #fff;
}

.prod .prod-list .show-item .item-layer {
  width: 100%;
  height: 100%;
  padding: .38rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2480ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.prod .prod-list .show-item .item-title {
  color: #fff;
  line-height: 1.7;
}

.prod .prod-list .show-item .item-guide {
  width: 100%;
  margin: 8% 0 16%;
}

.prod .prod-list .show-item .item-guide p {
  line-height: 2;
  color: #fff;
  text-align: left;
  text-indent: .2rem;
}

.prod .prod-list .show-item .item-btn {
  color: #2480ce;
  padding: .16rem .5rem;
  background-color: #fff;
  border-radius: .04rem;
  display: inline-block;
  cursor: pointer;
}

.prod .prod-list .show-page {
  width: 100%;
  text-align: center;
  margin-top: .6rem;
}

.prod .prod-list .show-page .s15 {
  color: #666;
  display: inline-block;
  padding: .18rem .2rem;
  background-color: #fff;
  border: .01rem solid #eeeeee;
  border-radius: .04rem;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  margin: .05rem;
}

@media (max-width: 1920px) {
  .prod .prod-list .show-page .s15 {
    border-width: 1px;
  }
}

.prod .prod-list .show-page .s15:hover {
  background-color: #2480ce;
  color: #fff;
}

.prod .prod-list .show-page .isPage {
  background-color: #2480ce;
  color: #fff;
}

@media (max-width: 1300px) {
  .prod .prod-list .nav-guide {
    font-size: 12px;
  }
}

@media (max-width: 900px) {
  .prod .prod-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .prod .prod-list .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prod .prod-list .list_l {
    width: 100%;
    margin-bottom: 3%;
  }
  .prod .prod-list .list_r {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .prod .prod-list .show-item {
    width: 49%;
  }

  .prod .prod-list .show-item:nth-of-type(3n){
    margin-right: 2%;
  }

  .prod .prod-list .show-item:nth-of-type(2n){
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .prod .prod-list .show-item {
    width: 100%;
    margin-right: 0;
  }
}

.prod .prod-crumbs {
  width: 100%;
}

.prod .prod-detail {
  width: 100%;
}

.prod .prod-detail .detail-one {
  width: 100%;
  padding: .6rem 0;
}

.prod .prod-detail .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prod .prod-detail .one_l {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prod .prod-detail .one_r {
  width: 50%;
  padding: .2rem .6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.prod .prod-detail .one-col {
  height: 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.prod .prod-detail .swiper-col {
  height: 80%;
  position: static;
}

.prod .prod-detail .swiper-col .swiper-button-next, .prod .prod-detail .swiper-col .swiper-button-prev {
  background: unset;
  width: 0.25rem;
  height: 0.14rem;
  margin-top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: unset;
}

.prod .prod-detail .swiper-col .swiper-button-next img, .prod .prod-detail .swiper-col .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1920px) {
  .prod .prod-detail .swiper-col .swiper-button-next, .prod .prod-detail .swiper-col .swiper-button-prev {
    width: 25px;
    height: 14px;
  }
}

.prod .prod-detail .swiper-col .swiper-button-next {
  top: unset;
  bottom: 0;
}

.prod .prod-detail .swiper-col .swiper-button-prev {
  top: 0;
}

.prod .prod-detail .swiper-col .swiper-slide {
  width: 1rem;
  background-color: #fff;
  border: solid .01rem transparent;
  overflow: hidden;
  border-radius: .06rem;
  cursor: pointer;
}

.prod .prod-detail .swiper-col .swiper-slide img {
  width: 100%;
}

@media (max-width: 1920px) {
  .prod .prod-detail .swiper-col .swiper-slide {
    border-width: 1px;
  }
}

/* .prod .prod-detail .swiper-col .swiper-slide-active {
  border-color: #2480ce;
} */
.slide-active{
  border-color: #2480ce!important;
}
.prod .prod-detail .one-row {
  width: 5.6rem;
}

.prod .prod-detail .one-row .swiper-row {
  width: 100%;
}

.prod .prod-detail .one-title {
  color: #333;
  line-height: 1.2;
}

.prod .prod-detail .one-guide {
  margin: 6% 0 8%;
}

.prod .prod-detail .one-guide .s16 {
  line-height: 2;
  color: #555;
}

.prod .prod-detail .one-specs .s16 {
  color: #555;
  line-height: 2;
}

.prod .prod-detail .one-btn {
  display: inline-block;
  background-color: #2480ce;
  color: #fff;
  padding: .16rem .48rem;
  border-radius: .06rem;
  margin-top: 3%;
  cursor: pointer;
}

.prod-plan {
  background-color: #f8f8f8;
  width: 14rem;
    margin: 20px auto;
}

.prod-plan-con {
  width: 14rem;
  margin: 0 auto;
  padding-top: .6rem;
  padding-bottom: .5rem;
}

.prod-top-l {
  width: 8.9rem;
}

.prod-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prod-top-r {
  width: 4.2rem;
  height: 3.15rem;
}

.prod-top-title {
  letter-spacing: 0px;
  color: #2480ce;
 
}

.prod-xian {
  width: 27px;
  height: 3px;
  background-color: #2480ce;
  border-radius: 2px;
  margin-top: .34rem;
}
.one_r .one-guide{
  width: 100%;
  word-wrap:break-word;
  line-height: normal;
}
.one_r .one-specs{
  width: 100%;
  word-wrap:break-word;
  line-height: normal;
}
.prod-top-text {
  /* padding-left: .2rem; */
  margin-top: .38rem;
  width: 100%;
  word-wrap:break-word;
  line-height: normal;
  /* padding: 0 .15rem; */
}

.prod-top-text-l1 {
  list-style-type: disc;
  color: #555555;
  margin-bottom: .4rem;
  line-height: 1.5;
}

.prod-bom {
  width: 100%;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: .5rem;
}

.prod-bom-item {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prod-item-text {
  margin-top: .19rem;
  letter-spacing: 0px;
  color: #333333;
}

.prod-item-text:hover {
  color: #2480ce;
}

/* core */
.prod-core {
  width: 100%;
}

.prod-core-con {
  width: 14rem;
  margin: 0 auto;
  padding-top: .69rem;
}

.prod-core-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prod-core-t1 {
  text-align: center;
  color: #2480ce;
}

.prod-core-xian {
  width: 27px;
  height: 3px;
  background-color: #2480ce;
  border-radius: 2px;
  margin-top: .35rem;
}

.prod-core-list {
  width: 100%;
  padding: 0 1.88rem 0.1rem 0.2rem
  margin-top: .4rem;
}

.prod-core-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  margin-bottom: .69rem;
}

.core-item-text {
  margin-top: .3rem;
}

.prod-parameters {
  width: 100%;
  background-color: #f8f8f8;
}

.prod-parameters-con {
  width: 14rem;
  margin: 0 auto;
  padding-top: .6rem;
  padding-bottom: .93rem;
}

.prod-parameters-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.parameters-t1 {
  text-align: center;
  color: #2480ce;
}

.parameters-xian {
  width: 27px;
  height: 3px;
  background-color: #2480ce;
  border-radius: 2px;
  margin-top: .34rem;
}

.prod-parameters-box {
  margin-top: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.parameters-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.parameters-item-text {
  width: 2.18rem;
  height: 50px;
  line-height: 50px;
  padding-left: .43rem;
  color: #555555;
}

.parameters-item-textlist {
  width: 4.5rem;
  height: 50px;
  opacity: 0.5;
  padding-left: .78rem;
  line-height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.parameters-item:nth-child(2n+1) .parameters-item-text {
  background-color: #d2deef;
}

.parameters-item:nth-child(2n) .parameters-item-text {
  background-color: #eaeff7;
}

.parameters-item:nth-child(2n+1) .parameters-item-textlist {
  background-color: #d2deef;
}

.parameters-item:nth-child(2n) .parameters-item-textlist {
  background-color: #eaeff7;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

.prod-products {
  width: 100%;
}

.prod-products-con {
  width: 14rem;
  margin: 0 auto;
  padding-top: .6rem;
  padding-bottom: .76rem;
  position: relative;
}

.products-item-t1 {
  color: #2480ce;
}

.products-item-xian {
  width: 27px;
  height: 3px;
  background-color: #2480ce;
  border-radius: 2px;
  margin-top: .34rem;
}

.products-item-box {
  margin-top: .5rem;
}

.products-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}

.products-list {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
   -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.products-list:nth-child(2n) {
  margin-right: 0;
}

.products-list-text {
  margin-top: .3rem;
  line-height: 1.5;
}

.parameters-item-textlist {
  padding: 0 .7rem 0 .4rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: 0;
  right: 10px;
  width: auto;
  left: auto;
}


.prod-products-con .swiper-pagination{
  position: absolute;
  top: 12%;
  right: 10%;
  z-index: 3;
}
.prod-products-con .swiper-pagination-bullet{
  margin-right: .1rem;
  width: 10px;
	height: 10px;
	background-color: #dbe5f4;
  border-radius: 50%;
  opacity: 1;
  transition: none;
}
.prod-products-con .swiper-pagination-bullet-active {
  width: 45px;
  height: 10px;
  background-color: #2480ce;
  border-radius: 5px;
}

.pord-case {
  width: 100%;
  background-color: #f2f9ff;
}

.pord-case-con {
  width: 14rem;
  margin: 0 auto;
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.pord-case-item {
  width: 3.26rem;
  /* background-color: #ffffff; */
}

.pord-case-item:nth-child(2n) .pord-case-item-img > img {
  border-radius: 0 0 10px 10px;
}

/* xianq */
.pord-case-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pord-case-item {
  margin-right: .29rem;
}

.case-img {
  padding-top: 67%;
  background-size: cover;
}

.pord-case-item-text {
  position: relative;
  padding-top: .38rem;
  background-color: #fff;
}

.pord-item-text {
  text-align: center;
  color: #2480ce;
}

.pord-item-t2 {
  padding: 0 .35rem;
  text-align: left;
  color: #666666;
  margin-top: .34rem;
  line-height: 32px;
  padding-bottom: .55rem;
}

.pord-item-text-op {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2480ce;
  padding-top: .47rem;
}

.text-op-title {
  text-align: center;
  color: #ffffff;
}

.text-op-text1 {
  padding: 0 .48rem;
  margin-top: .34rem;
  line-height: 32px;
  color: #ffffff;
}

.pord-case-item:hover .pord-item-text-op {
  display: block;
}

.pord-case-item:nth-child(2n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.text1 {
  border-radius: 10px;
}

.img1 {
  border-radius: 10px 10px 0 0;
}

.img2 {
  border-radius: 0 0 10px 10px;
}

.pord-case-item {
  overflow: hidden;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .prod .prod-banner .ban-title {
    width: 100%;
  }
  .prod .prod-detail .container {
    display: block;
  }
  .prod .prod-detail .container {
    width: 100%;
  }
  .prod .prod-detail .one_l {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .prod .prod-detail .one_r {
    width: 100%;
  }
  .prod .prod-detail .one-col {
    margin-right: 2%;
  }
  .prod-core-item {
    width: 50%;
  }
  .prod-plan-con {
    width: 100%;
    padding: 0 4%;
    padding-top: .5rem;
  }
  .prod-top-l {
    width: 100%;
  }
  .prod-top {
    display: block;
  }
  .prod-bom {
    display: block;
  }
  .prod-plan {
    height: auto;
  }
  .prod-core-con {
    width: 100%;
  }
  .prod-bom-item {
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
  }
  .prod-parameters-con {
    width: 100%;
    padding: 0 4%;
    padding-top: .6rem;
  }
  .prod-parameters-box {
    display: block;
  }
  .prod-parameters-box-r {
    margin-top: .5rem;
  }
  .prod-bom {
    height: auto;
    padding-bottom: .52rem;
  }
  .prod-bom-item {
    margin-right: 10%;
  }
  .prod-bom-item:nth-child(2n) {
    margin-right: 0;
  }
  .prod-products-con {
    width: 100%;
    padding: 0 4%;
    padding-top: .6rem;
    padding-bottom: .76rem;
  }
  .products-box-list {
    display: block;
  }
  .products-list {
    width: 45%;
    float: left;
    margin-right: 10%;
  }
  .products-list-text {
    line-height: 1.5;
    padding: 0 .2rem;
    text-align: center;
  }
  .pord-case-con {
    width: 100%;
  }
  .pord-case-item-text {
    height: auto;
  }
  .pord-case-con {
    padding: 0 4%;
    padding-top: .8rem;
    padding-bottom: .5rem;
  }
  .prod-top-r {
    width: 100%;
    height: auto;
  }
  .pord-case-list {
    display: block;
  }
  .pord-case-item {
    width: 100%;
    float: left;
    margin-right: 10%;
    margin-bottom: .29rem;
  }
  .pord-case-item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pord-case-item:nth-child(2n) {
    margin-right: 0;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0;
}

/* 智造 */
.IM {
  width: 100%;
}

.IM .IM-banner {
  width: 100%;
}

.IM .IM-crumbs {
  width: 100%;
  background-color: #fff;
}

.IM .IM-main {
  width: 100%;
}

.IM .IM-main .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .IM .IM-main .container {
    width: 100%;
    padding: 0 10px;
  }
}

.IM .IM-main .IM-item-title {
  color: #2480ce;
  text-align: center;
  font-weight: 700;
}

.IM .IM-main .IM-one {
  padding: .5rem 0;
}

.IM .IM-main .IM-one .one-guide {
  color: #555;
  line-height: 2;
  margin: .3rem 0 .53rem;
}

.IM .IM-main .IM-one .one-guide p {
  color: #555;
  line-height: 2;
  margin: .3rem 0 .53rem;
}

/* 修改部分1.4-*/
.IM .IM-main .one-swiper {
  width: 11.5rem;
  margin: 0 auto;
  position: relative;
}

.IM .IM-main .one-swiper .swiper-container {
  position: static;
}

.IM .IM-main .one-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.IM .IM-main .one-swiper .swiper-slide img {
  width: 100%;
}

.IM .IM-main .one-swiper .swiper-button {
  background: unset;
  background-color: #efefef;
  border-radius: .04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: .44rem;
  height: 0.44rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 3;
}

.IM .IM-main .one-swiper .swiper-button img {
  width: 50%;
}

.IM .IM-main .one-swiper .swiper-button-prev {
  left: -7%;
}

.IM .IM-main .one-swiper .swiper-button-next {
  right: -7%;
}

@media (max-width: 900px) {
  .IM .IM-main .one-swiper {
    width: 80%;
    margin: 0 auto;
  }
  .IM .IM-main .one-swiper .swiper-button-prev {
    left: -10%;
  }
  .IM .IM-main .one-swiper .swiper-button-next {
    right: -10%;
  }
}

/* -1.4 */
.IM .IM-main .IM-two {
  width: 100%;
  background-color: #2480ce;
  padding: .6rem 0;
}

.IM .IM-main .IM-two .IM-item-title {
  color: #fff;
}

.IM .IM-main .IM-two .two-process {
  width: 100%;
  margin: .6rem 0 .3rem;
}

.IM .IM-main .IM-two .two-process img {
  width: 100%;
}

@media (max-width: 900px) {
  .IM .IM-main .IM-two .two-process {
    padding: 0 20px;
  }
}

@media (max-width: 400px) {
  .IM .IM-main .IM-two .two-process {
    padding: 0 10px;
  }
}

.IM .IM-main .IM-three {
  width: 100%;
  padding: .7rem 0;
}

.IM .IM-main .IM-three .three-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: .5rem;
}

.IM .IM-main .IM-three .three-item {
  width: 32%;
  margin-bottom: 2%;
  margin-right: 2%;
}

.IM .IM-main .IM-three .three-item:nth-of-type(3n){
  margin-right: 0;
}

.IM .IM-main .IM-three .three-item:hover .item-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.IM .IM-main .IM-three .three-item .item-img {
  width: 100%;
  overflow: hidden;
}

.IM .IM-main .IM-three .three-item .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 500px) {
  .IM .IM-main .IM-three .three-item {
    width: 49%;
  }
  
  .IM .IM-main .IM-three .three-item:nth-of-type(3n){
    margin-right: 2%;
  }

  .IM .IM-main .IM-three .three-item:nth-of-type(2n){
    margin-right: 0;
  }
}

.IM .IM-main .IM-four {
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
  padding: .6rem 0;
}

.IM .IM-main .IM-four .four-tab {
  width: 100%;
  text-align: center;
}

.IM .IM-main .IM-four .four-tab .tabbtn {
  display: inline-block;
  padding: .14rem .52rem;
  background-color: #e9e9e9;
  color: #8a8a8a;
  border-radius: .06rem;
  margin: .5rem .35rem .6rem;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

.IM .IM-main .IM-four .four-tab .tabbtn:hover {
  background-color: #2480ce;
  color: #fff;
}

.IM .IM-main .IM-four .four-tab .isTab {
  background-color: #2480ce;
  color: #fff;
}

/* 修改部分1.1 */
.IM .IM-main .IM-four .four-swiper {
  margin-bottom: .14rem;
  position: relative;
}

.IM .IM-main .IM-four .four-swiper .swiper-container {
  position: static;
  display: none;
}

.IM .IM-main .IM-four .four-swiper .swiper-slide {
  background-color: #fff;
  border-radius: .06rem;
  overflow: hidden;
  text-align: center;
  border: solid .01rem #eeeeee;
}

.IM .IM-main .IM-four .four-swiper .swiper-slide .slide-img {
  width: 100%;
  border-bottom: solid .01rem #eeeeee;
}

.IM .IM-main .IM-four .four-swiper .swiper-slide .slide-img img {
  width: 100%;
}

@media (max-width: 1920) {
  .IM .IM-main .IM-four .four-swiper .swiper-slide {
    border-width: 1px;
  }
  .IM .IM-main .IM-four .four-swiper .swiper-slide .slide-img {
    border-width: 1px;
  }
}

.IM .IM-main .IM-four .four-swiper .swiper-slide .slide-text {
  color: #666;
  line-height: 1.2;
  width: 100%;
  padding: .22rem 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.IM .IM-main .IM-four .four-swiper .swiper-slide:hover .slide-text {
  background-color: #2480ce;
  color: #fff;
}

.IM .IM-main .IM-four .four-swiper .swiper-button {
  background: unset;
  background-color: #efefef;
  border-radius: .04rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: .44rem;
  height: 0.44rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 3;
}

.IM .IM-main .IM-four .four-swiper .swiper-button img {
  width: 50%;
}

.IM .IM-main .IM-four .four-swiper .swiper-button-prev {
  left: -7%;
}

.IM .IM-main .IM-four .four-swiper .swiper-button-next {
  right: -7%;
}

@media (max-width: 900px) {
  .IM .IM-main .IM-four .four-swiper {
    width: 80%;
    margin: 0 auto;
  }
  .IM .IM-main .IM-four .four-swiper .swiper-button-prev {
    left: -10%;
  }
  .IM .IM-main .IM-four .four-swiper .swiper-button-next {
    right: -10%;
  }
}

/* -1.1 */
.IM .IM-main .IM-five {
  width: 100%;
  padding: .7rem 0 .9rem;
}

.IM .IM-main .IM-five .four-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.IM .IM-main .IM-five .four-item {
  width: 22%;
  text-align: center;
}

.IM .IM-main .IM-five .four-item .item-icon {
  width: 50%;
  margin: .5rem auto .4rem;
  display: block;
  cursor: pointer;
}

.IM .IM-main .IM-five .four-item .item-icon img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.IM .IM-main .IM-five .four-item .item-text {
  line-height: 1.8;
  color: #555;
}

@media (max-width: 900px) {
  .IM .IM-main .IM-five .four-item {
    width: 30%;
  }
}

@media (max-width: 550px) {
  .IM .IM-main .IM-five .four-item {
    width: 60%;
    margin: 0 auto;
  }
}

/* 核心技术 */
.Core {
  width: 100%;
  /* 硬件底层技术 */
  /* 软件底层技术 */
  /* 技术核心 */
}

.Core .Core-banner {
  width: 100%;
}

.Core .Core-crumbs {
  width: 100%;
}

.Core .Core-hard {
  padding: .5rem 0 .8rem;
  width: 100%;
}

/*.Core .Core-hard .container {
  width: 14rem;
  margin: 0 auto;
}*/

.Core .Core-hard .hard-title {
  width: 100%;
  font-weight: 700;
  color: #2480ce;
  text-align: center;
  margin-bottom: .6rem;
}

.Core .Core-hard .hard-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 修改部分1.8- */
/*

// 备份

.Core .Core-hard .hard-item {
  width: 18.6%;
  background-color: #fff;
  border-radius: .06rem;
  padding: .3rem;
  margin-top: .8rem;
  margin-right: 1.75%;
  min-height: 3.1rem;
}

.Core .Core-hard .hard-item .item-img {
  width: 1.2rem;
  margin: 0 auto;
  margin-top: -.6rem;
}

.Core .Core-hard .hard-item .item-img img {
  width: 100%;
}

.Core .Core-hard .hard-item .item-title {
  margin: .4rem 0 .2rem;
  font-weight: 700;
  text-align: center;
}

.Core .Core-hard .hard-item:nth-of-type(even) .item-title {
  color: #ffad20;
}

.Core .Core-hard .hard-item:nth-of-type(odd) .item-title {
  color: #20a9ff;
}

.Core .Core-hard .hard-item:nth-of-type(4n+4) .item-title {
  color: #ff5d5d;
}

.Core .Core-hard .hard-item:nth-of-type(6) .item-title {
  color: #60d6c1;
}

@media (min-width: 1201px) {
  .Core .Core-hard .hard-item:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media (max-width: 1201px) and (min-width: 701px) {
  .Core .Core-hard .hard-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media (max-width: 700px) and (min-width: 551px) {
  .Core .Core-hard .hard-item:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 550px) and (min-width: 401px) {
  .Core .Core-hard .hard-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.Core .Core-hard .hard-item .item-guide {
  color: #666;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
  .Core .Core-hard .hard-item {
    width: 23.5%;
    min-height: unset;
    height: 4.5rem;
    margin-right: 2%;
  }
}

@media (max-width: 700px) {
  .Core .Core-hard .hard-item {
    width: 32%;
  }
}

@media (max-width: 550px) {
  .Core .Core-hard .hard-item {
    width: 49%;
  }
}

@media (max-width: 400px) {
  .Core .Core-hard .hard-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .Core .Core-hard .container {
    width: 100%;
    padding: 0 10px;
  }
}

*/
.Core .Core-hard .hard-list > div {
  /*width: 18.6%;*/
  /*background-color: #fff;*/
  border-radius: .06rem;
  padding: .3rem;
  /* margin-top: .8rem; */
  margin-right: 1.75%;
  min-height: 3.1rem;
}

.Core .Core-hard .hard-list > div span {
  display: block;
}

.Core .Core-hard .hard-list > div span:first-of-type {
  width: 1.2rem;
  margin: 0 auto;
  margin-top: -.6rem;
}

.Core .Core-hard .hard-list > div img {
  width: 100%;
}

.Core .Core-hard .hard-list h5 {
  margin: .4rem 0 .2rem;
  font-weight: 700;
  text-align: center;
}

.Core .Core-hard .hard-list > div:nth-of-type(even) h5 {
  color: #ffad20;
}

.Core .Core-hard .hard-list > div:nth-of-type(odd) h5 {
  color: #20a9ff;
}

.Core .Core-hard .hard-list > div:nth-of-type(4n+4) h5 {
  color: #ff5d5d;
}

.Core .Core-hard .hard-list > div:nth-of-type(6) h5 {
  color: #60d6c1;
}

@media (min-width: 1201px) {
  .Core .Core-hard .hard-list > div:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media (max-width: 1201px) and (min-width: 701px) {
  .Core .Core-hard .hard-list > div:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media (max-width: 700px) and (min-width: 551px) {
  .Core .Core-hard .hard-list > div:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 550px) and (min-width: 401px) {
  .Core .Core-hard .hard-list > div:nth-of-type(2n) {
    margin-right: 0;
  }
}

.Core .Core-hard .hard-list h6 {
  font-weight: 500;
  color: #666;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 1200px) {
  .Core .Core-hard .hard-list > div {
    /*width: 23.5%;*/
    min-height: unset;
    /* height: 4.5rem; */
    margin-right: 2%;
  }
}

@media (max-width: 700px) {
  .Core .Core-hard .hard-list > div {
    /*width: 32%;*/
  }
}

@media (max-width: 550px) {
  .Core .Core-hard .hard-list > div {
    /* overflow-y: scroll; */
    /*width: 49%;*/
  }
}

@media (max-width: 400px) {
  .Core .Core-hard .hard-list > div {
    width: 80%;
    margin-left: auto;
    height: auto;
    margin-right: auto;
  }
}

@media (max-width: 900px) {
  .Core .Core-hard .container {
    width: 100%;
    padding: 0 10px;
  }
}

/* -1.8 */
.Core .Core-soft {
  width: 100%;
  padding: .5rem 0 1.1rem;
}

.Core .Core-soft .container {
  width: 14rem;
  margin: 0 auto;
}

.Core .Core-soft .soft-title {
  width: 100%;
  font-weight: 700;
  color: #2480ce;
  text-align: center;
  margin-bottom: .6rem;
}

.Core .Core-soft .soft-show {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Core .Core-soft .soft-img {
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Core .Core-soft .soft-img img {
  width: 100%;
}

.Core .Core-soft .soft_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 451px) {
  .Core .Core-soft .soft_l .soft-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .Core .Core-soft .soft_l .soft-text:nth-of-type(1), .Core .Core-soft .soft_l .soft-text:nth-of-type(4) {
    margin-right: -.3rem;
  }
  .Core .Core-soft .soft_l .soft-text:nth-of-type(2), .Core .Core-soft .soft_l .soft-text:nth-of-type(3) {
    padding-right: .4rem;
  }
  .Core .Core-soft .soft_l .soft-text .text-title {
    margin-left: .3rem;
  }
  .Core .Core-soft .soft_l .soft-text .text-guide {
    text-align: right;
  }
}

.Core .Core-soft .soft_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 451px) {
  .Core .Core-soft .soft_r .soft-text:nth-of-type(1), .Core .Core-soft .soft_r .soft-text:nth-of-type(4) {
    margin-left: -.3rem;
  }
  .Core .Core-soft .soft_r .soft-text:nth-of-type(2), .Core .Core-soft .soft_r .soft-text:nth-of-type(3) {
    padding-left: .4rem;
  }
  .Core .Core-soft .soft_r .soft-text .text-title {
    margin-right: .3rem;
  }
}

.Core .Core-soft .soft-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Core .Core-soft .soft-text .text-title {
  width: 1rem;
  height: 1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#3d98ee), to(#2480ce));
  background-image: linear-gradient(90deg, #3d98ee 0%, #2480ce 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  -webkit-box-shadow: -0.05rem 0.04rem 0.05rem 0 rgba(200, 200, 200, 0.25);
  box-shadow: -0.05rem 0.04rem 0.05rem 0 rgba(200, 200, 200, 0.25);
  -webkit-transition: 1s;
  transition: 1s;
}

.Core .Core-soft .soft-text .text-title:hover {
  cursor: default;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.Core .Core-soft .soft-text .text-title:hover + .text-guide {
  font-weight: 700;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.Core .Core-soft .soft-text .text-guide {
  color: #525252;
  line-height: 1.5;
  -webkit-transition: 1s;
  transition: 1s;
}

.Core .Core-soft .soft-text .text-guide p {
  color: #525252;
  line-height: 1.5;
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 900px) {
  .Core .Core-soft .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .Core .Core-soft .soft-text .text-guide {
    font-size: 12px;
  }
}

@media (max-width: 650px) {
  .Core .Core-soft .soft-text .text-guide {
    width: 2rem;
  }
}

@media (max-width: 500px) {
  .Core .Core-soft .soft-text .text-title {
    width: 40px;
    height: 40px;
  }
  .Core .Core-soft .soft-text .text-guide {
    width: 80px;
  }
}

@media (max-width: 450px) {
  .Core .Core-soft {
    padding: .5rem 0;
  }
  .Core .Core-soft .soft-show {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Core .Core-soft .soft-img {
    display: none;
  }
  .Core .Core-soft .soft_l {
    width: 100%;
  }
  .Core .Core-soft .soft_r {
    width: 100%;
  }
  .Core .Core-soft .soft-text {
    margin-bottom: 2%;
  }
  .Core .Core-soft .soft-text .text-title {
    width: 60px;
    height: 60px;
  }
  .Core .Core-soft .soft-text .text-guide {
    width: auto;
    margin-left: 30px;
  }
}

.Core .Core-tech {
  width: 100%;
  padding: .5rem 0 .9rem;
}

.Core .Core-tech .container {
  width: 14rem;
  margin: 0 auto;
}

.Core .Core-tech .tech-title {
  width: 100%;
  font-weight: 700;
  color: #2480ce;
  text-align: center;
  margin-bottom: .6rem;
}

.Core .Core-tech .tech-btn-group {
  width: 100%;
  text-align: center;
  margin-bottom: .4rem;
}

.Core .Core-tech .tech-btn {
  width: auto;
  height: auto;
  display: inline-block;
  padding: .15rem .42rem;
  color: #fff;
  border-radius: .1rem;
  background-color: #eeeeee;
  cursor: pointer;
  margin: 0 .42rem;
  margin-bottom: .2rem;
}

.Core .Core-tech .isBtn {
  background-color: #2480ce;
}

@media (max-width: 450px) {
  .Core .Core-tech .tech-swiper {
    font-size: 12px;
    margin: 0 5px;
  }
}

.Core .Core-tech .tech-swiper .swiper-slide img {
  width: 100%;
}

@media (max-width: 900px) {
  .Core .Core-tech .container {
    width: 100%;
    padding: 0 10px;
  }
}

.searchPage{
  width: 100%;
}

.searchPage .prod-banner {
  width: 100%;
  position: relative;
}

.searchPage .prod-banner .ban-title {
  color: #fff;
  font-weight: 700;
  position: absolute;
  width: 14rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* .searchPage .prod-banner .ban-title::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.03rem;
  background-color: #fff;
  margin-top: .46rem;
}

@media (max-width: 1920px) {
  .searchPage .prod-banner .ban-title::after {
    width: 50px;
    height: 3px;
  }
} */

.searchPage .prod-list {
  width: 100%;
  padding: .6rem 0;
}

.searchPage .prod-list .container {
  width: 14rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.searchPage .prod-list .list_r {
  width: 100%;
}

.searchPage .prod-list .show-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.searchPage .prod-list .show-item {
  width: 23.5%;
  text-align: center;
  position: relative;
  border-radius: .1rem;
  overflow: hidden;
  border: solid .01rem #f0f0f0;
  margin-bottom: 2%;
  margin-right: 2%;
}

.searchPage .prod-list .show-item:nth-of-type(4n){
  margin-right: 0;
}

@media (max-width: 1920px) {
  .searchPage .prod-list .show-item {
    border-width: 1px;
  }
}

.searchPage .prod-list .show-item:hover .item-layer {
  z-index: 1;
  opacity: 1;
}

.searchPage .prod-list .show-item .item-show {
  width: 100%;
  padding: .3rem .4rem;
  background-color: #fff;
}

.searchPage .prod-list .show-item .item-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 3%;
}

.searchPage .prod-list .show-item .item-img img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.searchPage .prod-list .show-item .item-text {
  color: #555;
  line-height: 2;
  background-color: #fff;
}

.searchPage .prod-list .show-item .item-layer {
  width: 100%;
  height: 100%;
  padding: .38rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2480ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.searchPage .prod-list .show-item .item-title {
  color: #fff;
  line-height: 1.7;
}

.searchPage .prod-list .show-item .item-guide {
  width: 100%;
  margin: 8% 0 16%;
}

.searchPage .prod-list .show-item .item-guide p {
  line-height: 2;
  color: #fff;
  text-align: left;
  text-indent: .2rem;
}

.searchPage .prod-list .show-item .item-btn {
  color: #2480ce;
  padding: .16rem .5rem;
  background-color: #fff;
  border-radius: .04rem;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 900px) {
  .searchPage .prod-list .container {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 750px) {
  .searchPage .prod-list .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .searchPage .prod-banner .ban-title {
    width: 100%;
    text-align: center;
  }

  .searchPage .prod-list .show-item {
    width: 32%;
  }

  .searchPage .prod-list .show-item:nth-of-type(4n){
    margin-right: 2%;
  }

  .searchPage .prod-list .show-item:nth-of-type(3n){
    margin-right: 0;
  }
}

@media (max-width: 550px) {
  .searchPage .prod-list .show-item {
    width: 49%;
  }

  .searchPage .prod-list .show-item:nth-of-type(3n){
    margin-right: 2%;
  }

  .searchPage .prod-list .show-item:nth-of-type(2n){
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .searchPage .prod-list .show-item {
    width: 100%;
    margin-right: 0;
  }

  .searchPage .prod-list .show-item:nth-of-type(3n){
    margin-right: 0;
  }
}
.maolink{
  position: relative; top: -1.62rem;
}