.resetStyle {
  color: #333;
}
.resetStyle a {
  text-decoration: none;
  color: #333;
}
.resetStyle ul,
.resetStyle li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  outline: none;
}
.swiper-container {
  touch-action: none;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}
#backtop {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 100;
}
@media (max-width: 767px) {
  #backtop {
    display: none!important;
  }
}
#backtop ul li {
  text-align: center;
  list-style: none;
  transition: 0.3s;
}
#backtop ul li:nth-child(2) {
  opacity: 0;
}
#backtop ul li:first-child {
  background-color: #181818;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 25px;
}
#backtop ul li .service img {
  width: 22px;
  margin-bottom: 14px;
}
#backtop ul li .service .text {
  color: #fff;
  font-size: 16px;
  width: 15px;
  margin: 0 auto;
  line-height: 20px;
}
#backtop ul li .inner {
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  line-height: normal;
  padding: 15px;
  transform: scale(0);
  transform-origin: top right;
  transition: 0.3s;
}
#backtop ul li .inner p {
  font-size: 12px;
}
#backtop ul li:hover .inner {
  transform: scale(1);
}
#backtop ul li .sidebox {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  right: 0;
  transition: all 0.3s;
  background: #fff;
  border: 1px solid #ddd;
  color: #fff;
  font: 14px/54px "微软雅黑";
  overflow: hidden;
  background-position: center;
  background-size: inherit;
  background-repeat: no-repeat;
}
#backtop.show ul li:nth-child(2) {
  opacity: 1;
}
#backtop ul li .sidetop {
  line-height: 54px;
  display: inline-block;
  opacity: 1;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  background: #1277BE url(../images/backtop.png) no-repeat center;
  background-size: 50%;
}
@media (max-width: 767px) {
  #backtop {
    right: 10px;
    bottom: 10px;
  }
  #backtop ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.home-top {
  background: #F5F6F9;
  border: 1px solid #D1D4D9;
  z-index: 9999;
  top: 0;
  zoom: 1;
  position: fixed;
  width: 100%;
}
@media (max-width: 991px) {
  .home-top {
    display: none;
  }
}
@media (max-width: 650px) {
  .home-top {
    display: none;
  }
}
.home-top .container {
  display: flex;
  justify-content: space-between;
  height: 43px;
  line-height: 43px;
  color: #8B8F9B;
}
@media (max-width: 991px) {
  .home-top .container {
    height: 33px;
    line-height: 33px;
  }
}
.home-top .container::before,
.home-top .container::after {
  display: none;
}
.home-top .container .top-contact {
  display: flex;
}
.home-top .container .top-contact img {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
.home-top .container .top-contact .tel {
  color: #8B8F9B;
  margin: 0 43px 0 14px;
}
.home-top .container .top-contact a {
  color: #8B8F9B;
}
.home-top .container .top-contact .top-message {
  margin-right: 24px;
}
.home-header {
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #fff;
  zoom: 1;
  position: fixed;
  top: 45px;
  width: 100%;
  z-index: 9;
}
@media (max-width: 991px) {
  .home-header {
    top: 0;
  }
}
.home-header .header-nav {
  background-color: #fff;
  height: 90px;
}
@media (min-width: 1200px) {
  .home-header .header-nav {
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .header-nav {
    height: 90px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-header .header-nav {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav {
    height: 50px;
  }
}
.home-header .header-nav::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.home-header .header-nav .header-container {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.home-header .header-nav .header-container .navlogo {
  margin: auto 0;
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlogo {
    width: 255px;
  }
}
.home-header .header-nav .header-container .navlogo .logoa {
  display: block;
}
@media (max-width: 1199px) {
  .home-header .header-nav .header-container .navlogo .logoa {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .home-header .header-nav .header-container .navlogo .logoa {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlogo .logoa {
    padding: 5px 0 5px 15px;
  }
}
.home-header .header-nav .header-container .navlogo .logoa img {
  display: block;
  height: 58px;
  max-height: 100%;
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlogo .logoa img {
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .home-header .header-nav .header-container .navlist {
    width: 780px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .header-nav .header-container .navlist {
    width: 70%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-header .header-nav .header-container .navlist {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 100%;
    background: #fff;
    overflow-y: scroll;
    z-index: 999999;
  }
}
.home-header .header-nav .header-container .navlist .f-menu {
  height: 100%;
}
@media (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .f-menu {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .f-menu {
    float: right;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .f-menu > .hasdrop {
    float: none;
  }
}
.home-header .header-nav .header-container .navlist .f-menu > .hasdrop::before {
  position: absolute;
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  bottom: 0;
  opacity: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: url(../images/home/activeicon.png) no-repeat center;
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .f-menu > .hasdrop {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  }
}
.home-header .header-nav .header-container .navlist .hasdrop {
  position: relative;
}
@media (min-width: 1200px) {
  .home-header .header-nav .header-container .navlist .hasdrop:hover::before {
    opacity: 1;
  }
  .home-header .header-nav .header-container .navlist .hasdrop:hover > .s-menu {
    display: block;
  }
  .home-header .header-nav .header-container .navlist .hasdrop:hover > .s-menu .hasdrop:hover > .t-menu {
    display: block;
  }
  .home-header .header-nav .header-container .navlist .hasdrop:hover > a {
    color: #0061a5;
  }
}
.home-header .header-nav .header-container .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  padding: 36px 20px;
  line-height: 1;
  font-size: 16px;
  color: #101010;
}
@media (max-width: 1199px) {
  .home-header .header-nav .header-container .navlist .hasdrop > a {
    font-size: 14px;
    padding: 36px 16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .hasdrop > a {
    padding: 26px 10px 30px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .hasdrop > a {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 12px;
    display: block;
    color: #101010;
    text-decoration: none;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .hasdrop > a i {
    display: none;
  }
}
.home-header .header-nav .header-container .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.home-header .header-nav .header-container .navlist .hasdrop > a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.home-header .header-nav .header-container .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .home-header .header-nav .header-container .navlist .hasdrop:nth-child(1)::before {
    left: 0px;
    margin: 0;
  }
  .home-header .header-nav .header-container .navlist .hasdrop:nth-child(1) > a {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .hasdrop.active::before {
    opacity: 1;
  }
  .home-header .header-nav .header-container .navlist .hasdrop.active a {
    color: #0061a5;
  }
}
@media (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .s-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop {
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 10px 15px;
    white-space: normal;
    background-image: none;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu {
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 100%;
    top: 0;
    width: 150px;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop {
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop:hover {
    background-color: #f5f5f5;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop > a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #555;
    padding: 10px 15px;
    white-space: normal;
    background-image: none;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .s-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .s-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu {
    display: none;
    overflow: hidden;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop {
    padding: 10px 20px;
    width: 100%;
  }
  .home-header .header-nav .header-container .navlist .s-menu .t-menu > .hasdrop > a {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    display: block;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
  }
}
.home-header .header-nav .header-container .navlist .s-search {
  padding: 33px 0px 32px 10px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-header .header-nav .header-container .navlist .s-search {
    padding: 32px 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-header .header-nav .header-container .navlist .s-search {
    padding: 22px 10px 20px;
  }
}
@media (max-width: 767px) {
  .home-header .header-nav .header-container .navlist .s-search {
    display: none;
  }
}
.home-header .header-nav .header-container .navlist .s-search .s-icon {
  cursor: pointer;
}
.home-header .header-nav .header-container .navlist .s-search .header-search {
  position: relative;
}
.home-header .header-nav .header-container .navlist .s-search .search-box {
  display: none;
  position: absolute;
  height: 30px;
  right: 0;
  top: 120%;
}
.home-header .header-nav .header-container .navlist .s-search .search-box .text-in {
  height: 30px;
  line-height: 30px;
  outline: none;
  text-indent: 10px;
  padding-right: 30px;
}
.home-header .header-nav .header-container .navlist .s-search .search-box .sub-in {
  border: none;
  outline: none;
  width: 30px;
  height: 30px;
  background: url(../images/home/search.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .home-header .header-nav {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .home-header .navbtn {
    width: 30px;
    height: 30px;
    margin: 10px 5px;
    float: right;
    position: relative;
    display: block;
  }
  .home-header .navbtn i {
    height: 2px;
    background: #333;
    display: block;
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0px;
    transition: all 0.3s;
  }
  .home-header .navbtn i.bar-1 {
    top: 7px;
  }
  .home-header .navbtn i.bar-2 {
    top: 15px;
  }
  .home-header .navbtn i.bar-3 {
    top: 23px;
  }
}
@media (max-width: 767px) {
  .home-header .navbtn.open .bar-1 {
    top: 50%;
    transform: rotate(45deg);
  }
  .home-header .navbtn.open .bar-2 {
    height: 0px;
  }
  .home-header .navbtn.open .bar-3 {
    top: 50%;
    transform: rotate(-45deg);
  }
}
.home-page .home-title {
  text-align: center;
}
.home-page .home-title h2 {
  margin: 0;
  font-size: inherit;
}
.home-page .home-title .title-t {
  position: relative;
  padding-bottom: 26px;
  line-height: 1;
  font-weight: bold;
  font-size: 31px;
  color: #181818;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.home-page .home-title .title-t span {
  font-size: 35px;
  color: #0061a5;
  transition: all 0.3s;
}
.home-page .home-title .title-t::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 2px;
  background: #0061a5;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 1s;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-title .title-t::before {
    width: 180px;
    top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-title .title-t::before {
    width: 160px;
    top: 38px;
  }
}
@media (max-width: 767px) {
  .home-page .home-title .title-t::before {
    width: 140px;
    top: 32px;
  }
}
@media (max-width: 599px) {
  .home-page .home-title .title-t::before {
    width: 120px;
    top: 26px;
  }
}
@media (min-width: 1200px) {
  .home-page .home-title .title-t:hover::before {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .home-page .home-title .title-t {
    font-size: 18px;
    padding-bottom: 26px;
  }
  .home-page .home-title .title-t span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-page .home-title .title-t {
    padding-bottom: 22px;
    font-size: 22px;
  }
  .home-page .home-title .title-t span {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .home-page .home-title .title-t {
    padding-bottom: 20px;
    font-size: 18px;
  }
  .home-page .home-title .title-t span {
    font-size: 20px;
  }
}
.home-page .home-title .title-b {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-title .title-b {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-title .title-b {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-page .home-title .title-b {
    font-size: 12px;
  }
}
.home-page .home-banner {
  margin-top: 135px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-banner {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .home-page .home-banner {
    margin-top: 85px;
  }
}
@media (max-width: 650px) {
  .home-page .home-banner {
    margin-top: 50px;
  }
}
.home-page .home-banner #swiper-banner .slide img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .home-page .home-banner #swiper-banner .swiper-pagination {
    bottom: 45px;
  }
}
.home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 8px;
  border-radius: 0;
  background-color: #eee;
}
.home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1c9af2;
}
@media (max-width: 991px) {
  .home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
  }
}
@media (max-width: 767px) {
  .home-page .home-banner #swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 3px;
  }
}
.home-page .home-choose {
  padding-top: 110px;
  padding-bottom: 46px;
  background: #F8F8F8;
}
.home-page .home-choose .choose-cont {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .home-page .home-choose .choose-cont {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .home-page .home-choose .choose-cont {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .home-choose .choose-cont {
    margin-top: 20px;
  }
}
@media (max-width: 600px) {
  .home-page .home-choose .choose-cont {
    margin-top: 10px;
  }
}
@media (max-width: 1199px) {
  .home-page .home-choose .choose-cont #choose-swiper {
    padding-bottom: 30px;
  }
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-slide {
  transition: all 0.3s;
  background: #fff;
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-slide:hover {
  box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.15);
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-slide:hover .choose-list .list-b .b-title {
  color: #15378d;
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list {
  display: block;
  padding: 40px 28px;
}
@media (max-width: 1199px) {
  .home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list {
    padding: 20px 28px;
  }
}
@media (max-width: 767px) {
  .home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list {
    padding: 10px;
  }
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list .list-t {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list .list-t img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list .list-b {
  margin-top: 24px;
  text-align: center;
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list .list-b .b-title {
  font-size: 18px;
  font-weight: bold;
  color: #101010;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list .list-b .b-title {
    font-size: 15px;
  }
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list .list-b .b-divider {
  margin: 12px 0;
  width: 100%;
  height: 1px;
  background: #15378D;
  opacity: 0.1;
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list .list-b .b-content {
  height: 44px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .home-page .home-choose .choose-cont #choose-swiper .swiper-slide .choose-list .list-b .b-content {
    font-size: 13px;
    line-height: 22px;
  }
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-pagination {
  bottom: 0;
}
.home-page .home-choose .choose-cont #choose-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0061a5;
}
@media (max-width: 1199px) {
  .home-page .home-choose {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-page .home-choose {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-page .home-choose {
    padding-top: 20px;
  }
}
@media (max-width: 599px) {
  .home-page .home-choose {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.home-page .home-laboratory {
  background: url(../images/home/laboratory/laboratory-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.home-page .home-laboratory .swiper-box {
  position: relative;
}
@media (min-width: 1200px) {
  .home-page .home-laboratory .swiper-box {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .home-page .home-laboratory .swiper-box {
    right: 50%;
    transform: translateX(50%);
    top: 20px;
  }
}
.home-page .home-laboratory .swiper-box .lab-left {
  z-index: 2;
}
.home-page .home-laboratory .swiper-box .lab-right {
  z-index: 1;
}
.home-page .home-laboratory .swiper-box #lab-swiper1 {
  width: 380px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .home-page .home-laboratory .swiper-box #lab-swiper1 {
    padding-top: 10px;
    float: unset;
    width: 100%;
    padding-bottom: 30px;
  }
  .home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list {
    height: 70px;
  }
  .home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list .list-l {
    height: 70px;
  }
  .home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list .list-r {
    line-height: 70px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home-page .home-laboratory .swiper-box #lab-swiper1 {
    width: 100%;
  }
  .home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list {
    height: 60px;
  }
  .home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list .list-l {
    height: 60px;
  }
  .home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list .list-r {
    line-height: 60px;
    font-size: 16px;
  }
}
.home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide {
  margin-bottom: 4px;
  background-color: #2c2c2c;
}
@media (min-width: 1200px) {
  .home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide {
    height: 86px !important;
  }
}
.home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list {
  display: block;
  height: 86px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list {
    padding-left: 20px;
  }
}
.home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list .list-l {
  width: 25%;
  height: 86px;
  float: left;
  position: relative;
}
.home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list .list-l img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list .list-r {
  font-size: 26px;
  color: #fff;
  width: 75%;
  float: left;
  line-height: 86px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide .lab-list .list-r {
    font-size: 16px;
    width: auto;
    margin-left: 15px;
  }
}
.home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-slide.swiper-slide-active {
  background: #00A0E8;
}
.home-page .home-laboratory .swiper-box #lab-swiper1 .swiper-pagination-bullet {
  background-color: #fff;
}
.home-page .home-laboratory .swiper-box #lab-swiper2 {
  width: 866px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: -41px;
}
@media (max-width: 1199px) {
  .home-page .home-laboratory .swiper-box #lab-swiper2 {
    width: auto;
    padding: 0 0 30px;
    margin: 0 auto;
    float: unset;
  }
  .home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-slide .slide-box .slide-cover {
    width: 100px;
    height: 100px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-slide .slide-box {
    margin: 0 auto;
  }
  .home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-slide .slide-box .slide-info {
    font-size: 14px;
    line-height: 1.6;
    -webkit-line-clamp: 4;
    height: 88px;
  }
}
.home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-slide .slide-info {
  line-height: 1.9;
  font-size: 16px;
  color: #fff;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-slide .slide-info {
    padding-left: 65px;
  }
}
@media (max-width: 991px) {
  .home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-slide .slide-info {
    font-size: 14px;
    line-height: 2.3;
    margin-bottom: 0;
  }
}
.home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-slide .slide-box {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-slide .slide-box .slide-cover {
  height: 85%;
  width: 100%;
}
.home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-slide .slide-box .slide-cover img {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-slide .slide-box .slide-cover img {
    height: 626px;
  }
}
.home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-pagination {
  bottom: 0;
}
.home-page .home-laboratory .swiper-box #lab-swiper2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #0061a5;
}
.home-page .home-advantage {
  padding-top: 114px;
}
@media (max-width: 1199px) {
  .home-page .home-advantage {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .home-page .home-advantage {
    padding-top: 24px;
  }
}
.home-page .home-advantage #advantage-swiper {
  margin-top: 60px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .home-page .home-advantage #advantage-swiper {
    margin-top: 30px;
  }
}
.home-page .home-advantage #advantage-swiper .advantage-box {
  padding: 32px 0 0 24px;
  position: relative;
}
@media (max-width: 1199px) {
  .home-page .home-advantage #advantage-swiper .advantage-box {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .home-page .home-advantage #advantage-swiper .advantage-box {
    padding: 32px 0 24px 24px;
  }
}
@media (max-width: 500px) {
  .home-page .home-advantage #advantage-swiper .advantage-box {
    width: 100%;
    padding: 12px 0 12px 12px;
  }
}
.home-page .home-advantage #advantage-swiper .advantage-box .advantage-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 77px;
  height: 77px;
  line-height: 77px ;
  background: #30B2EC;
  font-weight: bold;
  text-align: center;
  font-size: 28px;
  color: #fff;
  z-index: 3;
}
@media (max-width: 1199px) {
  .home-page .home-advantage #advantage-swiper .advantage-box .advantage-tag {
    width: 55px;
    height: 55px;
    line-height: 55px ;
    font-size: 24px;
  }
  .home-page .home-advantage #advantage-swiper .advantage-box .advantage-tag span {
    font-size: 14px;
  }
}
.home-page .home-advantage #advantage-swiper .advantage-box .advantage-tag span {
  font-size: 16px;
}
.home-page .home-advantage #advantage-swiper .advantage-box .img-box {
  overflow: hidden;
  height: 193px;
  position: relative;
}
.home-page .home-advantage #advantage-swiper .advantage-box .img-box img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-page .home-advantage #advantage-swiper .advantage-box .advantage-content {
  text-align: left;
}
.home-page .home-advantage #advantage-swiper .advantage-box .advantage-content .advantage-title {
  margin-top: 16px;
  margin-bottom: 12px;
  color: #101010;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .home-page .home-advantage #advantage-swiper .advantage-box .advantage-content .advantage-title {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .home-page .home-advantage #advantage-swiper .advantage-box .advantage-content .advantage-title {
    margin: 5px 0;
    font-size: 13px;
  }
}
.home-page .home-advantage #advantage-swiper .advantage-box .advantage-content .advantage-detail {
  line-height: 26px;
  min-height: 42px;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  .home-page .home-advantage #advantage-swiper .advantage-box .advantage-content .advantage-detail {
    font-size: 12px;
    height: initial;
    min-height: initial;
  }
}
@media (max-width: 500px) {
  .home-page .home-advantage #advantage-swiper .advantage-box .advantage-content .advantage-detail {
    height: auto;
  }
}
.home-page .home-advantage #advantage-swiper .swiper-pagination {
  bottom: 0;
}
.home-page .home-partner {
  padding-top: 104px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-partner {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-partner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home-page .home-partner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.home-page .home-partner .partner-title {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-partner .partner-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-partner .partner-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home-page .home-partner .partner-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .home-page .home-partner .partner-title {
    margin-bottom: 20px;
  }
}
.home-page .home-partner .partner-title .title-t {
  line-height: 1;
  font-weight: bold;
  font-size: 31px;
  color: #181818;
  display: block;
  margin: 0;
  padding-bottom: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.home-page .home-partner .partner-title .title-t span {
  font-size: 35px;
  color: #0061a5;
}
.home-page .home-partner .partner-title .title-t::before {
  content: "";
  display: block;
  position: absolute;
  width: 200px;
  height: 2px;
  background: #0061a5;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-partner .partner-title .title-t::before {
    width: 180px;
    top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-partner .partner-title .title-t::before {
    width: 160px;
    top: 38px;
  }
}
@media (max-width: 767px) {
  .home-page .home-partner .partner-title .title-t::before {
    width: 140px;
    top: 32px;
  }
}
@media (max-width: 599px) {
  .home-page .home-partner .partner-title .title-t::before {
    width: 120px;
    top: 26px;
  }
}
@media (min-width: 1200px) {
  .home-page .home-partner .partner-title .title-t:hover {
    color: #0061a5;
  }
  .home-page .home-partner .partner-title .title-t:hover span {
    color: #181818;
  }
}
@media (max-width: 1199px) {
  .home-page .home-partner .partner-title .title-t {
    font-size: 28px;
    padding-bottom: 26px;
  }
  .home-page .home-partner .partner-title .title-t span {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .home-page .home-partner .partner-title .title-t {
    font-size: 26px;
    padding-bottom: 24px;
  }
  .home-page .home-partner .partner-title .title-t span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-page .home-partner .partner-title .title-t {
    padding-bottom: 22px;
    font-size: 22px;
  }
  .home-page .home-partner .partner-title .title-t span {
    font-size: 24px;
  }
}
@media (max-width: 599px) {
  .home-page .home-partner .partner-title .title-t {
    padding-bottom: 20px;
    font-size: 20px;
  }
  .home-page .home-partner .partner-title .title-t span {
    font-size: 22px;
  }
}
.home-page .home-partner .partner-title .title-b {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-partner .partner-title .title-b {
    font-size: 16px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-partner .partner-title .title-b {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .home-page .home-partner .partner-title .title-b {
    font-size: 12px;
  }
}
.home-page .home-partner .partner-cont {
  margin-top: 64px;
  background: url(../images/home/partner/bg.png) no-repeat right;
  background-position-y: 24px;
}
@media (max-width: 1199px) {
  .home-page .home-partner .partner-cont {
    background: url(../images/home/partner/bg.png) no-repeat;
    margin-top: 30px;
    background-position-y: 24px;
  }
}
@media (max-width: 767px) {
  .home-page .home-partner .partner-cont {
    margin-top: 20px;
    background: none;
  }
}
.home-page .home-partner .partner-cont .container {
  padding: 0;
}
.home-page .home-partner .partner-cont #partner-swiper {
  padding-bottom: 30px;
}
.home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box {
  display: block;
}
.home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-cover {
  margin: 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #0061a5;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-cover {
    width: 60px;
    height: 60px;
  }
  .home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-cover img {
    width: 50%;
  }
}
.home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-cover:hover img {
  transform: translate3d(-50%, -50%, 0) rotate(360deg);
}
.home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  transition: all 0.3s;
}
.home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-info {
  margin: 0 auto;
  width: 90px;
  text-align: center;
  position: relative;
  padding-top: 60px;
  color: #0061a5;
}
@media (max-width: 991px) {
  .home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-info {
    padding-top: 40px;
  }
}
.home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-info::before {
  content: '';
  display: block;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #b7b7b7;
}
@media (max-width: 991px) {
  .home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-info::before {
    top: 20px;
  }
}
.home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-info .num {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
}
@media (max-width: 767px) {
  .home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-info .num {
    font-size: 18px;
  }
}
.home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-info .info-cont {
  font-size: 22px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 62px;
}
@media (max-width: 1199px) {
  .home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-info .info-cont {
    font-size: 15px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .home-page .home-partner .partner-cont #partner-swiper .swiper-slide .slide-box .slide-info .info-cont {
    font-size: 13px;
  }
}
.home-page .home-partner .partner-cont #partner-swiper .swiper-pagination {
  bottom: 0;
}
.home-page .home-partner .partner-cont #partner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #0061a5;
}
.home-page .home-about {
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .home-page .home-about {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .home-page .home-about {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home-page .home-about {
    padding-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .home-page .home-about {
    padding-bottom: 10px;
  }
}
.home-page .home-about .cont {
  overflow: hidden;
}
.home-page .home-about .cont .cont-l {
  float: left;
  width: 44%;
}
.home-page .home-about .cont .cont-l .about-title {
  display: block;
  margin-bottom: 27px;
}
.home-page .home-about .cont .cont-l .about-title .title-t {
  line-height: 1;
  font-weight: bold;
  font-size: 36px;
  color: #181818;
  display: block;
  margin: 0;
  padding-bottom: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.home-page .home-about .cont .cont-l .about-title .title-t::before {
  content: "";
  display: block;
  position: absolute;
  width: 104px;
  height: 2px;
  background: #0061a5;
  top: 50px;
  left: 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-about .cont .cont-l .about-title .title-t::before {
    width: 90px;
    top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-about .cont .cont-l .about-title .title-t::before {
    width: 80px;
    top: 38px;
  }
}
@media (max-width: 767px) {
  .home-page .home-about .cont .cont-l .about-title .title-t::before {
    width: 70px;
    top: 32px;
  }
}
@media (min-width: 1200px) {
  .home-page .home-about .cont .cont-l .about-title .title-t:hover {
    color: #0061a5;
  }
}
@media (max-width: 1199px) {
  .home-page .home-about .cont .cont-l .about-title .title-t {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-page .home-about .cont .cont-l .about-title .title-t {
    padding-bottom: 22px;
    font-size: 22px;
  }
}
.home-page .home-about .cont .cont-l .about-title .title-m {
  font-size: 26px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-about .cont .cont-l .about-title .title-m {
    font-size: 24px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-about .cont .cont-l .about-title .title-m {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .home-page .home-about .cont .cont-l .about-title .title-m {
    font-size: 12px;
  }
}
.home-page .home-about .cont .cont-l .about-title .title-b {
  font-size: 20px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .home-page .home-about .cont .cont-l .about-title .title-b {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .home-page .home-about .cont .cont-l .about-title .title-b {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-page .home-about .cont .cont-l .about-title .title-b {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .home-page .home-about .cont .cont-l .about-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .home-page .home-about .cont .cont-l .about-title .title-t::before {
    left: 50%;
    transform: translate(-50%);
  }
}
.home-page .home-about .cont .cont-l .about-cont {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1199px) {
  .home-page .home-about .cont .cont-l .about-cont {
    line-height: 1.8;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .home-page .home-about .cont .cont-l .about-cont {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .home-page .home-about .cont .cont-l {
    width: 100%;
  }
}
.home-page .home-about .cont .cont-r {
  float: right;
  width: 48.25%;
}
@media (max-width: 1199px) {
  .home-page .home-about .cont .cont-r {
    margin-top: 50px;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .home-page .home-about .cont .cont-r {
    display: none;
  }
}
.home-page .home-about .cont .cont-r #about-swiper .swiper-slide .about-list .list-t {
  width: 590px;
  height: 515px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .home-page .home-about .cont .cont-r #about-swiper .swiper-slide .about-list .list-t {
    width: auto;
    height: auto;
    padding-bottom: 100%;
  }
}
.home-page .home-about .cont .cont-r #about-swiper .swiper-slide .about-list .list-t img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-page .home-about .cont .cont-r .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  width: 30px;
  height: 8px;
  background-color: #eee;
}
.home-page .home-about .cont .cont-r .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1c9af2;
}
.home-page .home-about .cont .cont-r img {
  width: 100%;
}
@media (max-width: 991px) {
  .home-page .home-about .cont {
    margin-bottom: 10px;
  }
}
.home-page .home-about .readmore {
  display: inline-block;
  color: #2897e4;
  position: relative;
  font-size: 16px;
  padding-bottom: 8px;
}
.home-page .home-about .readmore::before {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 2px;
  background: #2897e4;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .home-page .home-about .readmore {
    text-align: center;
  }
  .home-page .home-about .readmore::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1440px) {
  .home-page .home-enterprise .container {
    width: 1300px;
  }
}
.home-page .home-enterprise .cont {
  overflow: hidden;
}
.home-page .home-enterprise .cont .enterprise-title {
  display: block;
  line-height: 60px;
  font-size: 35px;
  color: #333333;
  margin-bottom: 35px;
  position: relative;
  font-weight: bold;
}
.home-page .home-enterprise .cont .enterprise-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 104px;
  height: 2px;
  background: #0061a5;
  top: 58px;
  left: 0;
}
@media (max-width: 1199px) {
  .home-page .home-enterprise .cont .enterprise-title {
    line-height: 50px;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .home-page .home-enterprise .cont .enterprise-title::before {
    top: 48px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .home-page .home-enterprise .cont .enterprise-title {
    margin-bottom: 10px;
    text-align: center;
  }
  .home-page .home-enterprise .cont .enterprise-title::before {
    left: 50%;
    transform: translate(-50%);
  }
}
.home-page .home-enterprise .cont .enterprise-culture {
  width: 22%;
  float: left;
  margin-right: 250px;
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .home-page .home-enterprise .cont .enterprise-culture {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .home-page .home-enterprise .cont .enterprise-culture {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .home-page .home-enterprise .cont .enterprise-culture {
    width: 100%;
    float: unset;
    padding-right: 0;
  }
}
.home-page .home-enterprise .cont .enterprise-culture .culture-item {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .home-page .home-enterprise .cont .enterprise-culture .culture-item {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .home-page .home-enterprise .cont .enterprise-culture .culture-item {
    margin-top: 10px;
  }
}
.home-page .home-enterprise .cont .enterprise-culture .culture-title {
  margin-bottom: 15px;
  font-size: 16px;
  color: #181818;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .home-page .home-enterprise .cont .enterprise-culture .culture-title {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .home-page .home-enterprise .cont .enterprise-culture .culture-title {
    margin-top: 5px;
  }
}
.home-page .home-enterprise .cont .enterprise-culture .culture-detail {
  font-size: 14px;
  color: #181818;
  line-height: 1.8;
}
@media (max-width: 1199px) {
  .home-page .home-enterprise .cont .enterprise-culture .culture-detail {
    font-size: 12px;
  }
}
.home-page .home-enterprise .cont .enterprise-lab {
  width: 53%;
  float: right;
}
@media (max-width: 991px) {
  .home-page .home-enterprise .cont .enterprise-lab {
    width: 55%;
  }
}
.home-page .home-enterprise .cont .enterprise-lab .enterprise-title {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .home-page .home-enterprise .cont .enterprise-lab .enterprise-title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .home-page .home-enterprise .cont .enterprise-lab .enterprise-title {
    margin-left: 0;
  }
}
.home-page .home-enterprise .cont .enterprise-lab .swiper-box {
  position: relative;
}
.home-page .home-enterprise .cont .enterprise-lab .swiper-box #enterprise-swiper {
  margin: 0 50px;
}
.home-page .home-enterprise .cont .enterprise-lab .swiper-box #enterprise-swiper .swiper-slide .slide-box {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 187px;
  height: 265px;
}
@media (max-width: 767px) {
  .home-page .home-enterprise .cont .enterprise-lab .swiper-box #enterprise-swiper .swiper-slide .slide-box {
    width: auto;
    height: auto;
    padding-bottom: 100%;
  }
}
.home-page .home-enterprise .cont .enterprise-lab .swiper-box #enterprise-swiper .swiper-slide .slide-box img {
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .home-page .home-enterprise .cont .enterprise-lab .swiper-box #enterprise-swiper {
    margin: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .home-page .home-enterprise .cont .enterprise-lab .swiper-box #enterprise-swiper {
    padding-bottom: 30px;
  }
}
.home-page .home-enterprise .cont .enterprise-lab .swiper-box .swiper-button-prev {
  background-image: url(../images/home/qualifications/prev.png);
  background-position-x: 12px;
  left: 0;
}
.home-page .home-enterprise .cont .enterprise-lab .swiper-box .swiper-button-next {
  background-image: url(../images/home/qualifications/next.png);
  background-position-x: 14px;
  right: 5px;
}
.home-page .home-enterprise .cont .enterprise-lab .swiper-box .swiper-button-prev,
.home-page .home-enterprise .cont .enterprise-lab .swiper-box .swiper-button-next {
  width: 40px;
  height: 40px;
  background-size: 15px;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.14);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .home-page .home-enterprise .cont .enterprise-lab .swiper-box .swiper-button-prev,
  .home-page .home-enterprise .cont .enterprise-lab .swiper-box .swiper-button-next {
    display: none;
  }
}
.home-page .home-enterprise .cont .enterprise-lab .lab-cont {
  margin: 0 auto;
  max-width: 450px;
}
.home-page .home-enterprise .cont .enterprise-lab .lab-cont .img-box {
  position: relative;
  padding-bottom: 80%;
}
.home-page .home-enterprise .cont .enterprise-lab .lab-cont .img-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.home-page .home-enterprise .cont .enterprise-lab .lab-cont .text {
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .home-page .home-enterprise .cont .enterprise-lab {
    margin-top: 20px;
    width: 100%;
    float: unset;
    padding-right: 0;
  }
}
.home-footer {
  margin-top: 112px;
  padding-top: 51px;
  background: #000;
}
@media (max-width: 1199px) {
  .home-footer {
    margin-top: 60px;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .home-footer {
    margin-top: 40px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-footer {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .home-footer {
    margin-top: 20px;
  }
}
.home-footer .footer-t {
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-footer .footer-t {
    display: flex;
    flex-direction: column-reverse;
  }
}
.home-footer .footer-t .footer-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.home-footer .footer-t .message {
  width: 34%;
  float: left;
}
@media (max-width: 1199px) {
  .home-footer .footer-t .message {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .home-footer .footer-t .message {
    width: 100%;
  }
}
.home-footer .footer-t .message form .user-info {
  display: flex;
}
.home-footer .footer-t .message form .name {
  width: 50%;
  margin-right: 10px;
  height: 38px;
  margin-bottom: 7px;
  outline: none;
  padding-left: 10px;
  color: #fff;
  background-color: #3a3a3a;
  border: 0;
}
.home-footer .footer-t .message form .name::-webkit-input-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .name::-moz-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .name:-moz-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .name:-ms-input-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .e-mail {
  width: 50%;
  height: 38px;
  margin-bottom: 7px;
  outline: none;
  padding-left: 10px;
  color: #fff;
  background-color: #3a3a3a;
  border: 0;
}
.home-footer .footer-t .message form .e-mail::-webkit-input-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .e-mail::-moz-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .e-mail:-moz-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .e-mail:-ms-input-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .tel {
  height: 38px;
  width: 100%;
  opacity: 0.9;
  float: left;
  margin-bottom: 7px;
  outline: none;
  padding-left: 10px;
  color: #fff;
  background-color: #3a3a3a;
  border: 0;
}
.home-footer .footer-t .message form .tel::-webkit-input-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .tel::-moz-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .tel:-moz-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .tel:-ms-input-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .add {
  height: 38px;
  width: 100%;
  float: left;
  margin-bottom: 7px;
  outline: none;
  padding-left: 10px;
  color: #fff;
  background-color: #3a3a3a;
  border: 0;
}
.home-footer .footer-t .message form .add::-webkit-input-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .add::-moz-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .add:-moz-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .add:-ms-input-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .message-text {
  height: 38px;
  width: 100%;
  border: solid 1px #2aacf7;
  border-right: 0;
  outline: none;
  padding: 15px 10px;
  color: #fff;
  background-color: #3a3a3a;
  border: 0;
}
.home-footer .footer-t .message form .message-text::-webkit-input-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .message-text::-moz-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .message-text:-moz-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form .message-text:-ms-input-placeholder {
  color: #fff;
}
.home-footer .footer-t .message form #slider2 {
  background-color: #0061a5;
}
.home-footer .footer-t .message form #slider2 .labelTip {
  color: #fff;
}
@media (max-width: 350px) {
  .home-footer .footer-t .message form #slider2 {
    width: 100%;
  }
}
.home-footer .footer-t .message form .sub {
  color: #fff;
  text-align: center;
  line-height: 38px;
  width: 100%;
  height: 38px;
  background-color: #0061a5;
  border: 0;
  outline: none;
}
@media (max-width: 767px) {
  .home-footer .footer-t .message form .sub {
    line-height: 30px;
    width: 100%;
    height: 40px;
  }
}
.home-footer .footer-t .info-message {
  float: right;
  width: 50%;
}
@media (max-width: 1199px) {
  .home-footer .footer-t .info-message {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .home-footer .footer-t .info-message {
    width: 100%;
    float: left;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .home-footer .footer-t .info-message {
    margin-top: 0;
  }
}
.home-footer .footer-t .info-message .foot-marking {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-footer .footer-t .info-message .foot-marking {
    flex-direction: column;
  }
}
.home-footer .footer-t .info-message .foot-marking .tit {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .home-footer .footer-t .info-message .foot-marking .tit {
    font-size: 13px;
  }
}
.home-footer .footer-t .info-message .foot-marking .flex-box {
  display: flex;
}
@media (max-width: 767px) {
  .home-footer .footer-t .info-message .foot-marking .flex-box {
    width: 100%;
  }
}
.home-footer .footer-t .info-message .foot-marking .flex-box .logo-list {
  display: flex;
}
.home-footer .footer-t .info-message .foot-marking .flex-box .logo-list .item:first-child {
  margin-right: 24px;
}
.home-footer .footer-t .info-message .foot-marking .flex-box .logo-list .item a img {
  width: 89px;
}
.home-footer .footer-t .info-message .foot-marking .flex-box .brand-list {
  margin-left: 30px;
}
.home-footer .footer-t .info-message .foot-marking .flex-box .brand-list .item a {
  color: #fff;
  font-size: 14px;
  max-width: 150px;
  transition: all 0.3s;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .home-footer .footer-t .info-message .foot-marking .flex-box .brand-list .item a {
    font-size: 12px;
  }
}
.home-footer .footer-t .info-message .foot-marking .flex-box .brand-list .item a:hover {
  color: #0061a5;
}
@media (max-width: 1199px) {
  .home-footer .footer-t .info-message .foot-marking .footlogo-box {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .home-footer .footer-t .info-message .foot-marking .footlogo-box {
    width: 100%;
  }
}
.home-footer .footer-t .info-message .foot-marking .footlogo-box img {
  width: 100%;
}
.home-footer .footer-t .info-message .foot-marking .qrCode-box {
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  .home-footer .footer-t .info-message .foot-marking .qrCode-box {
    margin: 15px auto;
  }
}
.home-footer .footer-t .info-message .foot-marking .qrCode-box img {
  width: 100%;
}
.home-footer .footer-t .info-message .foot-site {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .home-footer .footer-t .info-message .foot-site {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .home-footer .footer-t .info-message .foot-site {
    margin-top: 0;
  }
}
.home-footer .footer-t .info-message .foot-site .foot-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .home-footer .footer-t .info-message .foot-site .foot-title {
    font-size: 13px;
  }
}
.home-footer .footer-t .info-message .foot-site .tel {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .home-footer .footer-t .info-message .foot-site .tel {
    font-size: 18px;
  }
}
.home-footer .footer-t .info-message .foot-site .tel:hover {
  color: #0061a5;
}
.home-footer .footer-t .info-message .foot-site .site {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .home-footer .footer-t .info-message .foot-site .site {
    font-size: 12px;
  }
}
.home-footer .footer-t .info-message .foot-site .list-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .home-footer .footer-t .info-message .foot-site .list-box {
    display: block;
  }
}
.home-footer .footer-t .info-message .foot-site .list-box .item {
  color: #fff;
  font-size: 14px;
}
.home-footer .footer-t .info-message .foot-site .list-box .item a {
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}
.home-footer .footer-t .info-message .foot-site .list-box .item a:hover {
  color: #0061a5;
}
@media (max-width: 1199px) {
  .home-footer .footer-t .message #slider2 {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home-footer .footer-t .footer-title {
    text-align: center;
  }
}
.home-footer .footer-b {
  margin-top: 56px;
  border-top: 1px solid rgba(111, 130, 145, 0.8);
  line-height: 56px;
}
.home-footer .footer-b .b-l {
  width: 50%;
  overflow: hidden;
  float: left;
}
.home-footer .footer-b .b-l a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #c7cfd7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .home-footer .footer-b .b-l a:hover {
    color: #0061a5;
  }
}
.home-footer .footer-b .b-r {
  width: 50%;
  overflow: hidden;
  float: right;
  text-align: right;
}
.home-footer .footer-b .b-r .list {
  float: right;
}
.home-footer .footer-b .b-r .list .item {
  color: #c7cfd7;
  font-size: 12px;
  margin-left: 18px;
  float: left;
}
.home-footer .footer-b .b-r .list .item a {
  color: #c7cfd7;
  font-size: 12px;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .home-footer .footer-b .b-r .list .item a:hover {
    color: #0061a5;
  }
}
@media (max-width: 991px) {
  .home-footer .footer-b {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  .home-footer .footer-b {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-footer .footer-b {
    margin-top: 20px;
    line-height: 40px;
  }
  .home-footer .footer-b .b-l {
    width: 100%;
    text-align: center;
  }
  .home-footer .footer-b .b-r {
    display: none;
  }
}
#enterprise-img {
  z-index: 9999;
}
#enterprise-img .modal-dialog {
  z-index: 99999;
  width: 1024px;
}
@media (max-width: 991px) {
  #enterprise-img .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #enterprise-img .modal-dialog {
    margin: 0;
    transform: translate(0, -50%);
    top: 50%;
  }
}
#enterprise-img .modal-dialog .modal-content {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
#enterprise-img .modal-dialog .modal-content .modal-head {
  padding: 20px;
  position: relative;
}
#enterprise-img .modal-dialog .modal-content .modal-head .close {
  color: #fff;
  font-size: 35px;
  position: absolute;
  top: 4px;
  right: 10px;
  opacity: 1;
}
#enterprise-img .modal-dialog .modal-content .modal-body .img {
  text-align: center;
}
#enterprise-img .modal-dialog .modal-content .modal-body .img.active img {
  width: 600px;
}
@media (max-width: 767px) {
  #enterprise-img .modal-dialog .modal-content .modal-body .img.active img {
    width: 100%;
  }
}
