.AboutUs-BigBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.AboutUs-one {
  width: 1400px;
  padding: 110px 0 0 0;
}

.AboutUs-one-top {
  display: flex;
}

.AboutUs-one-top-left {
  width: 760px;
}

.AboutUs-one-top-left-top {
  display: flex;
  align-items: end;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 46px;
  border-bottom: 1px solid #eeeeee;
}

.AboutUs-one-top-left-top-span {
  font-size: 18px;
  color: #0a83d0;
  margin-left: 10px;
}

.AboutUs-one-top-left-tow {
  margin-top: 30px;
  font-size: 16px;
  color: #585757;
  line-height: 27px;
}

.AboutUs-one-top-right {
  margin-left: 70px;
  margin-top: 87px;
  height: 430px;
  overflow: hidden;
}

.AboutUs-one-top-right-img {
  width: 570px;
  height: 430px;
  transition: transform 0.5s ease-in-out;
}

.AboutUs-one-top-right:hover .AboutUs-one-top-right-img{
  transform: scale(1.2);;
}

/*.AboutUs-one-bom {*/
/*  margin-top: 60px;*/
/*}*/

.AboutUs-one-bom-bigbox {
  display: flex;
  justify-content: space-between;
}

.AboutUs-one-bom-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.AboutUs-one-bom-text {
  font-size: 18px;
  color: #222222;
}

.b1 {
  font-size: 55px;
  color: #222222;
  font-weight: bold;
}

.b1:hover {
  color: #ce2a31;
}

.b2 {
  font-size: 55px;
  color: #222222;
  font-weight: bold;
}

.b2:hover {
  color: #ce2a31;
}

.b3 {
  font-size: 55px;
  color: #222222;
  font-weight: bold;
}

.b3:hover {
  color: #ce2a31;
}


.b4 {
  font-size: 55px;
  color: #222222;
  font-weight: bold;
}

.b4:hover {
  color: #ce2a31;
}


.AboutUs-tow {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
  /*min-height: 1550px;*/
  background-image: url(../img/qxqy.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.AboutUs-tow-img {
  width: 100%;
  height: 3030px;
}


.AboutUs-tow-box {
  width: 1400px;
  padding: 90px 0 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.AboutUs-tow-title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}

.AboutUs-tow-title-text {
  margin-top: 10px;
  font-size: 20px;
  color: #818181;
}

.AboutUs-tow-text {
  margin-top: 39px;
  line-height: 33px;
  font-size: 16px;
  color: #686868;
  width: 1100px;
  text-align: center;
}

.shellC-box {
  margin-top: 110px;
}

.shellC {
  width: 1400px;
  height: 330px;
  position: relative;
  overflow: hidden;
}

.imagesC {
  width: 300%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  transition: .2s;
}

.imgC {
  width: 1400px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.imgC-box {
  width: 320px;
  height: 235px;
  box-shadow: 0px 0px 7px 6px rgba(0, 0, 0, 6%);
}

.imgC-box-imgbox{
  overflow: hidden;
}

.imgC-box-img {
  width: 320px;
  height: 235px;
  transition: transform 0.5s ease-in-out;
}

.imgC-box:hover .imgC-box-img{
  transform: scale(1.2);;
}

.min-imagesC {
  display: flex;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  width: 100%;
  grid-gap: 30px;
  justify-content: center;
}

.minC {
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 45%);
}

.whiteC {
  background-color: rgba(247, 247, 247, 100%);
}

.AboutUs-three {
  position: relative;
  display: flex;
  justify-content: center;
}

.AboutUs-three-img {
  width: 100%;
  height: 719px;
}

.AboutUs-three-box {
  position: absolute;
  width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 77px;
}

.AboutUs-three-title {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
}

.AboutUs-three-text {
  font-size: 20px;
  color: #818181;
  margin-top: 15px;
}

.AboutUs-three-title-img {
  margin-top: 55px;
  width: 961px;
  /*height: 336px;*/
}

.AboutUs-tow-img2{
  margin-top: 56px;
  width: 1348px;
  /*height: 434px;*/
}

.AboutUs-two-ulBox{
  margin-top: 102px;
}

.AboutUs-two-ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.AboutUs-two-li{
  margin: 15px;
}



