﻿/*新品推荐*/
#picshow{position:relative;}
#picshow,#picshow_img{overflow:hidden; float:left;}
#picshow_img li{overflow:hidden; float:left; display:none;margin-left: 0px;}
#picshow_img img{width:880px; height:440px;}
#picshow_tx{position:absolute;overflow:hidden;}
#picshow_tx li{background:url("../../images/cs/picshow_bg.png")/*tpa=http://www.gdqhtc.com/images/cs/picshow_bg.png*/ repeat; color:#fff; display:none;margin-left: 0px;}
#picshow_tx li a{color:#fff;}
#picshow_tx li a:hover{text-decoration:underline;}
#picshow_tx li h3{ margin:13px 0;font-size:12px;}
#picshow_tx li p{ color:#ccc; line-height:16px; height:16px; overflow:hidden;}
#select_btn{color:#111; float:right; display:inline; background-color:#f0f0f0;}
#select_btn li{padding:9px 11px 0px 9px; border-top:1px solid #fff; cursor:pointer;}
#select_btn li:hover{background-color:#fff;}
#select_btn li.current{background-color:#fff;}
#select_btn li.current:hover{background-color:#fff;}
#select_btn a{color:#000;}
#select_btn img{padding:1px; border:1px solid #ccc; width:70px; height:49px; margin-right:10px; float:left;}
#select_btn .select_text{ height:20px; font:bold 13px/16px 'Microsoft YaHei'; overflow:hidden; display:block;}
#select_btn .select_text:hover{text-decoration:underline;}
#select_btn .select_date{ height:23px; line-height:23px; overflow:hidden; display:block;}
/*#foot_bm a,#foot_bm,p,p a{color:#d4cccc;}*/
.info-text {color:#f5f3f3; text-shadow: 0 0 3px #0c0c0c;}

.hmCon3 ul li {/*margin-left: 0px;*/}
.hmCon5 {width: 100%; text-align: center;margin:0 auto;}
.hmCon5 ul li {margin-left: 0px;}
.hmU1_img img {width: 100%;height: 184px;}

.margint {margin-top: 30px;text-align: center;}

.swiper-container ul {
	margin-left: 10px;
}
.swiper-container ul li{
    float:left;
}
/*产品详细页面*/
.view {
    overflow:hidden;
    width:100%;
    position:relative
}
.view>.content {
    position:relative;
    padding-top:70px;
    padding-bottom:70px;
    -webkit-transition:-webkit-transform .5s;
    -moz-transition:-moz-transform .5s;
    -o-transition:-o-transform .5s;
    transition:transform .5s
}
.view>.content.border-bottom {
    border-bottom:4px solid
}
.view>.content.border-top {
    border-top:4px solid
}
.view>.content.skew-top-left,.view>.content.skew-top-right {
    padding-top:130px
}
.view>.content.skew-bottom-left,.view>.content.skew-bottom-right {
    padding-bottom:130px
}
.view>.content.small-top-padding {
    padding-top:40px
}
.view>.content.small-bottom-padding {
    padding-bottom:50px
}
.content.small-top-padding {
    padding-top:40px
}
.content.small-bottom-padding {
    padding-bottom:50px
}
.view.section-header .content {
    padding-top:60px;
    padding-bottom:20px
}
.view.section-header .content.skew-top-left,.view.section-header .content.skew-top-right {
    padding-top:60px
}
.view.section-header .content.skew-bottom-left,.view.section-header .content.skew-bottom-right {
    padding-bottom:60px
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.pro-single {
    margin-bottom: 20px;
    display: block;
}
.background-e {
    background-color: rgba(255,255,255,.93) !important;
}
.proshow a {
    display: block;
    padding: 0px;
    border: 4px solid #f2f2f2;
}
.thumbs {padding-left: 0px;}
.thumbs_cont a {
    display: block;
    padding: 4px 0px;
    /*border: 4px solid #f2f2f2;*/
}
.thumbs_cont {
    overflow-y: auto;
    height: 519px;
    overflow-x: hidden;
}
.fluid-width {
    width: 100%;
    height: auto;
    /* height: 182px; */
    /* box-shadow: 2px 2px 5px 3px #c9c9c9; */
}
.lead, p {
    letter-spacing: 1.2px;
}
p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 11px;
    /* margin-bottom: 0; */
}
.detail_tit h4 {
    text-align: left;
    margin-top: 30px;
    font-size: 24px;
}
.detail_tit em {
    text-align: left;
    color: #999;
    font-style: italic;
    font-size: 20px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0,0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel .owl-item img {
    display: block;

    -webkit-transform-style: preserve-3d;
}
.font-gray {
    color: gray;
}
.img_name {
    display: block;
    margin-top: 15px;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
.owl-item img{
    float: left;
    padding: 5px;
    width: 250px;
    height:170px;
}

.ul_text {
    /*border-left: 1px solid #004EA2;*/
    min-height: 464px;
    padding-left: 16px;}

.ul_text h1 {margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #004EA2;
    margin-left: -36px;
    /*border-bottom: 1px solid #004EA2;*/
    padding-left: 36px;
    padding-top: 18px;
    padding-bottom: 14px}
.ul_text p {margin: 0;padding: 5px 0;color: #555;}
.ul_text hr {margin-bottom: 20px;border: 0;border-top: 1px solid #dcdcdc;margin: 10px 0;}

/*产品放大镜*/
/*#showbox { background:#eee;}*/
#showbox span { background:url("../../images/whitebg.png")/*tpa=http://www.gdqhtc.com/images/whitebg.png*/ repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #004EA2;}

.showpage { width:520px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

 @media (max-width: 767px) {
.tp-banner-slider{width:100%;height:100%}
.slider-info-wrap .slider-info-content .slider-info-item{display:none;}
  /*新品推荐*/
.indexProductBox .indexProductDiv .tempWrap{}
.indexProductBox .indexProductDiv .tempWrap .proText{}
.indexProductBox .productTab{display: none;}


.hmCon2{width: 100%; text-align: center;margin:0 auto;}
}
 
 @media (min-width: 768px) and (max-width: 991px) {
.tp-banner-slider{width:100%;height:100%}
 .slider-info-wrap .slider-info-content .slider-info-item{display:none;}
.container {width: 100%;}
  /*新品推荐*/
.indexProductBox .productTab{display: none;}

.hmCon2{width: 100%; text-align: center;margin:0 auto;}
}
 
 @media (min-width: 992px) and (max-width: 1199px) {
.tp-banner-slider{width:100%;height:100%} 
.slider-info-wrap .slider-info-content .slider-info-item{width: 25%;}
 .main-title > .price{display:none;}
 /*新品推荐*/
.indexProductBox .productTab{display: none;}

.hmCon2{width: 100%; text-align: center;margin:0 auto;}
}
 
 @media (min-width: 1200px) {
.tp-banner-slider{width:100%;height:100%}
 /*新品推荐*/
.indexTit {width:100%;margin-top: 20px;height: 30px;}
#zSlider{width:100%;margin:0px auto; overflow:hidden;}
#picshow{width:66%; height:340px;}
#picshow_img{width:100%; height:340px;}
#picshow_img li{width:100%; height:340px;}
#picshow_img img{width:100%; height:340px;}
#picshow_tx{left:0px; width:100%; bottom:0px; height:90px; }
#picshow_tx li{padding:10px 30px;height:90px;}
#picshow_tx li p{display:none;}
#select_btn{width:34%; height:340px;}
#select_btn li{height:56px;}

.hmCon2{width: 100%; text-align: center;margin:0 auto;}

/*产品详细页面*/
.container-fluid {
	width:1070px;
}

}