.ContactUS-BigBox{
  display: flex;
  justify-content: center;
}

.ContactUS-Box{
  width: 1400px;
  padding: 65px 0 78px 0;
}

.shellD {
  width: 100%;
  height: 553px;
  position: relative;
  overflow: hidden;
}

.imagesD {
  width: 300%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  transition: .2s;
}

.imgD {
  width: 100%;
  height: 100%;
  position: relative;
}

.imgD-img{
  width: 100%;
}

.min-imagesD {
  display: flex;
  position: absolute;
  bottom: 50px;
  z-ContactUS: 1;
  width: 100%;
  grid-gap: 15px;
  justify-content: center;
}

.minD {
  width: 12px;
  height: 12px;
  cursor: pointer;
  border-radius: 50%;
  background-color: rgba(10, 131, 208, 45%);
}

.whiteD {
  background-color: rgba(10, 131, 208, 100%);
}

.imgD-bigbox{
  position: absolute;
  top: 0;
  z-ContactUS: 1;
  width: 1200px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.imgD-box{
  width: calc(322px - 60px);
  padding: 50px 30px 57px 30px;
  box-shadow: 4px 4px 4px 6px rgba(0, 0, 0, 6%);
  background-color: #ffffff;
}

.imgD-box-title{
  font-size: 24px;
  color: #2e2e2e;
}

.imgD-box-tow{
  margin-top: 60px;
}

.imgD-box-tow-img{
  width: 20px;
  height: 18px;
}

.imgD-box-three{
  margin-top: 22px;
  font-size: 16px;
  color: #333333;
}

.imgD-box-four{
  font-size: 18px;
  color: #0a83d0;
  margin-top: 20px;
}

.imgD-box-heng{
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin-top: 29px;
}

.imgD-box-five{
  margin-top: 32px;
}

.imgD-box-five-img{
  width: 21px;
  height: 16px;
}

.imgD-box-six{
  margin-top: 22px;
  font-size: 16px;
  color: #333333;
}

.imgD-box-seven{
  font-size: 18px;
  color: #0a83d0;
  margin-top: 20px;
}

.ContactUS-four-box{
  margin-top: 53px;
}

.ContactUS-four-box-top{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ContactUS-four-box-title{
  font-size: 30px;
  font-weight: bold;
  color: #2e2e2e;
}

.ContactUS-four-box-text{
  font-size: 20px;
  color: #818181;
  margin-top: 10px;
}

.ContactUS-four-box-bom{
  margin-top: 40px;
  width: 1400px;
  height: 400px;
  background-color: rgba(5, 129, 207, 87%);
}

.ContactUS-four-box-bom-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px 40px 0 40px;
  grid-gap: 24px;
}

.ContactUS-four-box-bom-top-input{
  width: calc(312px - 24px);
  height: 52px;
  border: 0;
  font-size: 16px;
  color: #333333;
  padding-left: 24px;
}

.ContactUS-four-box-bom-main{
  margin-top: 28px;
  padding: 0 40px;
  display: flex;
}

.ContactUS-four-box-bom-main-textarea{
  font-size: 16px;
  color: #333333;
  border: 0;
  padding: 20px;
  flex: 1;
  height: calc(145px - 40px);
}

.ContactUS-four-box-bom-but-box{
  padding-left: 40px;
  margin-top: 30px;
}

.ContactUS-four-box-bom-but{
  width: 169px;
  height: 52px;
  border: 0;
  background-color: #ce2a31;
  color: #ffffff;
  font-size: 16px;
}