ul,
li {
  list-style: none;
}
a {
  text-decoration: none !important;
}
body {
  font-family: microsoft yahei, "Arial", "hiragino sans gb",
    "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
  color: #444; /* background:url(../images/index_bg.jpg) no-repeat;*/
}
.bg-black {
  background-color: #000 !important;
}
.text-yellow {
  color: yellow !important;
}
.text-gray {
  color: #6c757d !important;
  font-size: 15px;
}
.text-dark {
  color: #343a40 !important;
  font-size: 15px;
}
a.text-yellow:hover,
a.text-yellow:focus,
a.text-white:hover,
a.text-white:focus {
  color: red !important;
  text-decoration: none!;
}
a.text-gray:hover,
a.text-gray:focus,
a.text-dark:hover,
a.text-dark:focus {
  color: red !important;
  text-decoration: none!;
  font-size: 15px;
}
.navfont {
  cursor: default;
  font: 12pt 幼圆;
  font-size: 12pt;
  color: yellow;
}

.swiper-container1 {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide1 {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  height: 80%;
  width: 100%;
}

.gallery-thumbs1 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs1 .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs1 .swiper-slide-thumb-active {
  opacity: 1;
}

/*  导行  */
.nav-item {
  position: relative;
  top: 0px;
  font-size: 1.2rem;

}
.nav-item .second-list {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #4c4c4c;
  z-index: 20;
  padding-bottom: 10px;
  padding-top: 5px;
  /* width:110%;
	padding:10px;*/
}
.nav-item:hover .second-list {
  display: block;
  transition: opacity 0.15s linear;
  /*border:0px solid #e5e5e5;
	 font-weight:normal; */
   font-size: 1rem;
}
.nav-item .second-list .second-item {
  padding: 2px 20px;
  /*margin:15px;*/
  position: relative;
  top: 0px;
}
/* .nav-item .second-list .second-item:hover>a {
	background-color:#7bc938;
	color:#fff;
} */

.nav-item .second-list .third-list {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #4c4c4c;
  z-index: 20;
  padding-bottom: 5px;
  padding-top: 5px;
}
.nav-item .second-list .second-item:hover .third-list {
  display: block;
  border: 0px solid #e5e5e5;
}
.nav-item .second-list .third-list .third-item {
  padding: 0px 0px 0px 13px;
  margin: 5px;
  display: block;
  width: 140px;
}
/* 
.nav-item .second-list .second-item .third-list .third-item:hover>a {
	background-color:#7bc938;
	color:#fff; 
}
/*  导行end  */

.swiper-slide {
  background-size: cover;
  background-position: center;
}
.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 1;
}

.flex {
  display: flex;
}
.flex-col { 
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-center { 
  justify-content: center;
  align-items: center;
}
.flex-1 { 
  flex: 1;
}
.flex-2 { 
  flex: 2;
}
/* 产品列表 */
.product-list a {
  color: #4c4c4c;
  font-size: 13px;
}
.product-list a:hover {
  color: red;
}
/* 查看详情 */
.ckxq {
  background: #333333;
  width: 150px;
  height: 30px;
  text-align: center;
  margin: 0 auto;
  vertical-align: middle;
  line-height: 30px;
  font-size: 13px;
}

.footer {
  font-size: 13px;
}

/* 指向效果 */
.hvr_grow {
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr_grow:hover {
  transform: scale(1.1);
}
.hvr_shrink {
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr_shrink:hover {
  transform: scale(0.9);
}
.hvr_fade {
  transition-duration: 0.3s;
  transition-property: color, background-color;
}
.hvr_fade:hover {
  color: #fff;
  background-color: #0275d8;
}
.fangda {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.fangda img {
  width: 100%;
  z-index: -1;
  margin: auto;
  transform: scale(1);
  transition: all ease-in-out 0.2s;
}

.fangda:hover img {
  transform: scale(1.1);
  filter: blur(0px);
}
