
img{max-width:100%}
.f30 {
  font-size: 1.875rem;
}
.fw {
  font-weight: bold;
}
.f16 {
  font-size: 1rem;
}
.column {
  color: #000;
  padding: 3% 0 4% 0;
}
.column .subTit {
  padding: 1% 0 0 0;
  color: #999;
  text-transform: uppercase;
}
.f20 {
  font-size: 1.25rem;
}
.f18 {
  font-size: 1.125rem;
}
.color {
  color: #3267b5;
}
header {
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1% 4%;
  transition: all 1s;
  -webkit-transition: all 1s;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
}
header .logo img {
  height: 3.125rem;
  max-width: 100%;
}

@media (min-width: 1200px) {
  header .meun > li {
    margin: 0 1vw;
  }
  header .meun > li > a {
    display: block;
    font-size: 1.125rem;
    line-height: 3.75rem;
    position: relative;
    color: #fff;
  }
  header .meun > li > a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.9375rem;
    width: 100%;
    height: 3px;
    background: #3267b5;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  header .meun > li .sub-nav {
    position: absolute;
    width: 9rem;
    left: 50%;
    margin-left: -4.75rem;
    top: 5rem;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.05);
    padding: 0.625rem;
    box-sizing: border-box;
    background: #fff;
  }
  header .meun > li .sub-nav a {
    display: block;
    font-size: 0.875rem;
    line-height: 2.25rem;
    text-align: center;
  }
  header .meun > li:hover .sub-nav {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
    transition: all 0.5s ease;
  }
  header .meun > li:hover a::after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}

header .i1 {
  display: block;
}
header .i2 {
  display: none;
}
header.on {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  top: 0px;
  background: #fff;
}
header.on .meun > li > a {
  color: #29282d;
}
header.on .i1 {
  display: none;
}
header.on .i2 {
  display: block;
}

.banner a {
  display: block;
}

.banner img {
  width: 100%;
}
.index-product {
  padding: 0 5%;
}
.index-product .list {
  margin: 0 -1.25rem;
}
.index-product .list li {
  width: 25%;
}
.index-product .list li a {
  margin: 0 1.25rem 0 1.25rem;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.index-product .list li a .img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.index-product .list li a .img img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
  display: block;
}
.index-product .list li a .tit {
  line-height: .48rem;
  padding: 0.9375rem 0;
}
.index-product .list li a:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  margin-top: -1.25rem;
}
.more {
  padding: 4% 0 3% 0;
}
.btn a {
  display: block;
  width: 12.5rem;
  height: 3.5rem;
  border-radius: 3.125rem;
  border: 0.125rem solid #3267b5;
  text-align: center;
  line-height: 3.5rem;
  font-size: 1rem;
  transition: all 0.5s;
  color: #3267b5;
}
.btn a:hover {
  background: #3267b5;
  color: #fff;
}
.index-about {
  background: rgba(230 230, 230);
  padding: 5% 5% 6% 5%;
}
.index-about .aboutUs {
  width: 50%;
}
.index-about .aboutUs i {
  width: 3.125rem;
  height: 3px;
  background: #3267b5;
  margin-top: 0.625rem;
  display: block;
}
.index-about .aboutUs .txt {
  padding: 4% 0 3% 0;
  line-height: 2.25rem;
  font-size: 1.125rem;
  height: 25rem;
}
.index-about .aboutVivo {
  width: 46%;
}
.index-about .aboutVivo .img img {
  width: 100%;
  height: 36.25rem;
  object-fit: cover;
}
.index-about .aboutVivo .flx-btn {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 3.125rem;
  width: 3.375rem;
}
.index-news {
  padding: 0 5%;
}
.newsCenter a {
  box-sizing: border-box;
  padding: 0.9375rem;
  border: 1px solid #ddd;
  display: block;
}
.newsCenter a .img img {
  height: 20rem;
  width: 100%;
  object-fit: cover;
}
.newsCenter a .t1 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 0.75rem;
  transition: all 0.5s;
  line-height: 1.5rem;
  height: 2.75rem;
  overflow: hidden;
}
.newsCenter a .time {
  margin-top: 0.5625rem;
  color: #999;
}
.newsCenter a:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.footer {
  padding: 2% 5%;
  background: #3267b5;
  color: #fff;
}
.footer .footer-nav p {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
.footer .footer-nav a {
  display: block;
  line-height: 1.875rem;
  font-size: 1rem;
}
.footer .footer-nav a:hover {
  color: #fff;
}
.footer .footer-nav .gzh {
  margin-right: 0.9375rem;
}
.footer .footer-nav .gzh img,
.footer .footer-nav .xcx img {
  height: 6.25rem;
  width: 6.25rem;
}
.copyRight {
  text-align: center;
  color: #fff;
  background: #1d4175;
  font-size: 1rem;
  padding: 1%;
}
.main {
  padding: 0 10%;
}
.currentLocation {
  height: 5rem;
  font-size: 1rem;
}
.currentLocation .loc a:last-child i {
  display: none;
}
.currentLocation .tab a {
  position: relative;
  margin: 0 1.5vw;
}
.currentLocation .tab a.cur::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -0.9375rem;
  height: 0.1875rem;
  width: 1.875rem;
  background: #3267b5;
  transform: translateX(-50%);
}
.about {
  padding-top: 1%;
  padding-bottom: 5%;
}
.about .left {
  width: 28.75rem;
}
.about .left .img {
  border: 1px solid rgba(228, 228, 228);
  border-radius: 0.3125rem;
  overflow: hidden;
  padding: 3px;
}
.about .left .img img {
  width: 100%;
}
.about .left .vide-btn {
  margin-top: 0.9375rem;
  line-height: 3.5rem;
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 1.125rem;
  background: #3267b5;
  color: #fff;
}
.about .left .vide-btn a:hover {
  color: #fff;
}
.about .right {
  width: calc(100% - 31.25rem);
  border: 1px solid rgba(228, 228, 228);
  padding: 1.25rem;
  box-sizing: border-box;
}
.about .right .tit {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.625rem 0 1.25rem 0;
  border-bottom:1px solid #e4e4e4;
}
.about .right .txt {
  padding: 1.5625rem 0;
  font-size: 1rem;
  line-height: 2.25rem;
}
.about .right .txt img {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
.about .right .txt p {
  margin-bottom: 1.25rem;
}
.cultural {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 3.125rem;
}
.cultural .list li .img,
.cultural .list li .tit {
  width: 50%;
}

.cultural .list li .img img{width:100%;}
.cultural .list li .tit {
  font-size: 1.125rem;
  text-align: center;
}
.cultural .list li .tit p {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
}
.cultural .list li:nth-child(2n) {
  flex-direction: row-reverse;
}
.news {
  padding: 2% 0 3% 0;
}
.news .list {
  margin: 0 -0.9375rem;
}
.news .list li {
  width: 25%;
}
.news .list li .newsList {
  margin: 0 0.9375rem 1.875rem 0.9375rem;
}
.pages {
  padding-bottom: 3rem;
}
.pages a {
  line-height: 3rem;
  border-radius: 0.375rem;
  margin-right: 0.75rem;
  padding: 0 1.3126rem;
  background: #f8f8f8;
  display: block;
}
.pages a.cur {
  background: #3a4a93;
  color: #fff;
}
.details {
  padding: 3% 0;
}
.details .left {
  width: calc(100% - 29.625rem);
}
.details .left .box {
  padding: 2%;
  box-sizing: border-box;
  border: 0.0625rem solid #e4e4e4;
}
.details .left .tit {
  font-size: 1.875rem;
  font-weight: bold;
  padding-bottom: 0.625rem;
}
.details .left .time {
  font-size: 1rem;
  padding: 0.3125rem 0 0.625rem 0;
  border-bottom: 0.0625rem solid #e4e4e4;
}
.details .left .txt {
  margin-top: 1.25rem;
  padding: 0 0 6.25rem 0;
  font-size: 1rem;
  line-height: 2rem;
}

.details .left .txt img{max-width:100%; margin:0 auto}
.details .left .next {
  padding: 1.875rem 0;
}
.details .left .next a {
  display: block;
  margin-right: 1.25rem;
  height: 2.5rem;
  width: 7.5rem;
  border: 1px solid #e4e4e4;
  font-size: 1rem;
  text-align: center;
  line-height: 2.5rem;
  border-radius: 5px;
}
.details .left .next a:hover {
  background: #3267b5;
  border: 1px solid #3267b5;
  color: #fff;
}
.details .right {
  width: 28.125rem;
  border: 1px solid #e4e4e4;
  padding: 1.25rem;
  box-sizing: border-box;
}
.details .right .tit {
  font-size: 1.5rem;
}
.details .right .tit i {
  height: 1.5625rem;
  width: 0.1875rem;
  background: #000;
  margin-right: 0.9375rem;
}
.details .right .img {
  height: 21.875rem;
  width: 21.875rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 1.875rem;
}
.details .right .img img {
  height: 21.875rem;
  width: 100%;
  object-fit: cover;
}
.details .right .txt {
  line-height: 1.5rem;
  padding: 1.875rem 0;
  font-size: 1rem;
}
.details .right .list {
  padding: 0.9375rem 0 1.875rem 0;
}
.details .right .list li {
  border-bottom:1px solid #e4e4e4;
  padding: 0.9375rem 0;
}
.details .right .list li a {
  display: block;
}
.details .right .list li a .t1 {
  font-size: 1rem;
  font-weight: bold;
}
.details .right .list li a .time {
  background: url(../images/icon_time.png) no-repeat left center;
  padding-left: 1.875rem;
  margin-top: 0.625rem;
  font-size: 1rem;
}
.details .right .list li a:hover .time {
  color: #000;
}
.product {
  padding: 3% 0 1% 0;
}
.product .list {
  margin: 0 -1.25rem;
}
.product .list li {
  width: 25%;
}
.product .list li a {
  margin: 0 1.25rem 2.5rem 1.25rem;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product .list li a .img {
  border-radius: 0.625rem;
  overflow: hidden;
}
.product .list li a .img img {
  height: 25rem;
  width: 100%;
  object-fit: cover;
  display: block;
}
.product .list li a .tit {
  line-height: 2.25rem;
  padding: 0.9375rem 0;
}
.product .list li a:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.laboratory {
  padding: 6% 0 5% 0;
}
.laboratory .tit {
  text-align: center;
  font-size: 1.875rem;
  color: #3267b5;
  font-weight: bold;
}
.laboratory .txt {
  border: 1px solid #e4e4e4;
  margin-top: 2.25rem;
  padding: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.laboratory .txt img {
  max-width: 100%;
  margin: 0 auto;
}
.recruitment {
  max-width: 1200px;
  width: 100%;
  padding: 5% 0;
  margin: 0 auto;
}
.recruitment .join {
  padding-bottom: 2%;
}
.recruitment .join .tit {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  color: #3267b5;
}
.recruitment .join .con {
  background: #3267b5;
  margin-top: 5%;
}
.recruitment .join .con .img,
.recruitment .join .con .t1 {
  width: 50%;
}
.recruitment .join .con .t1 {
  color: #fff;
}
.recruitment .join .con .t1 .en {
  font-size: 2rem;
}
.recruitment .join .con .t1 .cn {
  line-height: 1.75rem;
  font-size: 1rem;
  margin-top: 1rem;
}
.recruitment .join .con .img img {
  width: 100%;
  height: 25.125rem;
  object-fit: cover;
}
.recruitment .hot {
  padding-bottom: 3%;
}
.recruitment .hot .img {
  width: 49%;
}
.recruitment .hot .img a {
  display: block;
}
.recruitment .hot .img .tit {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  color: #fff;
  font-weight: bold;
}
.recruitment .hot .img img {
  width: 100%;
  height: 18.875rem;
  object-fit: cover;
}
.recruitment .list li {
  text-align: center;
  line-height: 2rem;
}
.recruitment .list li .img img {
  max-width: 100%;
  margin: 0 auto;
  height: 17.5625rem;
}
.recruitment .list li .t1 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.875rem 0 0.625rem 0;
}
.recruitment .list li .t2 {
  text-transform: uppercase;
  font-size: 1rem;
}
.recruitment .welcome {
  margin-top: 5%;
}
.recruitment .welcome .img img {
  width: 100%;
}
.recruitment .welcome .tit {
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
  padding: 1.25rem;
  box-sizing: border-box;
  font-size: 1.125rem;
  line-height: 2rem;
}
.recruitment .welcome .tit p {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 2.75rem;
}
.joinUs {
  padding-bottom: 6%;
}
.joinUs .list li {
  margin-bottom: 0.9375rem;
  padding: 1.25rem 1.875rem;
  border: 1px solid #e4e4e4;
}
.joinUs .list li .tit {
  font-size: 1.25rem;
  font-weight: bold;
}
.joinUs .list li .tit .img {
  transition: all 0.5s;
}
.joinUs .list li .tit .img img {
  height: 2rem;
  width: 2rem;
}
.joinUs .list li .con {
  padding: 1.25rem 0;
}
.joinUs .list li .con p {
  width: 30%;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.joinUs .list li .txt {
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.joinUs .list li .txt h3 {
  font-weight: bold;
  font-size: 1rem;
}
.joinUs .list li .txt .gw {
  padding: 1.25rem 0;
}
.joinUs .list li.cur .img {
  transform: rotate(180deg);
}
.contant {
  padding: 3% 0;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.contant .list li {
  text-align: center;
  width: 15.125rem;
}
.contant .list li .img {
  transition: all 0.5s;
}
.contant .list li .img img {
  margin: 0 auto;
  width: 15.125rem;
  height: 15.125rem;
}
.contant .list li .tit {
  font-size: 1rem;
  line-height: 1.5rem;
}
.contant .list li .tit p {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.875rem 0 0.9375rem 0;
}
.contant .list li:hover .img {
  transform: rotate(360deg);
}
.contant .map {
  margin: 3.125rem 0;
}
.contant .map a {
  display: block;
}
.contant .map a img {
  width: 100%;
}
.report {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 5% 0;
}
.report .img {
  width: 50%;
}
.report .img img {
  width: 100%;
  object-fit: cover;
  height: 25rem;
}
.report .registered {
  box-sizing: border-box;
  border: 1px solid #3267b5;
  border-left: none;
  width: 50%;
  padding:3.75rem 2.5rem 0 2.5rem
}
.report .registered .box {
  margin-bottom: 1.25rem;
}
.report .registered .input {
  border: 1px solid #e4e4e4;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.3125rem;
}
.report .registered .input input {
  width: 100%;
  height: 2.25rem;
  font-size: 1rem;
}
.report .registered .yam .input {
  width: calc(100% - 12.5rem);
}
.report .registered .input-btn {
  width: 10rem;
  border-radius: 0.3125rem;
  height: 3.125rem;
  font-size: 1rem;
  color: #fff;
  background: #3267b5;
}

.report .registered .input-img{ width: 10rem; height: 3.125rem;}
.report .registered .input-img img{max-width:100%;margin:0 auto}
.query {
  padding: 3% 0;
}
.query .query-box {
  border-bottom: 1px solid #e4e4e4;
  padding: 1% 0;
  font-weight: bold;
  font-size: 1.125rem;
}
.query .query-box .login .exit {
  margin-left: 3.125rem;
}
.query .query-box .login .exit a {
  width: 3.75rem;
  text-align: center;
  line-height: 2.25rem;
  background: #3267b5;
  color: #fff;
  border-radius: 0.3125rem;
  font-weight: normal;
}
.query .dataImg img {
  height: 37.5rem;
  max-width: 100%;
  margin: 0 auto;
  object-fit: scale-down;
}
.query .list {
  padding: 2% 0;
}
.query .list li {
  padding-bottom: 1.875rem;
  border-bottom: 1px dashed #888686;
  margin-bottom: 1.5625rem;
}
.query .list li .left {
  width: calc(100% - 25rem);
}
.query .list li .left .img {
  width: 7.5rem;
}
.query .list li .left .img img {
  width: 100%;
  height: 7.5rem;
  object-fit: cover;
}
.query .list li .left .tit {
  width: calc(100% - 9.5rem);
}
.query .list li .left .tit .t1 {
  font-size: 1.25rem;
  font-weight: bold;
}
.query .list li .left .tit .t2 {
  font-size: 1rem;
  margin-top: 1.5625rem;
}
.query .list li .left .tit .t2 p {
  width: 25%;
}
.query .list li .right {
  font-size: 1rem;
  width: 12.5rem;
  text-align: center;
}
.query .list li .right a {
  display: block;
  margin: 0 auto;
  line-height: 2.25rem;
  width: 10rem;
  border-radius: 0.3125rem;
  border: 1px solid #a8a7a7;
  margin-bottom: 1.75rem;
}
.query .list li .right a:hover {
  background: #3267b5;
  border-color: #3267b5;
  color: #fff;
}

/* 头部和底部 */
@media (max-width: 1200px) {
  .banner {
    padding-top: 60px;
  }
  header {
    background: #fff;
    padding-right: 20px;
    height: 60px;
  }
  header .i1 {
    display: none;
  }
  .mob-nav,
  header .i2 {
    display: block;
  }

  header .logo img {
    height: 30px;
  }
  .nav {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 100;
    height: calc(100vh - 60px);
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    display: none;
  }

  .meun {
    display: block;
    background: #333;
    height: 100%;
    width: 100%;
    max-width: 270px;
    transition: 0.5s;
    transform: translateX(-100%);
  }

  .meun.on {
    transform: translateX(0);
  }
  .meun > li > a {
    height: 44px;
    line-height: 44px;
    text-indent: 15px;
    color: #ccc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 16px;
  }

  .arrow-left {
    background: url(../images/left.png) no-repeat 96% center;
  }
  .arrow-right {
    background: url(../images/down.png) no-repeat 96% center;
  }

  .sub-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 5px 0 5px 15px;
    background-color: #1a1a1a;
  }
  .sub-nav a {
    display: block;
    padding: 12px 0;
    -webkit-transition: all 0.45s;
    transition: all 0.45s;
    font-size: 14px;
    color: #fff;
  }

  .footer .footer-nav li:nth-child(-n + 4) {
    display: none;
  }

  .footer {
    padding: 40px 20px;
  }
  .footer .footer-nav p {
    font-size: 16px;
    margin-bottom:10px;
  }

  .footer .footer-nav a {
    font-size: 14px;
    line-height: 32px;
  }
  .footer .footer-nav .gzh img,
  .footer .footer-nav .xcx img {
    height: 100px;
    width: 100px;
  }

  .copyRight{padding:25px;font-size:16px;}
  .footer .footer-nav .gzh{margin-right:15px;}
  .main{padding:0 3%;}
  .report{max-width:96%}
}

@media (max-width: 800px) {
  .footer .footer-nav li {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* 头部和底部 */

@media (max-width: 750px) {
  .f30{font-size:.32rem}
  .f18{font-size:.24rem;}
  .index-product .list li a:hover{box-shadow:none;}
  .index-product .list li a,
  .index-product .list li a:hover,
  .index-product .list{margin:0;justify-content:space-between;}
  .index-product .list li{width:48%; margin-bottom:.4rem;}
  .index-about,
  .index-news,
  .main,
  .index-product{padding:20px;}
  .index-product .list li a .img{border-radius:.0667rem;}
  .index-product .list li a .img img{height:4rem;}
  .index-product .list li a .tit{font-size:.24rem;padding:.2rem;}
  .btn a{font-size:.2133rem;height:.48rem;width:1.6rem;border:1px solid #3267b5;line-height:0.48rem;margin:0 auto;}
  .index-about .aboutVivo,
  .index-about .aboutUs{width:100%;}
  .index-about .aboutUs i{display:none;}
  .index-about .aboutUs .tit{text-align:center;}
  .index-about .aboutUs .txt{height:auto;font-size:.24rem; line-height:.48rem; margin-bottom:6%;}
  .index-about .aboutVivo .img img{height:auto;}
  .index-about .aboutVivo{margin-top:12%;}
  .index-about .aboutVivo .flx-btn img,
  .index-about .aboutVivo .flx-btn{height:.72rem;width:.72rem;}
  .indexNews{margin-bottom:5%;}
  .newsCenter a{padding:.1333rem;}
  .newsCenter a .img img{height:3.7333rem}
  .newsCenter a .t1{font-size:.24rem;line-height:.48rem;margin-top:.2rem;height:.96rem;}
  .newsCenter a .time{font-size:.2133rem;margin-top:.2rem;}
  .tab{display:none;}
  .joinUs .list li{padding:.3333rem;margin-bottom:.2667rem;}
  .joinUs .list li .tit{font-size:.32rem;}
  .joinUs .list li .tit .img img{height:.4267rem;width:.4267rem;}
  .joinUs .list li .con{padding:.2rem 0;}
  .joinUs .list li .con p{font-size:.2133rem; line-height:.4267rem;width:50%;}
  .currentLocation{height:.8rem;font-size:.24rem;}
  .joinUs .list li .txt h3{font-size:.24rem;}
  .joinUs .list li .txt{line-height:.48rem;font-size:.24rem;}
  .joinUs .list li .txt .gw{padding:.2667rem 0;}
    .joinUs .list li .txt .gw span{text-wrap-mode:wrap !important}
  .news .list{margin:0;justify-content:space-between;}
  .news .list li .newsList{ margin:0;margin-bottom:.2667rem;}
  .news .list li{width:48%;}
  .pages{padding-bottom:.2667rem;}
  .pages a{line-height:.88rem;padding:0 .4rem;font-size:.34rem; border-radius:.0667rem;margin-right:.4rem;}
  .details .right,
  .details .left{width:100%;}
  .details{padding:0;}
  .details .left .time{border-bottom:1px solid #e4e4e4;padding:.2667rem 0;font-size:.2133rem;}
  .details .left .box{border:1px solid #e4e4e4}
  .details .left .tit{font-size:.32rem;padding-bottom:.1333rem;}
  .details .left .txt{font-size:.2133rem;line-height:.4267rem;margin-top:.2rem;padding-bottom:.4rem;}
  .details .left .next a{font-size:.2133rem;height:.48rem; line-height:.48rem; margin-right:0;width:30%;}
  .details .left .next{padding:.2667rem 0; justify-content:space-between;}
  .details .right{padding:.3333rem;}
  .details .right .tit{font-size:.32rem;}
  .details .right .tit i{height:.38rem;margin-right:.2rem;width:4px;}
  .details .right .txt{padding-top:.2rem;font-size:.2133rem;line-height:.4267rem;padding-bottom:.6rem;}
  .details .right .img{height:5rem;width:5rem;margin-top:0.8rem;}
  .details .right .img img{height:5rem;}
  .details .right .list li,
  .details .right .list{padding:.3333rem 0;}
  .details .right .list li a .t1{font-size:.2133rem;}
  .details .right .list li a .time{margin-top:.2rem;font-size:.1867rem;padding-left:.4667rem; line-height:.4267rem; background-size:.24rem .24rem;}
  .animate__fadeInRight,
  .animate__fadeInLeft,
  .animate__fadeInDown,
  .animate__fadeInUp {
    animation: none !important;
    transform: none !important;
  }

  .laboratory .tit{font-size:.32rem;}
  .laboratory{padding:0;}
  .laboratory .txt{margin-top:.2667rem; padding:20px;font-size:.2133rem;line-height:.48rem;}
  .cultural .list li .tit p{font-size:.32rem; margin-bottom:.2rem;}
  .cultural .list li .tit{font-size:.2133rem;}
  .cultural{padding-bottom:.6667rem;}
  .contant .list li .img img{height:1.8667rem;width:1.8667rem;}
  .contant .list li .tit{font-size:.2rem;line-height:.32rem;}
  .contant .list li .tit p{font-size:.24rem;padding:.2667rem 0;}
  .contant .list li{width:33.3333%;}
  .contant .map{margin:.5rem 0;}

  .recruitment .join .tit{font-size:.32rem;}
  .recruitment .join .con .t1 .en{font-size:.2667rem;}
  .recruitment .join .con .img img{height:2.6667rem}
  .recruitment .join .con .t1 .cn{font-size:.2133rem;margin-top:.1333rem; line-height:.32rem;}
  .recruitment .hot .img .tit{font-size:.32rem;}
  .recruitment .hot .img img{height:2.6667rem;}
  .recruitment .list li .img img{height:1.8667rem;}
  .recruitment .list li{line-height:.38rem;}
  .recruitment .list li .t2{font-size:.2133rem;}
  .recruitment .list li .t1{font-size:.31rem;padding:.4rem 0;}
  .recruitment .welcome .tit{padding:.3333rem;line-height:.4267rem;font-size:.24rem;}
  .recruitment .welcome .tit p{font-size:.32rem; margin-bottom:.2667rem}
  .about .left .img{border-radius:0;}
  .about .left, .about .right{width:100%}
  .about .left .vide-btn{height:1rem; line-height:1rem;font-size:.24rem;margin-top:.1333rem;border-radius:4px;margin-bottom:.2333rem;}
  .about .right{padding:20px;}
  .about .right .tit{font-size:.32rem;padding:20px 0;}
  .about .right .txt{font-size:.24rem;line-height:.4267rem;padding:0;}
  .about .right .txt p{margin-bottom:0px;}
  .about .right .txt img{margin:.2rem 0;}
  .product .list{margin:0;justify-content: space-between;}
  .product .list li{width:49%; margin-bottom:.2rem;}
  .product .list li a{margin:0;}
  .product .list li a .img img{height:4.6667rem;}
  .product .list li a .img{border-radius:4px;}
  .product .list li a .tit{font-size:.3rem;line-height:.4267rem;padding:.3rem .3333rem;}
  .query{padding:0;}
  .query .query-box{font-size:.30rem;}
  .query .query-box .login .exit{margin-left:.3rem;height:.6rem;}
  .query .query-box .login .exit a{height:.6rem;width:1.0667rem;font-size:.3233rem; line-height:0.6rem;}
  .query .list li .left .tit{width:calc(100% - 1.6rem);}
  .query .list li{padding:.3333rem 0; margin-bottom:.2667rem;}
  .query .list li .left .tit .t1{font-size:.24rem;}
  .query .list li .right{width:1rem;font-size:.1867rem;}
  .query .list li .left{width:calc(100% - 1.2rem);}
  .query .list li .right a{width:1rem;height:.48rem; line-height:0.48rem;margin-bottom:.2667rem;}
  .query .list li .left .img{width:1.3333rem;}
  .query .list li .left .img img{height:1.3333rem}
  .query .list li .left .tit .t2 p{width:50%;line-height:.48rem;}
  .query .list li .left .tit .t2{margin-top:.2667rem;font-size:.2133rem;}

  .query .dataImg img{height:6.6667rem;width:2.6667rem;}
  .report .img{width:100%;}
  .report .img img{height:auto;}
  .report .registered{width:100%;border:1px solid #1d4175;padding:5% 3% 0 3%;}
  .report .registered .input{padding:.1333rem;border-radius:4px;}
  .report .registered .input input{height:.48rem;font-size:.3133rem;}
  .report .registered .box{margin-bottom:.2667rem;}
  .report .registered .yam .input{width:54%}
  .report .registered .input-img{width:40%; background:#888686;height:0.9rem}
  .report .registered .input-btn{width:40%;height:0.9rem;font-size:.3133rem;border-radius:4px;}
  
}


