* {
  box-sizing: border-box;
  font-size: 0.18rem;
}
#main {
  height: 100%;
}

/*专利资质*/
#main .swiperOne {
  height: 8.46rem;
  background-image: url(../img/pro/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 8.86rem;
}
#main .swiperOne .myswiper1 {
  width: 100%;
  height: 100%;
  position: relative;
}
#main .swiperOne .swiper .bannerText {
  position: fixed;
  top: 25%;
  left: 14.5%;
}
#main .swiperOne .swiper .first {
  width: 10.41rem;
  height: 3.66rem;
  background-image: url(../img/pro/组\ 18541.png);
  background-repeat: no-repeat;
  background-position: bottom;
  position: fixed;
  top: 10%;
  right: 0;
  
  
  display: flex;
    justify-content: center;
}
#main .swiperOne .swiper .first .pics1 {
  /*position: fixed;*/
  /*right: 3%;*/
  /*top: 12%;*/
  
  display: flex;
  margin-top: 7%;
}
#main .swiperOne .swiper .first .pics1 img {
  max-width: 2.5rem;
  max-height: 1.78rem;
  object-fit: contain;
  margin: 0 0.6rem 0 0;
}
#main .swiperOne .swiper .first .pics1 img:nth-child(2){
     width: 1.78rem;
    height: 2.5rem;
}
#main .swiperOne .swiper .second {
  width: 11.27rem;
  height: 3.42rem;
  background-image: url(../img/pro/组\ 18540.png);
  background-repeat: no-repeat;
  background-position: bottom;
  position: fixed;
  top: 60%;
}
#main .swiperOne .swiper .second .pics2 {
  position: fixed;
  left: 5%;
}
#main .swiperOne .swiper .second .pics2 img {
  width: 1.6rem;
  height: 2.26rem;
}
/*修改第一个轮播图的左右箭头*/
.swiperOne{
    position: relative;
}
.swiperOne .swiper-button-prev,
.swiperOne .swiper-button-next{
  width: .52rem;
  height: .52rem;
  background-color: red;
  background-color: #029E4F;
  border-radius: 50%;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(132,132,132,0.16);
}

.swiperOne .swiper-button-prev.swiper-button-disabled,
.swiperOne .swiper-button-next.swiper-button-disabled{
    background: #fff;
    opacity: 1;
}

.swiperOne .swiper-button-prev.swiper-button-disabled::after,
.swiperOne .swiper-button-next.swiper-button-disabled::after{
    color: #999;
}

.swiperOne .swiper-button-prev::after,
.swiperOne .swiper-button-next::after{
  font-size: .18rem;
  color: #bebebe;
  font-weight: bold;
}
.swiperOne .swiper-button-prev:hover,
.swiperOne .swiper-button-next:hover{
  background-color: #029E4F;
}
.swiperOne .swiper-button-prev{
  position: absolute;
  top: 40%;
  left: 10%;
}
.swiperOne .swiper-button-next{
  position: absolute;
  top: 1rem;
  top: 40%;
  left: 14%;
}

/*实验研发*/
#main .swiperTwo {
  /*display: flex;*/
  /*height: 7.45rem;*/
  /*position: relative;*/
  /*background: url(../img/pro/bg2.png) no-repeat 100% 100%;*/
  display: none;
}
#main .swiperTwo .swiper_L {
  width: 9.6rem;
  height: 6.35rem;
}
#main .swiperTwo .swiper_L .swiper,
#main .swiperTwo .swiper_L .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#main .swiperTwo .swiper_L img {
  width: 100%;
  height: 100%;
}
#main .swiperTwo .swiper_R {
  width: 9.6rem;
  height: 6.35rem;
  position: relative;
}
#main .swiperTwo .swiper_R .bannerText2 {
  position: absolute;
  top: 30%;
  left: 20%;
}
/*第二个轮播图的左右箭头*/
.swiperTwo .swiper-button-prev,
.swiperTwo .swiper-button-next{
  width: 0.65rem;
  height: 0.65rem;
  background-color: rgba(255, 255, 2555, 0.57);
}
.swiperTwo .swiper-button-next{
  background: #029E4F;
}
.swiperTwo .swiper-button-prev::after{
  font-size: .18rem;
  font-weight: bold;
  color: #029E4F;
}
.swiperTwo .swiper-button-next::after{
  font-size: .18rem;
  font-weight: bold;
  color: #fff;
}
.swiperTwo .swiper-button-prev{
  position: absolute;
  top: 5.93rem;
  left: 93.3%;
  z-index: 100;
}
#main .swiperTwo .swiper-button-next{
  position: absolute;
  top: 79.5%;
  right: 46.57%;
  z-index: 100;
}

/*合作交流*/
#main .swiperThree {
  height: 10rem;
  position: relative;
  /* 左右箭头*/
}
#main .swiperThree .bannerText3 {
  position: absolute;
  top: 5%;
  left: 10%;
  z-index: 1000;
}
#main .swiperThree .swiperTreeNum {
  width: 15.2rem;
  height: 100%;
  margin: 0 auto;
}
#main .swiperThree .swiperTreeNum .swiper,
#main .swiperThree .swiperTreeNum .swiper-wrapper {
  width: 100%;
  height: 100%;
}
#main .swiperThree .swiperTreeNum .tuPian1 {
  width: 5rem;
  height: 7rem;
  position: absolute;
  top: 5%;
  right: 1rem;
}
#main .swiperThree .swiperTreeNum .tuPian1 img {
  width: 5rem;
  height: 3.4rem;
}
#main .swiperThree .swiperTreeNum .tuPian1 img:nth-child(1) {
  margin-bottom: 0.2rem;
}
#main .swiperThree .swiperTreeNum .tuPian2 {
  width: 8.5rem;
  height: 7rem;
  position: absolute;
  top: 25%;
  left: 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main .swiperThree .swiperTreeNum .tuPian2 .tuPian2-L {
  width: 3.22rem;
  height: 3.76rem;
}
#main .swiperThree .swiperTreeNum .tuPian2 .tuPian2-L img {
  width: 100%;
  height: 100%;
}
#main .swiperThree .swiperTreeNum .tuPian2 .tuPian2-R {
  width: 5rem;
  height: 7rem;
}
#main .swiperThree .swiperTreeNum .tuPian2 .tuPian2-R img {
  width: 100%;
  height: 3.4rem;
}
#main .swiperThree .swiperTreeNum .tuPian2 .tuPian2-R img:nth-child(1) {
  margin-bottom: 0.2rem;
}
#main .swiperThree .changePagination {
  position: absolute;
  bottom: 13.5%;
  left: 25%;
}
/*第三个轮播图的左右箭头*/
.swiperThree .swiper-button-prev,
.swiperThree .swiper-button-next{
  width: 0.52rem;
  height: 0.52rem;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(132,132,132,0.16);
}
.swiperThree .swiper-button-prev::after,
.swiperThree .swiper-button-next::after{
  font-size: .18rem;
  font-weight: bold;
  color: #bebebe;
}
.swiperThree .swiper-button-prev:hover,
.swiperThree .swiper-button-next:hover{
  background-color: #029E4F;
  color: #fff !important;
}
.swiperThree .swiper-button-prev{
  position: absolute;
  top: 85%;
  left: 65%;
}
.swiperThree .swiper-button-next{
  position: absolute;
  top: 85%;
  right: 25%;
}





/*图片放大效果*/
.bigImg2{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 1px;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.bigImg2 .chahao{
  width: .65rem;
  height: .65rem;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.bigImg2 .chahao img{
  width: 100%;
  height: 100%;
}
.bigImg2 .pic{
  width: 3.88rem;
  width: 5.88rem;
  /*height: 2.8rem;*/
  /*margin: calc((100vh - 6rem) / 2) auto 0;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}




















