* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .header {
  position: fixed;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 70px;
  background-color: #0A0543;
}
.main .header .logo {
  width: 80px;
  height: 34px;
}
.main .header .nav {
  color: #fff;
}
.main .header .nav ul {
  display: flex;
  align-items: center;
}
.main .header .nav ul li {
  margin-left: 40px;
  cursor: pointer;
}
.main .header .nav ul li.active {
  color: #2185FE;
}
.main .header .nav ul li a {
  display: inline-block;
  width: 80px;
  height: 30px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  background-color: #3F3EE7;
  border-radius: 4px;
}
.main .header .nav ul li a:hover {
  background-color: #2185FE;
}
.main .top-banner {
  height: 520px;
  padding-top: 70px;
}
.main .top-banner .swiper-container {
  height: 100%;
}
.main .top-banner .swiper-container .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  border-radius: 0;
}
.main .top-banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}
.main .top-banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  height: 100%;
  width: 0%;
  content: "";
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  animation: trans 3s 1 linear;
}
@keyframes trans {
  100% {
    width: 100%;
  }
}
.main .product-des {
  height: 660px;
  padding-top: 59px;
  background-color: #FAFBFC;
}
.main .product-des .title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 29px;
}
.main .product-des .info {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 61px;
}
.main .product-des .card-list {
  display: flex;
  justify-content: space-between;
}
.main .product-des .card-list .cards {
  width: 384px;
  height: 365px;
  text-align: center;
  background-color: #FFFFFF;
  padding: 0 5px 0 20px;
  padding-top: 32px;
  box-shadow: 0px 3px 13px 0px rgba(187, 216, 252, 0.14);
}
.main .product-des .card-list .cards .card-img img {
  width: 92px;
}
.main .product-des .card-list .cards .card-title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 41px;
}
.main .product-des .card-list .cards .card-des {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.main .data-center {
  height: 587px;
  padding-top: 56px;
}
.main .data-center .w {
  height: 587px;
  background: url("../images/data-center.gif") top center no-repeat;
  position: relative;
}
.main .data-center .title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.main .data-center img {
  width: 100%;
}
.main .data-center .num {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
}
.main .data-center .drug-data {
  left: 58px;
  top: 178px;
}
.main .data-center .instrument {
  left: 200px;
  top: 82px;
}
.main .data-center .prescription {
  left: 328px;
  top: 178px;
}
.main .data-center .buy {
  left: 485px;
  top: 82px;
}
.main .data-center .info {
  left: 618px;
  top: 176px;
}
.main .data-center .patent {
  left: 760px;
  top: 83px;
}
.main .data-center .article {
  left: 900px;
  top: 178px;
}
.main .data-center .market {
  left: 1050px;
  top: 80px;
}
.main .product-features {
  height: 870px;
  padding-top: 60px;
  background: url("../images/bg.png") top center no-repeat;
}
.main .product-features .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 27px;
}
.main .product-features .des {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 95px;
}
.main .product-features .feature-list .list-top,
.main .product-features .feature-list .list-bottom {
  display: flex;
  justify-content: space-between;
}
.main .product-features .feature-list .list-top li,
.main .product-features .feature-list .list-bottom li {
  width: 344px;
}
.main .product-features .feature-list .list-top .icon img,
.main .product-features .feature-list .list-bottom .icon img {
  height: 36px;
}
.main .product-features .feature-list .list-top .icon-title,
.main .product-features .feature-list .list-bottom .icon-title {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 19px;
}
.main .product-features .feature-list .list-top .info,
.main .product-features .feature-list .list-bottom .info {
  color: #B0AEF4;
  font-size: 14px;
  line-height: 24px;
}
.main .product-features .feature-list .list-bottom {
  margin-top: 92px;
}
.main .server-user {
  height: 860px;
  padding-top: 61px;
  background-color: #FAFBFC;
}
.main .server-user .title {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.main .server-user .des {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 106px;
  margin-top: 29px;
}
.main .server-user .server-list .list-top,
.main .server-user .server-list .list-bottom {
  display: flex;
  justify-content: space-between;
}
.main .server-user .server-list .list-top li,
.main .server-user .server-list .list-bottom li {
  width: 305px;
}
.main .server-user .server-list .list-top .icon,
.main .server-user .server-list .list-bottom .icon {
  text-align: center;
}
.main .server-user .server-list .list-top .icon img,
.main .server-user .server-list .list-bottom .icon img {
  width: 78px;
}
.main .server-user .server-list .list-top .icon-title,
.main .server-user .server-list .list-bottom .icon-title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-top: 9px;
  margin-bottom: 31px;
  text-align: center;
}
.main .server-user .server-list .list-top .info,
.main .server-user .server-list .list-bottom .info {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.main .server-user .server-list .list-bottom {
  margin-top: 54px;
}
.main .footer {
  height: 343px;
  padding-top: 59px;
  background-color: #0A0543;
}
.main .footer .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.main .footer .des {
  color: #686591;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-top: 29px;
  margin-bottom: 81px;
}
.main .footer .icons ul {
  display: flex;
  justify-content: space-between;
}
.main .footer .icons li {
  display: flex;
}
.main .footer .icons li .info {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 18px;
}
.main .footer .icons li .icon {
  margin-right: 11px;
}
.main .footer .icons li .icon img {
  width: 18px;
}
.main .footer .icons .location .info {
  width: 311px;
}
.main .footer .icons .location img {
  vertical-align: middle;
}
.main .copyright {
  line-height: 30px;
  padding: 23px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #06032D;
}
.main .copyright a {
  color: #fff;
}
