body {
  padding-top: 124px;
}
body .banner {
  position: relative;
}
body .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 230px;
}
body .banner p {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 35%;
  font-size: 2vw;
}
body .links {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding: 15px 0;
}
body .links .box {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
}
body .links .box a {
  color: #777;
  font-size: 14px;
}
body .links .box span {
  color: #b5b5b5;
  margin: 0 5px;
  font-size: 14px;
}
body .links .box p {
  color: #333;
  font-size: 14px;
}
body .section1 {
  max-width: 1440px;
  margin: 2vw auto;
  width: 90%;
}
body .section1 .t {
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
body .section1 .t1 {
  color: #333;
  font-weight: 500;
  margin: 2vw 0 1vw 0;
}
body .section1 .content {
  display: flex;
  justify-content: space-between;
}
body .section1 .content .l {
  width: 48%;
}
body .section1 .content .l .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .section1 .content .l .box .item {
  width: 48%;
  border-radius: 5px;
  background: var(--www-naddod-com-about-us-contact-us-1920-x-1080-default-nero-02, rgba(255, 255, 255, 0));
  box-shadow: 0px 5px 10px 0px rgba(230, 230, 230, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
}
body .section1 .content .l .box .item .icon {
  width: 58px;
  height: 58px;
}
body .section1 .content .l .box .item .text {
  width: calc(98% - 58px);
}
body .section1 .content .l .box .item .text .p1 {
  color: #333;
  font-weight: 500;
}
body .section1 .content .l .box .item .text .des {
  color: #0063b4;
  font-size: 14px;
}
body .section1 .content .r {
  width: 48%;
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}
body .section1 .content .r .st {
  color: #333;
  font-weight: 500;
}
body .section1 .content .r .form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .section1 .content .r .form .item {
  width: 48%;
  margin-top: 20px;
}
body .section1 .content .r .form .item .tag {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
body .section1 .content .r .form .item .sr {
  width: 100%;
}
body .section1 .content .r .form .item .sr input, body .section1 .content .r .form .item .sr select, body .section1 .content .r .form .item .sr textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid var(--www-naddod-com-about-us-contact-us-1920-x-1080-default-alto, #dbdbdb);
  background: var(--www-naddod-com-about-us-contact-us-1920-x-1080-default-nero, #fff);
  font-size: 14px;
  color: rgba(54, 54, 54, 0.3);
  outline: none;
}
body .section1 .content .r .form .item .phone {
  display: flex;
}
body .section1 .content .r .form .item .phone .qh {
  width: 50px;
}
body .section1 .content .r .form .item .phone .qh select {
  background: #f7f7f7;
  width: 100px;
  outline: none;
  height: 43px;
  border: 1px solid var(--www-naddod-com-about-us-contact-us-1920-x-1080-default-alto, #dbdbdb);
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body .section1 .content .r .form .item .number {
  width: calc(100% - 50px);
}
body .section1 .content .r .form .item .number input {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--www-naddod-com-about-us-contact-us-1920-x-1080-default-alto, #dbdbdb);
  background: var(--www-naddod-com-about-us-contact-us-1920-x-1080-default-nero, #fff);
  font-size: 14px;
  color: rgba(54, 54, 54, 0.3);
  outline: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body .section1 .content .r .form .message {
  width: 100%;
}
body .section1 .content .r .form .message textarea {
  height: 150px;
  resize: none;
}
body .section1 .content .r .form .read {
  display: flex;
  align-items: center;
}
body .section1 .content .r .form .read .k {
  height: 16px;
  width: 16px;
  border: 1px solid #767676;
  border-radius: 2px;
  cursor: pointer;
  transition: all 600ms;
}
body .section1 .content .r .form .read .isread {
  background: black;
}
body .section1 .content .r .form .read .txt {
  color: #777;
  font-size: 14px;
  margin-left: 10px;
}
body .section1 .content .r .form .read .txt a {
  color: #0063b4;
}
body .section1 .content .r .form ._abtn {
  width: 100%;
  text-align: right;
}
body .section1 .content .r .form ._abtn .submit {
  display: inline-block;
  border-radius: 3px;
  background: #0063b4;
  padding: 8px 15px;
  color: white;
  cursor: pointer;
}
body .section2 {
  width: 90%;
  max-width: 1440px;
  margin: 4vw auto;
}
body .section2 .t {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}
body .section2 .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
body .section2 .content .l {
  width: 48%;
  overflow: hidden;
}
body .section2 .content .l img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  transition: all 600ms;
}
body .section2 .content .l:hover img {
  transform: scale(1.05);
}
body .section2 .content .r {
  width: 48%;
}
body .section2 .content .r .item {
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0;
}
body .section2 .content .r .item .d1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .section2 .content .r .item .d1 p {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #363636;
  font-weight: 500;
}
body .section2 .content .r .item .d1 .icon {
  transform: rotate(90deg);
  transition: all 600ms;
}
body .section2 .content .r .item .d1 .icon img {
  display: block;
}
body .section2 .content .r .item .d2 {
  margin: 10px 0;
  display: none;
}
body .section2 .content .r .item .d2 .info .st {
  color: #363636;
  font-weight: 500;
}
body .section2 .content .r .item .d2 .info .i1 {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
body .section2 .content .r .item .d2 .info .i1 .i1con {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .section2 .content .r .item .d2 .info .i1 .i1con img {
  max-width: 20px;
  max-height: 20px;
  object-fit: contain;
  display: block;
}
body .section2 .content .r .item .d2 .info .i1 p {
  margin-left: 10px;
  font-size: 14px;
  color: #777777;
}
body .section2 .content .r .active .d1 .icon {
  transform: rotate(180deg);
}
body .section3 {
  background: #fafafa;
  padding: 4vw 0;
}
body .section3 .content {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
body .section3 .content .l {
  width: 70%;
  position: relative;
}
body .section3 .content .l .bg {
  width: 100%;
  display: block;
  object-fit: cover;
  height: calc(35vw   10px);
}
body .section3 .content .l .text {
  position: absolute;
  left: 10%;
  top: 15%;
  color: white;
}
body .section3 .content .l .text .p1 {
  font-size: 2.4vw;
}
body .section3 .content .l .text .p2 {
  font-size: 1vw;
  font-weight: lighter;
  letter-spacing: 5px;
}
body .section3 .content .l a {
  position: absolute;
  left: 10%;
  bottom: 15%;
  display: flex;
  padding: 13px 31px;
  align-items: center;
  width: 215px;
  background: #0063b4;
  cursor: pointer;
  justify-content: space-around;
  color: #fff;
  font-size: 16px;
  transition: all 600ms;
  text-decoration: none;
  opacity: 0;
}
body .section3 .content .l a .img-box {
  transition: all 600ms;
}
body .section3 .content .l a:hover .img-box {
  transform: translatex(10px);
}
body .section3 .content .l::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 600ms;
}
body .section3 .content .l:hover::before {
  opacity: 1;
}
body .section3 .content .l:hover a {
  opacity: 1;
}
body .section3 .content .r {
  width: 30%;
}
body .section3 .content .r .item {
  position: relative;
}
body .section3 .content .r .item .bg {
  width: 100%;
}
body .section3 .content .r .item .text {
  position: absolute;
  left: 10%;
  top: 15%;
  color: white;
}
body .section3 .content .r .item .text .p1 {
  font-size: 1.8vw;
}
body .section3 .content .r .item .text .p2 {
  font-size: 1vw;
  font-weight: lighter;
  letter-spacing: 5px;
}
body .section3 .content .r .item a {
  position: absolute;
  left: 10%;
  bottom: 15%;
  display: flex;
  padding: 13px 31px;
  align-items: center;
  width: 215px;
  background: #0063b4;
  cursor: pointer;
  justify-content: space-around;
  color: #fff;
  font-size: 16px;
  transition: all 600ms;
  text-decoration: none;
  opacity: 0;
}
body .section3 .content .r .item a .img-box {
  transition: all 600ms;
}
body .section3 .content .r .item a:hover .img-box {
  transform: translatex(10px);
}
body .section3 .content .r .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 600ms;
}
body .section3 .content .r .item:hover::before {
  opacity: 1;
}
body .section3 .content .r .item:hover a {
  opacity: 1;
}
body .section3 .content .r .item:last-child {
  margin-top: 10px;
}
body .section4 {
  background:  no-repeat;
  background-size: cover;
  width: 100%;
  padding: 4vw 0;
}
body .section4 p {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  font-size: 20px;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 60px;
  }
  body .banner img {
    height: 150px;
  }
  body .banner p {
    font-size: 20px;
  }
  body .section1 .content {
    flex-direction: column;
  }
  body .section1 .content .l {
    width: 100%;
  }
  body .section1 .content .l .box .item {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
  body .section1 .content .r {
    border-left: none;
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  body .section1 .content .r .form ._abtn {
    margin-top: 15px;
  }
  body .section2 .content {
    flex-direction: column;
    margin-top: 20px;
  }
  body .section2 .content .l {
    width: 100%;
  }
  body .section2 .content .r {
    width: 100%;
  }
  body .section3 {
    padding: 30px 0;
  }
  body .section3 .content {
    flex-direction: column;
  }
  body .section3 .content .l {
    width: 100%;
  }
  body .section3 .content .l .bg {
    height: 300px;
  }
  body .section3 .content .l .text .p1 {
    font-size: 24px;
  }
  body .section3 .content .l .text .p2 {
    font-size: 16px;
  }
  body .section3 .content .r {
    width: 100%;
  }
  body .section3 .content .r .item .bg {
    height: auto !important;
  }
  body .section3 .content .r .item .text .p1 {
    font-size: 24px;
  }
  body .section3 .content .r .item .text .p2 {
    font-size: 16px;
  }
  body .section4 {
    padding: 25px 0;
  }
  body .section4 p {
    font-size: 16px;
  }
}

/*# sourcemappingurl=contact.css.map */
