.sk-three-bounce {
  margin: 5px auto;
  width: 80px;
  text-align: center;
}
.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background-color: #410F10;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}
.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.border-line {
  position: relative;
}
.top-line,
.bottom-line,
.right-line,
.left-line {
  position: absolute;
  background-color: #ECCA8A;
}
.top-line {
  width: 0%;
  height: 3px;
  top: 0;
  left: 0;
}
.right-line {
  height: 0%;
  width: 3px;
  right: 0;
  bottom: 0;
}
.bottom-line {
  width: 0%;
  height: 3px;
  bottom: 0;
  right: 0;
}
.left-line {
  height: 0%;
  width: 3px;
  left: 0;
  top: 0;
}
.spinner7 {
  width: 90px;
  height: 30px;
  text-align: center;
}
.spinner7 > div {
  background-color: #EAC988;
  height: 15px;
  width: 15px;
  margin-left: 3px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: stretchdelay 0.7s infinite ease-in-out;
  animation: stretchdelay 0.7s infinite ease-in-out;
}
.spinner7 .circ2 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner7 .circ3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.spinner7 .circ4 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner7 .circ5 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(-20px);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
  20% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}
[data-aos][data-aos][data-aos-duration='400'],
body[data-aos-duration='400'] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
a {
  color: #120202;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Noto Serif', 'Hiragino Sans GB', 'Microsoft Yahei', serif;
  font-size: 0;
  color: #120202;
  background: #fff;
}
div {
  animate-duration: .5s;
  animate-delay: .5s;
}
ul,
p {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
* {
  box-sizing: content-box;
}
#nprogress .bar {
  background: #ECCA8A;
}
#nprogress .spinner-icon {
  width: 24px;
  height: 24px;
  border-top-color: #ECCA8A;
  border-left-color: #ECCA8A;
}
#nprogress .peg {
  box-shadow: 0 0 10px #410F10, 0 0 5px #410F10;
}
.errors {
  font-size: 18px;
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  min-height: 500px;
}
body {
  background: center center;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.head {
  background-color: #410F10;
  height: 110px;
  width: 100%;
  text-align: center;
  background-size: cover; /* 或者使用 100% 100% 来拉伸 */
  background-repeat: no-repeat; /* 防止背景图像重复 */
}
.head .logo {
  max-height: 100%;
}
.footer {
  background-color: #410F10;
  height: 228px;
  width: 100%;
  text-align: center;
}
.footer .logo {
  max-height: 100%;
}
#nav {
  background: #F9F7F3;
  height: 62px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  list-style: none;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #120202;
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
  box-shadow: 0 0 10px #ccc;
}
#nav li {
  display: inline-block;
  border-bottom: 2px solid transparent;
  margin: 0 15px;
}
#nav li a {
  display: block;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
}
#nav li a:hover {
  background: none;
  color: #490D10;
}
#nav li.current {
  border-bottom: 2px solid #410F10;
}
#nav li.current a {
  color: #490D10;
}
#nav.pinned {
  position: fixed;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
#container {
  margin: 0 auto;
  width: 940px;
}
.jarallax {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.section .jarallax {
  height: 350px;
}
.section .jarallax .title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -142px;
  margin-top: -32px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #000;
  color: #000;
  font-size: 24px;
  text-align: center;
  padding: 15px 20px;
  font-weight: bold;
}
#section-slide {
  position: relative;
}
#section-slide .arrow-left {
  height: 120px;
  line-height: 120px;
  font-size: 100px;
  position: absolute;
  z-index: 4;
  top: 50%;
  margin-top: -60px;
  color: #FFF;
  text-shadow: 0px 1px 5px #ccc;
  left: 20px;
}
#section-slide .arrow-right {
  height: 120px;
  line-height: 120px;
  font-size: 100px;
  position: absolute;
  z-index: 4;
  top: 50%;
  margin-top: -60px;
  color: #FFF;
  text-shadow: 0px 1px 5px #ccc;
  right: 20px;
}
#section-slide .swiper-container {
  height: 738px;
  -webkit-transition: height .5s;
  transition: height .5s;
}
#section-slide .swiper-container .swiper-wrapper {
  height: 100%;
}
#section-slide .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: center top no-repeat;
  background-size: cover;
  -webkit-transition: height .5s;
  transition: height .5s;
}
#section-slide .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#section-slide .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: transparent;
  border: 2px solid #979797;
  border-radius: 8px;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
#section-slide .swiper-active-switch {
  background: #C6C6C6;
  border: 2px solid #C6C6C6;
}
#section-product .product-list {
  padding: 80px;
  width: 1000px;
  margin: 0 auto;
}
#section-product .product-list .product {
  width: 300px;
  padding: 80px 30px 30px 30px;
  margin: 15px;
  box-sizing: border-box;
  background-color: #F9F7F3;
  box-shadow: 0 0 10px #ccc;
  border-radius: 3px;
  float: left;
}
#section-product .product-list .product .image img {
  width: 100%;
  height: 160px;
}
#section-product .product-list .product .line {
  height: 3px;
  background-color: #EAEAEA;
  padding: 10px 0;
  display: none;
}
#section-product .product-list .product .name {
  font-size: 18px;
  text-align: center;
  color: #120202;
  padding: 10px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
#section-product .product-list .product .more {
  text-align: center;
  padding-top: 10px;
}
#section-product .product-list .product .more a {
  border: 2px solid #EAEAEA;
  color: #120202;
  font-size: 15px;
  text-align: center;
  padding: 5px 10px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  border-radius: 3px;
}
#section-product .product-list .product:hover .more a {
  border: 2px solid #212121;
}
#section-product .product-list .clear:before,
#section-product .product-list .clear:after {
  content: " ";
  display: table;
}
#section-product .product-list .clear:after {
  clear: both;
}
#section-news {
  padding: 80px;
}
.news-list {
  padding: 40px 40px 20px 40px;
  width: 1000px;
  margin: 0 auto;
  background: #F9F7F3;
}
.news-list .news {
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D6D6;
  margin-bottom: 20px;
}
.news-list .news:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.news-list .news .left {
  float: left;
}
.news-list .news .left img {
  width: 248px;
  height: 180px;
}
.news-list .news .right {
  width: 700px;
  float: left;
  height: 180px;
  display: inline-block;
  font-size: 16px;
  position: relative;
  margin-left: 20px;
}
.news-list .news .right .title {
  margin-bottom: 10px;
  font-size: 20px;
  color: #410F10;
}
.news-list .news .right .desc {
  color: #666666;
}
.news-list .news .right .date {
  color: #999999;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-list .more {
  font-size: 16px;
  text-align: right;
}
.news-list .more a {
  color: #999999;
}
.news-list .page {
  text-align: center;
}
.news-list .pagination {
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}
.news-list .pagination li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}
.news-list .pagination li.active {
  color: #410F10;
  font-weight: bold;
  font-size: 18px;
}
#section-jiameng .content {
  padding: 40px;
  width: 1000px;
  font-size: 18px;
  margin: 0 auto;
  line-height: 2;
}
#section-jiameng .content .row {
  position: relative;
  width: 33%;
  padding: 20px;
  box-sizing: border-box;
  float: left;
  margin: 0;
}
#section-jiameng .content .row .title {
  text-align: center;
  font-size: 24px;
  color: #120202;
  padding-bottom: 20px;
}
#section-jiameng .content .row .rule {
  padding: 0 5px;
  box-sizing: border-box;
}
#section-jiameng .content .row .rule p {
  position: relative;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 16px;
}
#section-jiameng .content .row .rule p em {
  position: absolute;
  top: 6px;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #490D10;
}
#section-weihu {
  padding: 40px 0;
}
#section-weihu .content {
  position: relative;
  padding: 40px;
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
}
#section-weihu .content .row {
  margin: 0;
}
#section-weihu .content .row .left {
  width: 50%;
  float: left;
}
#section-weihu .content .row .right {
  width: 50%;
  float: right;
}
#section-weihu .content .row .text {
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
#section-weihu .content .row .text .title {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
}
#section-weihu .content .row .text .title .main {
  border: 2px solid #000;
  padding: 5px;
}
#section-weihu .content .row .text .title p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: normal;
}
#section-weihu .content .row .text p {
  margin: 0 auto;
  font-size: 16px;
  width: 400px;
  line-height: 1.8;
  text-align: left;
}
#section-weihu .content .row img {
  width: 100%;
}
#section-weihu .content .center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-top: -50px;
  margin-left: -50px;
  width: 96px;
  height: 96px;
  border: 2px solid #FFF;
  border-radius: 50%;
  background-color: #EDEDED;
}
#section-weihu .content .center .txt {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}
#section-weihu .content .center .txt p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: normal;
}
#section-about .content {
  padding: 40px;
  width: 1000px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2;
}
#section-about .content p {
  text-indent: 2em;
  margin-bottom: 30px;
}
#section-about .content p:last-child {
  margin-bottom: 0;
}
#section-contact {
  margin: 0;
}
#section-contact #map {
  width: 100%;
  height: 350px;
}
#section-contact .content {
  width: 1000px;
  margin: 0 auto;
  padding: 40px;
  font-size: 18px;
  line-height: 2;
}
#section-contact .content .left {
  float: left;
}
#section-contact .content .right {
  float: right;
  text-align: center;
}
#section-contact .content .right .wechat .title {
  padding: 20px;
}
#section-contact .content .right .wechat img {
  width: 120px;
  height: 120px;
}
.info-title {
  color: white;
  font-size: 14px;
  background-color: #410F10;
  line-height: 26px;
  padding: 0px 0 0 6px;
  font-weight: lighter;
  letter-spacing: 1px;
}
.info-content {
  font: 12px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', Arial;
  padding: 4px;
  color: #666666;
  line-height: 23px;
}
.info-content img {
  float: left;
  margin: 3px;
}
.breadcrumb {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  font-size: 16px;
  list-style: none;
  background-color: transparent;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  text-decoration: none;
  background-color: transparent;
}
.breadcrumb li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\A0";
}
.breadcrumb .active {
  color: #777;
}
.product-show {
  width: 1000px;
  margin: 0 auto;
}
.product-show .top {
  width: 1000px;
  height: 480px;
}
.product-show .top .left {
  float: left;
  width: 700px;
  height: 480px;
  background-color: #F9F7F3;
}
.product-show .top .left img {
  width: 700px;
  height: 480px;
  vertical-align: middle;
}
.product-show .top .right {
  float: right;
  height: 480px;
  width: 300px;
  background-color: #F9F7F3;
  display: table;
}
.product-show .top .right .txt {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  padding: 10px;
  box-sizing: border-box;
}
.product-show .top .right .txt .title {
  font-size: 20px;
  color: #120202;
  padding: 10px 0;
}
.product-show .top .right .txt .desc {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.product-show .title-line {
  margin: 20px 0;
  border-left: 5px solid #410F10;
  text-indent: 10px;
  color: #120202;
  font-size: 20px;
}
.product-show .params {
  color: #120202;
  font-size: 16px;
}
.product-show .params:before,
.product-show .params:after {
  content: " ";
  display: table;
}
.product-show .params:after {
  clear: both;
}
.product-show .params .param {
  background-color: #F9F7F3;
  width: 50%;
  padding: 10px 15px;
  box-sizing: border-box;
  float: left;
  border: 2px dashed #FFF;
  margin-top: -1px;
  margin-left: -1px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.product-show .album {
  text-align: center;
}
.product-show .album:before,
.product-show .album:after {
  content: " ";
  display: table;
}
.product-show .album:after {
  clear: both;
}
.product-show .album div {
  float: left;
  height: 400px;
}
.product-show .album img {
  width: 100%;
  margin-bottom: 10px;
}
.product-show .album img:last-child {
  margin: 0;
}
.product-show .album .left {
  width: 200px;
  display: inline-block;
}
.product-show .album .left img:first-child {
  height: 240px;
}
.product-show .album .left img:last-child {
  height: 150px;
}
.product-show .album .center {
  width: 580px;
  display: inline-block;
  margin: 0 10px;
}
.product-show .album .center img {
  height: 400px;
}
.product-show .album .right {
  width: 200px;
  display: inline-block;
}
.product-show .album .right img:first-child {
  height: 150px;
}
.product-show .album .right img:last-child {
  height: 240px;
}
.product-show .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
}
.product-show .content img {
  max-width: 100%;
}
.news-detail {
  width: 1000px;
  margin: 0 auto 40px auto;
  padding: 40px;
  box-sizing: border-box;
  background-color: #F9F7F3;
}
.news-detail .title {
  text-align: center;
  font-size: 24px;
  color: #410F10;
}
.news-detail .date {
  text-align: center;
  color: #999999;
  font-size: 16px;
  padding: 20px 0;
}
.news-detail .content {
  min-height: 600px;
  font-size: 16px;
  color: #666666;
}
.news-detail .content img {
  max-width: 100%;
}
.news-detail .other {
  font-size: 16px;
  color: #666666;
}
.news-detail .other .last {
  float: left;
}
.news-detail .other .next {
  float: right;
}
.news-index {
  margin-bottom: 40px;
}
.mode-tips {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px #CCC;
  font-size: 16px;
}
.mode-tips a {
  color: red;
}
.element-tool {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  font-size: 16px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px #CCC;
}
.element-tool .fa {
  cursor: pointer;
  padding: 5px;
}
.element-highlight {
  box-shadow: 0 0 10px #CCC;
}
[v-cloak] {
  display: none;
}
.modify-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .3;
  background-color: #000;
  z-index: 99999;
}
.wu-example {
  font-size: 16px;
  position: relative;
  padding: 10px;
  border: 0;
}
.wu-example .uploader-list {
  width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.modify-window {
  position: fixed;
  top: 50px;
  left: 50%;
  width: 800px;
  height: 600px;
  margin-left: -400px;
  background-color: #fff;
  z-index: 100000;
  font-size: 16px;
  border-radius: 5px;
}
.modify-window .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  padding: 5px 10px;
  background-color: #ddd;
}
.modify-window .content {
  padding: 40px 10px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.modify-window .content .form-group {
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
}
.modify-window .foot {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  padding: 5px 10px;
  background-color: #ddd;
}
.modify-window .foot .btn {
  float: right;
  margin: 0 5px;
}
.modify-window .input {
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  line-height: 1.2;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.modify-window .input:focus {
  background-color: #fefffe;
  border-color: #7f1d1f;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(127, 29, 31, 0.3);
}
.modify-window .input::-webkit-input-placeholder {
  color: #999999;
}
.modify-window .input::-moz-placeholder {
  color: #999999;
}
.modify-window .input:-ms-input-placeholder {
  color: #999999;
}
.modify-window .input::placeholder {
  color: #999999;
}
.modify-window .input::-moz-placeholder {
  opacity: 1;
}
.modify-window .input.textarea {
  padding: 10px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.modify-window .btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -webkit-user-select: none;
}
.modify-window .btn.btn-primary {
  color: #FFF;
  background-color: #410F10;
  border-color: #410F10;
}
.modify-window .btn.btn-default {
  color: #444;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
