body {
  background-color: #f7f7f7;
}
.font-gradation {
  display: inline-block;
  position: relative;
  font-weight: bolder;
  background-image: -webkit-linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bc {
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.border-g {
  border: 1px solid transparent !important;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
}
.border-g-white {
  border: 1px solid #fff !important;
  background-clip: inherit;
  background-origin: inherit;
  background-image: none;
}
.font-gradation-white {
  color: #fff;
  background-image: none;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: unset;
}
.bg-white {
  background-color: #fff;
  padding: 1px 0;
}
.inner-banner {
  width: 100%;
}
.inner-banner img {
  width: 100%;
}
.content {
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}
.content .map {
  position: absolute;
  top: 36px;
  left: 10.416%;
  font-size: 20px;
  line-height: 20px;
  color: #6e6e73;
  z-index: 5;
}
.content .map a {
  color: #6e6e73;
}
.content .map a:hover {
  color: #242424;
}
.content .introduce {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}
.content .introduce .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.content .introduce .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .introduce .box {
  width: 79.166%;
  margin: 0 auto;
  position: relative;
}
.content .introduce .box .p {
  width: 80%;
  font-size: 24px;
  line-height: 43px;
  color: #181818;
  margin-top: 33px;
  text-align: center;
  margin: 0 auto;
  margin-top: -60px;
}
.content .advantage {
  width: 79.166%;
  margin: 0 auto;
}
.content .advantage .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .advantage .list .item {
  width: calc(48.815% - 194px);
  background-color: #ffffff;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 58px;
  padding: 39px 85px 39px 109px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #c6c6c6;
  border-radius: 12px;
}
.content .advantage .list .item .left {
  width: 167px;
  height: 167px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.content .advantage .list .item .right {
  width: 300px;
  margin-top: 23px;
}
.content .advantage .list .item .right .name {
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  color: #3F3F3F;
}
.content .advantage .list .item .right .p {
  font-size: 20px;
  line-height: 32px;
  color: #333333;
  margin-top: 20px;
  text-align: justify;
}
.content .other {
  width: 100%;
  background-image: url(../images/laboratory-other-bg.jpg);
  background-size: 100% auto;
  background-repeat: repeat-y;
}
.content .other .box {
  width: 79.166%;
  margin: 0 auto;
  padding-top: 100px;
}
.content .other .box .title {
  font-size: 38px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
}
.content .other .box .tabs {
  width: 100%;
  margin-top: 45px;
}
.content .other .box .tabs ul {
  width: 100%;
  height: 90px;
  display: flex;
  position: relative;
}
.content .other .box .tabs ul::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #00a2ff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content .other .box .tabs ul li {
  width: 33.333%;
  height: 100%;
  font-size: 24px;
  line-height: 90px;
  color: #333333;
  text-align: center;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}
.content .other .box .tabs ul li::after {
  content: '';
  width: 0;
  height: 5px;
  background-color: #00a2ff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.5s;
}
.content .other .box .tabs ul li.selectActive {
  font-size: 38px;
  color: #000A66;
}
.content .other .box .tabs ul li.selectActive::after {
  width: 100%;
}
.content .other .box .tabs ul li:hover {
  font-size: 38px;
  color: #000A66;
}
.content .other .box .tabs ul li:hover::after {
  width: 100%;
}
.content .other .box .tabs .tab {
  width: 100%;
  margin-top: 70px;
}
.content .other .box .tabs .tab .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.content .other .box .tabs .tab .list .item {
  width: 29.276%;
  margin-right: 6.086%;
  background-color: #ffffff;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
  margin-bottom: 87px;
}
.content .other .box .tabs .tab .list .item:nth-child(3n) {
  margin-right: 0;
}
.content .other .box .tabs .tab .list .item .img {
  width: 100%;
  aspect-ratio: 444/212;
  border-radius: 8px;
  overflow: hidden;
}
.content .other .box .tabs .tab .list .item .img img {
  width: 100%;
}
.content .other .box .tabs .tab .list .item .text {
  margin-top: 48px;
  margin-left: 36px;
  margin-right: 36px;
  padding-bottom: 52px;
}
.content .other .box .tabs .tab .list .item .text .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.content .other .box .tabs .tab .list .item .text .p1,
.content .other .box .tabs .tab .list .item .text .p2,
.content .other .box .tabs .tab .list .item .text .p3 {
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  display: flex;
}
.content .other .box .tabs .tab .list .item .text .p1 span,
.content .other .box .tabs .tab .list .item .text .p2 span,
.content .other .box .tabs .tab .list .item .text .p3 span {
  display: inline-block;
}
.content .other .box .tabs .tab .list .item .text .p1 span:first-child,
.content .other .box .tabs .tab .list .item .text .p2 span:first-child,
.content .other .box .tabs .tab .list .item .text .p3 span:first-child {
  width: 72px;
  flex-shrink: 0;
  white-space: pre;
}
.content .other .box .tabs .tab .list .item .text .button {
  width: 120px;
  height: 40px;
  border-radius: 12px;
  border: solid 1px #000A66;
  margin-top: 70px;
}
.content .other .box .tabs .tab .list .item .text .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #000A66;
  text-align: center;
}
.content .experience-application {
  width: 79.166%;
  margin: 0 auto;
}
.content .experience-application .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.content .experience-application .list .item {
  width: 29.276%;
  height: 365px;
  background-color: #ffffff;
  box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  border: 1px solid #c6c6c6;
}
.content .experience-application .list .item .top {
  width: calc(100% - 43px);
  height: 73px;
  padding-left: 43px;
  background-color: #000A66;
  border-radius: 8px;
  font-size: 20px;
  line-height: 73px;
  color: #ffffff;
}
.content .experience-application .list .item .icon {
  width: 129px;
  height: 118px;
  margin: 70px auto;
}
.content .experience-application .list .item .icon img {
  width: 100%;
}
.content .experience-application .list .item .text {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}
.content .experience-application .list .item .text span {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
}
.content .experience-application .button {
  width: 210px;
  height: 40px;
  border-radius: 12px;
  margin: 0 auto;
  margin-top: 75px;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  color: #fff;
}
.content .experience-application .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
.popups {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.popups .box {
  width: calc(60% - 116px);
  height: calc(80vh - 48px);
  background-color: #ffffff;
  border-radius: 8px;
  position: absolute;
  padding: 24px 58px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.popups .box .close {
  width: 70px;
  height: 70px;
  position: absolute;
  right: -100px;
  top: 10px;
  cursor: pointer;
}
.popups .box .close img {
  width: 100%;
}
.popups .box .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 34px;
  color: #000A66;
  text-align: center;
}
.popups .box form {
  height: calc(80vh - 148px);
  overflow-y: auto;
}
.popups .box form .zl-list {
  position: relative;
  width: 80%;
  overflow: hidden;
  margin: 1% auto 0;
}
.popups .box form .zl-list .zl-p {
  width: 15%;
  font-size: 12px;
  color: #333333;
  float: left;
  margin-top: 2%;
  text-align: right;
  line-height: 35px;
}
.popups .box form .zl-list input {
  width: 77%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.8%;
  border: 1px solid #d9d9d9;
  font-size: 12px;
  line-height: 30px;
  color: #333;
  height: 50px;
  padding-left: 2%;
  border-radius: 5px;
  outline: none;
}
.popups .box form .zl-list input.code {
  width: 54%;
}
.popups .box form .zl-list .code-btn {
  font-size: 12px;
  float: left;
  margin-left: 2%;
  color: #000A66;
  cursor: pointer;
  /* font-weight: 600; */
  margin-top: 1.5%;
}
.popups .box form .zl-list select {
  width: 77%;
  float: left;
  box-sizing: border-box;
  margin-left: 1.8%;
  border: 1px solid #d9d9d9;
  appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  font-size: 12px;
  color: #333;
  height: 50px;
  line-height: 30px;
  padding-left: 2%;
  border-radius: 5px;
  outline: none;
  background: #fff;
}
.popups .box form .zl-list .jiao {
  position: absolute;
  width: 1.5%;
  right: 9.4%;
  top: 44%;
}
.popups .box form .zl-list .jiao img {
  width: 100%;
}
.popups .box form .zl-list .xing {
  width: 1.2%;
  float: right;
  margin-top: 3%;
  margin-right: 2%;
}
.popups .box form .zl-list .xing img {
  width: 100%;
}
.popups .box form .ys {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 1.5% auto 0;
}
.popups .box form .zl-btn {
  width: 100px;
  margin: 1.3% auto 0;
  cursor: pointer;
  background: linear-gradient(145deg, #ec02e7, #ec02e7, #c507eb, #bd07ec, #ae0aee, #ae0aee, #960df1, #900df2, #810ff4, #7411f5, #6e12f6, #6513f7, #5a15f9, #4b17fb, #4118fc, #3819fd, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff, #2c1bff);
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 1.3% 0 1.5%;
  border-radius: 25px;
}
@media screen and (max-width: 1024px) {
  .content {
    padding: 0;
    box-sizing: border-box;
  }
  .content .map {
    font-size: 16px;
    left: 15px;
    position: relative;
  }
  .content .introduce {
    height: auto;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .content .introduce .box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: auto;
  }
  .content .introduce .box .p {
    width: 100%;
    font-size: 16px;
    margin-top: 0;
  }
  .content .advantage {
    width: 90%;
    margin: 0 auto;
  }
  .content .advantage .list .item {
    width: calc(100% - 40px);
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 58px;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .content .advantage .list .item .left {
    width: 70px;
    height: 70px;
  }
  .content .advantage .list .item .left img {
    width: 100%;
  }
  .content .advantage .list .item .right {
    margin: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .content .experience-application {
    width: 90%;
    padding-bottom: 80px;
    margin: 0 auto;
  }
  .content .experience-application .list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
  .content .experience-application .list .item {
    width: 100%;
    height: 310px;
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .content .experience-application .button {
    width: 210px;
    height: 40px;
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .content .other .box .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
  }
  .content .other .box {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .content .other .box .tabs ul {
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
  }
  .content .other .box .tabs ul li {
    width: 33.333%;
    height: 100%;
    font-size: 20px;
    line-height: 60px;
    color: #333333;
    text-align: center;
    transition: 0.5s;
    position: relative;
    cursor: pointer;
  }
  .content .other .box .tabs ul li.selectActive {
    font-size: 24px;
    color: #000A66;
  }
  .content .other .box .tabs .tab .list .item {
    width: 100%;
    margin-right: 0%;
    background-color: #ffffff;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.09);
    border-radius: 8px;
    margin-bottom: 30px;
  }
  .content .other .box .tabs .tab .list .item:nth-child(3n) {
    margin-right: 0%;
  }
  .content .experience-application .list .item .icon {
    width: 70px;
    height: 70px;
    margin: 40px auto;
  }
  .popups .box form .zl-list .zl-p {
    width: 100%;
    min-width: 62px;
    font-size: 14px;
    color: #333333;
    float: left;
    margin-top: 2%;
    text-align: left;
    margin-bottom: 5px;
  }
  .popups .box form .zl-list input,
  .popups .box form .zl-list textarea {
    width: 90%;
    float: left;
    box-sizing: border-box;
    margin-left: 0;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    line-height: 30px;
    color: #333;
    height: 50px;
    padding-left: 2%;
    border-radius: 5px;
    outline: none;
  }
  .popups .box form .zl-list .xing {
    width: 2.2%;
    float: right;
    margin-top: 3%;
    margin-right: 2%;
  }
  .popups .box form .zl-list select {
    width: 90%;
    float: left;
    box-sizing: border-box;
    margin-left: 0;
    border: 1px solid #d9d9d9;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    font-size: 12px;
    color: #333;
    height: 50px;
    line-height: 30px;
    padding-left: 2%;
    border-radius: 5px;
    outline: none;
    background: #fff;
  }
  .popups .box form .zl-list {
    position: relative;
    width: 100%;
    height: 85px;
    margin: 1% auto 0;
  }
  .popups .box form .zl-list .jiao {
    position: absolute;
    width: 3.5%;
    right: 11.4%;
    top: 68%;
  }
  .popups .box form {
    height: calc(70vh - 100px);
    overflow-y: auto;
  }
  .popups .box {
    width: calc(90% - 20px);
    height: calc(80vh - 48px);
    background-color: #ffffff;
    border-radius: 8px;
    position: absolute;
    padding: 24px 10px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .popups .box .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
  }
  .content .advantage .list .item .right .name {
    font-size: 22px;
  }
  .content .advantage .list .item .right .p {
    font-size: 18px;
  }
}
