* {
  margin: 0;
  padding: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
ul,
ol {
  list-style: none;
}
a,
a:hover,
a:visited,
a:active,
a:link {
  color: #333;
  text-decoration: none;
}
.container {
  width: 1200px;
  padding: 0;
}
nav {
  width: 100vw;
}
@keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
html {
  overflow-x: hidden;
}
body {
  animation: fadeIn 0.6s ease-in-out;
  min-width: 1200px;
  overflow-x: hidden;
  font-family: "微软雅黑" !important;
}
.footer {
  font-size: 16px;
  height: 240px;
  background-color: #313131;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .text {
  margin-top: 90px;
  line-height: 1.6em;
}
.footer .qrcode {
  text-align: center;
  margin-top: 50px;
}
.footer .qrcode .content img {
  margin-bottom: 5px;
}
.html-top {
  float: right;
  width: 115px;
}
.html-top .select {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.html-top .select > img {
  transition: all 0.3s;
}
.html-top .select.active > ul {
  display: block;
}
.html-top .select.active > img {
  transform: rotate(-180deg);
}
.html-top .select > ul {
  height: 110px;
  display: none;
  width: 100%;
  background-color: #f3f3f3;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  z-index: 10;
  animation: slideDown 0.3s ease-in-out;
  transform-origin: top;
}
.html-top .select > ul li {
  transition: all 0.3s;
  padding-left: 10px;
}
.html-top .select > ul li:hover {
  background-color: #fff;
}
.html-top .select > ul li:hover a {
  color: #cc0000;
}
@keyframes slideDown {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.header {
  line-height: 60px;
  border-bottom: 1px solid #e7e7e7;
}
.header .container > div {
  display: inline-block;
}
.header .search {
  margin-left: 30px;
}
.header .search input {
  height: 36px;
  width: 640px;
  outline: none;
  border: 1px solid #cc0000;
  text-indent: 2em;
  vertical-align: middle;
  border-radius: 5px ;
}
.header .search button {
  outline: none;
  border: none;
  margin-left: -10px;
  vertical-align: middle;
  background-color: #cc0000;
  width: 60px;
  height: 36px;
  line-height: 36px;
}
.header .search button img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-top: -5px;
}
.nav {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
}
.nav .v1 {
  position: relative;
  display: inline-block;
  padding: 0 100px;
}
.nav .v1 > li {
  float: left;
  margin-right: 50px;
  height: 60px;
}
.nav .v1 > li > a:hover {
  color: #cc0000;
}
.nav .v1 > li:last-child {
  margin-right: 0;
}
.nav .v1 > li.select > a > img {
  transition: all 0.3s;
}
.nav .v1 > li.select.active > a {
  color: #cc0000;
}
.nav .v1 > li.select.active > a > img {
  transform: rotate(-180deg);
}
.nav .v1 > li.select.active .v2 {
  display: block;
}
.nav .v1 > li.select .v2 {
  color: #333;
  display: none;
  padding-top: 20px;
  width: 780px;
  background-color: #e7e7e7;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  animation: slideDown 0.3s ease-in-out;
  transform-origin: top;
}
.nav .v1 > li.select .v2 .close {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  cursor: pointer;
}
.nav .v1 > li.select .v2 > li {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #dedede;
  width: 180px;
}
.nav .v1 > li.select .v2 > li.active {
  background-color: #fff;
  color: #cc0000;
}
.nav .v1 > li.select .v2 > li.active .v3 {
  display: block;
}
.nav .v1 > li.select .v2 > li .v3 {
  height: 420px;
  padding: 10px 20px;
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  width: 600px;
  background-color: #fff;
}
.nav .v1 > li.select .v2 > li .v3 li {
  color: #333;
  float: left;
  width: auto;
  line-height: 30px;
  margin-right: 20px;
}
.nav .v1 > li.select .v2 > li .v3 li:hover {
  color: #cc0000;
}
.nav .v1 > li.select .v2 > li .v3 > img {
  position: absolute;
  bottom: 10px;
  right: 20px;
  max-height: 220px;
}
.main {
  position: relative;
  z-index: 8;
}
.main .mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}
.banner img {
  width: 100%;
}
.form {
  padding: 40px;
}
.form button {
  margin-top: 20px;
  width: 80%;
  height: 50px;
}
.button-wrap {
  text-align: center;
}
.infos {
  padding: 50px 0;
  text-align: center;
}
.infos h3 {
  margin-bottom: 20px;
}
.infos img {
  width: 100px;
}
@media (max-width: 768px) {
  .infos {
    padding: 0;
  }
  .infos .col-md-4 {
    padding: 0 50px;
    margin-bottom: 10px;
  }
  .infos h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .infos img {
    width: 50px;
  }
}
/*# sourceMappingURL=contact.css.map */