
.bossgoo-index-about37{
  padding-top: 0px;

}

.bossgoo-index-about37 .maintitle {
  font-weight: bold;
  color: var(--themeColor);
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
}

.bossgoo-index-about37 .aboutbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.bossgoo-index-about37 .aboutbar .left {
  height: 560px;
  width: 50%;
}

.bossgoo-index-about37 .aboutbar .left .leftinner{
  width: 100%;
  height: 100%;
}

.bossgoo-index-about37 .aboutbar .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bossgoo-index-about37 .aboutbar .left .leftinner {
  width: 100%;
  height: 100%;
  position: relative;
}

.bossgoo-index-about37 .aboutbar {
  display: flex;
  justify-content: flex-end;
}

.bossgoo-index-about37 .aboutbar .right {
  width: 50%;
  padding-left: 50px;
  padding-right: 30px;
}

.bossgoo-index-about37 .aboutbar .right .text {
  line-clamp: 9;
  -webkit-line-clamp: 9;
  margin-bottom: 50px;
  line-height: 1.8;
  font-size: 18px;
  text-align: center;
}

.bossgoo-index-about37 .aboutbar .right .btnBox{
  display: flex;
  justify-content: center;
}

.bossgoo-index-about37 .aboutbar .right .more,
.bossgoo-index-about37 .aboutbar .right .factory {
  display: inline-block;
  padding: 0 15px;
  max-width: 400px;
  height: 54px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border: 2px solid var(--themeColor);
  color: var(--themeColor);
  font-weight: bold;
}

.bossgoo-index-about37 .aboutbar .right .more{
  margin-right: 30px;
}

.bossgoo-index-about37 .aboutbar .right .more:hover,
.bossgoo-index-about37 .aboutbar .right .factory:hover {
  background-color: var(--themeColor);
  color: #fff;
}

.bossgoo-index-about37 .aboutbar .right .exTitle{
  font-size: 32px;
  color: #333;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}

.bossgoo-index-about37 .aboutbar .right .exTitle:after{
  content: " ";
  width: 54px;
  height: 3px;
  background: #0b5fb9;
  position: absolute;
  left: 0;
  top: 100%;
}

.bossgoo-index-about37 .aboutbar .right .exBox{
  display: flex;
  align-items: center;

}
.bossgoo-index-about37 .aboutbar .right .exImage,
.bossgoo-index-about37 .aboutbar .right .exText{
  width: 50%;
}

.bossgoo-index-about37 .aboutbar .right .exSubTitle{

  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.bossgoo-index-about37 .aboutbar .right .exContent{
  padding-right: 30px;
  margin-bottom: 40px;
}
.bossgoo-index-about37 .aboutbar .right .conactBtn{
  display: block;
  width: 190px;
  height: 54px;
  line-height: 54px;
  background-color: var(--themeColor);
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.bossgoo-index-about37 .aboutbar .right .conactBtn .iconfont{
  margin-right: 10px;
}


.bossgoo-index-about37 .aboutbar .right .exImg{
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

@media only screen and (max-width: 1600px) {


  .bossgoo-index-about37 .aboutbar .left .leftinner .imgbox img {
    max-height: 550px;
  }
}


@media only screen and (max-width: 1040px) {
  .bossgoo-index-about37 {
    padding: 0.6rem 0.2rem;
    line-height: 1.4;
  }

  .bossgoo-index-about37 .maintitle {
    margin-top: .8rem;
    margin-bottom: .3rem;
  }
  .bossgoo-index-about37 .aboutbar {
    flex-wrap: wrap;
  }
  .bossgoo-index-about37 .aboutbar .left {
    display: none;
  }
  .bossgoo-index-about37 .aboutbar .left .leftinner {
    height: auto;
  }
  .bossgoo-index-about37 .aboutbar .left .leftinner .imgbox {
    position: static;
  }
  .bossgoo-index-about37 .aboutbar .left .leftinner .imgbox:after {
    display: none;
  }
  .bossgoo-index-about37 .aboutbar .left .leftinner .imgbox img {
    width: 100%;
    height: 100%;
  }
  .bossgoo-index-about37 .aboutbar .right .exBox{
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: .8rem;
  }
  .bossgoo-index-about37 .aboutbar .right .exImage,
  .bossgoo-index-about37 .aboutbar .right .exText{
    width:100%;
  }
  .bossgoo-index-about37 .aboutbar .right .exImage{
    display: flex;
    justify-content: center;
  }
  .bossgoo-index-about37 .aboutbar .right .exText{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .bossgoo-index-about37 .aboutbar .right .exImage img{
    width:60%;
    max-height: 360px;
    object-fit: contain;
  }


  .bossgoo-index-about37 .aboutbar .right .exText .exTitle{
    font-size: .36rem;
  }

  .bossgoo-index-about37 .aboutbar .right .exTitle:after{
    content: " ";
    width:24px;
    height: 2px;
    background: #0b5fb9;
    position: absolute;
    left: calc(50% - 12px);
    top: calc(100% + 10px);
  }
  
  
  .bossgoo-index-about37 .aboutbar .right .exText .exSubTitle{
    font-size: .28rem;
  }
  .bossgoo-index-about37 .aboutbar .right .exText .exContent{
    padding-right: 0;
    width:75%;
    text-align: center;
  }

  .bossgoo-index-about37 .aboutbar .right .conactBtn{
    width: 3.35rem;
    height: .85rem;
    line-height: .85rem;
  }

  .bossgoo-index-about37 .aboutbar .right .conactBtn .iconfont{
    margin-right: 10px;
    display: inline-block;
  }
  

  .bossgoo-index-about37 .aboutbar .left .leftinner .imgbox a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 0.4rem;
  }
  .bossgoo-index-about37 .aboutbar {
    width: 100%;
  }
  .bossgoo-index-about37 .aboutbar .right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .bossgoo-index-about37 .aboutbar .right .text {
    line-height: 1.5;
    font-size: .28rem;
    margin-bottom: .6rem;
  }
  .bossgoo-index-about37 .aboutbar .left {
    height: auto;
    position: static;
    margin-bottom: 10px;
  }
  .bossgoo-index-about37 .aboutbar {
    height: auto;
  }
  .bossgoo-index-about37 .aboutbar .right .more,
  .bossgoo-index-about37 .aboutbar .right .factory {
    font-size: 0.36rem;
    padding: 0 0.1rem;
    height: 0.8rem;
    line-height: 0.72rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-index-about37 {
    padding: 0 0.2rem;
  }
  .bossgoo-index-about37 .aboutbar .left {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .bossgoo-index-about37 .aboutbar .left .leftinner .imgbox a {
    transform: translate(-50%, -50%);
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.32rem;
  }
  .bossgoo-index-about37 .aboutbar .right .more,
  .bossgoo-index-about37 .aboutbar .right .factory {
        font-size: 0.28rem;
        padding: 0px 0.2rem;
        width: auto;
        height: auto;
        line-height: 2;
        display: flex;
        align-items: center;
  }

}
