.main {
  padding-top: 40px;
  padding-bottom: 60px;
}

.contact {
  margin: 20px 0 0 0;
}

.contact h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.contact p{
  line-height:1.7;
  font-size:16px;
}
.contact hr {
  width: 21px;
  height: 3px;
  background: #14171A;
  margin: 20px auto 0;
}

.contact h4 {
  font-size: 18px;
  color: #333;
  font-weight: 300;
  text-align: center;
  margin: 15px 0 0;
  line-height: 1.7;
}

.contact ul {
  margin: 40px 0 0 0;
}

.contact ul li {
  float: left;
  width: 33.33333333%;
  padding: 20px 15px 0;
  box-sizing: border-box;
  height: 200px;
  text-align: center;
  border-right: 1px solid #EBEBEB;
}

.contact ul li:last-child {
  border-right: none;
}

.contact ul li em {
  background: var(--color-primary);
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
}

.contact ul li em i {
  font-size: 28px;
  color: #fff;
}

.contact ul li h6 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}

.contact ul li p {
  color: #444;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 24px;
}

.contact ul li p a {
  color: #444;
}

.contact ul li p a:hover {
  color: #E62129;
}


.contactbox {
  margin: 50px 0 0;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
}
.pic2{
  padding: 80px 0 0;
}
.pic2 h4{
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  text-align: center;
  /* text-transform: uppercase; */
}
.pic2 img{
  width: 50%;
  margin: auto;
  display: block;
  margin-top: 30px;
}
.map {
  /* float: right; */
  width: 45%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  text-align:center;
  /* margin:auto; */
  align-content: center;
  background: #f7f7f7;
}

.map img {
  width: 100px;
}
.map p{
  line-height:1.7;
  font-size:18px;
}
.contact-inquiry {width: 51%;position: relative;background: #f7f7f7;padding: 10px 7px;}

.contact-inquiry h4 {
  font-size: 30px;
  line-height: 50px;
  /* background: #3C3C3C; */
  color: #333;
  padding: 0 0 0 15px;
  text-align: center;
}

.contact-inquiry .inquirbox {
  border: 1px solid #D5D5D5;
  border-top: none;
  padding: 20px 0px 0;
}

.inquirbox {}

.inquirbox h5 {
  background: #F0B323;
}

.inquirbox .row {
  margin-bottom: 15px;
}

.inquirbox input[type="text"],
.inquirbox textarea {
  padding: 10px 10px;
  font-size: 14px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}

.inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquirbox input[type="text"]:focus,
.inquirbox textarea:focus {
  box-shadow: 0 0 5px #999;
  background: #fafafa;
  border-color: #999;
  outline: 0
}

.inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquirbox .yzm {
  width: 70%;
  margin-right: 10px;
}

.inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquirbox input.submit {
  margin: 0 auto;
  width: 150px;
  line-height: 42px;
  background: #3C3C4F;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
}

.inquirbox input.submit:hover {
  background: #D61518;
}

@media screen and (max-width:1200px) {
  .main {
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .contact h3 {
    font-size: 22px;
  }

  .contact h4 {
    font-size: 15px;
  }

  .contact ul {
    margin: 20px 0 0;
    border-top: none;
  }

  .contact ul li {
    float: none;
    border: none;
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px dashed #D2D2CF;
  }

  .contact ul li h6 {
    font-size: 16px;
    margin: 10px 0 0;
  }

  .contact ul li p {
    font-size: 14px;
    line-height: 22px;
  }

  .contactbox {
    margin: 20px 0 0;
  }

  .map {
    float: none;
    width: 100%;
  }

  .contact-inquiry {
    margin: 20px 0 0;
  }

  .contact-inquiry h4 {
    font-size: 18px;
    line-height: 36px;
  }

  .contact-inquiry .inquirbox {
    padding: 15px 15px 0;
  }

  .inquirbox .row {
    margin-bottom: 0;
  }

  .inquirbox .row>div {
    margin-bottom: 10px;
  }

  .inquirbox input.submit {
    width: 130px;
    line-height: 34px;
    font-size: 15px;
  }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  /* padding-left: 0px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
