* {
  margin: 0;
  padding: 0;
}
.public_w {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
.contact1 .top {
  width: 100%;
  /* height: 500px; */
  /* background: url('../images/about_bg.png') no-repeat 100%; */
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /* border: 1px #f00 solid; */
}
.contact1 .top > img {
  width: 100%;
}
.contact1 .top .top1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.contact1 .top .top1 .top2 {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  font-family: GOTHICB;
  font-weight: bold;
  font-size: 50px;
  color: #FFFFFF;
  line-height: 61px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-style: normal;
  display: flex;
  align-items: center;
  /* border: 1px #f00 solid; */
}
.contact1 .news_nav {
  width: 100%;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 6px 6px 0px rgba(219, 219, 219, 0.3);
  margin: 0 auto;
  /* border: 1px #f00 solid; */
}
.contact1 .news_nav > div {
  width: 1400px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.contact1 .news_nav > div > img {
  width: 30px;
  height: 28px;
}
.contact1 .news_nav > div > a {
  font-family: LVNM;
  font-weight: 700;
  font-size: 20px;
  color: #777777;
  line-height: 21px;
  text-align: justify;
  font-style: normal;
  margin: 0 7px 0 12px;
}
.contact1 .news_nav > div > span {
  display: block;
  width: 5px;
  height: 7px;
  line-height: 7px;
  text-align: center;
  margin-top: -5px;
  font-size: 17px;
  color: #979797;
}
.contact1 .news_nav > div > p {
  font-family: LVNM;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  font-style: normal;
  margin-left: 12px;
}
.contact1 .cont {
  width: 95%;
  margin: 0 auto;
  /* z-index: 800; */
  margin-top: 130px;
  position: relative;
}
.contact1 .cont > h3 {
  font-family: GOTHICB;
  font-weight: bold;
  font-size: 44px;
  color: #333333;
  line-height: 54px;
  text-align: justify;
  font-style: normal;
}
.contact1 .cont > div:nth-of-type(1) {
  width: 100%;
  height: 40px;
  margin: 20px 0 80px 0;
  display: flex;
  align-items: center;
  /* border: 1px #f00 solid; */
}
.contact1 .cont > div:nth-of-type(1) > span {
  width: 107px;
  height: 2px;
  background: #333333;
}
.contact1 .cont > div:nth-of-type(1) > p {
  font-family: LVNM;
  font-weight: 500;
  font-size: 32px;
  color: #777777;
  font-style: normal;
  margin-left: 38px;
}
.contact1 .cont .cont2 {
  width: 100%;
  height: 838px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 8px rgba(158, 158, 158, 0.14);
  display: flex;
  justify-content: space-between;
}
.contact1 .cont .cont2 .cont2_l,
.contact1 .cont .cont2 .cont2_r {
  width: 40%;
  /* border: 1px #0f0 solid; */
}
.contact1 .cont .cont2 .cont2_l {
  margin-left: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact1 .cont .cont2 .cont2_l > p {
  font-family: TT0142M;
  /* font-weight: 500; */
  font-size: 44px;
  color: #333333;
  line-height: 52px;
  text-align: justify;
  font-style: normal;
  margin: 80px 0;
}
.contact1 .cont .cont2 .cont2_l span {
  font-family: LVNM;
  font-weight: normal;
  font-size: 18px;
  color: #777777;
  line-height: 30px;
  text-align: center;
  font-style: normal;
}
.contact1 .cont .cont2 .cont2_l > img:nth-of-type(1) {
  width: 26px;
  height: 34px;
  margin-bottom: 26px;
}
.contact1 .cont .cont2 .cont2_l > img:nth-of-type(2) {
  width: 26px;
  height: 26px;
  margin: 60px 0 26px 0;
}
.contact1 .cont .cont2 .cont2_l > img:nth-of-type(3) {
  width: 26px;
  height: 22px;
  margin: 60px 0 26px 0;
}
.contact1 .cont .cont2 .cont2_r {
  margin-right: 120px;
}
.contact1 .cont .cont2 .cont2_r > p {
  font-family: TT0142M;
  /* font-weight: 500; */
  font-size: 44px;
  color: #333333;
  line-height: 52px;
  text-align: center;
  font-style: normal;
  margin: 80px 0;
}
.contact1 .cont .cont2 .cont2_r .mess_form {
  width: 562px;
  /* border: 1px #f00 solid; */
}
.contact1 .cont .cont2 .cont2_r .mess_form .input1 {
  width: 562px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* background: #0f0; */
}
.contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box {
  width: 275px;
  /* height: 67px; */
  display: flex;
  align-items: center;
  background: #F6F6F6;
  margin-bottom: 12px;
  padding: 20px 0;
  /* border: 1px #f00 solid; */
}
.contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box .inpu1 {
  width: 100%;
  /* height: 67px; */
  padding-left: 12px;
  background: #F6F6F6;
}
.contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box .inp_tit {
  font-family: LVNM;
  font-weight: normal;
  font-size: 18px;
  color: #777777;
  line-height: 21px;
  text-align: justify;
  font-style: normal;
  margin-left: 24px;
}
.contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box .inp_tit > span {
  /* font-family: TT0142M; */
  font-weight: 500;
  font-size: 16px;
  color: #D80816;
  line-height: 22px;
  text-align: justify;
  font-style: normal;
  margin: 0 6px;
}
.contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box2 {
  width: 562px;
  height: 287px;
  background: #F6F6F6;
  /* border: 1px #f00 solid; */
}
.contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box2 .inp_tit {
  font-family: LVNM;
  font-weight: normal;
  font-size: 18px;
  color: #777777;
  line-height: 21px;
  text-align: justify;
  font-style: normal;
  margin: 23px 0 0 24px;
}
.contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box2 .inp_tit > span {
  /* font-family: TT0142M; */
  font-weight: 500;
  font-size: 16px;
  color: #D80816;
  line-height: 22px;
  text-align: justify;
  font-style: normal;
  margin: 0 6px;
}
.contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box2 .inpu2 {
  width: 514px;
  height: 242px;
  background: #F6F6F6;
  padding: 0 24px;
}
.contact1 .cont .cont2 .cont2_r .form_btn {
  width: 100%;
  /* height: 57px; */
  margin-top: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact1 .cont .cont2 .cont2_r .form_btn > input {
  width: 163px;
  height: 57px;
  border-radius: 57px;
  background: url('../images/sub.png') no-repeat center / 100%;
}
.contact1 .bot {
  width: 100%;
  /* height: 482px; */
  /* position: absolute; */
  /* background: url('../images/contact_bg2.png') no-repeat center/100%; */
  margin-bottom: 130px;
  margin-top: -59px;
  /* border: 1px #f00 solid; */
}
.contact1 .bot > img {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .contact1 {
    position: relative;
  }
  .contact1 .top {
    width: 100%;
    margin: 0 0;
  }
  .contact1 .top .top1 .top2 {
    font-size: calc(10px + 0.5rem);
  }
  .contact1 .news_nav {
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* border: 1px #f00 solid; */
  }
  .contact1 .news_nav > div {
    width: 55%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    margin: 0 2%;
    /* border: 1px #f00 solid; */
  }
  .contact1 .news_nav > div > img {
    width: 6%;
    height: 8%;
  }
  .contact1 .news_nav > div > a {
    font-size: calc(7px + 0.25rem);
    margin: 0 0 0 2%;
  }
  .contact1 .news_nav > div > span {
    width: 2%;
    height: 100%;
    font-size: calc(10px + 0.25rem);
    margin: -2% 1% 0 1%;
  }
  .contact1 .news_nav > div > p {
    font-size: calc(7px + 0.25rem);
    margin-left: 2%;
  }
  .contact1 .cont {
    width: 95%;
    position: absolute;
    top: calc(50px + 1.5rem);
    left: 50%;
    transform: translateX(-50%);
    /* border: 1px #f00 solid; */
  }
  .contact1 .cont > h3 {
    font-size: calc(15px + 0.25rem);
  }
  .contact1 .cont > div:nth-of-type(1) {
    width: 100%;
    margin-top: calc(10px + 0.05rem);
    margin-bottom: calc(20px + 0.5rem);
    /* border: 1px #f00 solid; */
  }
  .contact1 .cont > div:nth-of-type(1) > span {
    width: calc(40px + 0.25rem);
  }
  .contact1 .cont > div:nth-of-type(1) > p {
    font-size: calc(10px + 0.25rem);
    margin-left: calc(10px + 0.25rem);
  }
  .contact1 .cont .cont2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .contact1 .cont .cont2 .cont2_l,
  .contact1 .cont .cont2 .cont2_r {
    width: 100%;
  }
  .contact1 .cont .cont2 .cont2_l {
    margin-left: 0;
  }
  .contact1 .cont .cont2 .cont2_l > p {
    font-size: calc(15px + 0.25rem);
    margin: calc(20px + 0.25rem) 0;
    line-height: calc(10px + 0.25rem);
  }
  .contact1 .cont .cont2 .cont2_l span {
    font-size: calc(10px + 0.25rem);
  }
  .contact1 .cont .cont2 .cont2_l > img:nth-of-type(1) {
    margin-bottom: calc(10px + 0.25rem);
  }
  .contact1 .cont .cont2 .cont2_l > img:nth-of-type(2) {
    margin: calc(10px + 0.25rem) 0 calc(10px + 0.25rem) 0;
  }
  .contact1 .cont .cont2 .cont2_l > img:nth-of-type(3) {
    margin: calc(10px + 0.25rem) 0 calc(10px + 0.25rem) 0;
  }
  .contact1 .cont .cont2 .cont2_r {
    margin-right: 0;
  }
  .contact1 .cont .cont2 .cont2_r > p {
    font-size: calc(15px + 0.25rem);
    margin: calc(20px + 0.25rem) 0;
    line-height: calc(10px + 0.25rem);
  }
  .contact1 .cont .cont2 .cont2_r .mess_form {
    width: 100%;
  }
  .contact1 .cont .cont2 .cont2_r .mess_form .input1 {
    width: 100%;
  }
  .contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: calc(5px + 0.25rem) 0;
  }
  .contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box .inpu1 {
    font-size: calc(10px + 0.25rem);
  }
  .contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box .inp_tit {
    margin-left: 0;
    font-size: calc(10px + 0.25rem);
    padding-left: 10px;
  }
  .contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box2 {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    /* border: 1px #f00 solid; */
  }
  .contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box2 .inp_tit {
    margin: calc(10px + 0.25rem) 0 0 0;
    font-size: calc(10px + 0.25rem);
    padding-left: 10px;
  }
  .contact1 .cont .cont2 .cont2_r .mess_form .input1 .inp_box2 .inpu2 {
    width: 100%;
    /* height: 100%; */
    padding: 0 0;
    font-size: calc(10px + 0.25rem);
    /* border: 1px #f00 solid; */
  }
  .contact1 .cont .cont2 .cont2_r .form_btn {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    /* border: 1px #f00 solid; */
  }
  .contact1 .cont .cont2 .cont2_r .form_btn > input {
    width: 25%;
  }
  .contact1 .bot {
    margin-top: calc(1050px + 12rem);
    margin-bottom: 10%;
    /* border: 1px #f00 solid; */
  }
}
