@import url("./common.css");
/* PC端 */

.himg {
  overflow: hidden;
}
.himg .h_img,
.himg > img {
  width: 100%;
  transition: all 0.5s;
}
.himg:hover .h_img,
.himg:hover > img {
  transform: scale(1.1);
}
.ip_1 {
  padding: 2.86vw 13.18vw 3.59vw;
  display: flex;
  justify-content: space-between;
}
.ip_1 .left {
  width: 48.54vw;
}

.ip_1 .more.m{
  display: none;
}
.ip_1 .left .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 0.63vw;
  margin-bottom: 2.24vw;
}

.ip_1 .left .top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 73, 147, 0.18);
  transition: all 0.5s;
}
.ip_1 .left .top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5.00vw;
  height: 0.10vw;
  background-color: var(--logoColor);
  transition: all 0.5s;
}
.ip_1 .left .suggest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.40vw;
  position: relative;
}
.ip_1 .left .suggest .img {
  width: 14.79vw;
  height: 10.42vw;
}
.ip_1 .left .suggest .txt {
  width: 31.98vw;
}
.ip_1 .left .suggest .txt .tit {
  margin-bottom: 0.78vw;
  color: #333;
}
.ip_1 .left .suggest .txt .con {
  margin-bottom: 2.29vw;
  color: #666;
}
.ip_1 .left .suggest .txt .time {
  color: var(--logoColor);
}
.ip_1 .left .suggest::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    var(--logoColor),
    var(--logoColor),
    transparent 50%
  );
  background-size: 0.26vw 1px;
  background-repeat: repeat-x;
  opacity: 0.3;
}
.ip_1 .left .list {
  height: 15.23vw;
  overflow: auto;
  padding-right: 1.52vw;
}
.ip_1 .left .list::-webkit-scrollbar {
  height: 0;
}
.ip_1 .left .item {
  padding: 1.56vw 0;
  position: relative;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.ip_1 .left .item:nth-child(1),
.ip_1 .left .item:nth-child(2),
.ip_1 .left .item:nth-child(3){
    display: flex;
}
.ip_1 .left .item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    var(--logoColor),
    var(--logoColor),
    transparent 50%
  );
  background-size: 0.26vw 1px;
  background-repeat: repeat-x;
  opacity: 0.3;
}
.ip_1 .left .item .tit{
    width: 40vw;
}
.ip_1 .left .item .time {
  color: #999999;
}

.ip_1 .right {
  width: 20.05vw;
}
.ip_1 .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 0.63vw;
  margin-bottom: 2.24vw;
}

.ip_1 .right .top::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 73, 147, 0.18);
  transition: all 0.5s;
}
.ip_1 .right .top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 5.00vw;
  height: 0.10vw;
  background-color: var(--logoColor);
  transition: all 0.5s;
}
.ip_1 .right .top .title{
    font-weight: bold;
}
.ip_1 .right .list {
  padding: 0 0.94vw;
  position: relative;
  border-radius: 0.21vw;
  border: rgba(0, 73, 147, 0.2) 1px dotted;
  /*max-height: 25.89vw;*/
  overflow: auto;
  height: calc(100% - 6.4vw);
}
.ip_1 .right .list::-webkit-scrollbar {
  height: 0;
}
.ip_1 .right .list .item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.78vw 0;
  border-bottom: 1px solid rgba(0, 73, 147, 0.18);
}
.ip_1 .right .list .item:last-child {
  /*border-bottom: none;*/
}

.ip_1 .right .list .item::after {
  content: "";
  position: absolute;
  left: -0.94vw;
  top: 0;
  width: 20.05vw;
  height: 100%;
  background-image: linear-gradient(-90deg, #004993, #93c0f8);
  opacity: 0;
  transition: all 0.5s;
}
.ip_1 .right .list .item:hover::after {
  opacity: 1;
}
.ip_1 .right .list .item .time {
  width: 3.54vw;
  height: 3.54vw;
  border-radius: 0.21vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.73vw;
  color: #6690b7;
  background-color: #f7f7f7;
  border: #e3e9ef 1px solid;
  border-radius: 0.21vw;
  position: relative;
  z-index: 2;
}
.ip_1 .right .list .item .time .year{
    font-size: 0.14rem;
}
.ip_1 .right .list .item .time .day{
    font-size: 0.36rem;
}
.ip_1 .right .list .item:hover .time {
  color: #fff;
  background-color: var(--logoColor);
  border: #e3e9ef 0px solid;
}
.ip_1 .right .list .item .tit {
  width: 13.91vw;
  line-height: 1.5;
  color: #333333;
  position: relative;
  z-index: 2;
}
.ip_1 .right .list .item:hover .tit {
  color: #fff;
}
.ip_2 {
  position: relative;
  padding-top: 3.91vw;
  margin-bottom: 4.74vw;
}
.ip_2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 30.00vw;
  background: #e5edfa;
  transition: all 0.5s;
}
.ip_2 .title {
  margin-bottom: 0.99vw;
  text-align: center;
  position: relative;
  color: #333333;
}
.ip_2 .desc {
  margin-bottom: 2.08vw;
  text-align: center;
  position: relative;
}
.ip_2 .list {
  padding: 0 13.18vw;
  display: flex;
  position: relative;
}
.ip_2 .list .item {
  margin-right: 1.61vw;
  background-color: var(--logoColor);
  border-radius: 0.52vw;
  overflow: hidden;
  width: 23.44vw;
}
.ip_2 .list .item .img{
    width: 100%;
    height: 3.5rem;
}
.ip_2 .list .item:nth-child(3n) {
  margin-right: 0;
}
.ip_2 .list .item .txt {
  padding: 0 1.35vw 0 2.60vw;
  color: #fff;
  transform: translateY(-2.86vw);
  position: relative;
  line-height: 1.5;
}
.ip_2 .list .item .txt .tit {
  margin-bottom: 1.04vw;
}
.ip_2 .list .item .txt .con {
  line-height: 1.75;
  text-align: justify;
}
.ip_2 .list .item .more {
  color: #fff;
  position: absolute;
  left: 2.60vw;
  bottom: -0.52vw;
}
.ip_2 .list .item .more i {
  background-image: url("../img/arrf.svg");
}
.ip_3 .title {
  margin-bottom: 2.08vw;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.ip_3 .desc {
  margin-bottom: 2.81vw;
  text-align: center;
  position: relative;
  line-height: 2;
}
.ip_3 .list {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 2.08vw;
}
.ip_3 .list .item {
  margin-right: 10.42vw;
  width: 7%;
}
.ip_3 .list .item:last-child {
  margin-right: 0;
}
.ip_3 .list .item .top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.26vw;
  color: var(--logoColor);
}
.ip_3 .list .item .top .num{
    font-weight: bold;
}
.ip_3 .list .item .tit{
    white-space: nowrap;
}
.ip_3 .list .item .top .unit {
  line-height: 2.5;
  margin-left: 0.26vw;
}
.ip_3 .list .item .top span {
  display: inline-block;
  transform: translateY(-1.04vw);
}
/*  */
#certify {
  position: relative;
  width: 75.00vw;
  margin: 0 auto;
}

#certify .swiper-container {
  padding-bottom: 3.13vw;
}

#certify .swiper-slide {
  /*width: 30.52vw;*/
  width: 27.4vw;
  height: 17.97vw;
  background: #fff;
  box-shadow: 0 1.20vw 2.81vw rgba(0, 73, 147, 0.18);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.56vw;
  border-radius: 0.12rem;
}
#certify .swiper-slide .img {
  width: 12.34vw;
  height: 15.89vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: #ccdaea 1px solid;
}
#certify .swiper-slide img {
  display: block;
  width: 90%;
}
#certify .swiper-slide .txt {
  width: 14.06vw;
  display: flex;
  flex-direction: column;
  height: 10.42vw;
  justify-content: space-between;
}
#certify .swiper-slide .txt.jcc{
    justify-content: center;
}
#certify .swiper-slide .txt .tit2 {
  margin-bottom: 0.26vw;
}
#certify .swiper-slide .txt .con {
  line-height: 1.75;
}

#certify .btn {
  margin: 2.81vw auto 0;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  width: 5.73vw;
}
#certify .btn .next,
#certify .btn .prev {
  width: 2.60vw;
  height: 2.60vw;
  background-image: url(../img/btn.svg);
  background-position: center center;
  background-size: 0.44vw 0.44vw;
  border-radius: 0.31vw;
  border: #d0d0d0 1px solid;
  background-color: #fff;
}
#certify .btn .next {
  transform: rotate(180deg);
}
#certify .btn .prev:hover {
  background-color: var(--logoColor);
  background-image: url(../img/btna.svg);
}
#certify .btn .next:hover {
  background-color: var(--logoColor);
  background-image: url(../img/btna.svg);
}

.ip_4 {
  margin-top: 4.79vw;
  margin-bottom: 6.35vw;
}
.ip_4 .title {
  margin-bottom: 1.56vw;
  text-align: center;
}
.ip_4 .desc {
  margin-bottom: 2.29vw;
  text-align: center;
  color: #333333;
}

/*  */
#carousel {
  position: relative;
  width: 75.00vw;
  margin: 0 auto;
}

.ip_3 .m ,
.ip_4 .m {
  display: none;
}
#carousel .swiper {
  padding-top: 4.79vw;
  padding-bottom: 2.08vw;
  perspective: 75.00vw;
}
#carousel .swiper-wrapper {
}
#carousel .swiper-slide {
  width: 15.00vw;
  box-shadow: 0 0.63vw 1.56vw rgba(0, 73, 147, 0.18);
}
/* #carousel .swiper-slide-prev-prev {
  transform: translateX(0.67vw) translateZ(-1.06vw) rotateY(33.75deg);
  transition-duration: 0ms;
}
#carousel .swiper-slide-prev {
  transform: translateX(0.67vw) translateZ(-1.06vw) rotateY(33.75deg);
  transition-duration: 0ms;
}
#carousel .swiper-slide-next {
  transform: translateX(0.67vw) translateZ(-1.06vw) rotateY(33.75deg);
  transition-duration: 0ms;
}
#carousel .swiper-slide-next-next {
  transform: translateX(0.67vw) translateZ(-1.06vw) rotateY(33.75deg);
  transition-duration: 0ms;
} */
#carousel .swiper-slide{
    height: auto;
}
#carousel .swiper-slide .img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#carousel .swiper-slide img {
  display: block;
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
}


#carousel .btn {
  margin: 2.81vw auto 0;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  width: 25.94vw;
}
#carousel .btn .next,
#carousel .btn .prev {
  width: 2.60vw;
  height: 2.60vw;
  background-image: url(../img/btn.svg);
  background-position: center center;
  background-size: 0.44vw 0.44vw;
  border-radius: 0.31vw;
  border: #d0d0d0 1px solid;
  background-color: #fff;
}
#carousel .btn .next {
  transform: rotate(180deg);
}
#carousel .btn .prev:hover {
  background-color: var(--logoColor);
  background-image: url(../img/btna.svg);
}
#carousel .btn .next:hover {
  background-color: var(--logoColor);
  background-image: url(../img/btna.svg);
}

#carousel .swiper_txt{
  width: 13.33vw;
  overflow: hidden;
  pointer-events: none;
}
#carousel .swiper_txt .swiper-slide{
  box-shadow: none;
  text-align: center;
  line-height: 1.5;
}

.lab {
  background-color: #f2f4f8;
}
.lab_tab {
  float: left;
  position: sticky;
  top: 4.2rem;
  margin-left: 13.18vw;
  width: 15.73vw;
  margin-bottom: 6.25vw;
}
.lab_tab .top_part {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  color: #fff;
  background-color: var(--logoColor);
  width: 100%;
  height: 2.25rem;
  padding: 1.93vw 2.24vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lab_tab .top_part::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.68vw;
  background-image: linear-gradient(90deg, rgb(255, 0, 0), rgba(255, 0, 0, 0));
}
.lab_tab .top_part .tit {
  margin-bottom: 0.42vw;
  font-size: 0.42rem;
}
.lab_tab .bot_part {
  padding: 3.80vw 0 1.93vw;
  border-left: 0.21vw solid var(--logoColor);
  background-color: #fff;
}
.lab_tab .bot_part .item {
  display: block;
  padding: 0.89vw 1.04vw 0.89vw 2.03vw;
  position: relative;
  transition: all 0.5s;
}
.lab_tab .bot_part .item i {
  position: absolute;
  right: 1.04vw;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.36vw;
  height: 0.52vw;
  background-image: url("../img/more-r.svg");
  background-size: cover;
}
.lab_tab .bot_part .item.act i,
.lab_tab .bot_part .item:hover i {
  background-image: url("../img/arrf.svg");
}
.lab_tab .bot_part .item.act,
.lab_tab .bot_part .item:hover {
  background-color: var(--logoColor);
  color: #fff;
}
.lab_tab .bot_part .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.21vw;
  transform: translateX(-100%);
  height: 0%;
  background-color: #ff0000;
}
.lab_tab .bot_part .item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    var(--logoColor),
    var(--logoColor),
    transparent 50%
  );
  background-size: 0.26vw 1px;
  background-repeat: repeat-x;
}
.lab_tab .bot_part .item:hover::after,
.lab_tab .bot_part .item.act::after {
  opacity: 0;
}
.lab_tab .bot_part .item.act::before {
  height: 100%;
}

.lab_main {
  float: right;
  margin-right: 13.18vw;
  width: 56.98vw;
  padding: 4.11vw 2.60vw;
  background-color: #fff;
  margin-bottom: 6.25vw;
  border-radius: 0 0 0.52vw 0.52vw;
}
.lab_main > .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.51vw;
  border-bottom: 1px solid rgba(0, 73, 147, 0.18);
}
.lab_main > .top .bread {
  display: flex;
  align-items: center;
  color: #333;
}
.lab_main > .top .bread img {
  width: 0.89vw;
}
.lab_main > .top .bread a {
  margin-left: 0.26vw;
}
.lab_main > .top .bread a.act {
  color: var(--logoColor);
}
.lab_tag {
  position: relative;
  display: flex;
}
.lab_tag::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.10vw;
  background-color: var(--logoColor);
}
.lab_tag span {
  padding: 0.52vw 1.56vw;
  border-radius: 0.52vw 0.52vw 0 0;
  background-color: var(--logoColor);
  color: #fff;
}
.a_1 {
  margin: 2.08vw 0 3.13vw;
  color: #666666;
  line-height: 1.75;
}
.a_2 .lab_tag {
  margin-bottom: 1.88vw;
}
.a_2 .item {
  padding-bottom: 1.56vw;
  margin-bottom: 1.56vw;
  position: relative;
  display: flex;
  align-items: center;
}
.a_2 .item .icon {
  width: 8.02vw;
  margin-right: 2.55vw;
}
.a_2 .item .txt {
  width: 40.83vw;
  line-height: 1.75;
  color: #666;
}
.a_2 .item::after {
  content: "";
  position: absolute;
  bottom: -0.26vw;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    var(--logoColor),
    var(--logoColor),
    transparent 50%
  );
  background-size: 0.26vw 1px;
  background-repeat: repeat-x;
}
.a_2 .item:last-child::after {
  display: none;
}
.a_3 .lab_tag {
  margin-bottom: 2.08vw;
}
.a_3 .list {
  display: flex;
  margin-bottom: 3.65vw;
}
.a_3 .list .item {
  width: 16.09vw;
  margin-right: 1.56vw;
  background-color: #e5edfa;
  border-radius: 0.52vw;
}
.a_3 .list .item:nth-child(3n) {
  margin-right: 0;
}
.a_3 .list .item .img {
  width: 100%;
  height: 12.50vw;
}
.a_3 .list .item .txt {
  transform: translateY(-0.83vw);
  padding: 0 1.04vw 0.83vw;
  text-align: justify;
}
.a_3 .list .item .tit {
  margin-bottom: 1.04vw;
}
.a_3 .list .item .con {
  color: #666;
  line-height: 1.75;
}
.a_4 .lab_tag {
  margin-bottom: 2.08vw;
}
.a_4 .con {
  color: #666;
  line-height: 1.75;
  margin-bottom: 3.13vw;
}
.a_5 .lab_tag {
  margin-bottom: 4.06vw;
}
.a_5 .block {
  margin-bottom: 1.56vw;
  display: flex;
  position: relative;
}
.a_5 .block::after {
  content: "";
  position: absolute;
  left: 0.21vw;
  top: 3.13vw;
  width: 1px;
  height: calc(100% - 1.88vw);
  background-color: #e4e4e4;
  transition: all 0.5s;
}
.a_5 .block .name {
  width: 7.97vw;
  padding: 0 1.04vw;
  position: relative;
}
.a_5 .block .name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63vw;
  width: 0.52vw;
  height: 0.52vw;
  background-color: var(--logoColor);
  transition: all 0.5s;
  border-radius: 50%;
}
.a_5 .item {
  margin-bottom: 1.25vw;
  width: 40.63vw;
  padding: 1.67vw;
  display: flex;
  background-color: #f9f9f9;
  border-radius: 0.52vw;
}
.a_5 .item .img {
  width: 13.75vw;
  height: 9.17vw;
  margin-right: 1.67vw;
  border-radius: 0.52vw;
}
.a_5 .item .txt {
  width: 21.88vw;
  padding-top: 0.68vw;
}
.a_5 .item .txt .time {
  color: var(--logoColor);
  margin-bottom: 0.52vw;
}
.a_5 .item .txt .tit {
  color: #333;
  margin-bottom: 0.83vw;
}
.a_5 .item .txt .con {
  color: #666;
  line-height: 1.75;
}
.hd_1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.50vw 0 4.17vw;
}
.hd_1 .img {
  width: 17.50vw;
}
.hd_1 .txt {
  width: 30.21vw;
}
.hd_1 .tit {
  margin-bottom: 0.94vw;
  color: #333;
}
.hd_1 .con {
  color: #666;
  line-height: 1.75;
}
.hd_2 .lab_tag {
  margin-bottom: 3.13vw;
}
.hd_2 .list {
  display: flex;
  flex-wrap: wrap;
}
.hd_2 .item {
  width: 32%;
  margin-right: 1%;
  display: flex;
  align-items: center;
  margin-bottom: 1.56vw;
}
.hd_2 .item .icon {
  width: 5.21vw;
  height: 5.21vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe5f0;
  border-radius: 0.42vw;
  margin-right: 0.99vw;
}
.hd_2 .item .txt {
  width: 9.01vw;
}
.hd_2 .item .tit {
  margin-bottom: 0.31vw;
  color: #333;
}
.hd_2 .item .con {
  color: var(--logoColor);
}
.dep_1 .item {
  padding: 2.50vw 0;
  display: flex;
  position: relative;
}
.dep_1 .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    var(--logoColor),
    var(--logoColor),
    transparent 50%
  );
  background-size: 0.26vw 1px;
  background-repeat: repeat-x;
  opacity: 0.5;
}
.dep_1 .item:last-child::after {
  display: none;
}
.dep_1 .item .img {
  width: 14.37vw;
  height: 16.67vw;
  margin-right: 1.88vw;
  background-color: #f6fafe;
}
.dep_1 .item .txt {
  width: 34.06vw;
  padding-top: 1.46vw;
}
.dep_1 .item .txt .tit {
  margin-bottom: 0.78vw;
  color: #333;
}
.dep_1 .item .txt .con {
  color: #666;
  line-height: 1.75;
}

.aca_1 .item {
  padding: 2.50vw 0;
  display: flex;
  position: relative;
}
.aca_1 .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    var(--logoColor),
    var(--logoColor),
    transparent 50%
  );
  background-size: 0.26vw 1px;
  background-repeat: repeat-x;
  opacity: 0.5;
}
.aca_1 .item:last-child::after {
  display: none;
}
.aca_1 .item .img {
  width: 14.37vw;
  height: 16.67vw;
  margin-right: 1.88vw;
  background-color: #f6fafe;
}
.aca_1 .item .txt {
  width: 26.88vw;
  padding-top: 1.46vw;
}
.aca_1 .item .txt .tit {
  margin-bottom: 0.78vw;
  color: #333;
}
.aca_1 .item .txt .desc {
  margin-bottom: 2.08vw;
  padding-bottom: 0.57vw;
  border-bottom: 1px solid #efefef;
  color: var(--logoColor);
  position: relative;
}
.aca_1 .item .txt .desc::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 2.03vw;
  height: 0.10vw;
  background-color: var(--logoColor);
}
.aca_1 .item .txt .con {
  color: #666;
  line-height: 1.75;
}
.coms_1.first {
  margin-top: 3.13vw;
}
.coms_1 {
  margin-bottom: 4.11vw;
}
.coms_1 .lab_tag {
  margin-bottom: 1.98vw;
}
.coms_1 .list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.coms_1 .list .item {
  width: 10.99vw;
  margin-right: 2.60vw;
  margin-bottom: 2.50vw;
}
.coms_1 .list .item:nth-child(4n) {
  margin-right: 0;
}
.coms_1 .list .item .img {
  width: 100%;
  height: 12.76vw;
  margin-bottom: 1.09vw;
}
.coms_1 .list .item .desc {
  margin-top: 0.16vw;
  color: var(--logoColor);
}
.coms_1 .list .item .tit{
    font-size: 0.24rem;
}
.coms_1 .list .item .con {
  margin-top: 0.68vw;
  line-height: 1.5;
  color: #666;
}
.lab_con {
  padding-top: 1.93vw;
  color: #666;
  line-height: 1.75;
  /*text-indent: 2em;*/
}
.cons_1 .lab_con img{
    max-width: 80%;
}
.nd_page .con table,
.lab_con table{
    width: 100%;
    border-top: 1px solid #E6E6E6 ;
    border-left: 1px solid #E6E6E6 ;
}
.nd_page .con{
  /*text-indent: 2em;*/
    text-align: justify;
}
/*.nd_page .con p br{*/
/*    display: none;*/
/*}*/
.nd_page .con table tr,
.lab_con table tr{
    color: #333;
    font-size: 0.16rem;
    font-family: hm;
    text-align: center;
    
}
.nd_page .con table tr td,
.lab_con table tr td{
    border-right: 1px solid #E6E6E6 ;
    border-bottom: 1px solid #E6E6E6 ;
    padding: 10px 0;
    vertical-align: middle;
}
.nd_page .con table .firstRow,
.lab_con table .firstRow{
    background-color: var(--logoColor);
    color: #fff;
    font-size: 0.2rem;
    font-family: hb;
}
.nd_page .con .fj a{display: block;color:rgb(0, 102, 204);font-size: 16px;line-height: 2;}


.n_select {
  margin: 1.82vw 0;
}
.n_select form {
  position: relative;
  width: 8.85vw;
}
.n_select select {
  width: 100%;
  height: 2.29vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: #e5ecf4 1px solid;
  border-radius: 0.21vw;
  padding-left: 1.04vw;
  color: var(--logoColor);
}
.n_select form .sel {
  position: absolute;
  right: 1.04vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0.52vw;
}
/*.sea_page{*/
/*  padding: 150px 320px;*/
/*  background-color: #f9f9f9;*/
/*}*/
.sea_page .lab_main{
    float: none;
    margin: 0 auto;
}
.sea_page form{
  position: relative;
  margin-bottom: 60px;
}
.sea_page form img{
  position: absolute;
  left: 24px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.sea_page form input{
  border: solid 1px var(--logoColor);
  background-color: transparent;
  height: 60px;
  width: 100%;
  padding-left: 64px;
}
.sea_page .n_list{
  padding: 60px 60px 0;
  background-color: #fff;
}
.n_list {
  padding-top: 1.04vw;
}
.n_list .item {
  padding-bottom: 2.45vw;
  margin-bottom: 2.45vw;
  position: relative;
  display: flex;
}
.n_list .item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(
    to right,
    var(--logoColor),
    var(--logoColor),
    transparent 50%
  );
  background-size: 0.26vw 1px;
  background-repeat: repeat-x;
  opacity: 0.5;
}
.n_list .item:last-child::after {
  display: none;
}
.n_list .item .img {
  width: 16.35vw;
  height: 10.63vw;
  margin-right: 2.50vw;
}
.n_list .item .txt {
  width: 27.40vw;
  padding-top: 1.30vw;
}

.n_list .item .txt .time {
  margin-bottom: 1.15vw;
  color: var(--logoColor);
}
.n_list .item .txt .tit {
  margin-bottom: 0.63vw;
  color: #333;
}
.n_list .item .txt .con {
  color: #666;
  line-height: 2;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
}
.pagination .item {
  padding: 0 0.52vw;
  height: 1.56vw;
  border: 1px solid #d1d1d1;
  border-radius: 0.10vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.16vw;
  transition: all 0.5s;
}
.pagination .item.disabled {
  color: #d1d1d1;
  pointer-events: none;
}
.pagination .tip {
  margin-right: 0.36vw;
}
.pagination input{
    margin: 0 10px;
  border: 1px solid #d1d1d1;
  padding:2px 5px;
}
.pagination .point {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .item.act,
.pagination .item:hover {
  background-color: var(--logoColor);
  color: #fff;
}
.nd_page {
  padding: 0 13.18vw;
  background-color: #f2f4f8;
}
.nd_page .lab_main {
  float: none;
  width: 100%;
  background-color: #fff;
  padding-bottom: 1.56vw;
}
.nd_page .title {
  margin-top: 2.81vw;
  margin-bottom: 2.19vw;
}
.nd_page .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.34vw;
  padding-bottom: 1.41vw;
  border-bottom: 1px solid #ebebeb;
}
.nd_page .info .time {
  color: var(--logoColor);
}
.nd_page .info .share {
  display: flex;
  align-items: center;
}
.nd_page .info .share .item {
  margin-left: 0.89vw;
}
.nd_page .info .share .item >img{
    width: 0.4rem;
}
.nd_page .info .share .item .act_img {
  display: none;
}
.nd_page .info .share .item:hover .act_img {
  display: block;
}
.nd_page .info .share .item:hover .comm_img {
  display: none;
}

.nd_page .share .item{
	width: 0.4rem;
	height: 0.4rem;
	position: relative;
}
.nd_page .share .item>img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none;
}

.social-share .social-share-icon {
	border: none;
}

.social-share .icon-weibo:hover,
.social-share .icon-qq:hover,
.social-share .icon-wechat:hover {
	background-color: transparent;
}

.social-share .icon-weibo:before,
.social-share .icon-qq:before,
.social-share .icon-wechat:before {
	opacity: 0 !important;
}
.nd_page .con {
  color: #666;
  line-height: 2;
  padding-bottom: 5.21vw;
  border-bottom: 1px solid #ebebeb;
}
.nd_page .con img{
    width: 39.24vw!important;
    height: auto!important;
    margin: 0 auto;
}
.nd_page .n_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.56vw;
}
.nd_page .n_bottom .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.89vw;
  color: #666;
}
.nd_page .n_bottom .item a {
  transition: all 0.5s;
  color: #666;
}
.nd_page .n_bottom .item a:hover {
  color: var(--logoColor);
}
.nd_page .n_bottom .back {
  width: 7.81vw;
  height: 2.08vw;
  background-color: var(--logoColor);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.21vw;
  transition: all 0.5s;
}
.nd_page .n_bottom .back:hover {
  opacity: 0.8;
}
.n_list.py_list {
  padding-top: 2.50vw;
}
.rep_list.pr_list {
  margin-top: 2.76vw;
}
.rep_list .item {
  margin-bottom: 1.04vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75vw;
  border-radius: 0.21vw;
  background-color: #f9f9f9;
  transition: all 0.5s;
  padding: 0 1.41vw;
}
.rep_list .item:last-child {
  margin-bottom: 2.34vw;
}
.rep_list .item:hover {
  background-color: var(--logoColor);
}
.rep_list .item .tit {
  width: 39.06vw;
  color: #333;
}
.rep_list .item .time {
  color: var(--logoColor);
}
.rep_list .item:hover .tit,
.rep_list .item:hover .time {
  color: #fff;
}
.sci_1 {
  padding-top: 2.97vw;
}
.sci_1 .title {
  text-align: center;
  margin-bottom: 0.83vw;
}
.sci_1 .desc {
  color: #666;
  line-height: 1.5;
  margin-bottom: 1.15vw;
  text-align: center;
}
.sci_1 .item {
  position: relative;
  margin-bottom: -2.08vw;
}
.sci_1 .item:last-child {
  margin-bottom: -6.25vw;
}
.sci_1 .item .img {
  width: 100%;
  height: 22.92vw;
}
.sci_1 .item .txt {
  transform: translateY(-6.25vw);
  width: 39.74vw;
  margin: 0 auto;
  background-color: #fff;
  padding: 2.60vw 6.25vw;
  box-shadow: 0 0 2.60vw rgba(0, 0, 0, 0.1);
  border-radius: 0.42vw;
  text-align: center;
}
.sci_1 .item .txt .tit {
  margin-bottom: 0.83vw;
}
.sci_1 .item .txt .con {
  color: #666666;
  line-height: 1.75;
}
.cdi_1 .lab_con {
  margin-bottom: 2.34vw;
}
.cdi_1 .list .item {
  display: flex;
  margin-bottom: 2.08vw;
}
.cdi_1 .list .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.cdi_1 .list .item:last-child {
  margin-bottom: 0;
}
.cdi_1 .list .item .img {
  border-radius: 0.42vw;
  width: 25.89vw;
  height: 16.98vw;
}
.cdi_1 .list .item .txt {
  width: calc(100% - 25.89vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 4.17vw;
}
.cdi_1 .list .item .txt .top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.42vw;
  color: var(--logoColor);
}
.cdi_1 .list .item .txt .top .unit {
  line-height: 2.2;
  margin-left: 0.42vw;
}
.cdi_1 .list .item .txt .tit {
  color: #333333;
}
.n_list.pce_list {
  padding-top: 2.71vw;
}
.n_list.pce_list .item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hon_1 {
  margin-top: 2.60vw;
}
.hon_1 .lab_tag {
  margin-bottom: 1.98vw;
}
.hon_1 .list {
  display: flex;
  flex-wrap: wrap;
}
.hon_1 .list .item {
  margin-right: 1.56vw;
  margin-bottom: 1.56vw;
  width: 11.77vw;
  background-color: #f5f8fb;
  padding: 1.46vw 1.25vw 0.89vw;
}
.hon_1 .list .item:nth-child(4n) {
  margin-right: 0;
}
.hon_1 .list .item .img {
  width: 100%;
  height: 10.42vw;
  margin: 0 0 1.04vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hon_1 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hon_1 .list .item .name {
  text-align: center;
  color: #333333;
}
.pat_1 .rep_list .item .tit {
  padding-left: 1.15vw;
  background-image: url("../img/more-r.svg");
  background-size: 0.36vw 0.52vw;
  background-position: left center;
}
.pat_1 .rep_list .item:hover .tit {
  background-image: url("../img/arrf.svg");
}
.hon_1.pat_2 .lab_tag {
  margin-bottom: 0;
}
.pat_2 .lab_con {
  margin-bottom: 1.67vw;
}
.hon_1.sta_1 {
  margin-top: 1.46vw;
}

.record_page .lab_main {
  padding: 4.11vw 0 0;
}
.record_page .lab_main > .top,
.record_page .lab_con {
  margin: 0 2.60vw;
}
.record_1 {
  margin-top: 1.93vw;
}
.record_1 .swiper {
  height: 51.53vw!important;
  width: 100%;
  /*cursor: url('../img/mou5.ico'),pointer !important;*/
}
.record_1 .boxm{
    display: none;
}
.record_1 .swiper .cover {
  background-color: rgba(0, 73, 147, 0.3);
  z-index: 2;
  left: -2.4vw;
  width: 113.02vw;
}
.record_1 .swiper .swiper-wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2.4vw;
  width: 113.02vw;
  height: 74.53vw;
  background-image: url("../img/record2.jpg");
  background-size: 100% 100%;
  background-position: 0 0;
}
.record_1 .swiper .swiper-wrapper::after {
  content: "";
  position: absolute;
  bottom: 2.03vw;
  left: -2.4vw;
  width: 113.02vw;
  height: 57.02vw;
  background-image: url("../img/line3x.svg");
  background-size: auto 100%;
  background-position: 0 0;
  z-index: 3;
}
.record_1 .swiper .swiper-slide {
  width: auto;
  display: flex;
  align-items: flex-end;
  z-index: 9;
  padding-bottom: 2.4vw;
  /*cursor: url('../img/mou5.ico'),pointer !important;*/
}

.record_1 .swiper .swiper-slide:nth-child(2) {
  padding-bottom: 3.13vw;
}
.record_1 .swiper .swiper-slide:nth-child(3) {
  padding-bottom: 4.43vw;
}
.record_1 .swiper .swiper-slide:nth-child(4) {
  padding-bottom: 5.26vw;
}
.record_1 .swiper .swiper-slide:nth-child(5) {
  padding-bottom: 6.04vw;
}
.record_1 .swiper .swiper-slide:nth-child(6) {
  padding-bottom: 6.82vw;
}
.record_1 .swiper .swiper-slide:nth-child(7) {
  padding-bottom: 7.71vw;
}
.record_1 .swiper .swiper-slide:nth-child(8) {
  padding-bottom: 8.75vw;
}
.record_1 .swiper .swiper-slide:nth-child(9) {
  padding-bottom: 10.00vw;
}
.record_1 .swiper .swiper-slide:nth-child(10) {
  padding-bottom: 11.25vw;
}
.record_1 .swiper .swiper-slide:nth-child(11) {
  padding-bottom: 11.98vw;
}
.record_1 .swiper .swiper-slide:nth-child(12) {
  padding-bottom: 12.97vw;
}
.record_1 .swiper .swiper-slide:nth-child(13) {
  padding-bottom: 13.70vw;
}
.record_1 .swiper .swiper-slide:nth-child(14) {
  padding-bottom: 14.17vw;
}
.record_1 .swiper .swiper-slide:nth-child(15) {
  padding-bottom: 14.43vw;
}
.record_1 .swiper .swiper-slide:nth-child(16) {
  padding-bottom: 15.52vw;
}
.record_1 .swiper .swiper-slide:nth-child(17) {
  padding-bottom: 16.46vw;
}
.record_1 .swiper .swiper-slide:nth-child(18) {
  padding-bottom: 17.14vw;
}
.record_1 .swiper .swiper-slide:nth-child(19) {
  padding-bottom: 17.76vw;
}
.record_1 .swiper .swiper-slide:nth-child(20) {
  padding-bottom: 18.85vw;
}
.record_1 .swiper .swiper-slide:nth-child(21) {
  padding-bottom: 20.05vw;
}
.record_1 .swiper .swiper-slide:nth-child(22) {
  padding-bottom: 20.57vw;
}
.record_1 .swiper .swiper-slide:nth-child(23) {
  padding-bottom: 21.72vw;
}
.record_1 .swiper .swiper-slide:nth-child(24) {
  padding-bottom: 22.81vw;
}
.record_1 .swiper .swiper-slide:nth-child(25) {
  padding-bottom: 24.95vw;
}
.record_1 .swiper .swiper-slide:nth-child(26) {
  padding-bottom: 26.82vw;
}
.record_1 .swiper .swiper-slide:nth-child(27) {
  padding-bottom: 28.39vw;
}
.record_1 .swiper .swiper-slide:nth-child(28) {
  padding-bottom: 30.00vw;
}
.record_1 .swiper .swiper-slide:nth-child(29) {
  padding-bottom: 30.68vw;
}
.record_1 .swiper .swiper-slide:nth-child(30) {
  padding-bottom: 32.29vw;
}
.record_1 .swiper .swiper-slide:nth-child(31) {
  padding-bottom: 34.58vw;
}
.record_1 .swiper .swiper-slide:nth-child(32) {
  padding-bottom: 37.08vw;
}
.record_1 .swiper .swiper-slide:nth-child(33) {
  padding-bottom: 39.08vw;
}
.record_1 .swiper .swiper-slide:nth-child(34) {
  padding-bottom: 40.18vw;
}
.record_1 .swiper .swiper-slide:nth-child(35) {
  padding-bottom: 41.5vw;
}
.record_1 .swiper .swiper-slide .point {
  width: 0.63vw;
  height: 0.63vw;
  background-color: var(--logoColor);
  border-radius: 50%;
  position: relative;
  color: #fff;
  transition: all 0.5s;
}
.record_1 .swiper .swiper-slide:nth-last-child(2) .point{
  background-color: #CB1C1D;
  width: 1.13vw;
  height: 1.13vw;
  
    
}
.record_1 .swiper .swiper-slide .point::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.31vw;
  height: 0.31vw;
  background-color: var(--logoColor);
  border-radius: 50%;
  transition: all 0.5s;
}
.record_1 .swiper .swiper-slide .point::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.31vw;
  height: 0.31vw;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes bordershow {
  50% {
    box-shadow: 0px 0px 0.52vw 0 #001eb4;
  }
}
.record_1 .swiper .swiper-slide .point .round {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background-color: var(--logoColor);
  border-radius: 50%;
  opacity: 0.2;
  transition: all 0.5s;
  /* animation: boderM 3s infinite; */
}
.record_1 .swiper .swiper-slide:hover .point::before {
  width: 1.35vw;
  height: 1.35vw;
}
.record_1 .swiper .swiper-slide:hover .point::after {
  width: 0.63vw;
  height: 0.63vw;
}
.record_1 .swiper .swiper-slide:hover .point .round {
  width: 1.98vw;
  height: 1.98vw;
}
.record_1 .swiper .swiper-slide .txt {
  position: absolute;
  top: -1vw;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 3.65vw;
  text-align: center;
  opacity: 1;
  transition: all 0.5s;
  opacity: 1;
}
.record_1 .swiper .swiper-slide:hover .txt {
  opacity: 0;
}
.record_1 .swiper .swiper-slide .txt .tit {
  font-size: 0.42vw;
  line-height: 1.5;
  margin-bottom: 0.10vw;
}
.record_1 .swiper .swiper-slide:nth-child(2n) .txt {
  position: absolute;
  top: 1.39vw;
  transform: translateX(-50%);
}
.record_1 .swiper .swiper-slide:hover {
  z-index: 19;
}
.record_1 .swiper .swiper-slide .detail {
  position: absolute;
  bottom: 7.81vw;
  left: -1.67vw;
  opacity: 0;
  padding: 1.51vw 1.56vw;
  background-color: #fff;
  color: #333333;
  width: 16.77vw;
  transition: all 0.5s;
  z-index: 19;
  pointer-events: none;
}
.record_1 .swiper .swiper-slide:hover .detail {
  opacity: 1;
  pointer-events: initial;
  cursor: pointer;
}
.record_1 .swiper .swiper-slide .detail::before {
  content: "";
  position: absolute;
  bottom: -0.21vw;
  left: 1.77vw;
  width: 0.42vw;
  height: 0.42vw;
  border-radius: 50%;
  background-color: var(--logoColor);
  transition: all 0.5s;
  z-index: 2;
  cursor: pointer;
}
.record_1 .swiper .swiper-slide .detail::after {
  content: "";
  position: absolute;
  bottom: -6.61vw;
  left: 1.93vw;
  width: 0.10vw;
  height: 0;
  background-image: linear-gradient(#fff, #fff, transparent 50%);
  background-size: 0.10vw 0.42vw;
  background-repeat: repeat-y;
  transition: all 0.5s;
  cursor: pointer;
}
.record_1 .swiper .swiper-slide:hover .detail::after {
  height: 6.61vw;
}
.record_1 .swiper .swiper-slide .detail .time {
  margin-bottom: 0.42vw;
  color: var(--logoColor);
}
.record_1 .swiper .swiper-slide .detail .con {
  margin-bottom: 1.09vw;
  line-height: 1.5;
}
.record_1 .swiper .swiper-slide .detail .more {
  width: fit-content;
}
.record_1 .swiper .swiper-slide .detail .more i {
  background-image: url("../img/btnb.svg");
  transform: rotate(180deg);
}

/* 右侧 */
.record_1 .swiper .swiper-slide:nth-child(n + 14) .detail {
  left: auto;
  right: -1.67vw;
}
.record_1 .swiper .swiper-slide:nth-child(n + 14) .detail::before {
  left: auto;
  right: 1.77vw;
}
.record_1 .swiper .swiper-slide:nth-child(n + 14) .detail::after {
  left: auto;
  right: 1.93vw;
}
.record_1 .swiper .swiper-slide:nth-child(n + 20) .detail {
  /* left: auto;
  right: -1.67vw;
  top: 7.81vw;
  bottom: auto; */
  bottom: 5.21vw;
}
.record_1 .swiper .swiper-slide:nth-child(n + 20) .detail::before {
  /* left: auto;
  right: 1.77vw;
  top: -0.21vw;
  bottom: auto; */
}
.record_1 .swiper .swiper-slide:nth-child(n + 20) .detail::after {
  /* left: auto;
  right: 1.93vw;
  top: -6.61vw;
  bottom: auto; */
  bottom: -4.01vw;
}
.record_1 .swiper .swiper-slide:nth-child(n + 20):hover .detail::after {
  height: 4.01vw;
}
/* 下方 */
.record_1 .swiper .swiper-slide:nth-last-child(-n+11) .detail {
  left: auto;
 right: -1.67vw;
 top: 7.81vw;
 bottom: auto; 
}
.record_1 .swiper .swiper-slide:nth-last-child(-n+11) .detail::before {
  left: auto;
 right: 1.77vw;
 top: -0.21vw;
 bottom: auto; 
}
.record_1 .swiper .swiper-slide:nth-last-child(-n+11) .detail::after {
  left: auto;
 right: 1.93vw;
 top: -6.61vw;
 bottom: auto; 
}
.record_1 .swiper .swiper-slide:nth-last-child(-n+11):hover .detail::after {
 height: 7.01vw;
}

.record_1 .btn {
  position: absolute;
  right: 1.82vw;
  bottom: 1.98vw;
  margin: 2.81vw auto 0;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  width: 6.04vw;
  z-index: 9;
}
.record_1 .btn .next,
.record_1 .btn .prev {
  width: 2.60vw;
  height: 2.60vw;
  background-image: url(../img/btnb.svg);
  background-position: center center;
  background-size: 0.44vw 0.44vw;
  border-radius: 0.31vw;
  background-color: #fff;
}
.record_1 .btn .next {
  transform: rotate(180deg);
}
.record_1 .btn .prev:hover {
  background-color: var(--logoColor);
  background-image: url(../img/btna.svg);
}
.record_1 .btn .next:hover {
  background-color: var(--logoColor);
  background-image: url(../img/btna.svg);
}

.cta_1 {
  display: flex;
  justify-content: space-between;
  margin: 1.93vw 0 2.76vw;
}
.cta_1 .left {
  padding-top: 2.19vw;
  width: 24.48vw;
}
.cta_1 .left .title {
  margin-bottom: 0.36vw;
}
.cta_1 .left .en {
  margin-bottom: 3.28vw;
}
.cta_1 .left .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta_1 .left .list .item {
  /*width: 48%;*/
  
  width: 35%;
  margin-bottom: 2.08vw;
}
.cta_1 .left .list .item .top {
  margin-bottom: 0.42vw;
  display: flex;
  align-items: center;
}
.cta_1 .left .list .item .top .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.05rem;
}
.cta_1 .left .list .item .con {
  color: var(--logoColor);
  line-height: 1.5;
}
.cta_1 .right {
  padding: 1.72vw 1.25vw 1.88vw;
  background-color: rgba(0, 73, 147, 0.04);
}
.cta_1 .right .list {
  width: 20.83vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cta_1 .right .tit {
  color: #4d4d4d;
  margin-bottom: 0.31vw;
}
.cta_1 .right .tit span {
  color: #d8251c;
}
.cta_1 .right .list .item {
  width: 100%;
  margin-bottom: 0.83vw;
}
.cta_1 .right .list .item2 {
  width: calc(100% / 2 - 0.31vw);
}
.cta_1 .right .list input {
  height: 1.88vw;
  width: 100%;
  border-radius: 0.21vw;
  padding: 0 0.68vw;
  font-family: hr;
}
.cta_1 .right .list textarea {
  height: 4.17vw;
  width: 100%;
  border: none;
  border-radius: 0.21vw;
  padding: 0.52vw 0.68vw;
  font-family: hr;
}
.cta_1 .right .btn {
  width: 100%;
  height: 2.60vw;
  background-color: var(--logoColor);
  color: #fff;
  border-radius: 0.21vw;
  cursor: pointer;
}
.cta_2 .img {
  width: 100%;
  height: 22.34vw;
  position: relative;
}
.cta_2 .point {
  position: absolute;
  width: 1.25vw;
  height: 1.72vw;
  left: 17.55vw;
  bottom: 5.05vw;
  background-image: url("../img/address2.svg");
  background-size: cover;
}
.cta_2 .txt {
  position: absolute;
  top: -1.82vw;
  right: 2.60vw;
  transform: translate(100%, -100%);
  width: 18.39vw;
  border-radius: 0.21vw;
}
.cta_2 .txt::after {
  content: "";
  position: absolute;
  left: 0.68vw;
  bottom: -5.47vw;
  width: 8.49vw;
  height: 8.49vw;
  transition: all 0.5s;
  background-image: url("../img/trai2.svg");
  background-size: cover;
}
.cta_2 .txt .inner {
  padding: 2.34vw 1.25vw 1.56vw;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.cta_2 .txt .tit {
  margin-bottom: 0.36vw;
}
.cta_2 .txt .con {
  margin-bottom: 1.67vw;
  color: #666666;
}
.cta_2 .txt .btn {
  width: 5.21vw;
  height: 1.35vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--logoColor);
  color: #fff;
  border-radius: 0.21vw;
}

/* 适配 */
@media (max-width: 1680px) {
    .hd_2 .item .con{
        font-size: 18px;
    }
}
@media (max-width: 1600px) {
    .hd_2 .item .con{
        font-size: 17px;
    }
}
@media (max-width: 1520px) {
    .hd_2 .item .con{
        font-size: 16px;
    }
}
@media (max-width: 1420px) {
    .hd_2 .item .con{
        font-size: 15px;
    }
}
@media (max-width: 1340px) {
    .hd_2 .item .con{
        font-size: 14px;
    }
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
    #certify .swiper-slide{
        width: 30vw;
    }
}
@media (max-width: 1280px) {
    #certify .swiper-slide{
        width: 30vw;
    }
}
/* 移动端 */
@media (max-width: 1024px) {
  /*  */
  
  .lab_main > .top .bread,
  .lab_tab {
    display: none;
  }
  .lab_main {
    width: 100%;
    float: none;
    margin: 0;
    padding: 44px 0 60px;
  }
  .lab_main > .top {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .lab_main > .top .title {
    margin: 0 auto 14px;
    font-size: 22px;
  }
  .lab_tag {
    font-size: 18px;
  }
  .lab_tag span {
    padding: 5px 10px;
  }
  .lab_con {
    font-size: 14px;
    margin: 0 20px 20px;
    padding-top: 20px;
    overflow: auto;
  }
  .lab_con table{
      
    min-width: 750px;
  }
  .ip_1 {
    padding: 48px 20px 63px;
    display: block;
  }
  .more i {
    width: 7px;
    height: 6px;
  }
  .ip_1 .more.m {
    display: flex;
    width: 140px;
    height: 32px;
    background-color: var(--logoColor);
    color: #fff;
    border-radius: 2px;
    margin: 30px auto 0;
  }
  .ip_1 .more.m i {
    background-image: url("../img/more-m.svg");
    margin-left: 10px !important;
  }

  .ip_1 .right,
  .ip_1 .left {
    width: 100%;
  }
  .ip_1 .left {
    margin-bottom: 63px;
  }
  .ip_1 .left .top,
  .ip_1 .right .top {
    margin-bottom: 0;
    padding-bottom: 0;
    justify-content: center;
  }
  .ip_1 .right .list .item::after,
  .ip_1 .left .top .more,
  .ip_1 .left .top::before,
  .ip_1 .left .top::after,
  .ip_1 .right .top .more,
  .ip_1 .right .top::before,
  .ip_1 .right .top::after {
    display: none;
  }
  .ip_1 .right .top .title,
  .ip_1 .left .top .title {
    text-align: center;
    font-size: 22px;
    margin-bottom: 14px;
  }
  .ip_1 .left .suggest {
    display: block;
  }
  .ip_1 .left .suggest .img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }

  .ip_1 .left .suggest .txt {
    width: 100%;
    background-color: #f9f9f9;
    padding: 31px 17px 34px;
  }

  .ip_1 .left .suggest .txt .time {
    margin-bottom: 10px;
    font-size: 12px;
    display: none;
  }
  .ip_1 .left .suggest .txt .time.m {
    display: block;
  }

  .ip_1 .left .suggest .txt .tit {
    margin-bottom: 8px;
    font-size: 17px;
  }
  .ip_1 .left .suggest .txt .con {
    font-size: 13px;
    margin-bottom: 0;
  }

  .ip_1 .left .list {
    height: auto;
    overflow: initial;
    margin-bottom: 30px;
  }
  .ip_1 .left .item {
    padding: 20px 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .ip_1 .left .item .time {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .ip_1 .left .item .tit {
    font-size: 15px;
    width: 100%;
  }
  .ip_1 .left .item::after {
    background-size: 5px 1px;
  }
  .ip_1 .right .list .item:hover .time,
  .ip_1 .right .list .item .time {
    width: 55px;
    height: 55px;
    background-color: #f7f7f7;
    border: #e3e9ef 1px solid;
    border-radius: 2px;
    color: #6690b7;
  }
  .ip_1 .right .list .item .time .day {
    font-size: 28px;
  }
  .ip_1 .right .list .item .time .year {
    font-size: 11px;
  }
  .ip_1 .right .list .item .tit {
    width: calc(100% - 55px);
    font-size: 15px;
    padding-left: 15px;
  }
  .ip_1 .right .list {
    overflow: initial;
    max-height: fit-content;
    border: none;
  }
  .ip_1 .right .list .item {
    padding: 20px 0;
    border-bottom: 1px dotted rgba(0, 73, 147, 0.18);
  }
  .ip_1 .right .list .item:hover .tit {
    color: #333;
  }
  .ip_1 .right .list .item:last-child {
    border-bottom: 1px dotted rgba(0, 73, 147, 0.18);
  }
  .ip_2 {
    padding: 42px 20px;
    margin-bottom: 0;
  }
  .ip_2::before {
    height: 100%;
  }
  .ip_2 .title {
    color: var(--logoColor);
    margin-bottom: 15px;
    font-size: 22px;
  }
  .ip_2 .desc {
    color: #333;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .ip_2 .list {
    display: block;
    padding: 0;
  }
  .ip_2 .list .item {
    margin-bottom: 25px;
    margin-right: 0;
    display: block;
    border-radius: 5px;
    width: 100%;
  }
  .ip_2 .list .item .img{
      height: auto;
  }
  .ip_2 .list .item .txt {
    padding: 20px;
  }
  .ip_2 .list .item .more {
    display: none;
  }
  .ip_2 .list .item .txt .tit {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .ip_2 .list .item .txt .con {
    font-size: 13px;
  }
  .ip_3 {
    padding: 63px 0 0;
  }
  .ip_3 .title {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .ip_3 .list {
    flex-wrap: wrap;
  }

  .ip_3 .list .item {
    /*margin-right: 0;*/
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0 2.1vw 32px;
  }
  .ip_3 .list .item:last-child{
      
    margin:0 2.1vw 32px;
  }
  .ip_3 .list .item .top .unit {
    font-size: 14px;
  }
  .ip_3 .list .item .top span {
    font-size: 18px;
    font-weight: bold;
    transform: translateY(-16px);
    margin-left: 2px;
  }
  .ip_3 .list .item .top .num {
    font-size: 30px;
  }
  .ip_3 .list .item .tit {
    font-size: 14px;
  }
  .ip_3 .desc {
    text-align: left;
    font-size: 14px;
    margin: 0 20px;
  }
  .ip_3 .m .swiper {
    padding: 30px 0 65px;
  }
  .ip_3 .m .swiper-slide {
    background-color: #fff;
    box-shadow: 0 23px 54px rgba(0, 74, 203, 0.1);
    display: flex;
    justify-content: space-between;
    padding: 2.66vw;
    border-radius: 5px;
  }
  .ip_3 .m .swiper-slide .txt {
    width: 32vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.66vw 0;
  }.ip_3 .m .swiper-slide .txt.jcc{
      justify-content: center;
  }
  .ip_3 .m .swiper-slide.jcc .txt {
    justify-content: center;
  }
  .ip_3 .m .swiper-slide .tit {
    font-size: 16px;
  }
  .ip_3 .m .swiper-slide .con {
    font-size: 12px;
    color: #666;
    line-height: 1.75;
  }
  .ip_3 .m .swiper-slide .img {
    width: 31.6vw;
    height: 40.4vw;
    border: #ccdaea 1px solid;
    border-radius: 5px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #carousel,
  #certify {
    display: none;
  }

  .ip_3 .m,
  .ip_4 .m {
    display: block;
  }
  .ip_4 .title {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .ip_4 .desc {
    text-align: left;
    font-size: 14px;
    margin: 0 20px 0;
  }
  .ip_4 .m .swiper {
    padding-top: 25px;
  }
  .ip_4 .m .swiper-slide {
    margin-bottom: 20px;
    height: auto;
  }
  .ip_4 .m .swiper-slide .img {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 23px 54px rgba(0, 74, 203, 0.1);
    height: 100%;
  }
  .swiper_txt {
    pointer-events: none;
  }
  .swiper_txt .tit {
    width: 50vw;
    font-size: 12px;
    text-align: center;
    line-height: 1.75;
    margin: 0 auto;
  }
  .ip_4 .m .swiper-slide .img img {
    width: 100%;
  }
  .record_page .lab_main {
    padding: 44px 0 60px;
  }
  .record_page .lab_main > .top,
  .record_page .lab_con {
    margin: 0 20px;
    text-align: center;
  }
  .record_1 {
    margin-top: 25px;
  }
  .n_select {
    margin: 0 0 20px;
  }
  .n_select form {
    width: 30vw;
    margin-left: auto;
    margin-right: 20px;
  }
  .n_select select {
    height: 30px;
    font-size: 14px;
    padding-left: 15px;
  }
  .n_select form .sel {
    width: 10px;
    right: 15px;
  }
  .n_list {
    padding: 20px;
  }
  .n_list .item {
    display: block;
    background-color: #f9f9f9;
    margin-bottom: 20px;
    padding: 0;
  }
  .n_list .item .img {
    width: 100%;
    height: 57.63vw;
    margin: 0;
  }
  .n_list .item .txt {
    width: 100%;
    padding: 20px;
  }
  .n_list .item .txt .time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .n_list .item .txt .tit {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .n_list .item .txt .con {
    font-size: 13px;
    line-height: 1.5;
  }
  .rep_list .item {
    padding: 10px;
    display: flex;
    height: auto;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin: 0 0 20px;
    border-radius: 4px;
  }
  .rep_list .item .time {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .rep_list .item .tit {
    font-size: 15px;
    width: 100%;
  }
  .pagination {
    font-size: 12px;
    flex-wrap: wrap;
  }
  .pagination .tip {
    margin-right: 10px;
  }
  .pagination .item {
    padding: 0 7px;
    height: 20px;
    margin: 10px 0.52vw;
  }
  .pagination .point {
    font-size: 14px;
  }
  .sci_1 .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sci_1 .desc {
    font-size: 14px;
    margin: 0 20px 20px;
  }
  .sci_1 .item {
    margin: 0 20px 20px;
    border-radius: 4px;
  }
  .sci_1 .item .img {
    height: 38.92vw;
  }
  .sci_1 .item .txt {
    width: 100%;
    transform: translate(0);
    padding: 20px;
  }
  .sci_1 .item .txt .tit {
    margin-bottom: 10px;
    font-size: 17px;
  }
  .sci_1 .item .txt .con {
    font-size: 13px;
  }
  .cdi_1 .lab_con {
    margin-bottom: 20px;
  }
  .cdi_1 .list .item {
    display: block;
    margin: 0 20px 20px;
  }
  .cdi_1 .list .item .img {
    width: 100%;
    height: 57.98vw;
  }
  .cdi_1 .list .item .txt {
    width: 100%;
    padding: 20px;
    box-shadow: 0 23px 54px rgba(0, 74, 203, 0.1);
  }
  .cdi_1 .list .item .txt .top {
    margin-bottom: 10px;
  }
  .cdi_1 .list .item .txt .top .num {
    font-size: 24px;
  }
  .cdi_1 .list .item .txt .top .unit {
    font-size: 18px;
    line-height: 1.75;
  }
  .cdi_1 .list .item .txt .tit {
    font-size: 18px;
  }
  .hon_1 {
    margin: 20px 20px 0;
  }
  .hon_1 .lab_tag {
    margin-bottom: 20px;
  }
  .hon_1 .list {
    justify-content: space-between;
  }
  .hon_1 .list .item {
    width: calc(100% / 2 - 5px);
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px;
  }
  .hon_1 .list .item .img {
    height: 54vw;
    margin-bottom: 20px;
  }
  .hon_1 .list .item .name {
    font-size: 14px;
  }
  .pat_1 .rep_list .item .tit {
    padding-left: 14px;
    background-size: 6px 11px;
  }
  .pat_2 .lab_con {
    margin-bottom: 20px;
  }
  .rep_list.pr_list {
    margin: 20px 20px 0;
  }
  .cta_1 {
    display: block;
    margin: 20px 0 40px;
  }
  .cta_1 .left {
    width: 100%;
    padding: 0 20px 20px;
  }
  .cta_1 .left .title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .cta_1 .left .en {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .cta_1 .left .list {
    justify-content: flex-start;
  }

  .cta_1 .left .list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .cta_1 .left .list .item .top .tit {
    font-size: 13px;
  }
  .cta_1 .left .list .item .con {
    font-size: 17px;
  }
  .cta_1 .right {
    margin: 0 20px 0;
    padding: 40px 20px;
  }
  .cta_1 .right .list {
    width: 100%;
  }
  .cta_1 .right .tit {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .cta_1 .right .list .item {
    margin-bottom: 20px;
  }
  .cta_1 .right .list .item2 {
    width: 100%;
  }
  .cta_1 .right .list input {
    height: 30px;
    padding-left: 15px;
  }
  .cta_1 .right .list textarea {
    height: 90px;
    padding: 10px 15px;
  }
  .cta_1 .right .btn {
    height: 30px;
    font-size: 14px;
  }
  .cta_2 .img{
    height: 43.6vw;
  }
  .cta_2 .point{
    left: 30.55vw;
    bottom: 10.05vw;
  }
  .cta_2 .txt {
    width: 60vw;
    /* display: none; */
  }
  .cta_2 .txt .inner{
    padding: 10px;
  }
  .cta_2 .txt .tit{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .cta_2 .txt .con{
    font-size: 12px;
  }
  .cta_2 .txt .btn{
    width: fit-content;
    height: auto;
    padding:3px 12px;
  }
  .a_1 {
    margin: 0 20px;
  }
  .a_1 .con {
    font-size: 14px;
  }
  .a_3,
  .a_4,
  .a_5,
  .a_6,
  .a_2 {
    margin: 20px;
  }
  .a_3 .lab_tag,
  .a_4 .lab_tag,
  .a_5 .lab_tag,
  .a_6 .lab_tag,
  .a_2 .lab_tag {
    margin-bottom: 20px;
  }
  .a_2 .item {
    align-items: flex-start;
  }
  .a_2 .item .icon {
    width: 50px;
    margin-right: 10px;
  }
  .a_2 .item .txt {
    width: calc(100% - 60px);
    font-size: 14px;
  }
  .a_3 .list {
    display: block;
  }
  .a_3 .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .a_3 .list .item .img {
    height: auto;
  }
  .a_3 .list .item .txt {
    padding: 0 20px 20px;
  }
  .a_3 .list .item .txt .tit {
    font-size: 17px;
  }
  .a_3 .list .item .con {
    font-size: 13px;
  }
  .a_4 .con {
    font-size: 14px;
  }
  .a_5 .block {
    margin-bottom: 20px;
  }
  .a_5 .block .name {
    font-size: 14px;
    width: 80px;
    padding: 0 10px;
  }
  .a_5 .list {
    width: calc(100% - 60px);
  }
  .a_5 .block .name::after {
    top: 6px;
    width: 5px;
    height: 5px;
  }
  .a_5 .block::after {
    left: 2px;
    top: 26px;
    height: calc(100% - 26px);
  }
  .a_5 .item {
    width: 100%;
    display: block;
    padding: 20px;
  }
  .a_5 .item .img {
    width: 100%;
    height: 39vw;
    margin-right: 0;
  }
  .a_5 .item {
    margin-bottom: 20px;
  }
  .a_5 .item:last-child {
    margin-bottom: 0;
  }
  .a_5 .item .txt {
    width: 100%;
    padding-top: 10px;
  }
  .a_5 .item .txt .time {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .a_5 .item .txt .tit {
    margin-bottom: 8px;
    font-size: 17px;
  }
  .a_5 .item .txt .con {
    font-size: 13px;
  }
  .aca_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
  }
  .aca_1 .item {
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    box-shadow: 0 23px 54px rgba(0, 74, 203, 0.1);
  }
  .aca_1 .item .img {
    width: 50%;
    margin: 0 auto;
    height: auto;
  }
  .aca_1 .item .txt {
    padding: 20px;
    width: 100%;
  }
  .aca_1 .item .txt .tit {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .aca_1 .item .txt .desc {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .aca_1 .item .txt .con {
    font-size: 13px;
  }
  .coms_1.first {
    margin-top: 20px;
  }
  .coms_1 .lab_tag {
    margin-bottom: 20px;
  }
  .coms_1 {
    margin: 0 20px 20px;
  }
  .coms_1 .list {
    justify-content: space-between;
  }
  .coms_1 .list .item {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 20px;
  }
  .coms_1 .list .item .img {
    height: 50.76vw;
    margin-bottom: 20px;
  }
  .coms_1 .list .item .img img{
      width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .coms_1 .list .item .tit {
    font-size: 17px;
  }
  .coms_1 .list .item .desc {
    font-size: 15px;
  }
  .coms_1 .list .item .con {
    font-size: 13px;
  }
  .hd_1 {
    display: block;
    padding: 0 20px;
  }
  .hd_1 .img {
    width: 50%;
    margin:  0 auto;
  }
  .hd_1 .txt {
    padding: 20px 0;
    width: 100%;
  }
  .hd_1 .txt .tit {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .hd_1 .txt .con {
    font-size: 13px;
  }
  .hd_2 {
    margin: 20px 20px 0;
  }
  .hd_2 .lab_tag {
    margin-bottom: 20px;
  }
  .hd_2 .item {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
    background-color: #f9f9f9;
  }
  .hd_2 .item:last-child {
    margin-bottom: 0;
  }
  .hd_2 .item .icon {
    width: 50px;
    margin-right: 10px;
  }
  .hd_2 .item .txt {
    width: calc(100% - 60px);
  }
  .hd_2 .item .tit {
    font-size: 13px;
    margin-bottom: 7px;
  }
  .hd_2 .item .con {
    font-size: 17px;
  }
  .dep_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px ;
  }
  .dep_1 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
    box-shadow: 0 23px 54px rgba(0, 74, 203, 0.1);
    padding: 0;
  }
  .dep_1 .item .img {
    height: auto;
    width: 50%;
    
    margin:0 auto 20px;
  }
  .dep_1 .item .txt{
    padding: 0 20px 20px;
    width: 100%;
  }
  .dep_1 .item .tit {
    font-size: 17px;
  }
  .dep_1 .item .desc {
    font-size: 15px;
  }
  .dep_1 .item .con {
    font-size: 13px;
  }
  
  .record_1 .swiper{
    display: none;
  }
  
  .record_1 .boxm{
    display: block;
    height: 657px;
    padding: 50px 0;
    background-image: url('../img/recordm.jpg');
    background-size: 100%;

  }
  .record_1 .swiper_m{
    height: 557px;
    overflow: hidden;
  }
  .record_1 .swiper .cover,
  .record_1 .swiper .swiper-wrapper::after,
  .record_1 .swiper .swiper-wrapper::before{
    display: none;
  }
  .record_1 .swiper_m .swiper-slide{
    padding:0 33px;
    color: #fff;
    display: flex;
  }
  .record_1 .swiper_m .swiper-slide::after{
    
    content: "";
    position: absolute;
    left: 17px;
    top: 16px;
    width: 2px; 
    height: calc(100% - 5px);
    background-image: url('../img/dottd.svg');
    background-size: 100% ;
    
    transition: all 0.5s;
  }
  .record_1 .swiper_m .swiper-slide .time{
    margin-right: 37px;
    font-size: 12px;
    position: relative;
  }
  .record_1 .swiper_m .swiper-slide .time::after{
    
    content: "";
    position: absolute;
    left: -17.52px;
    top: 4.5px;
    width: 5px; 
    height: 5px;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 2;
    border-radius: 50%;
  }
  .record_1 .swiper_m .swiper-slide .time::before{
    
    content: "";
    position: absolute;
    left: -20px;
    top: 2px;
    width: 10px; 
    height: 10px;
    background-color: var(--logoColor);
    transition: all 0.5s;
    border-radius: 50%;
  }
  .record_1 .swiper_m .swiper-slide-active .time::before{
      background-color: #CB1C1D;
  }
  .record_1 .swiper_m .swiper-slide .txt{
    position: relative;
    height: fit-content;
    width: calc(100% - 140px);
  }
  .record_1 .swiper_m .swiper-slide .txt::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px; 
    height: 10px;
    background-image: url('../img/h_addfff.svg');
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .record_1 .swiper_m .swiper-slide .tit{
    font-size: 13px;
    margin-bottom: 3px;
  }
  .record_1 .swiper_m .swiper-slide .con{
    font-size: 16px;
  }
    .nd_page {
    padding: 60px 20px;
  }
  .nd_page .lab_main > .top {
    display: none;
  }
  .nd_page .lab_main {
    padding: 20px;
    width: 100%;
  }
  .nd_page .title {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .nd_page .info {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .nd_page .info .time {
    font-size: 12px;
  }
  .nd_page .info .share {
    font-size: 12px;
  }
  .nd_page .info .share .item {
    margin-left: 10px;
  }
  .nd_page .info .share .item> img {
    width: 30px;
  }
  .nd_page .con{
    font-size: 14px;
  }
  .nd_page .n_bottom{
    display: block;
    margin-top: 20px;
  }
  .nd_page .n_bottom .item{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .nd_page .n_bottom .back{
    width: 130px;
    height: 32px;
    margin-left: auto;
  }
  
    .nd_page .con img{
        width: 100%!important;
    }
    
  .m_footer form {
    width: 100%;
    height: 58px;
    border-top: 1px solid #838687;
    position: relative;
  }
  .m_footer form select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    background-color: var(--logoColor);
    padding: 0 20px ;
    color: #fff;
    font-size: 14px;
  }
  .m_footer form img{
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    transform: translateY(-50%);
    pointer-events: none;
  }
}
@media (max-width: 960px) {
}
@media (max-width: 768px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
