@charset "UTF-8";
/* 首页 */
.idxHome {
  width: 100%;
}

.idxHome .idx-banner {
  width: 100%;
  position: relative;
  z-index: 3;
}

.idxHome .idx-banner .swiper-slide {
  height: auto;
}

.idxHome .idx-banner .swiper-slide .slide-img {
  width: 100%;
  padding-top: -moz-calc(960 / 1920 * 100%);
  padding-top: 50%;
  position: relative;
}

.idxHome .idx-banner .swiper-slide .slide-text {
  width: 14rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.idxHome .idx-banner .swiper-slide .slide-text .title {
  width: 100%;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.56rem;
}

.idxHome .idx-banner .swiper-slide .slide-text .guide {
  width: 100%;
  margin-bottom: 0.72rem;
}

.idxHome .idx-banner .swiper-slide .slide-text .guide p {
  color: #fff;
  line-height: 1.8;
}

.idxHome .idx-banner .swiper-slide .slide-text .more {
  display: inline-block;
  background-color: #fff;
  padding: 0.05rem 0.24rem;
  padding-right: 0.07rem;
  border-radius: 0.25rem;
}

.idxHome .idx-banner .swiper-slide .slide-text .more .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.idxHome .idx-banner .swiper-slide .slide-text .more .text {
  color: #1973ff;
  margin-right: 0.24rem;
  line-height: 1.5;
}

.idxHome .idx-banner .swiper-slide .slide-text .more .icon {
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(../images/more2.png);
  background-color: #1973ff;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
}

.idxHome .idx-banner .idx-banner-page {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.idxHome .idx-banner .idx-banner-page .sign {
  width: 0.01rem;
  height: 0.1rem;
  min-height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 0.12rem;
}

.idxHome .idx-banner .idx-banner-page .swiper-pagination {
  display: flex;
  align-items: center;
}

.idxHome .idx-banner .idx-banner-page .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0.1rem;
  width: 0.08rem;
  min-width: 8px;
  height: 0.08rem;
  min-height: 8px;
  opacity: 1;
}

.idxHome .idx-banner .idx-banner-page .swiper-pagination-bullet-active {
  border: 0.02rem solid #fff;
  background-color: transparent;
  width: 0.14rem;
  min-width: 14px;
  height: 0.14rem;
  min-height: 14px;
}

.idxHome .idx-banner .idx-banner-page .num {
  color: #fff;
}

.idxHome .idx-banner .idx-banner1 .slide-text {
  text-align: right;
}

.idxHome .idx-banner .idx-banner1 .slide-text .guide {
  padding-left: 60%;
}

.idxHome .idx-banner .idx-banner2 .slide-text {
  text-align: center;
}

.idxHome .idx-banner .idx-banner2 .slide-text .guide {
  padding: 0 30%;
}

.idxHome .idx-banner .idx-banner3 .slide-text {
  text-align: left;
}

.idxHome .idx-banner .idx-banner3 .slide-text .guide {
  padding-right: 60%;
}


.idxHome .idx-banner  .svdo{
	position: absolute;
	left: 0%;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media (max-width: 750px) {
  .idxHome .idx-banner .swiper-slide .slide-img {
    padding-top: 375px;
  }
  .idxHome .idx-banner .swiper-slide .slide-text {
    width: 100%;
    padding: 0 10px;
    text-align: left;
  }
  .idxHome .idx-banner .swiper-slide .slide-text .guide {
    padding: 0;
  }
}
.idxHome .idx-skill {
  width: 100%;
  position: relative;
  z-index: 4;
  padding: 1.4rem 0 0.8rem;
  background-image: url(../images/idx-skill-bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: -1rem;
}

.idxHome .idx-skill .container {
  width: 14rem;
  margin: 0 auto;
}

.idxHome .idx-skill .skill-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.idxHome .idx-skill .skill-guide {
  width: 100%;
  text-align: center;
  margin: 0.2rem 0 0.48rem;
}

.idxHome .idx-skill .skill-guide p {
  color: #555;
  line-height: 2;
}

.idxHome .idx-skill .skill-swipers {
  width: 100%;
  height: 5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.idxHome .idx-skill .skill-circle {
  width: 50%;
  padding-top: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: 3;
  border-radius: 50%;
}

.idxHome .idx-skill .skill-circle .layout {
  width: 96%;
  height: 96%;
  overflow: hidden;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  z-index: 3;
  background-color: #fff;
}

.idxHome .idx-skill .skill-circle .border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.idxHome .idx-skill .skill-circle .border .bar {
  position: absolute;
  width: 50%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
}

.idxHome .idx-skill .skill-circle .border .bar-left {
  top: 0;
  left: 0;
}

.idxHome .idx-skill .skill-circle .border .bar-left .bar-left-an {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 7rem;
  height: 7rem;
  border-width: 0.02rem;
  border-color: #dcdcdc #dcdcdc #1973ff #1973ff;
  border-style: solid;
  border-radius: 50%;
  transform: rotate(-135deg);
}

.idxHome .idx-skill .skill-circle .border .bar-right {
  top: 0;
  right: 0;
}

.idxHome .idx-skill .skill-circle .border .bar-right .bar-right-an {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 7rem;
  height: 7rem;
  border-width: 0.02rem;
  border-color: #1973ff #1973ff #dcdcdc #dcdcdc;
  border-style: solid;
  border-radius: 50%;
  transform: rotate(-78deg);
  transition: all 1s;
}

.idxHome .idx-skill .skill-circle .dots .dot {
  width: 0.26rem;
  height: 0.26rem;
  min-width: 18px;
  min-height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  position: absolute;
  cursor: pointer;
  background-color: rgba(66, 175, 163, 0);
}

.idxHome .idx-skill .skill-circle .dots .dot:after {
  content: "";
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  min-width: 10px;
  min-height: 10px;
  background-color: #b1b1b1;
  border-radius: 50%;
}

.idxHome .idx-skill .skill-circle .dots .dot .text {
  position: absolute;
  right: 0%;
  display: block;
  top: 50%;
  transform: translate(100%, -50%);
  z-index: 3;
  white-space: nowrap;
  text-indent: 0.16rem;
  color: #666;
  line-height: 1.2;
  transition: color 0.5s;
}

.idxHome .idx-skill .skill-circle .dots .dot1 {
  right: 6.5%;
  top: 22.5%;
  transform: translate(0%, -50%);
}

.idxHome .idx-skill .skill-circle .dots .dot2 {
  right: 0.5%;
  top: 35%;
  transform: translate(0%, -50%);
}

.idxHome .idx-skill .skill-circle .dots .dot3 {
  right: -1.75%;
  top: 50%;
  transform: translate(0%, -50%);
}

.idxHome .idx-skill .skill-circle .dots .dot4 {
  right: 0.5%;
  top: 65%;
  transform: translate(0%, -50%);
}

.idxHome .idx-skill .skill-circle .dots .dot5 {
  right: 6.5%;
  top: 77.5%;
  transform: translate(0%, -50%);
}

.idxHome .idx-skill .skill-circle .dots .dotIs {
  background-color: rgba(66, 175, 163, 0.2);
}

.idxHome .idx-skill .skill-circle .dots .dotIs .text {
  color: #1973ff;
}

.idxHome .idx-skill .skill-circle .dots .dotIs:after {
  background-color: #1973ff;
}

.idxHome .idx-skill .skill-swiper-img {
  width: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  position: absolute;
}

.idxHome .idx-skill .skill-swiper-img .swiper-slide {
  height: auto;
}

.idxHome .idx-skill .skill-swiper-img .swiper-slide img {
  width: 100%;
  height: 5rem;
}

.idxHome .idx-skill .skill-swiper-text {
  width: 42%;
  margin-left: 58%;
  padding: 0 6%;
  height: 100%;
}

.idxHome .idx-skill .skill-swiper-text .swiper-container {
  height: 100%;
}

.idxHome .idx-skill .skill-swiper-text .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.idxHome .idx-skill .skill-swiper-text .slide-title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}

.idxHome .idx-skill .skill-swiper-text .slide-guide {
  width: 100%;
  margin: 0.3rem 0 0.5rem;
}

.idxHome .idx-skill .skill-swiper-text .slide-guide p {
  line-height: 1.8;
  color: #666;
}

.idxHome .idx-skill .skill-swiper-text .slide-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.idxHome .idx-skill .skill-swiper-text .slide-more {
  display: inline-block;
  background-color: #1973ff;
  padding: 0.05rem 0.24rem;
  padding-right: 0.07rem;
  border-radius: 0.25rem;
}

.idxHome .idx-skill .skill-swiper-text .slide-more .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.idxHome .idx-skill .skill-swiper-text .slide-more .text {
  color: #fff;
  margin-right: 0.24rem;
  line-height: 1.5;
}

.idxHome .idx-skill .skill-swiper-text .slide-more .icon {
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(../images/more1.png);
  background-color: #fff;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
}

.idxHome .idx-skill .skill-swiper-text .slide-page .current {
  color: #1973ff;
  font-weight: 700;
}

.idxHome .idx-skill .skill-swiper-text .slide-page .s24 {
  color: #999;
}

.idxHome .idx-skill .skill-list {
  width: 100%;
  display: flex;
}

.idxHome .idx-skill .skill-item {
  width: 25%;
  padding: 0.4rem 0.2rem;
}

.idxHome .idx-skill .skill-item:hover .item-icon .iconBg {
  background-image: url(../images/idxskill1.png);
}

.idxHome .idx-skill .skill-item:hover .item-icon .iconBg .init {
  display: none;
}

.idxHome .idx-skill .skill-item:hover .item-icon .iconBg .hover {
  display: block;
}

.idxHome .idx-skill .skill-item .item-icon {
  width: 0.9rem;
  min-width: 50px;
  height: 0.9rem;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: url(../images/idxskill2.png) center/auto 100% no-repeat;
}

.idxHome .idx-skill .skill-item .item-icon .iconBg {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.idxHome .idx-skill .skill-item .item-icon .iconBg img {
  width: 54%;
  height: 54%;
}

.idxHome .idx-skill .skill-item .item-icon .iconBg .init {
  display: block;
}

.idxHome .idx-skill .skill-item .item-icon .iconBg .hover {
  display: none;
}

.idxHome .idx-skill .skill-item .item-guide {
  width: 100%;
  margin-top: 0.2rem;
}

.idxHome .idx-skill .skill-item .item-guide p {
  color: #666;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 1300px) {
  .idxHome .idx-skill {
    margin-top: -1.3rem;
  }
  .idxHome .idx-skill .skill-swipers {
    height: auto;
    padding-bottom: 40px;
  }
  .idxHome .idx-skill .skill-circle {
    width: 100%;
    position: static;
    left: auto;
    transform: none;
    top: auto;
    z-index: auto;
    padding-top: 0;
  }
  .idxHome .idx-skill .skill-circle .layout {
    position: static;
    left: auto;
    transform: none;
    top: auto;
    z-index: auto;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .idxHome .idx-skill .skill-circle .border {
    display: none;
  }
  .idxHome .idx-skill .skill-circle .dots {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 3;
  }
  .idxHome .idx-skill .skill-circle .dots .dot {
    position: static;
    transform: none;
    right: auto;
    top: auto;
    z-index: auto;
    margin: 0 5px;
  }
  .idxHome .idx-skill .skill-swiper-img {
    position: static;
    left: auto;
    transform: none;
    top: auto;
    z-index: auto;
  }
  .idxHome .idx-skill .skill-swiper-img .swiper-slide img {
    height: auto;
  }
  .idxHome .idx-skill .skill-swiper-text {
    width: 100%;
    padding: 20px;
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .idxHome .idx-skill .container {
    width: 100%;
    padding: 0 10px;
  }
  .idxHome .idx-skill .skill-list {
    flex-wrap: wrap;
  }
  .idxHome .idx-skill .skill-item {
    width: 50%;
  }
}
.idxHome .idx-center {
  width: 100%;
  padding: 0.9rem 0 1.2rem;
  background-image: url(../images/idx-center-bg.jpg);
}

.idxHome .idx-center .container {
  width: 14rem;
  margin: 0 auto;
}

.idxHome .idx-center .center-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.idxHome .idx-center .center-guide {
  width: 100%;
  text-align: center;
  margin: 0.2rem 0 0.48rem;
}

.idxHome .idx-center .center-guide p {
  color: #555;
  line-height: 2;
}

.idxHome .idx-center .center-swiper {
  width: 100%;
}

.idxHome .idx-center .center-swiper .swiper-slide {
  height: auto;
}

.idxHome .idx-center .center-swiper .slide-layout {
  width: 100%;
  position: relative;
  display: block;
}

.idxHome .idx-center .center-swiper .slide-layout:hover .slide-text {
  /* background-color: rgba(66, 175, 163, 0.8); */
  background-color: rgba(0, 100, 255, 0.8);
}

.idxHome .idx-center .center-swiper .slide-layout:hover .slide-text .slide-icon .icon:after {
  width: 100%;
  height: 100%;
}

.idxHome .idx-center .center-swiper .slide-layout:hover .slide-text .slide-guide {
  padding: 0.4rem 0 0.6rem;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.idxHome .idx-center .center-swiper .slide-layout:hover .slide-text .slide-more {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.idxHome .idx-center .center-swiper .slide-img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}

.idxHome .idx-center .center-swiper .slide-img img {
  width: 100%;
  height: auto;
}

.idxHome .idx-center .center-swiper .slide-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 3;
  padding: 0 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.idxHome .idx-center .center-swiper .slide-icon {
  width: 1.34rem;
  height: 1.34rem;
  background-image: url(../images/idx6.png);
  padding: 0.07rem;
}

.idxHome .idx-center .center-swiper .slide-icon .icon {
  width: 100%;
  height: 100%;
  border: 0.01rem solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.idxHome .idx-center .center-swiper .slide-icon .icon:after {
  content: "";
  width: 50%;
  height: 50%;
  display: block;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
}

.idxHome .idx-center .center-swiper .slide-title {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin-top: 0.4rem;
  transition: all 1s;
}

.idxHome .idx-center .center-swiper .slide-guide {
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s, padding 0.7s ease-out 0.2s;
  cursor: default;
}

.idxHome .idx-center .center-swiper .slide-guide .guide {
  width: 100%;
}

.idxHome .idx-center .center-swiper .slide-guide p {
  color: #fff;
  line-height: 1.8;
}

.idxHome .idx-center .center-swiper .slide-more {
  display: inline-block;
  background-color: #fff;
  padding: 0.05rem 0.24rem;
  padding-right: 0.07rem;
  border-radius: 0.25rem;
  opacity: 0;
  transform: translate3d(0, 25%, 0);
  transition: opacity 1s ease-out 0.2s, transform 0.7s ease-out 0.2s;
  position: relative;
}

.idxHome .idx-center .center-swiper .slide-more .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.idxHome .idx-center .center-swiper .slide-more .text {
  color: #1973ff;
  margin-right: 0.24rem;
  line-height: 1.5;
}

.idxHome .idx-center .center-swiper .slide-more .icon {
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(../images/more2.png);
  background-color: #1973ff;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
}

.idxHome .idx-center .center-swiper .swiper-pagination {
  display: none;
}

@media (max-width: 750px) {
  .idxHome .idx-center .container {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 650px) {
  .idxHome .idx-center .center-swiper .swiper-pagination {
    display: block;
    margin-top: 0.2rem;
  }
  .idxHome .idx-center .center-swiper .swiper-pagination-bullet {
    margin: 0 0.1rem;
  }
  .idxHome .idx-center .center-swiper .swiper-pagination-bullet-active {
    background: #1973ff;
  }
}
.idxHome .idx-about {
  width: 100%;
  background-image: url(../images/idx-about-bg.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.9rem 0 4.5rem;
}

.idxHome .idx-about .container {
  width: 14rem;
  margin: 0 auto;
}

.idxHome .idx-about .about-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.idxHome .idx-about .about-guide {
  width: 100%;
  text-align: center;
  margin: 0.48rem 0 0.72rem;
}

.idxHome .idx-about .about-guide p {
  color: #555;
  line-height: 2;
}

.idxHome .idx-about .about-data {
  width: 100%;
  display: flex;
}

.idxHome .idx-about .about-data .datum {
  width: 25%;
  display: flex;
}

.idxHome .idx-about .about-data .datum-icon {
  width: 24%;
}

.idxHome .idx-about .about-data .datum-icon img {
  width: 0.4rem;
  min-width: 24px;
  height: 0.4rem;
  min-height: 24px;
}

.idxHome .idx-about .about-data .datum-text {
  width: 76%;
}

.idxHome .idx-about .about-data .datum-text .num {
  width: 100%;
  margin-bottom: 0.2rem;
}

.idxHome .idx-about .about-data .datum-text .num .s60 {
  color: #1973ff;
  font-weight: 700;
}

.idxHome .idx-about .about-data .datum-text .num .s16 {
  color: #333;
}

.idxHome .idx-about .about-data .datum-text .guide {
  width: 100%;
  color: #333;
  line-height: 1.5;
  display: block;
}

@media (max-width: 750px) {
  .idxHome .idx-about .container {
    width: 100%;
    padding: 0 10px;
  }
  .idxHome .idx-about .about-data {
    flex-wrap: wrap;
  }
  .idxHome .idx-about .about-data .datum {
    width: 50%;
    margin-bottom: 20px;
  }
  .idxHome .idx-about .about-data .datum-icon {
    width: auto;
    margin-right: 20px;
  }
  .idxHome .idx-about .about-data .datum-text {
    width: auto;
  }
}
.idxHome .idx-news {
  width: 100%;
  padding: 0.9rem 0 1.2rem;
  background-image: url(../images/idx-center-bg.jpg);
  position: relative;
  z-index: 3;
}

.idxHome .idx-news .container {
  width: 14rem;
  margin: 0 auto;
}

.idxHome .idx-news .news-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.idxHome .idx-news .news-guide {
  width: 100%;
  text-align: center;
  margin: 0.2rem 0 0.48rem;
}

.idxHome .idx-news .news-guide p {
  color: #555;
  line-height: 2;
}

.idxHome .idx-news .news-list {
  width: 100%;
  display: flex;
}

.idxHome .idx-news .news-list .news-item .item-more {
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/more2.png) center/cover no-repeat;
  background-color: #1973ff;
  border-radius: 50%;
}

.idxHome .idx-news .news-list .news-item.row-item {
  width: 66%;
  margin-right: 2%;
}

.idxHome .idx-news .news-list .news-item.row-item .item-img {
  width: 100%;
  height: 100%;
  padding: 0.45rem 0.3rem;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
}

.idxHome .idx-news .news-list .news-item.row-item .item-text {
  width: 40%;
  padding: 0.4rem 0.3rem;
  background-color: #fff;
}

.idxHome .idx-news .news-list .news-item.row-item .item-time {
  color: #888;
  width: 100%;
  line-height: 1.2;
}

.idxHome .idx-news .news-list .news-item.row-item .item-title {
  width: 100%;
  color: #333;
  line-height: 1.4;
  font-weight: 700;
  margin: 0.32rem 0;
}

.idxHome .idx-news .news-list .news-item.row-item .item-guide {
  width: 100%;
  margin-bottom: 0.6rem;
}

.idxHome .idx-news .news-list .news-item.row-item .item-guide p {
  color: #888;
  line-height: 1.8;
}

.idxHome .idx-news .news-list .news-item.col-item {
  width: 32%;
  width: 31.2857142857%;
  margin-right: 3.0714285714%;
}

.idxHome .idx-news .news-list .news-item.col-item:nth-of-type(3n) {
  margin-right: 0;
}

.idxHome .idx-news .news-list .news-item.col-item .item-img {
  width: 100%;
  border-radius: 0.04rem;
  overflow: hidden;
  width: 100%;
  /* height: 60%; */
  padding-top: 56.25%;
}

.idxHome .idx-news .news-list .news-item.col-item .item-layout {
  height: 40%;
  display: flex;
  padding: 0.4rem 0 0.2rem;
}

.idxHome .idx-news .news-list .news-item.col-item .item-l {
  width: auto;
  margin-right: 3%;
}

.idxHome .idx-news .news-list .news-item.col-item .item-date {
  width: 100%;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

.idxHome .idx-news .news-list .news-item.col-item .item-ym {
  width: 100%;
  text-align: center;
  color: #888;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}

.idxHome .idx-news .news-list .news-item.col-item .item-r {
  width: auto;
}

.idxHome .idx-news .news-list .news-item.col-item .item-title {
  width: 100%;
  color: #333;
  line-height: 1.2;
}

.idxHome .idx-news .news-list .news-item.col-item .item-line {
  width: 100%;
  height: 0.01rem;
  background-color: #e4e4e4;
  margin: 0.2rem 0;
}

.idxHome .idx-news .news-list .news-item.col-item .item-guide {
  width: 100%;
}

.idxHome .idx-news .news-list .news-item.col-item .item-guide p {
  color: #888;
  line-height: 1.8;
}

@media (max-width: 750px) {
  .idxHome .idx-news .container {
    width: 100%;
    padding: 0 10px;
  }
  .idxHome .idx-news .news-list {
    flex-wrap: wrap;
  }
  .idxHome .idx-news .news-list .news-item.row-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .idxHome .idx-news .news-list .news-item.col-item {
    width: 100%;
    display: flex;
    margin-right: 0;
    margin-bottom: 3%;
    align-items: flex-start;
  }
  .idxHome .idx-news .news-list .news-item.col-item .item-img {
    width: 50%;
    /* height: auto; */
    padding-top: 0;
    aspect-ratio: 16/9;
  }
  .idxHome .idx-news .news-list .news-item.col-item .item-layout {
    width: 50%;
    height: auto;
    flex-direction: column-reverse;
    padding: 10px;
  }
  .idxHome .idx-news .news-list .news-item.col-item .item-layout .item-l {
    width: 100%;
    margin-right: 0;
  }
  .idxHome .idx-news .news-list .news-item.col-item .item-layout .item-r {
    width: 100%;
  }
  .idxHome .idx-news .news-list .news-item.col-item .item-date {
    text-align: left;
  }
  .idxHome .idx-news .news-list .news-item.col-item .item-ym {
    text-align: left;
  }
}
@media (max-width: 450px) {
  .idxHome .idx-news .news-list .news-item.row-item .item-text {
    width: 100%;
  }
  .idxHome .idx-news .news-list .news-item.col-item {
    flex-wrap: wrap;
  }
  .idxHome .idx-news .news-list .news-item.col-item .item-img {
    width: 100%;
    /* padding-top: -webkit-calc(282 / 438 * 100%); */
    /*     padding-top: -moz-calc(282 / 438 * 100%); */
    /* padding-top: calc(282 / 438 * 100%); */
    margin-bottom: 10px;
  }
  .idxHome .idx-news .news-list .news-item.col-item .item-layout {
    width: 100%;
    padding: 10px 0;
  }
}
/* 公司简介 */
.About.About1 {
  background: url(../images/about1-bg.png) bottom center/100% auto no-repeat;
  background-color: #fff;
}

.About.About1 .a1-card {
  width: 100%;
  padding: 0.8rem 0 1.6rem;
}

.About.About1 .a1-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .About.About1 .a1-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.About.About1 .a1-card1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.About.About1 .a1-card1 .card1-text {
  width: 66.5%;
}

.About.About1 .a1-card1 .card1-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}

.About.About1 .a1-card1 .card1-line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0.4rem 0 0.5rem;
}

.About.About1 .a1-card1 .card1-line:before {
  width: 4%;
  height: 0.03rem;
  background-color: #1973ff;
  content: "";
  display: block;
}

.About.About1 .a1-card1 .card1-line:after {
  width: 96%;
  height: 0.01rem;
  background-color: #1973ff;
  opacity: 0.2;
  content: "";
  display: block;
}

.About.About1 .a1-card1 .card1-guide {
  width: 100%;
}

.About.About1 .a1-card1 .card1-guide p {
  line-height: 1.8;
  color: #555;
}

.About.About1 .a1-card1 .card1-img {
  width: 28.5%;
}

.About.About1 .a1-card1 .card1-img img {
  width: 100%;
  height: auto;
  border-radius: 0.06rem;
}

@media (max-width: 500px) {
  .About.About1 .a1-card1 {
    flex-wrap: wrap;
  }
  .About.About1 .a1-card1 .card1-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .About.About1 .a1-card1 .card1-img {
    width: 100%;
  }
}
.About.About1 .a1-card2 {
  width: 100%;
  padding: 0.5rem 0;
  border-top: 0.01rem solid #f3f3f3;
  border-bottom: 0.01rem solid #f3f3f3;
  margin: 0.8rem 0 0.7rem;
}

.About.About1 .a1-card2 .card2-data {
  width: 100%;
  display: flex;
}

.About.About1 .a1-card2 .card2-data .datum {
  width: 25%;
  display: flex;
}

.About.About1 .a1-card2 .card2-data .datum-icon {
  width: 24%;
}

.About.About1 .a1-card2 .card2-data .datum-icon img {
  width: 0.4rem;
  min-width: 24px;
  height: 0.4rem;
  min-height: 24px;
}

.About.About1 .a1-card2 .card2-data .datum-text {
  width: 76%;
}

.About.About1 .a1-card2 .card2-data .datum-text .num {
  width: 100%;
  margin-bottom: 0.2rem;
}

.About.About1 .a1-card2 .card2-data .datum-text .num .s60 {
  color: #1973ff;
  font-weight: 700;
}

.About.About1 .a1-card2 .card2-data .datum-text .num .s16 {
  color: #333;
}

.About.About1 .a1-card2 .card2-data .datum-text .guide {
  width: 100%;
  color: #333;
  line-height: 1.5;
  display: block;
}

@media (max-width: 600px) {
  .About.About1 .a1-card2 .card2-data {
    flex-wrap: wrap;
  }
  .About.About1 .a1-card2 .card2-data .datum {
    width: 50%;
    margin-bottom: 20px;
  }
}
.About.About1 .a1-card3 {
  width: 100%;
}

.About.About1 .a1-card3 .card3-list {
  width: 100%;
  display: flex;
}

.About.About1 .a1-card3 .card3-item {
  width: 31%;
  margin-right: 3.5%;
}

.About.About1 .a1-card3 .card3-item:nth-of-type(3n) {
  margin-right: 0;
}

.About.About1 .a1-card3 .card3-item .item-img {
  width: 100%;
  border-radius: 0.06rem;
  overflow: hidden;
}

.About.About1 .a1-card3 .card3-item .item-img img {
  width: 100%;
  height: auto;
}

@media (max-width: 500px) {
  .About.About1 .a1-card3 .card3-list {
    flex-wrap: wrap;
  }
  .About.About1 .a1-card3 .card3-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
/* 发展历程 */
.About.About2 {
  background: url(../images/about2-bg.png) bottom center/cover no-repeat;
  background-color: #fff;
}

.About.About2 .a2-card {
  width: 100%;
  padding: 0.72rem 0 1.6rem;
}

.About.About2 .a2-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .About.About2 .a2-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.About.About2 .a2-card1 {
  width: 100%;
}

.About.About2 .a2-card1 .card1-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-align: center;
}

.About.About2 .a2-card1 .card1-swiper {
  width: 100%;
}

.About.About2 .a2-card1 .card1-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}

.About.About2 .a2-card1 .card1-swiper .swiper-slide:nth-of-type(2n) .slide-year {
  align-items: flex-start;
}

.About.About2 .a2-card1 .card1-swiper .swiper-slide:hover .slide-year {
  color: #1973ff;
  text-shadow: 0.04rem 0.04rem 0.08rem rgba(66, 175, 163, 0.39);
}

.About.About2 .a2-card1 .card1-swiper .swiper-slide:hover .slide-graph .dot {
  background-color: rgba(66, 175, 163, 0.5);
}

.About.About2 .a2-card1 .card1-swiper .swiper-slide:hover .slide-graph .dot .lt-dot {
  background-color: #1973ff;
}

.About.About2 .a2-card1 .card1-swiper .swiper-slide:hover .slide-graph:after {
  background-color: #1973ff;
}

.About.About2 .a2-card1 .card1-swiper .swiper-slide:hover .slide-guide p {
  color: #333;
}

.About.About2 .a2-card1 .card1-swiper .swiper-slide:hover + .swiper-slide .slide-graph:before {
  background-color: #1973ff;
}

.About.About2 .a2-card1 .card1-swiper .slide-year {
  width: 100%;
  color: #4c4c4c;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-style: italic;
  transition: all 0.5s;
}

.About.About2 .a2-card1 .card1-swiper .slide-graph {
  width: 100%;
  display: flex;
  position: relative;
  margin: 0.5rem 0;
}

.About.About2 .a2-card1 .card1-swiper .slide-graph .dot {
  width: 0.18rem;
  min-width: 18px;
  height: 0.18rem;
  min-height: 18px;
  background-color: rgba(154, 154, 154, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin: 0 auto;
  transition: all 0.5s;
}

.About.About2 .a2-card1 .card1-swiper .slide-graph .dot .lt-dot {
  width: 56%;
  height: 56%;
  background-color: #9a9a9a;
  border-radius: 50%;
  transition: background 0.5s;
}

.About.About2 .a2-card1 .card1-swiper .slide-graph:before,
.About.About2 .a2-card1 .card1-swiper .slide-graph:after {
  content: "";
  width: 50%;
  height: 0.02rem;
  background-color: #ddd;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  transition: background 0.5s;
}

.About.About2 .a2-card1 .card1-swiper .slide-graph:before {
  left: 0;
}

.About.About2 .a2-card1 .card1-swiper .slide-graph:after {
  right: 0;
}

.About.About2 .a2-card1 .card1-swiper .slide-guide {
  width: 100%;
  padding: 0 0.1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.About.About2 .a2-card1 .card1-swiper .slide-guide p {
  color: #888;
  line-height: 1.8;
  transition: all 0.5s;
}

@media (max-width: 600px) {
  .About.About2 .a2-card1 .card1-swiper .slide-guide {
    text-align: center;
  }
}
.About.About2 .a2-card1 .card1-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-next,
.About.About2 .a2-card1 .card1-buttons .swiper-honor-prev {
  display: inline-block;
  background-color: #fff;
  padding: 0.05rem 0.24rem;
  border-radius: 0.25rem;
  margin: 0 0.2rem;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-next .button,
.About.About2 .a2-card1 .card1-buttons .swiper-honor-prev .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-next .text,
.About.About2 .a2-card1 .card1-buttons .swiper-honor-prev .text {
  color: #1973ff;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-next .icon,
.About.About2 .a2-card1 .card1-buttons .swiper-honor-prev .icon {
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(../images/more2.png);
  background-color: #1973ff;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-prev {
  padding-left: 0.07rem;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-prev .text {
  margin-left: 0.24rem;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-prev .icon {
  background-image: url(../images/al1.png);
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-next {
  padding-right: 0.07rem;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-next .text {
  margin-right: 0.24rem;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-next .icon {
  background-image: url(../images/ar1.png);
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-prev.swiper-button-disabled,
.About.About2 .a2-card1 .card1-buttons .swiper-honor-next.swiper-button-disabled {
  background-color: #9a9a9a;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-prev.swiper-button-disabled .text,
.About.About2 .a2-card1 .card1-buttons .swiper-honor-next.swiper-button-disabled .text {
  color: #fff;
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-prev.swiper-button-disabled .icon {
  background-color: #fff;
  background-image: url(../images/al3.png);
}

.About.About2 .a2-card1 .card1-buttons .swiper-honor-next.swiper-button-disabled .icon {
  background-color: #fff;
  background-image: url(../images/ar3.png);
}

/* 资质荣誉 */
.About.About3 {
  background-color: #fff;
}

.About.About3 .a3-card {
  width: 100%;
  padding: 0.72rem 0 1.6rem;
}

.About.About3 .a3-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .About.About3 .a3-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.About.About3 .a3-card1 {
  width: 100%;
}

.About.About3 .a3-card1 .card1-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-align: center;
}

.About.About3 .a3-card1 .card1-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.About.About3 .a3-card1 .card1-item {
  width: 23.5%;
  border-radius: 0.06rem;
  border: solid 0.01rem #eeeeee;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: all 0.5s;
}

.About.About3 .a3-card1 .card1-item:nth-of-type(4n) {
  margin-right: 0;
}

.About.About3 .a3-card1 .card1-item:hover {
  box-shadow: 0 0 0.2rem 0 rgba(186, 186, 186, 0.21);
  cursor: pointer;
}

.About.About3 .a3-card1 .card1-item:hover .item-text {
  background-color: #1973ff;
  color: #fff;
}

.About.About3 .a3-card1 .card1-item:hover .item-img .img {
  transform: scale(1.1);
}

.About.About3 .a3-card1 .card1-item:hover .item-img .large {
  opacity: 1;
}

.About.About3 .a3-card1 .card1-item .item-img {
  width: 100%;
  padding: 0.65rem 0.34rem;
  background-color: #ffffff;
  position: relative;
}

.About.About3 .a3-card1 .card1-item .item-img .img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
}

.About.About3 .a3-card1 .card1-item .item-img .large {
  width: 0.18rem;
  height: 0.18rem;
  min-width: 18px;
  min-height: 18px;
  background: url(../images/enlarge1.png) center/cover no-repeat;
  position: absolute;
  right: 0.2rem;
  bottom: 0.1rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.5s;
}

.About.About3 .a3-card1 .card1-item .item-text {
  width: 100%;
  padding: 0.2rem 0;
  background-color: #f8f8f8;
  border-top: 0.01rem solid #eee;
  text-align: center;
  color: #555;
  transition: all 0.5s;
}

.About.About3 .a3-card1 .card1-pages {
  width: 100%;
  margin-top: 0.3rem;
}

@media (max-width: 900px) {
  .About.About3 .a3-card1 .card1-item {
    width: 32%;
  }
  .About.About3 .a3-card1 .card1-item:nth-of-type(4n) {
    margin-right: 2%;
  }
  .About.About3 .a3-card1 .card1-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .About.About3 .a3-card1 .card1-item {
    width: 49%;
  }
  .About.About3 .a3-card1 .card1-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  .About.About3 .a3-card1 .card1-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .About.About3 .a3-card1 .card1-item {
    width: 100%;
    margin-right: 0;
  }
}
/* 资质荣誉 */
.About.About4 {
  background: url(../images/about4-bg.jpg) bottom center/cover no-repeat;
  background-color: #fff;
}

.About.About4 .a4-card {
  width: 100%;
  padding: 0.72rem 0 1.6rem;
}

.About.About4 .a4-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .About.About4 .a4-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.About.About4 .a4-card1 {
  width: 100%;
  display: flex;
}

.About.About4 .a4-card1 .card1-text {
  width: 56%;
  padding-right: 0.4rem;
}

.About.About4 .a4-card1 .card1-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}

.About.About4 .a4-card1 .card1-line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0.4rem 0 0.5rem;
}

.About.About4 .a4-card1 .card1-line:before {
  width: 4%;
  height: 0.03rem;
  background-color: #1973ff;
  content: "";
  display: block;
}

.About.About4 .a4-card1 .card1-line:after {
  width: 96%;
  height: 0.01rem;
  background-color: #1973ff;
  opacity: 0.2;
  content: "";
  display: block;
}

.About.About4 .a4-card1 .card1-guide {
  width: 100%;
}

.About.About4 .a4-card1 .card1-guide h2 {
  color: #1973ff;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.About.About4 .a4-card1 .card1-guide p {
  line-height: 1.8;
  color: #36302f;
}

@media (min-width: 1921px) {
  .About.About4 .a4-card1 .card1-guide h2 {
    font-size: -moz-calc(24 * 100vw / 1920);
    font-size: 1.25vw;
  }
  .About.About4 .a4-card1 .card1-guide p {
    font-size: -moz-calc(16 * 100vw / 1920);
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1920px) and (min-width: 551px) {
  .About.About4 .a4-card1 .card1-guide h2 {
    font-size: calc(12px + 0.625vw);
  }
  .About.About4 .a4-card1 .card1-guide p {
    font-size: calc(12px + 0.2083333333vw);
  }
}
@media (max-width: 550px) {
  .About.About4 .a4-card1 .card1-guide h2 {
    font-size: -moz-calc(12px + 12 * 550px / 1920);
    font-size: 15.4375px;
  }
  .About.About4 .a4-card1 .card1-guide p {
    font-size: -moz-calc(12px + 4 * 550px / 1920);
    font-size: 13.1458333333px;
  }
}
.About.About4 .a4-card1 .card1-img {
  width: 44%;
}

.About.About4 .a4-card1 .card1-img .img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 0.06rem;
  border-top-right-radius: 0.06rem;
}

@media (max-width: 750px) {
  .About.About4 .a4-card1 {
    flex-wrap: wrap;
    margin-bottom: 0.2rem;
  }
  .About.About4 .a4-card1 .card1-text {
    width: 100%;
    padding-right: 0;
  }
  .About.About4 .a4-card1 .card1-img {
    width: 100%;
  }
  .About.About4 .a4-card1 .card1-img .img {
    height: auto;
    padding-top: -moz-calc(440 / 620 * 100%);
    padding-top: 70.9677419355%;
    border-radius: 0.06rem;
  }
}
.About.About4 .a4-card2 {
  width: 100%;
  display: flex;
}

.About.About4 .a4-card2 .card2-img {
  width: 56%;
}

.About.About4 .a4-card2 .card2-img .img {
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 0.06rem;
  border-bottom-right-radius: 0.06rem;
}

.About.About4 .a4-card2 .card2-text {
  width: 44%;
  padding: 0.8rem 0;
  padding-left: 0.4rem;
}

.About.About4 .a4-card2 .card2-guide {
  width: 100%;
}

.About.About4 .a4-card2 .card2-guide h2 {
  color: #1973ff;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.About.About4 .a4-card2 .card2-guide p {
  line-height: 1.8;
  color: #36302f;
}

@media (min-width: 1921px) {
  .About.About4 .a4-card2 .card2-guide h2 {
    font-size: -moz-calc(24 * 100vw / 1920);
    font-size: 1.25vw;
  }
  .About.About4 .a4-card2 .card2-guide p {
    font-size: -moz-calc(16 * 100vw / 1920);
    font-size: 0.8333333333vw;
  }
}
@media (max-width: 1920px) and (min-width: 551px) {
  .About.About4 .a4-card2 .card2-guide h2 {
    font-size: calc(12px + 0.625vw);
  }
  .About.About4 .a4-card2 .card2-guide p {
    font-size: calc(12px + 0.2083333333vw);
  }
}
@media (max-width: 550px) {
  .About.About4 .a4-card2 .card2-guide h2 {
    font-size: -moz-calc(12px + 12 * 550px / 1920);
    font-size: 15.4375px;
  }
  .About.About4 .a4-card2 .card2-guide p {
    font-size: -moz-calc(12px + 4 * 550px / 1920);
    font-size: 13.1458333333px;
  }
}
@media (max-width: 750px) {
  .About.About4 .a4-card2 {
    flex-wrap: wrap;
  }
  .About.About4 .a4-card2 .card2-text {
    width: 100%;
    padding: 10px 0;
  }
  .About.About4 .a4-card2 .card2-img {
    width: 100%;
  }
  .About.About4 .a4-card2 .card2-img .img {
    height: auto;
    padding-top: -moz-calc(440 / 780 * 100%);
    padding-top: 56.4102564103%;
    border-radius: 0.06rem;
  }
}
/* 企业动态 */
.About.About5 {
  background-color: #fff;
}

.About.About5 .a5-card {
  width: 100%;
  padding: 0.72rem 0 1.6rem;
}

.About.About5 .a5-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .About.About5 .a5-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.About.About5 .a5-card1 {
  width: 100%;
}

.About.About5 .a5-card1 .card1-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-align: center;
}

.About.About5 .a5-card1 .card1-swiper {
  width: 100%;
  margin-bottom: 0.8rem;
}

.About.About5 .a5-card1 .card1-swiper .swiper-slide {
  height: auto;
  display: block;
}

.About.About5 .a5-card1 .card1-swiper .swiper-slide:hover .slide-img .img {
  transform: scale(1.2);
}

.About.About5 .a5-card1 .card1-swiper .swiper-slide:hover .slide-title {
  color: #1973ff;
}

.About.About5 .a5-card1 .card1-swiper .slide-img {
  width: 100%;
  overflow: hidden;
}

.About.About5 .a5-card1 .card1-swiper .slide-img .img {
  width: 100%;
  padding-top: -moz-calc(282 / 438 * 100%);
  padding-top: 64.3835616438%;
  transition: all 0.5s;
}

.About.About5 .a5-card1 .card1-swiper .slide-date {
  width: 100%;
  color: #1973ff;
  line-height: 1.2;
  margin: 0.24rem 0;
}

.About.About5 .a5-card1 .card1-swiper .slide-title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.2rem;
  transition: all 0.5s;
}

.About.About5 .a5-card1 .card1-swiper .slide-guide {
  width: 100%;
  color: #888;
  line-height: 1.8;
}

.About.About5 .a5-card1 .card1-swiper .swiper-scrollbar {
  margin-top: 0.2rem;
}

.About.About5 .a5-card1 .card1-swiper .swiper-scrollbar-drag {
  height: 0.06rem;
  min-height: 6px;
  background-color: #1973ff;
}

.About.About5 .a5-card1 .card1-list {
  width: 100%;
}

.About.About5 .a5-card1 .card1-item {
  display: flex;
  width: 100%;
  border-radius: 0.04rem;
  border: solid 0.01rem #eeeeee;
  margin-bottom: 0.3rem;
}

.About.About5 .a5-card1 .card1-item:hover .item-title {
  color: #1973ff;
}

.About.About5 .a5-card1 .card1-item:hover .item-more {
  opacity: 1;
}

.About.About5 .a5-card1 .card1-item:hover .item-img .img {
  transform: scale(1.2);
}

.About.About5 .a5-card1 .card1-item .item-img {
  width: 25%;
  overflow: hidden;
}

.About.About5 .a5-card1 .card1-item .item-img .img {
  width: 100%;
  height: 100%;
  border-radius: 0.04rem;
  transition: all 0.5s;
}

.About.About5 .a5-card1 .card1-item .item-text {
  width: 75%;
  padding: 0.4rem 0.5rem;
  display: flex;
  align-items: center;
}

.About.About5 .a5-card1 .card1-item .item-layout {
  width: auto;
  margin-right: 0.4rem;
}

.About.About5 .a5-card1 .card1-item .item-title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  transition: all 0.5s;
}

.About.About5 .a5-card1 .card1-item .item-guide {
  width: 100%;
  color: #888;
  line-height: 1.8;
  margin: 0.2rem 0 0.3rem;
}

.About.About5 .a5-card1 .card1-item .item-date {
  width: 100%;
  color: #888;
  line-height: 1.2;
}

.About.About5 .a5-card1 .card1-item .item-more {
  width: auto;
  opacity: 0;
  transition: all 0.5s;
}

.About.About5 .a5-card1 .card1-item .item-more .icon {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(../images/more2.png);
  background-color: #1973ff;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
}

.About.About5 .a5-card1 .card1-pages {
  margin-top: 0.6rem;
}

@media (max-width: 750px) {
  .About.About5 .a5-card1 .card1-item .item-img {
    width: 36%;
  }
  .About.About5 .a5-card1 .card1-item .item-text {
    width: 64%;
  }
}
/* 企业动态详情 */
.About.About6 {
  background-color: #fff;
}

.About.About6 .a6-card {
  width: 100%;
  padding: 0.9rem 0 1.6rem;
}

.About.About6 .a6-card .container {
  width: 14rem;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 1200px) {
  .About.About6 .a6-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
@media (max-width: 750px) {
  .About.About6 .a6-card .container {
    flex-wrap: wrap;
  }
}
.About.About6 .a6-card1 {
  width: 73%;
  border-left: 0.01rem solid transparent;
  border-right: 0.01rem solid #ececec;
}

.About.About6 .a6-card1 .card1-head {
  width: 100%;
  padding-right: 0.3rem;
}

.About.About6 .a6-card1 .card1-title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}

.About.About6 .a6-card1 .card1-info {
  width: 100%;
  display: flex;
  margin: 0.28rem 0 0.32rem;
  align-items: center;
}

.About.About6 .a6-card1 .card1-date {
  width: auto;
  display: flex;
  align-items: center;
}

.About.About6 .a6-card1 .card1-date img {
  width: 0.2rem;
  height: 0.2rem;
  min-width: 16px;
  min-height: 16px;
  margin-right: 0.1rem;
}

.About.About6 .a6-card1 .card1-date span {
  color: #999;
  line-height: 1.2;
}

.About.About6 .a6-card1 .card1-from {
  width: auto;
  margin: 0 0.5rem;
}

.About.About6 .a6-card1 .card1-from span {
  color: #999;
  line-height: 1.2;
}

.About.About6 .a6-card1 .card1-share {
  width: auto;
  display: flex;
}

.About.About6 .a6-card1 .card1-share .qq {
  background-image: url(../images/qq1.png);
}

.About.About6 .a6-card1 .card1-share .qq:hover {
  background-image: url(../images/qq2.png);
}

.About.About6 .a6-card1 .card1-share .wx {
  background-image: url(../images/wx1.png);
  margin: 0 0.2rem;
}

.About.About6 .a6-card1 .card1-share .wx:hover {
  background-image: url(../images/wx2.png);
}

.About.About6 .a6-card1 .card1-share .wb {
  background-image: url(../images/wb1.png);
}

.About.About6 .a6-card1 .card1-share .wb:hover {
  background-image: url(../images/wb2.png);
}

.About.About6 .a6-card1 .card1-main {
  width: 100%;
  padding: 0.4rem 0;
  border-top: 0.01rem solid #ececec;
  border-bottom: 0.01rem solid #ececec;
  padding-right: 0.3rem;
}

.About.About6 .a6-card1 .card1-main p {
  line-height: 1.8;
  color: #555;
}

.About.About6 .a6-card1 .card1-foot {
  width: 100%;
  padding: 0.3rem 0;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid #ececec;
  display: flex;
  padding-right: 0.3rem;
}

.About.About6 .a6-card1 .card1-foot .prev-page,
.About.About6 .a6-card1 .card1-foot .next-page {
  width: 50%;
  display: block;
}

.About.About6 .a6-card1 .card1-foot .prev-page div,
.About.About6 .a6-card1 .card1-foot .next-page div {
  width: 100%;
  color: #555;
  transition: all 0.5s;
  line-height: 1.6;
}

.About.About6 .a6-card1 .card1-foot .prev-page:hover div,
.About.About6 .a6-card1 .card1-foot .next-page:hover div {
  color: #1973ff;
}

@media (max-width: 750px) {
  .About.About6 .a6-card1 {
    width: 100%;
    margin-bottom: 20px;
    border-right-color: transparent;
  }
  .About.About6 .a6-card1 .card1-head {
    padding-right: 0;
  }
  .About.About6 .a6-card1 .card1-main {
    padding-right: 0;
  }
  .About.About6 .a6-card1 .card1-foot {
    padding-right: 0;
    flex-wrap: wrap;
  }
  .About.About6 .a6-card1 .card1-foot .prev-page,
.About.About6 .a6-card1 .card1-foot .next-page {
    width: 100%;
  }
  .About.About6 .a6-card1 .card1-foot .prev-page {
    margin-bottom: 10px;
  }
}
.About.About6 .a6-card2 {
  width: 27%;
  padding: 0 0.3rem;
}

.About.About6 .a6-card2 .card2-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.About.About6 .a6-card2 .card2-list {
  width: 100%;
}

.About.About6 .a6-card2 .card2-item {
  width: 100%;
  display: block;
  padding: 0.3rem 0;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid #ececec;
}

.About.About6 .a6-card2 .card2-item:hover .item-title {
  color: #1973ff;
}

.About.About6 .a6-card2 .card2-item:last-of-type {
  border-bottom-color: transparent;
}

.About.About6 .a6-card2 .card2-item .item-time {
  color: #888;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 0.1rem;
}

.About.About6 .a6-card2 .card2-item .item-title {
  width: 100%;
  color: #555;
  line-height: 1.6;
  transition: all 0.5s;
}

@media (max-width: 750px) {
  .About.About6 .a6-card2 {
    width: 100%;
    padding: 10px 0;
  }
}
/* 联系我们 */
.Contact.Contact1 {
  background-color: #fff;
}

.Contact.Contact1 .c1-card {
  width: 100%;
  padding: 0.72rem 0 1.6rem;
}

.Contact.Contact1 .c1-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .Contact.Contact1 .c1-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Contact.Contact1 .c1-card1 {
  width: 100%;
}

.Contact.Contact1 .c1-card1 .card1-title {
  width: 100%;
  line-height: 1.2;
  color: #333;
  font-weight: 700;
}

.Contact.Contact1 .c1-card1 .card1-info {
  width: 100%;
  margin: 0.6rem 0;
  border-top: 0.01rem solid #ececec;
  border-bottom: 0.01rem solid #ececec;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.5rem 0;
}

.Contact.Contact1 .c1-card1 .card1-phone,
.Contact.Contact1 .c1-card1 .card1-address,
.Contact.Contact1 .c1-card1 .card1-write {
  width: auto;
  text-align: center;
  margin-right: 0.2rem;
  min-width: 10em;
  max-width: 20%;
}

.Contact.Contact1 .c1-card1 .card1-phone .icon,
.Contact.Contact1 .c1-card1 .card1-address .icon,
.Contact.Contact1 .c1-card1 .card1-write .icon {
  width: 0.4rem;
  height: 0.4rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 auto;
}

.Contact.Contact1 .c1-card1 .card1-phone .content,
.Contact.Contact1 .c1-card1 .card1-address .content,
.Contact.Contact1 .c1-card1 .card1-write .content {
  width: 100%;
  color: #333;
  line-height: 1.2;
  margin: 0.32rem 0 0.28rem;
}

.Contact.Contact1 .c1-card1 .card1-phone .title,
.Contact.Contact1 .c1-card1 .card1-address .title,
.Contact.Contact1 .c1-card1 .card1-write .title {
  width: 100%;
  color: #888;
  line-height: 1.2;
}

.Contact.Contact1 .c1-card1 .card1-code {
  width: auto;
  text-align: center;
}

.Contact.Contact1 .c1-card1 .card1-code .code {
  width: 1.1rem;
  min-width: 80px;
  margin: 0 auto;
  margin-bottom: 0.24rem;
}

.Contact.Contact1 .c1-card1 .card1-code .code .img {
  width: 100%;
  padding-top: 100%;
}

.Contact.Contact1 .c1-card1 .card1-code .title {
  width: 100%;
  color: #888;
  line-height: 1.2;
}

.Contact.Contact1 .c1-card1 .card1-map {
  width: 100%;
  display: flex;
  gap: 10px;
}

@media (max-width: 750px) {
  .Contact.Contact1 .c1-card1 .card1-map {
    display: block;
  }
}
.Contact.Contact1 .c1-card1 .card1-map .map {
  width: 100%;
  position: relative;
  padding-top: -moz-calc(450 / 1400 * 100%);
  padding-top: 32.1428571429%;
  margin-bottom: 20px;
}

.Contact.Contact1 .c1-card1 .card1-map .name {
  width: auto;
  padding: 0.16rem 0.42rem;
  border-radius: 0.3rem;
  display: inline-block;
  white-space: nowrap;
  background-color: #1973ff;
  box-shadow: 0.07rem 0.09rem 0.3rem 0 rgba(2, 26, 58, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.2;
}

.Contact.Contact1 .c1-card1 .card1-map .name:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 0.08rem solid #1973ff;
  border-right: 0.06rem solid transparent;
  border-left: 0.06rem solid transparent;
  box-shadow: 0.07rem 0.09rem 0.3rem 0 rgba(2, 26, 58, 0.1);
}

@media (max-width: 1920px) {
  .Contact.Contact1 .c1-card1 .card1-map .name:after {
    border-top-width: 8px;
    border-right-width: 6px;
    border-left-width: 6px;
  }
}
@media (max-width: 750px) {
  .Contact.Contact1 .c1-card1 .card1-info {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .Contact.Contact1 .c1-card1 .card1-phone {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
  }
  .Contact.Contact1 .c1-card1 .card1-address,
.Contact.Contact1 .c1-card1 .card1-write {
    width: 50%;
    margin: 0;
    max-width: 50%;
    padding: 10px;
  }
  .Contact.Contact1 .c1-card1 .card1-code {
    width: 50%;
    padding: 10px;
  }
  .Contact.Contact1 .c1-card1 .card1-map .map {
    padding-top: 0;
    height: 240px;
  }
}
/* 创新药研究中心 */
.Center.Center1 {
  background-color: #fff;
}

.Center.Center1 .c1-card {
  width: 100%;
  padding: 0.72rem 0 1.6rem;
}

.Center.Center1 .c1-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .Center.Center1 .c1-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Center.Center1 .c1-card1 {
  width: 100%;
}

.Center.Center1 .c1-card1 .card1-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.Center.Center1 .c1-card1 .card1-guide {
  width: 80%;
  color: #555;
  line-height: 1.8;
  text-align: center;
  margin: 0.4rem auto 0.5rem;
}

@media (max-width: 750px) {
  .Center.Center1 .c1-card1 .card1-guide {
    width: 100%;
  }
}
.Center.Center1 .c1-card2 {
  width: 100%;
  display: flex;
}

.Center.Center1 .c1-card2 .card2-img {
  width: 55%;
}

.Center.Center1 .c1-card2 .card2-img .img {
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
}

.Center.Center1 .c1-card2 .card2-text {
  width: 45%;
  padding: 0.4rem 0.6rem;
}

.Center.Center1 .c1-card2 .card2-title {
  width: 100%;
  color: #1973ff;
  font-weight: 700;
}

.Center.Center1 .c1-card2 .card2-line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0.4rem 0 0.5rem;
}

.Center.Center1 .c1-card2 .card2-line:before {
  width: 6%;
  height: 0.03rem;
  background-color: #1973ff;
  content: "";
  display: block;
}

.Center.Center1 .c1-card2 .card2-line:after {
  width: 94%;
  height: 0.01rem;
  background-color: #1973ff;
  opacity: 0.2;
  content: "";
  display: block;
}

.Center.Center1 .c1-card2 .card2-guide {
  width: 100%;
}

.Center.Center1 .c1-card2 .card2-guide p {
  vertical-align: middle;
  line-height: 2;
  margin-bottom: 0.1rem;
  color: #555;
}

.Center.Center1 .c1-card2 .card2-guide p:before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  min-width: 16px;
  min-height: 16px;
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/center1-2.png) center/cover no-repeat;
}

@media (max-width: 750px) {
  .Center.Center1 .c1-card2 {
    flex-wrap: wrap;
  }
  .Center.Center1 .c1-card2 .card2-img {
    width: 100%;
  }
  .Center.Center1 .c1-card2 .card2-img .img {
    height: auto;
    padding-top: -moz-calc(420 / 770 * 100%);
    padding-top: 54.5454545455%;
  }
  .Center.Center1 .c1-card2 .card2-text {
    width: 100%;
    padding: 20px 0;
  }
}
/* 药物研究院 */
.Center.Center2 {
  background-color: #fff;
}

.Center.Center2 .c2-card {
  width: 100%;
  padding: 0.72rem 0 1.6rem;
}

.Center.Center2 .c2-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .Center.Center2 .c2-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Center.Center2 .c2-card1 {
  width: 100%;
}

.Center.Center2 .c2-card1 .card1-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.Center.Center2 .c2-card1 .card1-guide {
  width: 100%;
  margin: 0.4rem auto 0.8rem;
}

.Center.Center2 .c2-card1 .card1-guide p {
  color: #555;
  line-height: 1.8;
}

.Center.Center2 .c2-card2 {
  width: 100%;
}

.Center.Center2 .c2-card2 .card2-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.Center.Center2 .c2-card2 .card2-tab {
  display: inline-block;
  padding: 0 0.2rem;
  color: #333;
  width: auto;
  transition: all 0.5s;
}

.Center.Center2 .c2-card2 .card2-tab:hover {
  color: #1973ff;
}

.Center.Center2 .c2-card2 .tabIs {
  font-weight: 700;
  color: #1973ff;
}

.Center.Center2 .c2-card2 .card2-swipers {
  width: 100%;
}

.Center.Center2 .c2-card2 .card2-swiper {
  width: 100%;
  display: none;
}

.Center.Center2 .c2-card2 .card2-swiper .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}

.Center.Center2 .c2-card2 .card2-swiper .swiper-slide {
  height: auto;
  display: block;
}

.Center.Center2 .c2-card2 .swiperIs {
  display: block;
}

.Center.Center2 .c2-card2 .card2-item {
  width: 100%;
  display: block;
  margin-right: 2%;
}

.Center.Center2 .c2-card2 .card2-item:hover .item-img .img {
  transform: scale(1.2);
}

.Center.Center2 .c2-card2 .card2-item:hover .item-text {
  color: #1973ff;
}

.Center.Center2 .c2-card2 .card2-item .item-img {
  width: 100%;
  border-radius: 0.06rem;
  overflow: hidden;
}

.Center.Center2 .c2-card2 .card2-item .item-img .img {
  padding-top: -moz-calc(220 / 327 * 100%);
  padding-top: 67.2782874618%;
  width: 100%;
  transition: all 0.5s;
}

.Center.Center2 .c2-card2 .card2-item .item-text {
  color: #333;
  width: 100%;
  line-height: 1.5;
  padding: 0.2rem 0;
  text-align: center;
  transition: all 0.5s;
}

@media (max-width: 750px) {
  .Center.Center2 .c2-card2 .card2-tab.tab1 {
    width: -moz-calc(100% / 1);
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .Center.Center2 .c2-card2 .card2-tab.tab2 {
    width: -moz-calc(100% / 2);
    width: 50%;
    text-align: center;
    padding: 0;
  }
  .Center.Center2 .c2-card2 .card2-tab.tab3 {
    width: -moz-calc(100% / 3);
    width: 33.3333333333%;
    text-align: center;
    padding: 0;
  }
  .Center.Center2 .c2-card2 .card2-tab.tab4 {
    width: -moz-calc(100% / 4);
    width: 25%;
    text-align: center;
    padding: 0;
  }
  .Center.Center2 .c2-card2 .card2-tab.tab5 {
    width: -moz-calc(100% / 5);
    width: 20%;
    text-align: center;
    padding: 0;
  }
}
.Center.Center2 .c2-card3 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10;
  align-items: center;
  justify-content: center;
}

.Center.Center2 .c2-card3 .card3-popup {
  width: 11rem;
  background-color: #fff;
  padding: 0.6rem;
}

.Center.Center2 .c2-card3 .card3-head {
  width: 100%;
  margin-bottom: 0.4rem;
  position: relative;
}

.Center.Center2 .c2-card3 .card3-head .close {
  width: 0.24rem;
  height: 0.24rem;
  min-width: 20px;
  min-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}

.Center.Center2 .c2-card3 .card3-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.Center.Center2 .c2-card3 .card3-body {
  width: 100%;
  position: relative;
}

.Center.Center2 .c2-card3 .card3-img {
  width: 100%;
}

.Center.Center2 .c2-card3 .card3-img img {
  width: 100%;
  height: auto;
}

.Center.Center2 .c2-card3 .card3-buttons .card3-button-prev,
.Center.Center2 .c2-card3 .card3-buttons .card3-button-next {
  width: 0.36rem;
  min-width: 28px;
  height: 0.36rem;
  min-height: 28px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 3;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}

.Center.Center2 .c2-card3 .card3-buttons .card3-button-prev {
  background-image: url(../images/al2.png);
  left: 0;
  transform: translate(-50%, -50%);
}

.Center.Center2 .c2-card3 .card3-buttons .card3-button-prev:hover {
  background-color: #1973ff;
  background-image: url(../images/al1.png);
}

.Center.Center2 .c2-card3 .card3-buttons .card3-button-next {
  background-image: url(../images/ar2.png);
  right: 0;
  transform: translate(50%, -50%);
}

.Center.Center2 .c2-card3 .card3-buttons .card3-button-next:hover {
  background-color: #1973ff;
  background-image: url(../images/ar1.png);
}

@media (max-width: 600px) {
  .Center.Center2 .c2-card3 {
    padding: 0 10px;
  }
  .Center.Center2 .c2-card3 .card3-popup {
    width: 100%;
  }
}
.Center.Center2 .c2-card3-show {
  display: flex;
}

/* 人才中心 */
.Person.Person1 {
  background-color: #fff;
}

.Person.Person1 .p1-card {
  width: 100%;
  padding: 0.72rem 0 1.6rem;
}

.Person.Person1 .p1-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .Person.Person1 .p1-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Person.Person1 .p1-card1 {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.Person.Person1 .p1-card1 .card1-img {
  width: 50%;
  border-radius: 0.06rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

.Person.Person1 .p1-card1 .card1-img .img {
  width: 100%;
  padding-top: -moz-calc(450 / 700 * 100%);
  padding-top: 64.2857142857%;
}

.Person.Person1 .p1-card1 .card1-text {
  width: 60%;
  padding: 0.64rem;
  padding-left: 2.2rem;
  background-color: #f5f8f9;
  border-radius: 0.06rem;
}

.Person.Person1 .p1-card1 .card1-title {
  width: auto;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.Person.Person1 .p1-card1 .card1-title:after {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  border: 0.05rem solid #1973ff;
  margin-left: 0.2rem;
}

.Person.Person1 .p1-card1 .card1-line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0.4rem 0 0.5rem;
}

.Person.Person1 .p1-card1 .card1-line:before {
  width: 4%;
  height: 0.03rem;
  background-color: #1973ff;
  content: "";
  display: block;
}

.Person.Person1 .p1-card1 .card1-line:after {
  width: 96%;
  height: 0.01rem;
  background-color: #1973ff;
  opacity: 0.2;
  content: "";
  display: block;
}

.Person.Person1 .p1-card1 .card1-guide {
  width: 100%;
}

.Person.Person1 .p1-card1 .card1-guide p {
  color: #666;
  line-height: 2;
}

.Person.Person1 .p1-card1 .card1-guide a {
  color: #1973ff;
  display: block;
  line-height: 2;
}

@media (max-width: 900px) {
  .Person.Person1 .p1-card1 {
    flex-wrap: wrap;
  }
  .Person.Person1 .p1-card1 .card1-img {
    width: 100%;
    position: static;
    left: auto;
    transform: none;
    top: auto;
    z-index: auto;
  }
  .Person.Person1 .p1-card1 .card1-text {
    width: 100%;
    padding: 0.6rem;
  }
}
.Person.Person1 .p1-card2 {
  width: 100%;
}

.Person.Person1 .p1-card2 .card2-line {
  width: 100%;
  height: 0.01rem;
  background-color: #eee;
  margin: 0.8rem 0;
}

.Person.Person1 .p1-card3 {
  width: 100%;
}

.Person.Person1 .p1-card3 .card3-TS {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.Person.Person1 .p1-card3 .card3-title {
  width: auto;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}

.Person.Person1 .p1-card3 .card3-search {
  display: flex;
  width: auto;
  height: 0.5rem;
  min-height: 40px;
}

.Person.Person1 .p1-card3 .card3-search .work {
  width: 3.2rem;
  height: 100%;
  border: solid 0.01rem #dcdcdc;
  border-radius: 0.06rem;
  margin-right: 0.2rem;
  overflow: hidden;
}

.Person.Person1 .p1-card3 .card3-search .work .select-diy:after {
  border-top-color: #888;
}

.Person.Person1 .p1-card3 .card3-search .work .select-diy .cur {
  color: #888;
}

.Person.Person1 .p1-card3 .card3-search .key {
  width: 3.2rem;
  height: 100%;
  border: solid 0.01rem #dcdcdc;
  border-radius: 0.06rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Person.Person1 .p1-card3 .card3-search .key .input {
  width: 75%;
  height: 100%;
}

.Person.Person1 .p1-card3 .card3-search .key .input input {
  border: none;
  height: 100%;
  width: 100%;
  padding: 0 0.2rem;
}

.Person.Person1 .p1-card3 .card3-search .key .button {
  width: 25%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.2rem;
}

.Person.Person1 .p1-card3 .card3-search .key .button .icon {
  width: 0.2rem;
  min-width: 12px;
  height: 0.2rem;
  min-height: 12px;
  background: url(../images/search3.png) center/cover no-repeat;
}

.Person.Person1 .p1-card3 .card3-list {
  width: 100%;
}

.Person.Person1 .p1-card3 .card3-item {
  width: 100%;
  margin-bottom: 0.2rem;
}

.Person.Person1 .p1-card3 .card3-item .item-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f8f9;
  border-radius: 0.06rem;
  padding: 0.24rem 0.3rem;
  cursor: pointer;
}

.Person.Person1 .p1-card3 .card3-item .item-name {
  color: #555;
  width: auto;
  line-height: 1.2;
  transition: all 0.5s;
}

.Person.Person1 .p1-card3 .card3-item .item-time {
  width: auto;
  display: flex;
  align-items: center;
}

.Person.Person1 .p1-card3 .card3-item .item-time .time {
  color: #888;
  line-height: 1.2;
  margin-right: 0.6rem;
  transition: all 0.5s;
}

.Person.Person1 .p1-card3 .card3-item .item-time:after {
  display: inline-block;
  content: "";
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  border-top: 0.08rem solid #333;
  transition: all 0.5s;
}

@media (max-width: 1920px) {
  .Person.Person1 .p1-card3 .card3-item .item-time:after {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 8px;
  }
}
.Person.Person1 .p1-card3 .card3-item .item-main {
  width: 100%;
  padding: 0.4rem 0.3rem;
  background-color: #f5f8f9;
  border-bottom-left-radius: 0.06rem;
  border-bottom-right-radius: 0.06rem;
  display: none;
}

.Person.Person1 .p1-card3 .card3-item .item-layout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.Person.Person1 .p1-card3 .card3-item .item-intro,
.Person.Person1 .p1-card3 .card3-item .item-need {
  width: 49%;
  margin-bottom: 0.4rem;
}

.Person.Person1 .p1-card3 .card3-item .item-intro .title,
.Person.Person1 .p1-card3 .card3-item .item-need .title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.Person.Person1 .p1-card3 .card3-item .item-intro .guide,
.Person.Person1 .p1-card3 .card3-item .item-need .guide {
  width: 100%;
}

.Person.Person1 .p1-card3 .card3-item .item-intro .guide p,
.Person.Person1 .p1-card3 .card3-item .item-need .guide p {
  color: #666;
  line-height: 2;
}

.Person.Person1 .p1-card3 .card3-item .item-send {
  width: 100%;
  display: flex;
}

.Person.Person1 .p1-card3 .card3-item .item-send .email {
  width: auto;
  background-color: #1973ff;
  border-radius: 0.06rem;
  padding: 0.08rem 0.16rem;
  padding-left: 0.24rem;
  display: flex;
  align-items: center;
}

.Person.Person1 .p1-card3 .card3-item .item-send .email .text {
  color: #fff;
  width: auto;
  line-height: 1.2;
}

.Person.Person1 .p1-card3 .card3-item .item-send .email .icon {
  width: 0.3rem;
  height: 0.3rem;
  min-width: 20px;
  min-height: 20px;
}

.Person.Person1 .p1-card3 .card3-item-show .item-header {
  background-color: #1973ff;
}

.Person.Person1 .p1-card3 .card3-item-show .item-name {
  color: #fff;
}

.Person.Person1 .p1-card3 .card3-item-show .item-time .time {
  color: #fff;
}

.Person.Person1 .p1-card3 .card3-item-show .item-time:after {
  border-top-color: #fff;
  transform: rotate(-180deg);
}

.Person.Person1 .p1-card3 .card3-pages {
  margin-top: 0.4rem;
}

@media (max-width: 600px) {
  .Person.Person1 .p1-card3 .card3-item .item-intro,
.Person.Person1 .p1-card3 .card3-item .item-need {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .Person.Person1 .p1-card3 .card3-TS {
    flex-wrap: wrap;
  }
  .Person.Person1 .p1-card3 .card3-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .Person.Person1 .p1-card3 .card3-search {
    width: 100%;
  }
  .Person.Person1 .p1-card3 .card3-search .work {
    width: 49%;
    margin-right: 2%;
  }
  .Person.Person1 .p1-card3 .card3-search .key {
    width: 49%;
  }
}
/* 技术合作 */
.Skill.Skill1 {
  background-color: #e5f4fb;
}

.Skill.Skill1 .s1-card {
  width: 100%;
  padding-bottom: 1.6rem;
}

.Skill.Skill1 .s1-card1 {
  width: 100%;
  padding: 0.72rem 0 1rem;
  background-color: #fff;
}

.Skill.Skill1 .s1-card1 .background {
  width: 100%;
  background: url(../images/skill1-2.jpg) center right/56.25% 100% no-repeat;
  padding: 0.64rem 0;
  position: relative;
}

.Skill.Skill1 .s1-card1 .container {
  width: 14rem;
  margin: 0 auto;
  display: flex;
}

.Skill.Skill1 .s1-card1 .iconfont {
  width: 1.45rem;
  height: 1.1rem;
  background: url(../images/skill1-1.png) center/cover no-repeat;
  position: absolute;
  left: 8%;
  top: 0;
  z-index: 2;
}

.Skill.Skill1 .s1-card1 .card1-text {
  width: 32%;
  padding-right: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.Skill.Skill1 .s1-card1 .card1-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}

.Skill.Skill1 .s1-card1 .card1-line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0.4rem 0 0.5rem;
}

.Skill.Skill1 .s1-card1 .card1-line:before {
  width: 8%;
  height: 0.03rem;
  background-color: #1973ff;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card1 .card1-line:after {
  width: 92%;
  height: 0.01rem;
  background-color: #1973ff;
  opacity: 0.2;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card1 .card1-guide {
  width: 100%;
}

.Skill.Skill1 .s1-card1 .card1-guide p {
  color: #555;
  line-height: 1.8;
}

.Skill.Skill1 .s1-card1 .card1-swiper {
  width: 68%;
}

.Skill.Skill1 .s1-card1 .card1-swiper .swiper-container {
  box-shadow: 0.01rem 0.01rem 0.2rem 0 rgba(0, 0, 0, 0.1);
}

.Skill.Skill1 .s1-card1 .card1-swiper .swiper-slide {
  width: 23.5%;
  margin-right: 2%;
  height: auto;
}

.Skill.Skill1 .s1-card1 .card1-swiper .swiper-slide:last-of-type {
  margin-right: 0;
}

.Skill.Skill1 .s1-card1 .card1-swiper .swiper-scrollbar {
  margin-top: 0.2rem;
  display: none;
}

.Skill.Skill1 .s1-card1 .card1-swiper .swiper-scrollbar-drag {
  height: 0.04rem;
  min-height: 4px;
  background-color: #fff;
}

.Skill.Skill1 .s1-card1 .card1-item {
  width: 100%;
  padding: 0.36rem 0.2rem;
  background-color: #fff;
  margin-right: 2%;
  border-radius: 0.06rem;
  height: 100%;
}

.Skill.Skill1 .s1-card1 .card1-item:nth-of-type(4n) {
  margin-right: 0;
}

.Skill.Skill1 .s1-card1 .card1-item:hover .item-icon .iconBg {
  background-image: url(../images/idxskill1.png);
}

.Skill.Skill1 .s1-card1 .card1-item:hover .item-icon .iconBg .init {
  display: none;
}

.Skill.Skill1 .s1-card1 .card1-item:hover .item-icon .iconBg .hover {
  display: block;
}

.Skill.Skill1 .s1-card1 .card1-item .item-icon {
  width: 0.9rem;
  min-width: 50px;
  height: 0.9rem;
  min-width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: url(../images/idxskill2.png) center/auto 100% no-repeat;
}

.Skill.Skill1 .s1-card1 .card1-item .item-icon .iconBg {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.Skill.Skill1 .s1-card1 .card1-item .item-icon .iconBg img {
  width: 54%;
  height: 54%;
}

.Skill.Skill1 .s1-card1 .card1-item .item-icon .iconBg .init {
  display: block;
}

.Skill.Skill1 .s1-card1 .card1-item .item-icon .iconBg .hover {
  display: none;
}

.Skill.Skill1 .s1-card1 .card1-item .item-guide {
  width: 100%;
  margin-top: 0.2rem;
}

.Skill.Skill1 .s1-card1 .card1-item .item-guide p {
  color: #666;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 1500px) {
  .Skill.Skill1 .s1-card1 .card1-swiper .swiper-slide {
    width: 32%;
  }
  .Skill.Skill1 .s1-card1 .card1-swiper .swiper-scrollbar {
    display: block;
  }
  .Skill.Skill1 .s1-card1 .card1-item {
    padding: 36px 0.2rem;
  }
}
@media (max-width: 1200px) {
  .Skill.Skill1 .s1-card1 .container {
    width: 100%;
    padding: 0 10px;
  }
  .Skill.Skill1 .s1-card1 .card1-swiper .swiper-slide {
    width: 23.5%;
  }
  .Skill.Skill1 .s1-card1 .card1-swiper .swiper-scrollbar {
    display: none;
  }
}
@media (max-width: 1100px) {
  .Skill.Skill1 .s1-card1 .card1-swiper .swiper-slide {
    width: 32%;
  }
  .Skill.Skill1 .s1-card1 .card1-swiper .swiper-scrollbar {
    display: block;
  }
  .Skill.Skill1 .s1-card1 .card1-item {
    padding: 48px 16px;
  }
}
@media (max-width: 800px) {
  .Skill.Skill1 .s1-card1 .card1-swiper .swiper-slide {
    width: 49%;
  }
  .Skill.Skill1 .s1-card1 .card1-item {
    padding: 56px 20px;
  }
}
@media (max-width: 600px) {
  .Skill.Skill1 .s1-card1 .background {
    background: none;
  }
  .Skill.Skill1 .s1-card1 .container {
    flex-wrap: wrap;
  }
  .Skill.Skill1 .s1-card1 .card1-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .Skill.Skill1 .s1-card1 .card1-swiper {
    width: 100%;
    background: url(../images/skill1-2.jpg) center right/cover no-repeat;
    padding: 20px 10px;
  }
  .Skill.Skill1 .s1-card1 .card1-swiper .swiper-slide {
    width: 32%;
  }
  .Skill.Skill1 .s1-card1 .card1-item {
    padding: 20px 10px;
  }
}
@media (max-width: 480px) {
  .Skill.Skill1 .s1-card1 .card1-swiper .swiper-slide {
    width: 49%;
  }
  .Skill.Skill1 .s1-card1 .card1-item {
    padding: 32px 10px;
  }
}
@media (max-width: 320px) {
  .Skill.Skill1 .s1-card1 .card1-swiper .swiper-slide {
    width: 100%;
  }
}
.Skill.Skill1 .s1-card2 {
  width: 100%;
  background-color: #e5f4fb;
  padding: 0.8rem 0 0.92rem;
}

.Skill.Skill1 .s1-card2 .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .Skill.Skill1 .s1-card2 .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Skill.Skill1 .s1-card2 .card2-IT {
  width: 100%;
  display: flex;
  margin-bottom: 0.6rem;
}

.Skill.Skill1 .s1-card2 .card2-img {
  width: 50%;
  border-radius: 0.06rem;
  overflow: hidden;
}

.Skill.Skill1 .s1-card2 .card2-img .img {
  width: 100%;
  height: 100%;
}

.Skill.Skill1 .s1-card2 .card2-text {
  width: 50%;
  padding: 0.4rem 0.5rem;
}

.Skill.Skill1 .s1-card2 .card2-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}

.Skill.Skill1 .s1-card2 .card2-line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0.36rem 0 0.4rem;
}

.Skill.Skill1 .s1-card2 .card2-line:before {
  width: 8%;
  height: 0.03rem;
  background-color: #1973ff;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card2 .card2-line:after {
  width: 92%;
  height: 0.01rem;
  background-color: #1973ff;
  opacity: 0.2;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card2 .card2-guide {
  width: 100%;
}

.Skill.Skill1 .s1-card2 .card2-guide p {
  color: #555;
  line-height: 1.8;
}

.Skill.Skill1 .s1-card2 .card2-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.Skill.Skill1 .s1-card2 .card2-list .list-title {
  width: 100%;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Skill.Skill1 .s1-card2 .card2-list .list-title .title {
  color: #333;
  font-weight: 700;
  border-left: 0.04rem solid #1973ff;
  padding-left: 0.1rem;
}

.Skill.Skill1 .s1-card2 .card2-list .list-title .more {
  display: inline-block;
  color: #555;
  line-height: 1.2;
  transition: all 0.5s;
}

.Skill.Skill1 .s1-card2 .card2-list .list-title .more:hover {
  color: #1973ff;
}

.Skill.Skill1 .s1-card2 .card2-item {
  width: 32%;
  margin-right: 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.06rem;
  border: solid 0.01rem #1973ff;
  padding: 0.28rem 0.32rem;
  transition: all 0.5s;
  cursor: pointer;
}

.Skill.Skill1 .s1-card2 .card2-item:last-of-type {
  margin-right: 0;
}

.Skill.Skill1 .s1-card2 .card2-item:hover {
  background-color: #1973ff;
}

.Skill.Skill1 .s1-card2 .card2-item:hover .item-icon {
  background-image: url(../images/skill1-4a.png);
}

.Skill.Skill1 .s1-card2 .card2-item:hover .item-icon .iconBg {
  background-image: url(../images/skill1-4b.png);
}

.Skill.Skill1 .s1-card2 .card2-item:hover .item-title {
  color: #fff;
}

.Skill.Skill1 .s1-card2 .card2-item:hover .item-more .text {
  color: #fff;
}

.Skill.Skill1 .s1-card2 .card2-item:hover .item-more .icon {
  opacity: 1;
}

.Skill.Skill1 .s1-card2 .card2-item .item-icon {
  width: 0.64rem;
  min-width: 48px;
  height: 0.64rem;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/idxskill2.png) center/auto 100% no-repeat;
}

.Skill.Skill1 .s1-card2 .card2-item .item-icon .iconBg {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  color: #1973ff;
  font-weight: 700;
  line-height: 1.2;
}

.Skill.Skill1 .s1-card2 .card2-item .item-text {
  width: 2.72rem;
}

.Skill.Skill1 .s1-card2 .card2-item .item-title {
  width: 100%;
  color: #1973ff;
  line-height: 1.2;
  margin-bottom: 0.1rem;
  transition: all 0.5s;
}

.Skill.Skill1 .s1-card2 .card2-item .item-more {
  width: auto;
  display: flex;
  align-items: center;
}

.Skill.Skill1 .s1-card2 .card2-item .item-more .text {
  color: #1973ff;
  line-height: 1.2;
  transition: all 0.5s;
}

.Skill.Skill1 .s1-card2 .card2-item .item-more .icon {
  background-image: url(../images/ar2.png);
  border-radius: 50%;
  width: 0.24rem;
  min-width: 16px;
  height: 0.24rem;
  min-height: 16px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s;
  margin-left: 0.1rem;
}

@media (max-width: 1200px) {
  .Skill.Skill1 .s1-card2 .card2-item .item-icon {
    width: 16%;
    min-width: 48px;
    min-height: 48px;
  }
  .Skill.Skill1 .s1-card2 .card2-item .item-text {
    width: 84%;
    padding-left: 10px;
  }
}
@media (max-width: 750px) {
  .Skill.Skill1 .s1-card2 .card2-IT {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .Skill.Skill1 .s1-card2 .card2-img {
    width: 100%;
  }
  .Skill.Skill1 .s1-card2 .card2-img .img {
    padding-top: -moz-calc(420 / 700 * 100%);
    padding-top: 60%;
  }
  .Skill.Skill1 .s1-card2 .card2-text {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 720px) {
  .Skill.Skill1 .s1-card2 .card2-item {
    flex-wrap: wrap;
  }
  .Skill.Skill1 .s1-card2 .card2-item .item-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    padding-top: 0.04rem;
  }
  .Skill.Skill1 .s1-card2 .card2-item .item-text {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .Skill.Skill1 .s1-card2 .card2-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .Skill.Skill1 .s1-card2 .card2-item .item-icon {
    margin: 0;
  }
}
.Skill.Skill1 .s1-card3 {
  width: 100%;
  padding: 0.8rem 0;
  background: url(../images/skill1-6.jpg) bottom center/cover no-repeat;
  background-color: #fff;
}

.Skill.Skill1 .s1-card3 .container {
  width: 14rem;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 1200px) {
  .Skill.Skill1 .s1-card3 .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Skill.Skill1 .s1-card3 .card3-text {
  width: 50%;
  padding: 0.96rem 0.6rem;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Skill.Skill1 .s1-card3 .card3-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}

.Skill.Skill1 .s1-card3 .card3-line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0.36rem 0 0.4rem;
}

.Skill.Skill1 .s1-card3 .card3-line:before {
  width: 8%;
  height: 0.03rem;
  background-color: #1973ff;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card3 .card3-line:after {
  width: 92%;
  height: 0.01rem;
  background-color: #1973ff;
  opacity: 0.2;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card3 .card3-guide {
  width: 100%;
}

.Skill.Skill1 .s1-card3 .card3-guide p {
  color: #555;
  line-height: 1.8;
}

.Skill.Skill1 .s1-card3 .card3-img {
  width: 50%;
  border-radius: 0.06rem;
  overflow: hidden;
}

.Skill.Skill1 .s1-card3 .card3-img .img {
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  .Skill.Skill1 .s1-card3 .container {
    flex-direction: column-reverse;
  }
  .Skill.Skill1 .s1-card3 .card3-text {
    width: 100%;
    padding: 20px 0;
  }
  .Skill.Skill1 .s1-card3 .card3-img {
    width: 100%;
  }
  .Skill.Skill1 .s1-card3 .card3-img .img {
    padding-top: -moz-calc(420 / 700 * 100%);
    padding-top: 60%;
  }
}
.Skill.Skill1 .s1-card4 {
  width: 100%;
  padding: 0.8rem 0;
  background: url(../images/skill1-8.jpg) center/cover no-repeat;
}

.Skill.Skill1 .s1-card4 .container {
  width: 14rem;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 1200px) {
  .Skill.Skill1 .s1-card4 .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Skill.Skill1 .s1-card4 .card4-text {
  width: 50%;
  padding: 0.67rem 0.6rem;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Skill.Skill1 .s1-card4 .card4-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}

.Skill.Skill1 .s1-card4 .card4-line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0.36rem 0 0.4rem;
}

.Skill.Skill1 .s1-card4 .card4-line:before {
  width: 8%;
  height: 0.03rem;
  background-color: #1973ff;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card4 .card4-line:after {
  width: 92%;
  height: 0.01rem;
  background-color: #1973ff;
  opacity: 0.2;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card4 .card4-guide {
  width: 100%;
}

.Skill.Skill1 .s1-card4 .card4-guide p {
  color: #555;
  line-height: 1.8;
}

.Skill.Skill1 .s1-card4 .card4-img {
  width: 50%;
  border-radius: 0.06rem;
  overflow: hidden;
}

.Skill.Skill1 .s1-card4 .card4-img .img {
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  .Skill.Skill1 .s1-card4 .container {
    flex-direction: column;
  }
  .Skill.Skill1 .s1-card4 .card4-text {
    width: 100%;
    padding: 20px 0;
  }
  .Skill.Skill1 .s1-card4 .card4-img {
    width: 100%;
  }
  .Skill.Skill1 .s1-card4 .card4-img .img {
    padding-top: -moz-calc(420 / 700 * 100%);
    padding-top: 60%;
  }
}
.Skill.Skill1 .s1-card5 {
  width: 100%;
  padding: 0.8rem 0;
  background: url(../images/skill1-10.jpg) bottom center/cover no-repeat;
  background-color: #fff;
}

.Skill.Skill1 .s1-card5 .container {
  width: 14rem;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 1200px) {
  .Skill.Skill1 .s1-card5 .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Skill.Skill1 .s1-card5 .card5-text {
  width: 50%;
  padding: 1.1rem 0.6rem;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Skill.Skill1 .s1-card5 .card5-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}

.Skill.Skill1 .s1-card5 .card5-line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0.36rem 0 0.4rem;
}

.Skill.Skill1 .s1-card5 .card5-line:before {
  width: 8%;
  height: 0.03rem;
  background-color: #1973ff;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card5 .card5-line:after {
  width: 92%;
  height: 0.01rem;
  background-color: #1973ff;
  opacity: 0.2;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card5 .card5-guide {
  width: 100%;
}

.Skill.Skill1 .s1-card5 .card5-guide p {
  color: #555;
  line-height: 1.8;
}

.Skill.Skill1 .s1-card5 .card5-img {
  width: 50%;
  border-radius: 0.06rem;
  overflow: hidden;
}

.Skill.Skill1 .s1-card5 .card5-img .img {
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  .Skill.Skill1 .s1-card5 .container {
    flex-direction: column-reverse;
  }
  .Skill.Skill1 .s1-card5 .card5-text {
    width: 100%;
    padding: 20px 0;
  }
  .Skill.Skill1 .s1-card5 .card5-img {
    width: 100%;
  }
  .Skill.Skill1 .s1-card5 .card5-img .img {
    padding-top: -moz-calc(420 / 700 * 100%);
    padding-top: 60%;
  }
}
.Skill.Skill1 .s1-card6 {
  width: 100%;
  padding: 0.8rem 0;
  background: url(../images/skill1-12.jpg) center/cover no-repeat;
}

.Skill.Skill1 .s1-card6 .container {
  width: 14rem;
  margin: 0 auto;
  display: flex;
}

@media (max-width: 1200px) {
  .Skill.Skill1 .s1-card6 .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Skill.Skill1 .s1-card6 .card6-text {
  width: 50%;
  padding: 0.82rem 0.6rem;
  padding-right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Skill.Skill1 .s1-card6 .card6-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}

.Skill.Skill1 .s1-card6 .card6-line {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin: 0.36rem 0 0.4rem;
}

.Skill.Skill1 .s1-card6 .card6-line:before {
  width: 8%;
  height: 0.03rem;
  background-color: #1973ff;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card6 .card6-line:after {
  width: 92%;
  height: 0.01rem;
  background-color: #1973ff;
  opacity: 0.2;
  content: "";
  display: block;
}

.Skill.Skill1 .s1-card6 .card6-guide {
  width: 100%;
}

.Skill.Skill1 .s1-card6 .card6-guide p {
  color: #555;
  line-height: 1.8;
}

.Skill.Skill1 .s1-card6 .card6-img {
  width: 50%;
  border-radius: 0.06rem;
  overflow: hidden;
}

.Skill.Skill1 .s1-card6 .card6-img .img {
  width: 100%;
  height: 100%;
}

@media (max-width: 750px) {
  .Skill.Skill1 .s1-card6 .container {
    flex-direction: column;
  }
  .Skill.Skill1 .s1-card6 .card6-text {
    width: 100%;
    padding: 20px 0;
  }
  .Skill.Skill1 .s1-card6 .card6-img {
    width: 100%;
  }
  .Skill.Skill1 .s1-card6 .card6-img .img {
    padding-top: -moz-calc(420 / 700 * 100%);
    padding-top: 60%;
  }
}
@media (max-width: 600px) {
  .Skill.Skill1 .s1-card6 {
    padding: 0;
  }
}
@media (max-width: 400px) {
  .Skill.Skill1 .s1-card6 .card6-text {
    padding-bottom: 0;
  }
}
/* 原料药研发 */
.Skill.Skill2 {
  background-color: #fff;
}

.Skill.Skill2 .s2-card {
  width: 100%;
  padding: 0.72rem 0 1.6rem;
}

.Skill.Skill2 .s2-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .Skill.Skill2 .s2-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Skill.Skill2 .s2-card1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.Skill.Skill2 .s2-card1 .card1-title {
  width: auto;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}

.Skill.Skill2 .s2-card1 .card1-more {
  width: auto;
  background-color: #1973ff;
  display: inline-block;
  padding: 0.05rem 0.24rem;
  padding-left: 0.06rem;
  border-radius: 0.25rem;
}

.Skill.Skill2 .s2-card1 .card1-more .button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Skill.Skill2 .s2-card1 .card1-more .text {
  color: #fff;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 0.24rem;
}

.Skill.Skill2 .s2-card1 .card1-more .icon {
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(../images/more1.png);
  background-color: #fff;
  border-radius: 50%;
  min-width: 20px;
  min-height: 20px;
}

@media (max-width: 500px) {
  .Skill.Skill2 .s2-card1 {
    flex-wrap: wrap;
  }
  .Skill.Skill2 .s2-card1 .card1-title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.Skill.Skill2 .s2-card2 {
  width: 100%;
}

.Skill.Skill2 .s2-card2 .card2-table {
  width: 100%;
}

.Skill.Skill2 .s2-card2 .card2-title {
  width: 100%;
  display: flex;
  background-color: #1973ff;
}

.Skill.Skill2 .s2-card2 .card2-title .title {
  color: #fff;
  padding: 0.2rem 0;
  text-align: center;
  line-height: 1.2;
}

.Skill.Skill2 .s2-card2 .card2-title .title:nth-of-type(1) {
  width: 12.5%;
}

.Skill.Skill2 .s2-card2 .card2-title .title:nth-of-type(2) {
  width: 27.5%;
}

.Skill.Skill2 .s2-card2 .card2-title .title:nth-of-type(3) {
  width: 32%;
}

.Skill.Skill2 .s2-card2 .card2-title .title:nth-of-type(4) {
  width: 14%;
}

.Skill.Skill2 .s2-card2 .card2-title .title:nth-of-type(5) {
  width: 14%;
}

.Skill.Skill2 .s2-card2 .card2-body {
  width: 100%;
}

.Skill.Skill2 .s2-card2 .card2-item {
  width: 100%;
  border: solid 0.01rem #eeeeee;
  border-top-color: transparent;
  display: flex;
}

.Skill.Skill2 .s2-card2 .card2-item .item-name {
  width: 12.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
}

.Skill.Skill2 .s2-card2 .card2-item .item-cname {
  width: 27.5%;
  display: flex;
  align-items: center;
  padding: 0.2rem;
  border-left: solid 0.01rem #eeeeee;
  border-right: solid 0.01rem #eeeeee;
}

.Skill.Skill2 .s2-card2 .card2-item .item-img {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem;
}

.Skill.Skill2 .s2-card2 .card2-item .item-img .img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.Skill.Skill2 .s2-card2 .card2-item .item-cas {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  border-left: solid 0.01rem #eeeeee;
  border-right: solid 0.01rem #eeeeee;
}

.Skill.Skill2 .s2-card2 .card2-item .item-handle {
  width: 14%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
}

.Skill.Skill2 .s2-card2 .card2-item .item-handle .button {
  border: none;
  background-color: #cbcbcb;
  border-radius: 0.2rem;
  padding: 0.12rem 0.36rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}

.Skill.Skill2 .s2-card2 .card2-item .item-handle .button:hover {
  background-color: #1973ff;
}

.Skill.Skill2 .s2-card2 .card2-item .item-name .content p,
.Skill.Skill2 .s2-card2 .card2-item .item-cname .content p,
.Skill.Skill2 .s2-card2 .card2-item .item-cas .content p {
  color: #333;
  line-height: 1.8;
  word-wrap: break-word;
  word-break: break-all;
}

@media (max-width: 600px) {
  .Skill.Skill2 .s2-card2 .card2-item .item-handle {
    padding: 5px;
  }
  .Skill.Skill2 .s2-card2 .card2-item .item-handle .button {
    padding: 6px 0;
    width: 100%;
  }
}
.Skill.Skill2 .s2-card3 {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 10;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}

.Skill.Skill2 .s2-card3 .card3-popup {
  width: 10rem;
  background-color: #fff;
  padding: 0.4rem;
}

.Skill.Skill2 .s2-card3 .card3-head {
  width: 100%;
  margin-bottom: 0.4rem;
  position: relative;
}

.Skill.Skill2 .s2-card3 .card3-head .close {
  width: 0.24rem;
  height: 0.24rem;
  min-width: 20px;
  min-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}

.Skill.Skill2 .s2-card3 .card3-title {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.Skill.Skill2 .s2-card3 .card3-body {
  width: 100%;
}

.Skill.Skill2 .s2-card3 .card3-name,
.Skill.Skill2 .s2-card3 .card3-phone {
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 0.06rem;
  border: solid 0.01rem #eeeeee;
  padding: 0.12rem 0.1rem;
  margin-bottom: 0.2rem;
}

.Skill.Skill2 .s2-card3 .card3-name img,
.Skill.Skill2 .s2-card3 .card3-phone img {
  width: auto;
  height: 0.3rem;
  min-height: 28px;
}

.Skill.Skill2 .s2-card3 .card3-name input,
.Skill.Skill2 .s2-card3 .card3-phone input {
  width: 100%;
  border: none;
  background-color: transparent;
  text-indent: 0.1rem;
  height: 100%;
}

.Skill.Skill2 .s2-card3 .card3-msg {
  width: 100%;
  display: flex;
  border-radius: 0.06rem;
  border: solid 0.01rem #eeeeee;
  padding: 0.12rem 0.1rem;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}

.Skill.Skill2 .s2-card3 .card3-msg img {
  width: auto;
  height: 0.3rem;
  min-height: 28px;
}

.Skill.Skill2 .s2-card3 .card3-msg textarea {
  width: 100%;
  padding-left: 0.1rem;
  line-height: 2;
  height: 1rem;
  min-height: 100px;
  border: none;
  background-color: transparent;
}

.Skill.Skill2 .s2-card3 .card3-sub {
  width: 100%;
}

.Skill.Skill2 .s2-card3 .card3-sub button {
  border: none;
  width: 100%;
  padding: 0.14rem 0;
  background-color: #1973ff;
  border-radius: 0.06rem;
  color: #fff;
  line-height: 1.2;
  min-height: 30px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .Skill.Skill2 .s2-card3 {
    padding: 0 10px;
  }
  .Skill.Skill2 .s2-card3 .card3-popup {
    width: 100%;
  }
}
.Skill.Skill2 .s2-card3-show {
  display: flex;
}

/* 原料药列表 */
.Skill.Skill3 {
  background-color: #fff;
}

.Skill.Skill3 .s3-card {
  width: 100%;
  padding: 0.72rem 0 1.6rem;
}

.Skill.Skill3 .s3-card .container {
  width: 14rem;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .Skill.Skill3 .s3-card .container {
    width: 100%;
    padding: 0 10px;
  }
}
.Skill.Skill3 .s3-card1 {
  width: 100%;
}

.Skill.Skill3 .s3-card1 .card1-title {
  width: 100%;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Skill.Skill3 .s3-card1 .card1-title .title {
  color: #333;
  font-weight: 700;
  border-left: 0.04rem solid #1973ff;
  padding-left: 0.1rem;
}

.Skill.Skill3 .s3-card1 .card1-title .more {
  display: inline-block;
  color: #555;
  line-height: 1.2;
  transition: all 0.5s;
}

.Skill.Skill3 .s3-card1 .card1-title .more:hover {
  color: #1973ff;
}

.Skill.Skill3 .s3-card1 .card1-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}

.Skill.Skill3 .s3-card1 .card1-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.06rem;
  border: solid 0.01rem #1973ff;
  padding: 0.28rem 0.32rem;
  transition: all 0.5s;
  cursor: pointer;
}

.Skill.Skill3 .s3-card1 .card1-item:nth-child(3n) {
  margin-right: 0;
}

.Skill.Skill3 .s3-card1 .card1-item:hover {
  background-color: #1973ff;
}

.Skill.Skill3 .s3-card1 .card1-item:hover .item-icon {
  background-image: url(../images/skill1-4a.png);
}

.Skill.Skill3 .s3-card1 .card1-item:hover .item-icon .iconBg {
  background-image: url(../images/skill1-4b.png);
}

.Skill.Skill3 .s3-card1 .card1-item:hover .item-title {
  color: #fff;
}

.Skill.Skill3 .s3-card1 .card1-item:hover .item-more .text {
  color: #fff;
}

.Skill.Skill3 .s3-card1 .card1-item:hover .item-more .icon {
  opacity: 1;
}

.Skill.Skill3 .s3-card1 .card1-item .item-icon {
  width: 0.64rem;
  min-width: 48px;
  height: 0.64rem;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/idxskill2.png) center/auto 100% no-repeat;
}

.Skill.Skill3 .s3-card1 .card1-item .item-icon .iconBg {
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  color: #1973ff;
  font-weight: 700;
  line-height: 1.2;
}

.Skill.Skill3 .s3-card1 .card1-item .item-text {
  width: 2.72rem;
}

.Skill.Skill3 .s3-card1 .card1-item .item-title {
  width: 100%;
  color: #1973ff;
  line-height: 1.2;
  margin-bottom: 0.1rem;
  transition: all 0.5s;
}

.Skill.Skill3 .s3-card1 .card1-item .item-more {
  width: auto;
  display: flex;
  align-items: center;
}

.Skill.Skill3 .s3-card1 .card1-item .item-more .text {
  color: #1973ff;
  line-height: 1.2;
  transition: all 0.5s;
}

.Skill.Skill3 .s3-card1 .card1-item .item-more .icon {
  background-image: url(../images/ar2.png);
  border-radius: 50%;
  width: 0.24rem;
  min-width: 16px;
  height: 0.24rem;
  min-height: 16px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.5s;
  margin-left: 0.1rem;
}

.Skill.Skill3 .s3-card1 .card1-pages {
  width: 100%;
}

@media (max-width: 1200px) {
  .Skill.Skill3 .s3-card1 .card1-item .item-icon {
    width: 16%;
    min-width: 48px;
    min-height: 48px;
  }
  .Skill.Skill3 .s3-card1 .card1-item .item-text {
    width: 84%;
    padding-left: 10px;
  }
}
@media (max-width: 750px) {
  .Skill.Skill3 .s3-card1 .card1-item {
    width: 49%;
  }
  .Skill.Skill3 .s3-card1 .card1-item:nth-child(3n) {
    margin-right: 2%;
  }
  .Skill.Skill3 .s3-card1 .card1-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .Skill.Skill3 .s3-card1 .card1-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .Skill.Skill3 .s3-card1 .card1-item:nth-child(3n) {
    margin-right: 0;
  }
  .Skill.Skill3 .s3-card1 .card1-item .item-icon {
    margin: 0;
  }
}
.c-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pro_list {
  padding-bottom: 1.6rem;
}

.pro_i {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  margin-bottom: 0.2rem;
}
.pro_i .imgs {
  width: 32.5%;
}
.pro_i .img {
  position: relative;
  padding-top: 66.6666666667%;
  display: block;
  min-height: 100%;
}
.pro_i .texts {
  width: 65.8333333333%;
  padding: 0.2rem;
}
.pro_i .d1 {
  border-bottom: solid 1px #dcdddc;
  padding-bottom: 0.12rem;
  font-weight: bold;
  color: #1b1b1b;
}
.pro_i .d2 {
  line-height: 2.1428571429;
  color: #808080;
  font-weight: 300;
  margin-top: 0.1rem;
}
@media (max-width: 900px) {
  .pro_i .imgs {
    width: 100%;
  }
  .pro_i .texts {
    width: 100%;
    padding: 20px;
  }
}

.pro-navs {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0;
}
.pro-navs a {
  display: block;
  padding: 0.12rem 0;
  min-width: 100px;
  margin-bottom: 0.2rem;
  background-color: #fff;
  color: #808080;
  width: 13.3333333333%;
  text-align: center;
  margin-right: 0.8333333333%;
  border-radius: 5px;
}
.pro-navs a:last-child {
  margin-right: 0;
}
.pro-navs a.on, .pro-navs a:hover {
  color: #fff;
  background: linear-gradient(55deg, #1973ff 0%, #1973ff 100%);
  transition: all 0.3s;
}
@media (max-width: 1280px) {
  .pro-navs a {
    width: 24%;
  }
}
@media (max-width: 900px) {
  .pro-navs {
    justify-content: space-between;
  }
  .pro-navs a {
    width: 48%;
    padding: 10px;
  }
}

.pro_table {
  padding-bottom: 1.6rem;
}
.pro_table .t_box {
  overflow-x: auto;
}
.pro_table table {
  width: 100%;
  min-width: 1200px;
  color: #808080;
  text-align: center;
  line-height: 1.8;
}
.pro_table table,
.pro_table th,
.pro_table td {
  border-color: #1973ff;
	/* width: 16.6% !important; */
	/* width: 20% !important; */
}

.pro_table th,
.pro_table td {
 
	width: 16.6% !important;
	/* width: 20% !important; */
}

.pro_table td {
 
 
	width: 15% !important;
}


.pro_table td:nth-child(1){
width: 10% !important;
}
.pro_table td:nth-child(4){
	width: 30% !important;
}