/* ===============================科研创新-核心技术=============================== */
.hxjs {
  padding: 70px 0px;
}



.hxjs_box {
  margin-bottom: 50px;
  /* border: 1px solid red; */
}
.hxjs_box:last-child{
  margin-bottom: 0px;
}
.cyjd_box{
  position: relative;
}
.cyjd_box2{
  
  position: relative;
}


.cyjd_item{
  /* background: pink; */
  margin-bottom: 50px;
  /* border: 1px solid darkred; */
}
.cyjd_item:last-child{
  margin-bottom: 0px;
}
.cyjd_tit{
  font-size: 30px;
  text-align: center;
  /* margin-bottom: 45px; */
  border-left: 3px solid #0156C3;
  text-align: left;
  padding-left: 20px;
  width: 57%;
  position: absolute;
  left: 0px;
  top: 0px;
  /* background: dimgrey; */
}


.cyjd_tit h4{
  font-weight: 500;
  font-size: 30px;
  color: #212A40;
  white-space: nowrap;
}
.cyjd_tit p{
  font-size: 34px;
  color: #0156C3;
  opacity: 0.3;
  margin-top: 16px;
}
.cyjd_l p:last-child{
  margin-bottom:0px;
}
.cyjd_tit2{
  font-size: 30px;
  text-align: right;
  border-right: 3px solid #0156C3;
  border-left: none;
  padding-right: 20px;
  overflow: visible;
  position: absolute;
  right:  0px;
  top: 0px;
}
.cyjd_tit2 h4{
  font-weight: 500;
  font-size: 30px;
  color: #212A40;
  white-space: nowrap;
}
.cyjd_tit2 p{
  font-size: 34px;
  color: #0156C3;
  opacity: 0.3;
  margin-top: 16px;
}
.cyjd_l2 p:last-child{
  margin-bottom:0px;
}
.cyjd_txt{
  padding: 0px 50px 0px 20px;
  font-size: 16px;
  line-height: 30px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 16; */
}
.cyjd_txt_img {
  width: 40%;
  aspect-ratio: 1 / 1.25;
  margin: 0px 0px 20px 40px;
  /* border: 1px solid red;  */
}
.cyjd_txt_img2{
  width: 40%;
  aspect-ratio: 1 / 1.25;
  margin: 0px 20px 40px 0px;
  /* border: 1px solid red;  */
}
.cyjd_txt_txt{
  padding-top:120px;
}

@media only screen and (max-width: 750px) {
  .hxjs {
    padding: 30px 0px;
  }

  .hxjs_box {
    flex-wrap: wrap;
    margin-bottom: 50px;
    /* flex-direction: column-reverse; */
  }

  .hxjs_box:nth-child(2n) {
    flex-direction: column-reverse;
  }

  .hxjs_item {
    flex-wrap: wrap;
    background: red;
  }
  .cyjd_tit{
    width: 100%;
    padding-left: 10px;
    margin-bottom: 16px;
    position: relative;
  }
  
  .cyjd_txt_img,.cyjd_txt_img2{
    width: 100%;
  }
  .cyjd_tit h4{
    font-size: 20px;
  }
  .cyjd_tit p{
    font-size: 14px;
    margin-top: 6px;
  }

  .cyjd_tit2{
    width: 100%;
    padding-left: 10px;
    margin-bottom: 16px;
    position: relative;
  }
  .cyjd_tit2 h4{
    font-size: 16px;
    font-weight: bold;
  }
  .cyjd_tit2 p{
    font-size: 14px;
    margin-top: 6px;
  }
  .cyjd_txt{
    padding: 0px;
  }
  .cyjd_txt_img,.cyjd_txt_img2{
    margin: 0px 0px 20px 0px;
  }
  
  


}

/* ===============================科研创新-课题承接=============================== */
.ktcj {
  padding: 80px 0px 100px;
  background: #F6F7F9;
}

.ktcj_item {
  background: #fff;
  padding: 30px 30px 54px 30px;
}

.ktcj_r {
  width: 43%;
  margin-right: 40px;
  /* border: 1px solid red; */
}

.ktcj_l {
  flex: 1;
  /* background: pink; */
}

.ktcj_l {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -54px;
}
.swiper{
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .ktcj {
    padding: 30px 0px;
  }

  .ktcj_l,
  .ktcj_r {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    /* border: 1px solid red; */
  }

  .ktcj_item {
    flex-wrap: wrap;
    padding: 20px;
  }
  .ktcj_txt{
    margin-top: 24px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -34px;
  }
}

/* ===============================科研创新-研发体系=============================== */
@keyframes animtran {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

@keyframes animtrans {
  from {
    transform: rotateZ(360deg);
  }

  to {
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes animtran {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes animtrans {
  from {
    transform: rotateZ(360deg);
  }

  to {
    transform: rotateZ(0deg);
  }
}

#advert {
  width: 600px;
  height: 600px;
  background: #ffffff;
  /* border: 1px solid #000; */
  margin: 0 auto;
  position: relative;

}
.yftx_tit{
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 30px;
  text-align: center;
  color: #212A40;
}
.yftx_pic {
  background: #fff;
}

#advert .bg1 {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 999px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(#e5ecfe 7%, #e5ecfe00 63%);
  animation: animtran 16s linear infinite;
  -webkit-animation: animtran 16s linear infinite;
}

#advert .bg1 div {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 999px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #FFF;
}

#advert .bg2 {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  border-radius: 999px;
  position: absolute;
  top: 40px;
  left: 40px;
  background: linear-gradient(#e5ecfe 7%, #e5ecfe00 63%);
  animation: animtran 14s linear infinite;
  -webkit-animation: animtran 14s linear infinite;
}

/* 底部旋转 */
#advert .bg3 {
  width: calc(100% - 180px);
  height: calc(100% - 180px);
  border-radius: 999px;
  position: absolute;
  top: 90px;
  left: 90px;
  /* border: 1px solid red; */
  background: linear-gradient(0deg, rgba(69, 119, 246, 0.421), rgb(229 236 254 / 35%) 20%, rgb(229 236 254 / 35%) 80%, rgba(69, 119, 246, 0.421));
  animation: animtran 6s linear infinite;
  -webkit-animation: animtran 6s linear infinite;
}

/* 子元素div包反向旋转，为了不让小的div转大圈 */
#advert .bg3>div {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 999px;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #fff;
  animation: animtrans 6s linear infinite;
  -webkit-animation: animtrans 6s linear infinite;
}

#advert .bg3 .bg1_item {
  position: absolute;
  width: 58px;
  height: 58px;
  /* background: deeppink; */
}

/* 单个图片旋转 */
#advert .bg3 .bg1_item .bg1_item_icon {
  /* animation: animtran 16s linear infinite;
  -webkit-animation: animtran 16s linear infinite; */
  background: url('/img/science/yftx_0_0.png');
  background-size: 100%;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  /* border: 1px solid red; */
}

#advert .bg3 .bg1_item .bg1_item_icon2 {
  position: absolute;
  top: 6px;
  left: 70px;
  background: url('/img/science/yftx_0_0_0.png');
  background-size: 100% 100%;
  width: 240px;
  height: 51.32px;
  line-height: 48px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  /* border: 1px solid red; */
}

#advert .bg3 .icon01_box {
  top: -38px;
  left: calc(50% - 34px);
}

#advert .bg3 .icon01_box .bg1_item_icon2 {
  /* display: none; */
}

#advert .bg3 .icon02_box {
  top: calc(50% - 102px);
  right: -25px;
}

#advert .bg3 .icon03_box {
  top: calc(50% + 108px);
  right: 10px;
}

#advert .bg3 .icon04_box {
  top: calc(50% + 108px);
  left: 10px;
}

#advert .bg3 .icon04_box .bg1_item_icon2 {
  left: calc(-100% - 195px);
}

#advert .bg3 .icon05_box {
  top: calc(50% - 102px);
  left: -25px;
}

#advert .bg3 .icon05_box .bg1_item_icon2 {
  left: calc(-100% - 195px);
}

#advert .bg3 .icon06_box {
  bottom: 25px;
  right: 7px;
}

#advert .bg3 .icon07_box {
  bottom: -25px;
  left: 105px;
}
.point_box{
  /* background: pink; */
  /* animation: myyAxis 2.5s infinite; */
}
@-webkit-keyframes myyAxis {
  50% {
    transform: translateY(-100px);
  }
}

@keyframes myyAxis {
  50% {
    transform: translateY(-100px);
  }
}
.demo-dot {
  animation: xAxis 2.5s infinite cubic-bezier(0.02, 0.01, 0.21, 1);
}

.demo-dot::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #fff;
  animation: yAxis 2.5s infinite cubic-bezier(0.3, 0.27, 0.07, 1.64);
}

@-webkit-keyframes yAxis {
  50% {
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    transform: translateY(-100px);
  }
}

@keyframes yAxis {
  50% {
    animation-timing-function: cubic-bezier(0.02, 0.01, 0.21, 1);
    transform: translateY(-100px);
  }
}

@-webkit-keyframes xAxis {
  50% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    transform: translateX(100px);
  }
}

@keyframes xAxis {
  50% {
    animation-timing-function: cubic-bezier(0.3, 0.27, 0.07, 1.64);
    transform: translateX(100px);
  }
}

#advert .bg4 {
  width: calc(100% - 230px);
  height: calc(100% - 230px);
  border-radius: 999px;
  position: absolute;
  top: 115px;
  left: 115px;
  border: 4px solid rgb(229 236 254);
}

#advert .bg5 {
  width: calc(100% - 280px);
  height: calc(100% - 280px);
  top: 140px;
  left: 140px;
  /* width: calc(100% - 340px);
  height: calc(100% - 340px);
  top: 170px;
  left: 170px; */
  border-radius: 999px;
  position: absolute;
  /* border: 4px solid #87a9f2; */
  /* border: 1px solid red; */
  /* background:linear-gradient(0deg, rgba(69, 119, 246, 0.421), rgb(229 236 254 / 35%) 20%,rgb(229 236 254 / 35%) 80%,rgba(69, 119, 246, 0.421)); */
}

#advert .bg5 img {
  animation: animtran 10s linear infinite;
  -webkit-animation: animtran 10s linear infinite;
  /* background: pink; */
}

#advert .content {
  width: 206px;
  height: 206px;
  padding: 0px 7px;
  border-radius: 999px;
  background: linear-gradient(to right, #3d70f6, #5885f7);
  position: absolute;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  box-shadow: #f6f6f6 8px 8px 8px 4px;
  cursor: pointer;
}


@keyframes ani-one {
  from {
    left: 260px;
  }

  to {
    left: 16px
  }
}

@keyframes ani-two {
  from {
    left: 260px;
  }

  to {
    left: 70px
  }
}

@keyframes ani-three {
  from {
    top: 0;
    left: 0;
  }

  to {
    top: 8px;
    left: 8px;
  }
}

@keyframes ani-four {
  0% {
    width: 130px;
    height: 50px;
    left: 85px;
    top: 125px;
    box-shadow: #f6f6f6 8px 8px 8px 4px;
    border: #eee 0px solid;
    margin-left: 0;
  }

  100% {
    width: 259px;
    height: 333px;
    left: 50%;
    top: 0px;
    box-shadow: #FFFFFF 0 0 0 0;
    border: #eee 1px solid;
    margin-left: -130px;
  }
}

@keyframes ani-five {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes ani-six {
  from {
    left: 260px;
  }

  to {
    left: 0;
  }
}

@-webkit-keyframes ani-one {
  from {
    left: 260px;
  }

  to {
    left: 16px
  }
}

@-webkit-keyframes ani-two {
  from {
    left: 260px;
  }

  to {
    left: 70px
  }
}

@-webkit-keyframes ani-three {
  from {
    top: 0;
    left: 0;
  }

  to {
    top: 8px;
    left: 8px;
  }
}

@-webkit-keyframes ani-four {
  0% {
    width: 130px;
    height: 50px;
    left: 85px;
    top: 125px;
    box-shadow: #f6f6f6 8px 8px 8px 4px;
    border: #eee 0px solid;
    margin-left: 0;
  }

  100% {
    width: 259px;
    height: 333px;
    left: 50%;
    top: 0px;
    box-shadow: #FFFFFF 0 0 0 0;
    border: #eee 1px solid;
    margin-left: -130px;
  }
}

@-webkit-keyframes ani-five {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes ani-six {
  from {
    left: 260px;
  }

  to {
    left: 0;
  }
}

#applyfor {
  width: 259px;
  height: 333px;
  margin: 20% auto;
  position: relative;
  display: none;
}

#applyfor form {
  padding: 13px 16px 30px;
  width: 225px;
  height: 288px;
  border: #eee 1px solid;
  border-radius: 6px;
  /* box-shadow: #f6f6f6 10px 10px 0px; */
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

#applyfor #shadow {
  width: 259px;
  height: 333px;
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #f3f3f3;
}

#applyfor button {
  width: 120px;
  height: 46px;
  background: linear-gradient(to right, #fa71ad, #c77dd1);
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
  box-shadow: #f6f6f6 8px 8px 8px 4px;
  border: none;
  margin: 30px 0;
  padding: 0;
  position: absolute;
  top: 228px;
  left: 260px;
}

#applyfor input {
  width: 225px;
  border: none;
  border-bottom: #eee 1px solid;
  margin-top: 20px;
  padding: 10px 0 10px 26px;
  font-size: 16px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: 0 center;
  position: absolute;
  left: 260px;
}

#applyfor input:nth-child(2) {
  background-image: url(icons/tower.png);
  margin-top: 30px;
  top: 41px;
}

#applyfor input:nth-child(3) {
  background-image: url(icons/people.png);
  top: 110px;
}

#applyfor input:nth-child(4) {
  background-image: url(icons/tel.png);
  top: 169px;
}

#applyfor form div {
  position: absolute;
  width: 257px;
  height: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
}

#applyfor i {
  display: inline-block;
  width: 6px;
  height: 18px;
  background: linear-gradient(to bottom, #fa71ad, #c77dd1);
  border-radius: 2px;
  position: absolute;
  top: 16px;
  left: 16px;
}

#applyfor span {
  margin-left: 34px;
  color: #333333;
  /* position: absolute;
  display: inline-block;
  width: 64px; */
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}

.animation-paused {
  animation-play-state: paused !important;
  -webkit-animation-play-state: paused !important;
}

.animation-one {
  animation: ani-one 0.6s ease 1;
  -webkit-animation: ani-one 0.6s ease 1;
}

.animation-two {
  animation: ani-two 0.6s ease 1;
  -webkit-animation: ani-two 0.6s ease 1;
}

.animation-three {
  animation: ani-three 0.6s ease 1;
  -webkit-animation: ani-three 0.6s ease 1;
}

.animation-four {
  animation: ani-four 0.3s ease 1;
  -webkit-animation: ani-four 0.3s ease 1;
}

.animation-five {
  animation: ani-five 0.5s ease 1;
  -webkit-animation: ani-five 0.5s ease 1;
}

.animation-six {
  animation: ani-six 0.6s ease 1;
  -webkit-animation: ani-six 0.6s ease 1;
}

.opacity0 {
  opacity: 0;
}

.yftx {
  background: #fff;
}

.yftx_item {
  background: #F1F6FE;
  padding: 34px 20px;
  width: calc(50% - 18px);
  margin-right: 36px;
  margin-bottom: 36px;
}

.yftx_item:nth-child(2n) {
  margin-right: 0px;
}

.yftx_item_l {
  color: #CBD4E2;
  font-size: 50px;
  position: relative;
  /* width: 50px; */
  margin-right: 40px;
  /* background: pink; */
}

.yftx_item_l::after {
  position: absolute;
  right: -12px;
  bottom: 12px;
  content: '';
  width: 8px;
  height: 8px;
  background: #CBD4E2;
}

.yftx_item_r h5 {
  font-size: 18px;
  color: #212A40;
  margin-bottom: 10px;
}

.yftx_item_r p {
  font-size: 16px;
  line-height: 26px;
  color: #6D7383;
}

.hzyf {
  background: #F6F7F9;
  padding: 90px;
}

.hzyf_tilt {
  text-align: center;
  margin-bottom: 76px;
  font-size: 34px;
  color: #212A40;
}

.hzyf_cont {
  padding: 40px 30px;
  background: #FFF;
}

.hzyf_tit2 {
  color: #6D7383;
  font-size: 15px;
  line-height: 26px;
}

.hzyf_item {
  margin: 32px 20px 0px 0px;
  width: 32%;
}

.hzyf_item:last-child {
  margin-right: 0px;
  /* border: 1px solid red; */
}

@media only screen and (max-width: 750px) {
  .yftx_item {
    width: 100%;
    margin-right: 0px;
  }

  .hzyf {
    padding: 20px;
  }

  .hzyf_tilt {
    margin-bottom: 20px;
  }

  .hzyf_box {
    flex-wrap: wrap;
  }

  .hzyf_item {
    width: 100%;
  }
  .yftx_tit{
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 26px;
  }
  .yftx_pic{
    height: 260px;
  }
  #advert {
    transform-origin:20% 0%;
    transform: scale(0.37);
    /* background: pink; */
    position: absolute;
  }
  .yftx{
    /* position: relative; */
    /* top: -330px; */
  }
}

/* ===============================科研创新-研发团队=============================== */
.yftdjj {
  display: flex;
  align-items: stretch;
  padding: 100px 0px 30px;
  /* background: pink; */
}

.yftdjj_l {
  width: 32%;
  height: 140px;
  margin-right: 30px;
  background: #f1f6fe;
  display: none;
  /* border: 1px solid red; */
}
.yftdjj_l img{
  width: 108px;
  height: 108px;
  /* border: 1px solid pink; */
}

.yftdjj_r {
  /* height: 100%; */
  /* padding: 4px 0px; */
  color: #212A40;
}

.yftdjj_r p {
  font-size: 14px;
  line-height: 24px;
}

.yftd {
  padding: 70px 0px;
}

.yftd_item {
  /* border: 1px solid red; */
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
}

.yftd_tit {
  font-size: 30px;
  text-align: center;
  margin-bottom: 45px;
  border-left: 3px solid #0156C3;
  text-align: left;
  padding-left: 20px;
  position: absolute;
  left: calc(40% + 60px);
}

.yftd_tit h4 {
  font-weight: 500;
  font-size: 30px;
  color: #212A40;
  white-space: nowrap;
  font-weight: bold;
}

.yftd_tit p {
  font-size: 18px !important;
  color: #6D7383;
  /* background-color: #0156C3; */
  margin-left: 8px;
}

.yftd_txt {
  margin-top: 90px;
  padding: 0px;
}
.yftd_txt2{
  padding-left: 22px;
}
.zjbgbox{
  width: 40%;
  aspect-ratio: 1 / 1.14;
  background: rgb(230, 230, 230);
  position: relative;
  float: left;
  margin: 0px 86px 55px 0px;
}
.zjbgbox img{
  width: 100%;
  position: absolute;
  bottom:0%;
  left:50%;
  transform:translate(-50%,0%);
  -webkit-transform:translate(-50%,0%);
  -moz-transform:translate(-50%,0%);
}
.zjbgbox::before{
  position: absolute;
  left: -50px;
  bottom: -50px;
  content: '';
  background: url("../../../../img/science/zjbg3.png") no-repeat left bottom;
  background-size: 100%;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.zjbgbox2{
  float: right;
  margin: 0px 0px 55px 60px;
}
.zjbgbox2::before{
  left: 50px;
}

/* ================ */
.yftd_txt{
  padding: 0px;
  font-size: 16px;
}
.yftd_tit2{
  left: 0px;
}
/* ================ */
@media only screen and (max-width: 750px) {
  .yftdjj {
    flex-wrap: wrap;
    padding: 30px 0px 30px;
  }
  .yftdjj_l{
    margin-right: 0px;
    margin-bottom: 4px;
    height: 100px;
    width: 100%;
    overflow: hidden;
  }
  .yftd_item {
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding-bottom: 50px;
    /* background: red; */
  }

  .yftd_item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .yftd_item:last-child{
    margin-bottom: 0px;
  }


  .yftd_txt {
    padding: 0px;
    margin-top: 70px;
    /* margin-bottom: 20px; */
  }
  
  
  .yftd {
    padding: 0px 0px 0px;
  }

  .yftd_tit {
    margin-bottom: 20px;
    position: relative;
    left: 0px;
  }
  .zjbgbox{
    margin: 0px;
    width: calc(100% - 60px);
    position: relative;
    left: 50px;
    float: none;
    /* background: pink; */
  }
  .zjbgbox2{
    margin: 0px;
    width: calc(100% - 60px);
    position: relative;
    left: 0px;
    float: none;
    /* background: pink; */
  }
}

/* ===============================科研创新-专利成果=============================== */
.zlcg {
  padding: 60px 0px 0px;
}

.zlcg_item {
  width: 24%;
  /* padding: 20px; */
  /* border: 1px solid rgb(165, 148, 148); */
  margin: 40px 0px;
  /* background: #6D7383; */
}

.zlcg_item_t {
  color: #0156C3;
  position: relative;
  margin-bottom: 32px;
}

.zlcg_item_t::after {
  position: absolute;
  left: calc(50% - 20px);
  bottom: -12px;
  width: 40px;
  height: 2px;
  background: #0156C3;
  content: '';
}

.zlcg_item_t h5 {
  font-size: 50px;
  line-height: 50px;
}

.zlcg_item_t p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
}

.zlcg_item_line {
  position: relative;
}

.zlcg_item_line::after {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  content: '';
  background: #CBD4E2;
}

.zlcg_item_b {
  font-size: 14px;
  text-align: center;
  color: #6D7383;
}

.zlcg_swiper {
  padding: 60px 0px 40px;
  overflow: hidden;
  position: relative;
  /* background: rebeccapurple; */
}

.zlcg_swiper_l,
.zlcg_swiper_r {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
  width: 50px;
  height: 50px;
  border: 1px solid #6D7383;
  border-radius: 999px;
  transition: all .3s;
}

.zlcg_swiper_l:hover,
.zlcg_swiper_r:hover {
  transform: scale(1.1);
  cursor: pointer;
  background: #006FBC;
  border: none;
}

.zlcg_swiper_l {
  left: 4px;
}

.zlcg_swiper_r {
  right: 4px;
}

.zlcg_swpier_btn2 {
  display: none;
}

.zlcg_swiper_box {
  width: calc(100% - 180px);
  overflow: hidden;
  margin: 0 auto;
  /* background: pink; */
}
#ajaxzlcg2 .swiper-slide img{
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .zlcg {
    padding: 30px 0px;
  }

  .zlcg_item {
    width: 50%;
  }

  .zlcg_item:nth-child(2n)::after {
    width: 0px;
  }

  .zlcg_swiper {
    padding: 0px 0px 40px;
  }

  .zlcg_swiper_box {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  .zlcg_swiper_l,
  .zlcg_swiper_r {
    top: calc(50% - 45px);
  }
}

/* ===============================科研创新-科研奖项=============================== */
.kyjx_item {
  width: 350px;
  padding: 30px;
  margin: 0px 30px 0px 0px;
  background: #F1F6FE;
}

@media only screen and (max-width: 750px) {
  .kyjx_item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}