
.company {
  white-space: pre-wrap;
}
.company_container {
  width: 100%;
  margin: 0 auto;
}
.contact_container {
  margin: 0 auto;
  padding-top: 20px;
  background-color: #f4f4f4;
}
.contact_box {
  width: 100%;
  margin: 0 auto;
  background-color: #339900;
}
.contact_box .contact_info {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.contact_box .contact_info .title {
  margin-bottom: 15px;
  font-size: 18px;
  color: #6b6b6b;
  font-weight: bold;
}
.contact_box .contact_info ul {
  line-height: 25px;
  font-size: 15px;
  color: #fff;
}
.contact_container .company {
  line-height: 35px;
  font-size: 18px;
  font-weight: 200;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.map {
  width: 100%;
  height: 150px;
  border: #ccc solid 1px;
}
/* 证书 */
.site .swiper-container {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  --swiper-navigation-size: 16px;
  --swiper-pagination-color: #6da92b;
  padding: 0 30px;
  margin-bottom: 40px;
}
.site .swiper-button-next {
  right: 0;
}
.site .swiper-button-prev {
  left: 0;
}
.site .swiper-button-next,
.site .swiper-button-prev {
  width: 30px;
  height: 30px;
  color: #333;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.2);
}
.site .swiper-slide-item {
  width: 110px;
  height: 170px;
  margin: 0 auto;
  font-size: 13px;
  background-color: #fff;
}
.site_name {
  width: 90%;
}
.site .swiper-slide-item img {
  width: 100%;
  height: 120px;
}
/* 案例 */
.case .swiper-case {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 40px;
}
.case .swiper-slide {
  text-align: center;
  position: relative;
  width: 500px;
}
.case .swiper-slide img {
  width: 180px;
}
.case .swiper-slide .item-name {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%) rotateX(90deg);
  width: 230px;
  height: 90px;
  line-height: 90px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 3px;
  background-color: #5dae07da;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transition: all ease 0.5s;
}
.case .swiper-slide img:hover + .item-name {
  opacity: 1;
  transform: translateX(-50%) rotateX(0deg);
}

.qrcode {
  width: 120px;
  height: 120px;
  margin-top: 20px;
}
.about-qrcode img {
  width: 100%;
  height: 100%;
  margin-top: 0px;
}
.message_trial {
  flex: 1;
  margin-left: 50px;
}
.message_trial_form {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.message_trial_form .message_item {
  flex: 1;
}
.message_trial_form .message_item:first-child {
  margin-right: 20px;
}
.message_trial_form .message_item input {
  width: 96%;
  height: 35px;
  margin: 8px 0;
  border: unset;
  border-radius: 4px;
  text-indent: 10px;
}
.message_tab {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.message_trial_form .message_item .textarea {
  height: 137px;
  border: unset;
  border-radius: 4px;
  text-indent: 10px;
}
.message_item .btns {
  margin: 8px 0;
  display: flex;
  justify-content: space-between;
}
.message_item .btns span {
  flex: 1;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  margin-right: 16px;
}
.message_item .btns span:first-child {
  margin-right: 20px;
  background-color: #ffcc00;
  color: #333;
}
input:focus {
  border: 0 !important;
}