#contact_us {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#contact_us .cubox1item {
  max-width: 1920px;
  display: flex;
  margin: 0 auto;
  width: 100%;
}
#contact_us .cubox1item .banner {
  display: flex;
}
body {
  background-color: #f8f8f8;
}
.cubox2item {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  width: 1338px;
  height: 478px;
  background-color: #fff;
  margin-bottom: 55px;
  margin-top: 65px;
}
.cubox2item .l {
  display: flex;
}
.cubox2item .l .img {
  display: flex;
  width: 607px;
  height: 478px;
}
.cubox2item .r {
  flex: 1;
  padding-left: 90px;
  padding-top: 149px;
  display: flex;
  flex-direction: column;
}
.cubox2item .r h2 {
  margin-bottom: 55px;
  font-weight: bold;
  font-size: 33px;
  color: #000000;
}
.cubox2item .r p {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-bottom: 12px;
}
.cubox2item .r p span {
  display: flex;
  width: 23px;
}
.cubox3item {
  margin: 0 auto;
  margin-bottom: 80px;
  width: 1338px;
  height: 600px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.cubox3item .boxformcon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cubox3item .boxformcon > h2 {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 15px;
}
.cubox3item .boxformcon > p {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}
.cubox3item .boxformcon #message_form {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 60px;
}
.cubox3item .boxformcon #message_form .errtxt {
  position: absolute;
  bottom: -16px;
  left: 14px;
  font-weight: 400;
  font-size: 10px;
  color: #e60012;
}
.cubox3item .boxformcon #message_form > header {
  margin-bottom: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cubox3item .boxformcon #message_form > header .inputbox1 {
  margin-right: 43px;
}
.cubox3item .boxformcon #message_form .itemform {
  position: relative;
  width: 603px;
  border-radius: 7px;
  border: 0.5px solid #e6e6e6;
}
.cubox3item .boxformcon #message_form .itemform > input {
  background: transparent;
  font-size: 14px;
  width: 100%;
  outline: none;
  border: none;
  height: 46px;
  padding: 0 15px;
}
.cubox3item .boxformcon #message_form > main {
  display: flex;
  justify-content: center;
}
.cubox3item .boxformcon #message_form > main .textareabox {
  width: 1250px;
}
.cubox3item .boxformcon #message_form > main .textareabox textarea {
  resize: none;
  box-sizing: border-box;
  outline: none;
  border: none;
  width: 100%;
  font-size: 14px;
  padding: 0 14px;
  margin-top: 15px;
}
.cubox3item .boxformcon #message_form .buttonbox {
  margin-top: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cubox3item .boxformcon #message_form .buttonbox #message_btn {
  height: 50px;
  border-radius: 5px;
  width: 1250px;
  background: #e60012;
  color: #fff;
  border: none;
  outline: none;
  font-weight: bold;
  font-size: 20px;
}
.cuboxf3item {
  width: 1338px;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 75px;
}
.cuboxf3item > header {
  font-weight: bold;
  font-size: 63px;
  color: #000000;
  line-height: 79px;
  margin-left: 12px;
  margin-bottom: 30px;
}
.cuboxf3item > main {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cuboxf3item > main .ul1 {
  margin-bottom: 38px;
}
.cuboxf3item > main .ul1,
.cuboxf3item > main .ul2 {
  display: flex;
  justify-content: space-between;
}
.cuboxf3item > main .ul1 li,
.cuboxf3item > main .ul2 li {
  transition: all 0.3s ease;
  background-color: #fff;
  width: 307px;
  height: 308px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cuboxf3item > main .ul1 li:hover,
.cuboxf3item > main .ul2 li:hover {
  background-color: #E60012;
}
.cuboxf3item > main .ul1 li:hover h2:nth-of-type(1),
.cuboxf3item > main .ul2 li:hover h2:nth-of-type(1) {
  color: #fff;
}
.cuboxf3item > main .ul1 li:hover h2:nth-of-type(2),
.cuboxf3item > main .ul2 li:hover h2:nth-of-type(2) {
  color: #fff;
}
.cuboxf3item > main .ul1 li:hover p,
.cuboxf3item > main .ul2 li:hover p {
  color: #fff;
}
.cuboxf3item > main .ul1 li h2,
.cuboxf3item > main .ul2 li h2 {
  font-weight: bold;
  font-size: 40px;
}
.cuboxf3item > main .ul1 li h2:nth-of-type(1),
.cuboxf3item > main .ul2 li h2:nth-of-type(1) {
  margin-top: 30px;
  margin-bottom: 8px;
  color: #a7a7a7;
}
.cuboxf3item > main .ul1 li h2:nth-of-type(2),
.cuboxf3item > main .ul2 li h2:nth-of-type(2) {
  margin-bottom: 24px;
  color: #E60012;
}
.cuboxf3item > main .ul1 li p,
.cuboxf3item > main .ul2 li p {
  text-align: center;
  font-weight: 400;
  padding: 0 24px;
  font-size: 12px;
  color: #010101;
  line-height: 24px;
}
