@charset "utf-8";
/*标题*/
.content {
  width: 1200px;
  margin: 0 auto;
}
.content_right {
  float: right;
  width: 914px;
}
.content_right p {
  font-size: 24px;
  margin-top: 42px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #c8c8c8;
  color: #2b2c2f;
}
/*内容*/
.content_right_up p {
  font-size: 14px;
  color: #666666;
  text-indent: 2em;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-bottom: 0;
  border: 0;
  line-height: 30px;
}
.content_right_down {
  overflow: hidden;
}
.content_left_pic {
  float: left;
  width: 431px;
}
.content_right_pic {
  float: right;
  width: 431px;
}
.content_left_pic .pic img,
.content_right_pic .pic img {
  width:100%
  /* height: 193px; */
}
.content_left_pic .text,
.content_right_pic .text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #c6c7c9;
  padding: 11px 0;
  width: 431px;
}
/*图片滚动全局样式*/
body,
ul,
li {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none outside none;
}
img {
  border: 0 none;
}
a img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #606060;
}
a:hover {
  text-decoration: underline;
  color: #005aab;
}
/*左右滚动具体样式*/
/*left right scroll detail style*/
/*布局样式*/
/*layout style*/
.product_scroll {
  background: #fff;
  width: 100%;
  margin-bottom: 30px;
}
.isIE8 .swiper-slide,
.isIE9 .product_scroll .swiper-slide {
  float: left;
}
.product_scroll .container {
  height: 259px;
  margin: 0 auto;
  padding: 40px 32px 30px;
  position: relative;
  width: 714px;
}
.product_scroll .product_item {
  height: 189px;
  overflow: hidden;
  position: relative;
  /*width:720px;*/
}
.product_scroll ul {
  height: 189px;
  position: relative;
  width: 20000px;
}
.product_scroll li {
  float: left;
  padding: 0 12px;
  text-align: center;
  width: 164px;
  position: relative;
}
.product_scroll li .product_name {
  display: block;
  margin-top: 16px;
}
.product_scroll .btn_scroll_prev,
.product_scroll .btn_scroll_next {
  height: 37px;
  position: absolute;
  top: 115px;
  width: 23px;
}
.product_scroll .btn_scroll_prev {
  display: "";
  left: 0px;
  top: 46%;
}
.product_scroll .btn_scroll_next {
  right: 4px;
  top: 46%;
}
.product_scroll .btn_scroll_prev a,
.product_scroll .btn_scroll_next a {
  display: block;
  height: 26px;
  width: 26px;
}
/*滚动按钮图片展示*/
/*scroll button picture style*/
.product_scroll .icon_scroll_btn {
  background-image: url(ve_btn.png) !important;
  background-image: url(icon_scroll_btn_lr_ie6.jpg);
  background-repeat: no-repeat;
}
.product_scroll .btn_scroll_prev a {
  background-position: 0px -1014px;
}
.product_scroll .btn_scroll_prev a:hover {
  background-position: 0px -988px;
}
.product_scroll .btn_scroll_next a {
  background-position: 0 -1042px;
}
.product_scroll .btn_scroll_next a:hover {
  background-position: 0px -962px;
}
.isIE8 .swiper-slide,
.isIE9 .swiper-slide {
  margin-right: 25px;
}
.product_scroll .swiper-container {
  height: 189px;
}
.product_scroll .swiper-slide,
.product_scroll img {
  width: 142px !important;
  height: 189px;
}
.product_scroll .swiper-button-next.swiper-button-disabled,
.product_scroll .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.product_scroll .swiper-button-prev {
  height: 26px;
  width: 26px;
  background-image: url(ve_btn.png);
  background-repeat: no-repeat;
  background-position: 0px -1014px;
  background-size: auto;
  left: 0;
  margin-top: -13px;
}
.product_scroll .swiper-button-prev:hover {
  background-position: 0px -988px;
}
.product_scroll .swiper-button-next {
  height: 26px;
  width: 26px;
  background-image: url(ve_btn.png);
  background-repeat: no-repeat;
  background-position: 0px -1042px;
  background-size: auto;
  right: 0;
  margin-top: -13px;
}
.product_scroll .swiper-button-next:hover {
  background-position: 0px -962px;
}
.product_scroll span {
  text-align: center;
  position: absolute;
  left: 0;
  color: #fff;
  z-index: 99;
  width: 142px;
  font-size: 10px;
  bottom: 0;
  line-height: 25px;
  top: auto;
  background: #484641;
  opacity: 0.8;
  padding: 0 5px;
  filter: alpha(opacity=50);
}
/*文字*/
/*.js_scroll_products img{position: relative;}*/
.js_scroll_products span {
  position: absolute;
  left: 14px;
  color: #fff;
  z-index: 99;
  width: 136px;
  font-size: 10px;
  bottom: 0;
  line-height: 25px;
  top: auto;
  background: #484641;
  opacity: 0.8;
  filter: alpha(opacity=50);
}
@media (max-width: 768px) {
  .content {
    width: 100%;
    margin: 0 auto;
  }
  .content_right {
    width: 100%;
  }
  .content_right p {
    padding: 0 0.14rem;
    font-size: 0.18rem;
    margin-top: 0.3rem;
    border-bottom: 0rem;
    color: #333333;
  }
  .content_right_up p {
    font-size: 0.14rem;
    color: #666666;
    text-indent: 2em;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    border: 0;
    line-height: 0.24rem;
  }
  .content_right_down {
    overflow: hidden;
  }
  .content_left_pic {
    float: left;
    width: 97%;
    padding-left: 0.14rem;
  }
  .content_right_pic {
    float: left;
    padding-left: 0.14rem;
    padding-top: 0.26rem;
    width: 97%;
  }
  .content_left_pic .pic,
  .content_right_pic .pic {
    height: auto;
  }
  .content_left_pic .pic,
  .content_right_pic img {
    width: 100%;
    height: auto;
  }
  .content_left_pic .text,
  .content_right_pic .text {
    font-size: 0.14rem;
    color: #666666;
    text-align: center;
    background: #fff;
    padding: 0.08rem 0rem;
    width: 100%;
  }
  /*图片滚动全局样式*/
  body,
  ul,
  li {
    margin: 0;
    padding: 0;
  }
  ul {
    list-style: none outside none;
  }
  img {
  }
  a img {
    vertical-align: bottom;
  }
  a {
    text-decoration: none;
    color: #606060;
  }
  a:hover {
    text-decoration: underline;
    color: #005aab;
  }
  /*左右滚动具体样式*/
  /*left right scroll detail style*/
  /*布局样式*/
  /*layout style*/
  .product_scroll {
    background: #fff;
    width: 100%;
    margin-top: 0.2rem;
  }
  .product_scroll .swiper-container {
    overflow: auto;
    height: auto;
  }

  .product_scroll .swiper-container .swiper-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 1.91rem;
    padding-left: 0.2rem;
    float: left;
    width: 50%!important;
    margin-right: 0px !important;
    margin-bottom: 0.28rem;
  }
  .product_scroll img {
    width: 1.35rem !important;
    height: 1.91rem;
  }
  .product_scroll span {
    width: 1.35rem !important;
    left: 0.2rem;
  }
  .product_scroll .container {
    height: auto;
    margin: 0rem auto;
    padding: 0rem 0.29rem 0.4rem;
    position: relative;
    width: 100%;
  }
  .product_scroll .product_item {
    height: auto;
    overflow: hidden;
    position: relative;
    /*width:720px;*/
  }
  .product_scroll ul {
    position: relative;
    width: 100%;
  }
  .product_scroll li {
    float: left;
    margin: 0.28rem 0rem 0rem;
    text-align: center;
    position: relative;
    width: 50%;
  }
  .product_scroll li .product_name {
    display: block;
    margin-top: 0.16rem;
  }
  .js_scroll_products a {
    position: relative;
  }
  .js_scroll_products span {
    position: absolute;
    color: #fff;
    z-index: 99;
    width: 100%;
    left: 0;
    font-size: 0.1rem;
    bottom: 0;
    line-height: 0.25rem;
    padding: 0rem;
    top: auto;
    background: #484641;
    opacity: 0.8;
  }
  .pagination {
  /* text-align: center !important; */
}

.pagination span {
  position:relative;
  height: 10px !important;
  width: 10px !important;
  opacity: 0.2;
  background: #000000 !important;
  margin: 0 2px !important;
}

.swiper-pagination-bullet-active {
  opacity: 0.5 !important;
}
}

/*# sourceMappingURL=ve_qualification.css.map */
