*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Microsoft YaHei", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: rgb(255, 255, 255);
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 14.6667vw;
  padding: 0 5.6vw;
  background-color: #fff;
}
.header .logo {
  height: 6.4vw;
}
.header .tel {
  flex: 1 1 auto;
  text-align: right;
  font-size: 5.6vw;
  padding-right: 10vw;
  color: #888;
}
.header .menu {
  height: 6.9333vw;
}

#app {
  padding: 14.6667vw 0 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

a.dropdown-title {
  display: block;
  width: 130px;
  line-height: 66px;
  font-weight: 400;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #000;
}

.dropdown-title:hover {
  background: rgba(0, 0, 0, 0.1);
}

.dropdown-content {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 66px;
  left: 0;
  right: 0;
  background-color: #fff;
  height: 138px;
  border-top: 2px solid rgb(217, 217, 217);
  border-bottom: 2px solid rgb(217, 217, 217);
  z-index: 100;
}

.dropdown:hover .dropdown-content {
  display: flex;
}

.dropdown-content a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  font-size: 14px;
  opacity: 0.5;
}

.dropdown-content a:hover {
  opacity: 1;
}

.dropdown-content a.active {
  opacity: 1;
}

.dropdown-content a .icon {
  height: 29px;
}

.dropdown-content a .name {
  margin: 16px 0 0;
}

.footer {
  background: #000;
  padding: 7.7333vw 5.6vw;
}
.footer .logo {
  height: 4.6667vw;
}
.footer .line {
  margin: 2.2667vw 0 0;
  height: 0.2667vw;
  background: #979797;
  opacity: 0.32;
}
.footer .content {
  position: relative;
  padding: 3.6vw 0 0;
}
.footer .content .contact-item {
  padding: 0 0 2.8vw;
  color: #fff;
  font-size: 2.1333vw;
}
.footer .icons {
  padding: 3.7333vw 0 8.4vw;
  display: flex;
}
.footer .icons .xiaohongshu-icon {
  margin-left: 5.6vw;
}
.footer .icons .icon {
  height: 5.3333vw;
}
.footer .tip {
  flex: 1 1 auto;
  text-align: right;
}
.footer .wechat {
  position: relative;
  cursor: pointer;
  margin: 0 20px;
}
.footer .wechat:hover .qrcode-frame {
  display: block;
}
.footer .qrcode-frame {
  display: none;
  position: absolute;
  bottom: 30px;
  left: -46px;
  width: 116px;
  height: 124px;
  background: url(/static/images/icon-frame.png) no-repeat;
  padding: 10px 0 0;
  text-align: center;
}
.footer .qrcode-frame .qrcode-icon {
  width: 100px;
}
.footer .xhs {
  margin: 0;
}
.footer .xhs .qrcode-frame {
  left: -40px;
}
.footer .contact {
  overflow: auto;
  margin: 35px 0 0;
  border-top: 1px solid #333;
  padding: 35px 0;
  color: #ccc;
  font-size: 1.8667vw;
}
.footer .contact .line {
  margin: 0 20px;
}
.footer .policy {
  color: rgba(153, 156, 159, 0.5);
  font-size: 1.8667vw;
}
.footer .policy a {
  color: rgba(153, 156, 159, 0.5);
  text-decoration: none;
}
.footer .policy a:hover {
  text-decoration: underline;
}
.footer .policy a.feedback {
  margin-left: 16px;
}
.footer .copyright {
  display: flex;
  align-items: center;
  margin: 2.5333vw 0 0;
  color: rgba(153, 156, 159, 0.5);
  font-size: 1.7333vw;
}
.footer .copyright .company {
  margin: 0 1.3333vw;
}
.footer a.icp {
  display: block;
  color: rgba(153, 156, 159, 0.5);
  text-decoration: none;
  font-size: 1.7333vw;
  margin: 0 2.6667vw;
}
.footer a.icp:hover {
  text-decoration: underline;
}
.footer .icp2 {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.footer .icp2 .icp {
  margin: 0;
}
.footer .icp-badge {
  height: 1.8667vw;
}
.footer .qrcode-icon {
  position: absolute;
  top: 3.6vw;
  right: 0;
  height: 17.0667vw;
}

.qrcode {
  width: 53.3333vw;
  border: 1.3333vw solid #fff;
}

.nav {
  padding: 12.5333vw 0 0;
}
.nav .arrow-right {
  height: 4.4vw;
}
.nav .arrow-left {
  height: 4.4vw;
  margin: 0 2.5333vw 0 0;
}

.nav-item {
  height: 12.5333vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
  font-size: 4.2667vw;
  color: #444;
  border-bottom: 0.2667vw solid #979797;
}

.nav-item.active {
  background: #D8D8D8;
}

.nav-item:active {
  background: #D8D8D8;
}

.nav-item2 {
  justify-content: flex-start;
}

.nav-item-producet {
  padding: 0 0 0 6.6667vw;
}

.pic-wrap {
  font-size: 0;
}
.pic-wrap .pic {
  width: 100%;
}

.news-nav {
  display: flex;
  align-items: center;
}
.news-nav a.news-nav-item {
  padding: 0 0 1.3333vw;
  text-decoration: none;
  color: #444;
  opacity: 0.5;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  font-size: 4.2667vw;
  margin-left: 5.3333vw;
}
.news-nav a.news-nav-item:last-child {
  margin-left: 15.3333vw;
}
.news-nav a.news-nav-item:hover {
  opacity: 1;
  border-bottom: 3px solid #000;
}
.news-nav a.active {
  opacity: 1;
  border-bottom: 3px solid #000;
}

.news-list {
  padding: 0 5.3333vw;
}
.news-list a.news-item {
  height: 26.6667vw;
  background: #F5F5F5;
  border-radius: 2.6667vw;
  margin: 5.3333vw 0 2.6667vw;
  display: flex;
  justify-content: space-between;
  color: #000;
  text-decoration: none;
  padding: 4vw;
}
.news-list a.news-item .cover-wrap {
  min-width: 28vw;
  min-height: 18.6667vw;
  max-width: 28vw;
  max-height: 18.6667vw;
}
.news-list a.news-item .cover-wrap .cover {
  width: 28vw;
  height: 18.6667vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-list a.news-item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 4vw;
  font-size: 2.4vw;
}
.news-list a.news-item .info .title {
  font-weight: bold;
  line-height: 1.4;
}
.news-list a.news-item .info .pub-date {
  color: rgb(153, 153, 153);
}
.news-list a.news-item:hover {
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumb {
  margin: 0 6%;
  padding: 2.6667vw 0;
  border-bottom: 0.1333vw solid #979797;
}
.breadcrumb a {
  color: #000;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.news-detail {
  margin: 0 5.3333vw;
}
.news-detail .title {
  margin: 5.3333vw 0 0;
  font-size: 5.3333vw;
  line-height: 1.4;
}
.news-detail .pub-date {
  margin: 4vw 0;
  font-size: 2.6667vw;
  font-weight: 500;
  color: #858585;
  text-align: right;
}
.news-detail .cover-wrap .cover {
  width: 100%;
}
.news-detail .content {
  padding: 0 0 13.3333vw;
  line-height: 1.6;
}
.news-detail .content img {
  width: 100% !important;
  height: auto !important;
}

.contact-wrap {
  padding: 5.6vw;
}
.contact-wrap .title {
  font-size: 3.4667vw;
  font-weight: bold;
  margin: 4vw 0 2.6667vw;
}
.contact-wrap .title:first-child {
  margin-top: 0;
}
.contact-wrap .list {
  line-height: 1.8;
  font-size: 3.2vw;
}
.contact-wrap .list .label {
  font-weight: bold;
}
.contact-wrap .list .value {
  color: rgb(1, 110, 242);
}
.contact-wrap .addr {
  line-height: 1.8;
  font-size: 2.9333vw;
}
.contact-wrap .attantion-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 8vw 0 0;
}
.contact-wrap .attantion-item {
  width: 50%;
  text-align: center;
  text-decoration: none;
}
.contact-wrap .attantion-icon {
  height: 22.4vw;
}
.contact-wrap .attantion-name {
  padding: 2.6667vw 0;
  font-size: 2.4vw;
  font-weight: 400;
  color: #2A2A2A;
}

.cooperation-title {
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  margin: 13.3333vw 0 10.6667vw;
}
.cooperation-title .num {
  font-size: 6.4vw;
  color: rgb(1, 110, 242);
}

.cooperation-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cooperation-banner .arrow {
  width: 8vw;
}
.cooperation-banner .pic {
  width: 89.3333vw;
  margin: 0 4vw;
}

.market {
  text-align: center;
  font-weight: bold;
  font-size: 4.8vw;
  line-height: 1.4;
  margin: 12vw 0 8.6667vw;
}

.market-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.market-list .list-item {
  width: 28vw;
  height: 16vw;
  padding: 2.6667vw 0;
  margin: 0 0 2.6667vw;
  font-size: 3.2vw;
  border: 0.2667vw solid rgb(204, 204, 204);
  border-radius: 1.3333vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.market-list .list-item .title {
  font-weight: bold;
}
.market-list .list-item .desc {
  margin: 2.6667vw 0 0;
  font-size: 1.6vw;
  line-height: 1.4;
}

.guestbook {
  padding: 6.6667vw 8vw;
  margin: 0 auto 13.3333vw;
}
.guestbook .title {
  color: rgb(1, 110, 242);
  font-size: 4.8vw;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 6vw;
}
.guestbook .input {
  margin: 0 0 2.6667vw;
}
.guestbook .input textarea,
.guestbook .input input {
  min-height: 12.8vw;
  border-radius: 2.6667vw;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 1.3333vw 2vw;
  font-size: 4.2667vw;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.guestbook .submit_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.guestbook .submit {
  cursor: pointer;
  height: 12.8vw;
  background: #0097FF;
  border-radius: 6.4vw;
  border: none;
  width: 100%;
  outline: none;
  color: #fff;
  -webkit-appearance: none;
}
.guestbook .err_msg {
  font-size: 1.8667vw;
  text-align: center;
  padding: 0 2.6667vw;
  color: red;
}

.services {
  padding: 13.3333vw 0;
  text-align: center;
}
.services .public {
  font-size: 6.4vw;
  font-family: Source Han Sans SC;
  font-weight: bold;
  line-height: 1.4;
}
.services .qrcode {
  margin: 6.6667vw 0 0;
  width: 30%;
}/*# sourceMappingURL=common.min.css.map */