.navigation {
  position: fixed;
  width: 100%;
  height: 80px !important;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9997;
  top: 0;
}

.navigation-logo {
  position: absolute;
  width: 263px;
  height: 80px;
  background-image: url(../img/logo.png);
  z-index: 9997;
}

.navigation-menu {
  position: absolute;
  width: 100%;
  height: 80px;
  min-width: 1280px;
  top: 0;
}

.navigation-menu .content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.navigation-menu-main {
  position: absolute;
  width: 100%;
  height: 80px;
  text-align: center;
}

.navigation-menu-main .link {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  width: 110px;
  height: 80px;
  line-height: 80px;
}

.navigation-menu-main .link:hover {
  color: #ff6727 !important;
}

.navigation-menu-uac {
  position: absolute;
  height: 80px;
  line-height: 80px;
  right: 20px;
  color: #ffff06;
  font-size: 18px;
}

.img-responsive {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}

.banner-content {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.img-responsive .text {
  position: relative;
  margin-top: 200px;
  margin-left: 60px;
  width: 700px;
  height: 200px;
  z-index: 999;
}

.img-responsive .text .text-1 {
  position: absolute;
  top: 0px;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-family: 'Microsoft YaHei', Tahoma, Arial, 'Helvetica Neue',
    'Hiragino Sans GB', Simsun, sans-self !important;
}

.img-responsive .text .text-2 {
  position: absolute;
  top: 60px;
  color: #fff;
  font-size: 22px;
  font-family: 'Microsoft YaHei', Tahoma, Arial, 'Helvetica Neue',
    'Hiragino Sans GB', Simsun, sans-self !important;
}

.img-responsive .text .text-3 {
  position: absolute;
  top: 100px;
  color: #fff;
  font-size: 14px;
  font-family: 'Microsoft YaHei', Tahoma, Arial, 'Helvetica Neue',
    'Hiragino Sans GB', Simsun, sans-self !important;
}

.img-responsive .text .btn-1 {
  position: absolute;
  top: 180px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background-color: #fff;
  letter-spacing: 2px;
  border-radius: 2px;
  border: #fff solid 1px;
  color: #2e3693;
}

.img-responsive .text .btn-2 {
  position: absolute;
  top: 180px;
  left: 250px;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  letter-spacing: 2px;
  border-radius: 2px;
  border: #fff solid 1px;
  color: #fff;
}

.img-responsive img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 99;
}

.section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 0;
}

.section-1 {
  background-color: #fff;
}

.content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.section-1 .content {
  position: relative;
  width: 1200px;
  margin: 30px auto;
  text-align: left;
}

.section-1 .content .buy {
  height: 50px;
  font-size: 22px;
}

.section-1 .content .buy a {
  color: #cc0000;
  font-size: 22px;
  font-weight: bolder;
}

.section-1 .content .buy a:hover {
  color: #000000;
}

.h2 {
  font-family: Open Sans, Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  display: block;
  line-height: 70px;
  padding: 0 10px;
  background-color: #61b0ff;
  text-align: left;
}

.mid .el-row .el-col {
  margin-bottom: 20px;
}

.empty {
  height: 15px;
  width: 100%;
}

.empty:after {
  content: ' ';
}

figure {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  background-color: #efefef;
  width: 100%;
  padding: 0;
  text-align: center;
  border-radius: 5px;
}

figure:hover {
  border: solid 1px red;
}

figure img {
  margin: 8% auto 0 auto;
  width: 84%;
  max-width: 400px;
  border: none\9;
}

.brank img {
  margin: 15px auto;
  width: 84%;
  max-width: 192px;
}

figcaption {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background-color: #ddd;
  border-radius: 0 0 5px 5px;
  height: 100px\9;
}

figcaption .zhuan {
  text-align: left;
  font-size: 12px;
}

.fig_title {
  font-size: 14px;
  flex: 0 1 84%;
  text-align: left;
}

.fig_price {
  color: red;
  flex: 0 1 42%;
  text-align: left;
  float: left\9;
  width: 42%\9;
}

.fig_price_small {
  color: red;
  flex: 0 1 42%;
  text-align: left;
  font-size: 12px;
  float: left\9;
  width: 42%\9;
}

.fig_buy {
  flex: 0 1 42%;
  line-height: 50px;
  text-align: right;
  float: right\9;
  width: 42%\9;
}

.fig_buy .el-button--small {
  color: green;
}
