@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
ul li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  display: block;
  border: none;
}
@font-face {
  font-family: "DIN Medium";
  src: url("../font/DIN Medium.woff2") format("woff2"),
    url("../font/DIN Medium.woff") format("woff"),
    url("../font/DIN Medium.ttf") format("truetype"),
    url("../font/DIN Medium.eot") format("embedded-opentype"),
    url("../font/DIN Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.navbar {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  background: #fff;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.isnav a {
  color: #dab96b !important;
}
.navbar > div {
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.navbar > div:nth-child(1) {
  background: #dab96b;
  height: 90px;
  width: 180px;
}
.nav {
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.nav > li {
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 101px;
  cursor: pointer;
  height: 90px;
  font-size: 16px;
  color: #010101;
  position: relative;
}
.nav > li > a {
  font-size: 16px;
  color: #010101;
  display: block;
}
.nav li > span {
  font-family: "DIN Medium";
  font-weight: bold;
  font-size: 15px;
}

.subnav {
  position: absolute;
  left: 15px;
  top: 90px;
  width: 130px;
  height: 0px;
  overflow: hidden;
  background: #fff;
  transition: height 1s;
  -moz-transition: height 0.5s;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
}
.nav > li:hover .nav1 {
  height: 205px;
}
.nav > li:hover .nav2 {
  height: 287px;
}
.nav > li:hover .nav3 {
  height: 123px;
}
.nav > li:hover .nav4 {
  height: 164px;
}
.nav li:hover > a {
  color: #dab96b;
}
.subnav li:hover a {
  color: #dab96b;
}
.subnav li {
  height: 40px;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}
.subnav div a {
  font-size: 14px;
  color: #010101;
}
.contact {
  width: 100%;
  background: url(../new_img/contactbg_02.jpg) top center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.contact h2 {
  font-size: 50px;
  color: #333;
  text-align: center;
}
.contact > p {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
}
.contact > ul {
  width: 1200px;
  margin: 60px auto;
}
.contact > ul > li {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.contact > ul > li:nth-child(even) {
  justify-content: flex-end;
}
.contact-top {
  background: #fff url(../new_img/contact_contentbg_06.jpg) top right no-repeat;
  height: 510px;
}
.contact-btm {
  background: #fff url(../new_img/contact_map_06.jpg) 20px 20px no-repeat;
  height: 364px;
}
.contact-top div {
  width: 300px;
  margin-left: 100px;
}
.contact-top h4 {
  font-size: 24px;
  color: #333;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
.contact-top p {
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.contact-top p span {
  color: #999;
}
.contact-top a {
  display: inline-block;
  width: 66px;
  padding-left: 35px;
  border: 1px solid #333;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 16px;
  margin-top: 35px;
}
.btn-qq {
  background: url(../new_img/contact_qqicon.jpg) 10px 5px no-repeat;
}
.btn-wc {
  background: url(../new_img/contact_wcicon.jpg) 10px 5px no-repeat;
}
.btn-ol {
  background: url(../new_img/contact_kficon.jpg) 10px 5px no-repeat;
  width: 75px !important;
  margin-left: 15px;
}
.contact-btm div {
  width: 335px;
  margin-right: 100px;
}
.contact-btm li {
  margin-top: 15px;
  font-size: 14px;
  color: #333;
}
.net {
  background: url(../new_img/contact_neticon.jpg) top left no-repeat;
  height: 32px;
  line-height: 32px;
  padding-left: 50px;
}
.mail {
  background: url(../new_img/contact_mailicon.jpg) top left no-repeat;
  height: 24px;
  line-height: 24px;
  padding-left: 50px;
}
.adr {
  background: url(../new_img/contact_adricon.jpg) top left no-repeat;
  height: 180px;
  line-height: 24px;
  padding-left: 50px;
  color: #999 !important;
}
