* {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* logo CSS */
.top {
  height: 250px;
  position: relative;
  margin: 0px auto;
  background: url(../img/logo.png) center;
}
/*主导航菜单 CSS*/
.menu-box {
  background: #316b0e
}
#nav-menu {
  height: 45px;
  background: #316b0e;
  width: 1220px;
  margin: 0 auto;
}
#nav-menu .menu {
  padding: 0 0 0 14px;
}
#nav-menu .menu li {
  position: relative;
  float: left;
  padding: 0 8px 0 5px;
  display: inline;
}
#nav-menu .menu li h3 {
  font-weight: normal;
  display: inline-block;
  float: left;
}
#nav-menu .menu li a.xialaguang {
  margin-top: 10px;
  display: inline-block;
  color: #FFF;
  height: 35px;
  text-decoration: none;
  font-size: 16px;
  width: 100px;
  text-align: center;
}
#nav-menu .menu li a.selected, #nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover {
  color: #316b0e;
}
#nav-menu .menu li a.navhover, #nav-menu .menu li a.xialaguang:hover {
  background-color: #FFF;
}
#nav-menu .menu li a.xialaguang span {
  height: 30px;
  line-height: 25px;
  display: inline-block;
  font-weight: bold;
}
#nav-menu .menu li a.selected span, #nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span {
  cursor: pointer;
}
#nav-menu .menu li a.navhover span, #nav-menu .menu li a.xialaguang:hover span {
  width: 100px;
}
#nav-menu .menu ul.children {
  display: none;
  position: absolute;
  top: 45px;
  left: 3px;
  width: 100px;
  background: #FFF;
  border: 2px solid #316b0e;
  z-index: 10;
  border-top: 0;
  line-height: normal;
}
#nav-menu .menu ul.children li {
  width: 100px;
  padding: 0px;
  display: inline-block;
  font-size: 14px;
  border-top: 1px solid #ccc;
}
#nav-menu .menu ul.children li h3 {
  display: block;
  width: 100%;
}
#nav-menu .menu ul.children li a {
  width: 100%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  padding: 3px 0;
  display: block;
  color: #316b0e;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
}
#nav-menu .menu ul.children li a:hover {
  background-color: #eee;
  text-decoration: none;
}
/* 轮播图 CSS */
.swiper-container {
  width: 1220px;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transition: transform 1.0s;
  -moz-transition: transform 1.0s;
  -ms-transition: transform 1.0s;
  -o-transition: transform 1.0s;
  -webkit-transform: scale(0.82);
  transform: scale(0.82);
}
.swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.none-effect {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.swiper-slide a {
  background: #fff;
  padding: 10px;
  display: block;
  border-radius: 14px;
  height: 340px;
  width: 600px;
}
.swiper-slide-active a:after {
  background: none;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  display: block;
}
.swiper-pagination {
  position: relative;
  margin-bottom: 30px;
}
/* 原圆点变成条形按钮 */
.swiper-pagination-bullet {
  background: #316b0e;
  width: 30px;     /* 宽度加长 */
  height: 6px;     /* 高度变小 */
  border-radius: 3px; /* 圆角稍微保留点，变成小胶囊状 */
  margin: 0 4px;
  opacity: 1;
  transition: all 0.3s ease;
}

/* 当前激活按钮的样式 */
.swiper-pagination-bullet-active {
  background: #ffffff;
  border: 2px solid #316b0e;
  width: 40px;     /* 当前激活项再加长一些 */
  height: 8px;
}
.button {
  width: 1000px;
  margin: 0 auto;
  bottom: 43px;
  position: relative;
}
.button div:hover {
  background-color: #235703;
}
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #316b0e center 50%/50% 50% no-repeat;
}
.swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #316b0e center 50%/50% 50% no-repeat;
}
/* 文字部分 CSS */
.text-box {
  width: 1220px;
  height: 505px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.text-box .text-row {
  height: 240px;
  display: flex;
  justify-content: space-between;
}
.text-box .text-row .text-item {
  width: 389px;
}
.text-box .text-row .text-item .cart-head {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 16px;
  color: #fff;
  background: url(../img/bt_bg.jpg) no-repeat bottom left;
}
.text-box .text-row .text-item .cart-head .more {
  float: right;
  font-size: 14px;
  margin-right: 10px;
}
.text-box .text-row .text-item .cart-head .more a, .text-box .text-row .text-item .xw_lb a {
  text-decoration: none;
  color: #000000;
}
.text-box .text-row .text-item .xw_lb a:hover {
  color: #007aff;
  text-decoration: underline;
}
.text-box .text-row .text-item .xw_lb {
  line-height: 30px;
  text-align: left;
  font-size: 14px;
  /* border: 1px solid red; */
  margin-top: 30px;
}
.text-box .text-row .text-item .xw_lb .riqi {
  float: right;
  font-size: 12px;
  color: #666;
}
/* 底部 CSS */
.down-line {
  height: 30px;
  margin-top: 30px;
  background-color: #ccc;
}
.site-footer-bot {
  color: #fff;
  line-height: 24px;
  background: #316b0e;
  padding: 25px;
  text-align: center;
  font-size: 12px;
}
.site-footer-bot a {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a {
  color: #000;
}
.badge-primary {
  color: #555;
  background-color: #fff;
}
