@charset "UTF-8";
/*自定义参数*/
.icons-sprite, .albums-display .icon_photo_page_prev, .albums-display .icon_photo_page_next {
  background-image: url('../images/icons-sbcc764f420.png');
  background-repeat: no-repeat; }

.page {
  overflow: hidden;
  *zoom: 1; }
  .page .page_btn {
    color: #afb1b2;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 17px;
    border: 2px solid #dfdfdf; }
    .page .page_btn:hover {
      color: #16a1d4;
      border-color: #16a1d4; }
  .page .first_btn {
    float: left;
    display: inline; }
  .page .last_btn {
    float: right;
    display: inline; }
  .page .pagination {
    width: 70%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto; }
    .page .pagination a {
      color: #16a1d4;
      font-size: 16px;
      font-family: 'arial';
      margin: 0 12px; }
      .page .pagination a:hover {
        color: #404040; }
      .page .pagination a.current {
        color: #404040; }

.inner_banner img {
  width: 100%; }

.product_header_module {
  height: 116px;
  background: #fff;
  padding-top: 1px;
  border-bottom: 1px solid #e6e6e6; }

.product_header {
  overflow: hidden;
  *zoom: 1;
  margin-top: 36px; }
  .product_header h3 {
    float: left;
    display: inline;
    color: #44c639;
    font-size: 18px;
    font-weight: normal;
    height: 44px;
    line-height: 44px; }
  .product_header .position {
    float: right;
    display: inline;
    color: #fff;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 36px;
    background: #13b5ea;
    border-radius: 22px; }
    .product_header .position a {
      color: #fff;
      margin: 0 5px; }
      .product_header .position a:hover {
        font-weight: bold; }

.product_detail_module {
  padding-top: 56px; }
  .product_detail_module .product_title {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    text-align: center; }

.product_detail {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  margin-top: 50px; }
  .product_detail .big-photo { display:table-cell;vertical-align:middle;
    position: relative;
    float: left;
    width: 400px;
    height: 400px;
    line-height: 400px;
    overflow: hidden;
    border: 1px solid #e6e6e6;

  }
.product_detail .big-photo a {
  position: relative;
  width: 400px;
  height: 400px;
  line-height: 400px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  display: table-cell;
  vertical-align: middle;
  background: #eee;
}

    .product_detail .big-photo .albums-big {
      display: block;
      margin: auto;
    }
  .product_detail .product_right {
    margin-left: 450px; }
  .product_detail .pro_param {
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6; }
    .product_detail .pro_param .pro_param_title {
      color: #333;
      font-size: 16px;
      font-weight: normal;
      padding: 10px 0 15px 0;
      border-bottom: 1px solid #e6e6e6; }
    .product_detail .pro_param .pro_param_list li {
      color: #444;
      font-size: 14px;
      margin-top: 24px; }
    .product_detail .pro_param .pro_link {
      float: right;
      display: inline;
      color: #fff;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      padding: 0 30px;
      margin-top: 20px;
      border-radius: 20px;
      background: #6fc400; }
      .product_detail .pro_param .pro_link:hover {
        background: #5ea600; }

/*公司相册*/
.vertical_span {
  display: none;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.albums .albums-info {
  text-align: center;
  font-size: 16px;
  font-weight: bold; }
  .albums .albums-info span {
    font-weight: normal; }
  .albums .albums-info strong {
    color: #E9263D; }

.albums-display-bg {
  padding: 0 28px; }

.albums-display-list {
  width: 100%;
  height: 102px;
  overflow: hidden;
  position: relative; }

.albums-display-show {
  position: absolute;
  top: 0;
  left: 0; }
  .albums-display-show .albums-item-show {
    float: left;
    width: 100px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    border: 1px solid #eee; }
    .albums-display-show .albums-item-show:hover {
      border: 1px solid #c33654; }
    .albums-display-show .albums-item-show.active {
      border: 1px solid #c33654; }
    .albums-display-show .albums-item-show img {
      /*width: 100%;*/ }

.albums-display {
  position: relative;
  margin-top: 36px; }
  .albums-display .albums-arrow {
    position: absolute;
    width: 24px;
    height: 102px;
    cursor: pointer;
    background: #e6e6e6; }
    .albums-display .albums-arrow:hover {
      background: #ccc; }
    .albums-display .albums-arrow.albums-display-list-prev {
      left: 0;
      top: 0; }
    .albums-display .albums-arrow.albums-display-list-next {
      right: 0;
      top: 0; }
  .albums-display .icon {
    position: absolute;
    top: 44px;
    left: 9px;
    display: block;
    width: 7px;
    height: 12px; }
  .albums-display .icon_photo_page_prev {
    background-position: 0 -20px; }
  .albums-display .icon_photo_page_next {
    background-position: 0 -32px; }

.disable {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: pointer; }

.zoom-move {
  position: absolute;
  top: 0;
  left: 0;
  background: #eee;
  border: 1px solid #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: move; }

.zoom-div {
  position: absolute;
  top: 0;
  left: 420px;
  background: #fff;
  border: 1px solid #d4d4d4;
  width: 310px;
  overflow: hidden;
  z-index: 99; }

.zoom-img-div {
  width: 800px;
  }

.zoom-img {
  width: 800px;
  }

.box {
  position: relative; }

.pro_detail_list {
  padding-bottom: 60px; }
  .pro_detail_list dt {
    color: #333;
    font-size: 18px;
    margin-top: 45px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e6e6e6; }
  .pro_detail_list dd {
    color: #5e5e5e;
    padding-top: 16px; }
	.pro_detail_list dd img {
      max-width:90%; }
    .pro_detail_list dd p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
    .pro_detail_list dd h4 {
      font-size: 16px;
      line-height: 24px;
      font-weight: normal;
      margin-bottom: 10px; }
    .pro_detail_list dd .param_list li {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
