.newstop {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.header {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3); }

.menutop p {
  font-size: 18px;
  font-family: Poppins;
  line-height: 63px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
}
.menutop i {
  display: inline-block;
  line-height: 17px;
  vertical-align: text-top;
  margin-right: 15px; }
.menutop a {
  color: #999;
  text-transform: uppercase;
  margin-right: 8px; }

.contat {
  margin-top: 77px; }

.contc {
  display: inline-block; }
  .contc b {
    width: 100px;
    height: 4px;
    background: #333;
    display: block; }
  .contc h2 {
    font-size: 60px;
    font-weight: 700;
    color: #333333;
    line-height: 64px;
    margin-top: 23px; }

.catsend {
  display: inline-block;
  width: 360px;
  height: 70px;
  background: #231815;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 70px;
  text-align: center;
  margin-left: 155px;
  vertical-align: text-bottom;
  cursor: pointer; }

.cntboxa {
  background: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  margin-top: -117px; }

.cntboxb {
  margin: 100px auto 100px;
  font-size: 0;
  width: 1400px; }

.office {
  display: inline-block;
  width: 332px;
  vertical-align: top; }
  .office h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    line-height: 24px; }
  .office h3 {
    font-size: 20px;
    font-family: Poppins;
    color: #333333;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 33px; }
  .office b {
    width: 60px;
    height: 4px;
    background: #666666;
    display: block; }
  .office p {
    font-size: 14px;
    font-family: Poppins;
    color: #666666;
    line-height: 20px;
    margin-top: 26px;
    margin-bottom: 20px; }
  .office > a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    color: #666666;
    line-height: 20px; }

.cntline {
  display: inline-block;
  margin: 0 100px;
  width: 1px;
  height: 245px;
  background: black;
  opacity: 0.1; }

.set2 {
  height: 640px;
  margin-top: 80px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3); }

.setform {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: none; }

.formoff {
  font-size: 24px;
  margin: -38px -20px 0 0;
  color: #333; }

.igbox {
  width: 65%;
  margin: auto;
  padding: 50px 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff; }
  .igbox h2 {
    font-size: 36px;
    font-weight: 700;
    color: #333;
    line-height: 28px; }
  .igbox p {
    font-size: 18px;
    font-family: Poppins;
    color: #333;
    line-height: 50px; }

.forms {
  width: 100%;
  margin: 28px auto 0; }

.forms form {
  overflow: hidden; }

.forms form label {
  display: inline-block;
  margin-bottom: 20px;
  width: 49.1%;
  background: #f2f2f2; }

.forms form label input, .forms form label textarea {
  display: block;
  border: none;
  padding-left: 30px;
  width: 100%;
  outline: none;
  background: #f2f2f2;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.2); }

.forms form label input {
  padding: 19px 0;
  padding-left: 30px;
  border: none;
  width: 100%; }

.forms form label input:focus-within {
  background-color: #f2f2f2 !important;
  background-image: none !important;
  color: #999 !important; }

#wap {
  width: 100%; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-weight: lighter;
  font-size: 18px; }

.forms form label:nth-child(n) {
  padding-left: 0;
  float: left; }

.forms form label:nth-child(2n) {
  padding: 0;
  float: right; }

.forms form label.mes {
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 40px; }

.forms form textarea {
  padding-top: 19px;
  width: 100%;
  height: 151px; }

.forms form div.subn {
  width: 360px;
  height: 70px;
  background-color: #f44336;
  clear: both;
  position: relative;
  margin: auto; }

.forms form div.subn i {
  color: #fff;
  font-size: 28px;
  position: absolute;
  top: 21px;
  right: 28%; }

.forms form .sub {
  display: block;
  background-color: #231815;
  text-align: center;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  border: none !important;
  color: #fff;
  font-weight: bold;
  width: 100%; }

@media screen and (min-width: 1440px) and (max-width: 1630px) {
  .cntboxb {
    width: 1300px; }

  .cntline {
    margin: 0 75px; }

  .set2 {
    height: 580px; } }
@media screen and (min-width: 1200px) and (max-width: 1429px) {
  .newstop {
    height: 350px; }

  .contat {
    margin-top: 60px; }

  .contc h2 {
    font-size: 46px;
    line-height: 56px;
    margin-top: 23px; }

  .catsend {
    width: 350px;
    height: 62px;
    line-height: 62px; }

  .cntboxa {
    margin-top: -90px; }

  .cntboxb {
    margin: 70px auto 70px;
    width: 1070px; }

  .office {
    width: 290px; }

  .cntline {
    margin: 0 25px; }

  .set2 {
    height: 450px; }

  .office h3 {
    font-size: 16px;
    line-height: 26px; }

  .office h2 {
    font-size: 26px; } }
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  .banner .container, .set1 .container {
    width: 970px; }

  .cntboxb {
    margin: 70px auto 70px;
    width: 900px; }

  .office {
    width: 270px; }

  .cntline {
    margin: 0 22px; }

  .cntboxa {
    margin-top: -90px; }

  .set2 {
    height: 500px; }

  .igbox {
    width: 90%; } }
@media screen and (min-width: 768px) and (max-width: 999px) {
  .cntboxb {
    margin: 70px auto 70px;
    width: 700px; }

  .igbox {
    width: 92%; }

  .office {
    width: 200px; }

  .cntline {
    margin: 0 20px; }

  .cntboxa {
    margin-top: -90px; }

  .set2 {
    height: 400px; }

  .catsend {
    width: 300px;
    margin-left: 40px; }

  .office h2 {
    font-size: 24px; }

  .office h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 21px;
    margin-top: 27px; } }
@media screen and (max-width: 767px) {
  body, html {
    overflow-x: hidden; }

  .banner > img {
    height: 210px;
    object-fit: cover; }

  .menutop p {
    font-size: 14px;
    padding: 15px 0;
    line-height: 20px; }

  .banner .container, .set1 .container {
    padding: 0 20px; }

  .contat {
    margin-top: 50px; }

  .contc b {
    width: 60px;
    height: 3px; }

  .contc h2 {
    font-size: 28px;
    line-height: 30px;
    margin-top: 20px; }

  .catsend {
    display: block;
    width: 75%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    margin-left: 0;
    margin-top: 30px; }

  .cntboxa {
    margin-top: -60px; }

  .set1 {
    padding: 20px; }

  .cntboxb {
    margin: 40px auto 10px;
    width: 100%; }

  .office {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px; }

  .cntline {
    display: none; }

  .newstop {
    height: 320px; }

  .office h2 {
    font-size: 22px;
    line-height: 18px; }

  .office h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 20px; }

  .office b {
    width: 45px;
    height: 3px; }

  .office p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 15px; }

  .set2 {
    height: 300px;
    margin-top: 30px; }

  .igbox {
    width: 95%;
    padding: 20px; }

  .igbox h2 {
    font-size: 26px;
    line-height: 28px; }

  .igbox p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px; }

  .forms form label {
    margin-bottom: 10px;
    width: 100%; }

  .formoff {
    margin: -20px -12px 0 0; }

  .forms form label input {
    padding: 12px 0;
    padding-left: 20px;
    width: 100%; }

  .forms form label input, .forms form label textarea {
    padding-left: 20px;
    font-size: 14px; }

  .forms form label.mes {
    margin-bottom: 30px; }

  .forms form div.subn {
    height: 60px; }

  .forms form .sub {
    font-size: 14px;
    height: 60px;
    line-height: 60px; }

  .forms form div.subn i {
    font-size: 24px;
    top: 17px; }

  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 14px; } }

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