.min-width {
  min-width: 1220px
}

.row {
  width: 1220px;
  margin: auto;
  position: relative
}

.row-min {
  width: 1200px;
  margin: auto;
  position: relative
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.product {
  background: url(img/product-bg.jpg) no-repeat;
}
.product .name {
  padding-top: 67px;
  text-align: center;
  padding-bottom: 20px;
}
.product .name .tit {
  font-size: 32px;
  font-weight: bold;
}
.product .name .sub {
  font-size: 12px;
  color: #666;
  font-family: 'Arial';
  margin-top: 15px;
  font-weight: lighter;
}
.product .name::after {
  content: '';
  width: 42px;
  height: 5px;
  background: #c30d23;
  margin: 15px auto 0 auto;
  border-radius: 100px 0px;
  display: block;
}
.product .link {
  text-align: center;
  padding-bottom: 20px;
}
.product .link a {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  width: 180px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  position: relative;
}
.product .link a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #eaeaea;
  right: -10px;
  top: 50%;
  margin-top: -10px;
}
.product .link a:hover {
  background: #00468e;
  color: #fff;
  text-decoration : none
}
.product .link a:last-child {
  margin-right: 0;
}
.product .link a:last-child::after {
  display: none;
}
.product .imgs {
  position: relative;
}
.product .imgs .swiper-slide a {
  width: 230px;
  border: #e6e6e6 solid 1px;
  background: #fff;
  display: block;
  margin: auto;
}
.product .imgs .swiper-slide a .show {
  width: 220px;
  height: 150px;
  margin: 8px auto 0 auto;
  overflow: hidden;
}
.product .imgs .swiper-slide a .show img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.product .imgs .swiper-slide a .text {
  height: 50px;
  line-height: 25px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  background-color: #ebf4fb;
  /* white-space:nowrap; */
  overflow: hidden;
}
.product .imgs .swiper-slide a .text:hover {
 color: #00468e;
}
.product .imgs .swiper-slide a .para {
  background: #1989fa;
  padding: 10px 20px;
  border-top: #e6e6e6 solid 1px;
  position: relative;
  min-height:55px;
}
.product .imgs .swiper-slide a .para .item {
  line-height: 24px;
  color: #fff;
  padding-right: 40px;
}
.product .imgs .swiper-slide a .para .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
}
.product .imgs .swiper-slide a .para .icon i {
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(img/icon-r.png) center no-repeat;
  outline: transparent solid 1px;
  border: #fff solid 1px;
  border-radius: 100px;
  left: -39px;
  filter: drop-shadow(39px 0 0 #fff);
}
.product .imgs .swiper-slide a:hover .show img {
  transform: scale(1.1);
}
.product .imgs .swiper-slide a:hover .text {
  font-weight: normal;
}
.product .imgs .swiper-slide a:hover .para {
  background: #d8eaf8;
}
.product .imgs .swiper-slide a:hover .para .item {
  color: #00468e;
}
.product .imgs .swiper-slide a:hover .para .icon i {
  filter: drop-shadow(39px 0 0 #00468e);
}
.product .imgs .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(img/product-prev.png);
  background-position: top;
  background-size: auto;
  left: -60px;
  margin-top: -25px;
}
.product .imgs .swiper-button-prev:hover {
  background-position: bottom;
}
.product .imgs .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(img/product-next.png);
  background-position: top;
  background-size: auto;
  right: -60px;
  margin-top: -25px;
}
.product .imgs .swiper-button-next:hover {
  background-position: bottom;
}

#certify .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(img/product-prev.png);
  background-position: top;
  background-size: auto;
  left: 0px;
  margin-top: -50px;
}
#certify .swiper-button-prev:hover {
  background-position: bottom;
}
#certify .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(img/product-next.png);
  background-position: top;
  background-size: auto;
  right: 0px;
  margin-top: -50px;
}
#certify .swiper-button-next:hover {
  background-position: bottom;
}