/*=========================================================
	相关产品 列表样式
========================================================*/
.related001{}
.related001 h2{font-size:1.9em; padding-left:20px; margin-bottom:30px;}


.related001 .csSlideOuter{overflow: hidden; z-index:1; position:relative;}
.related001 .lightSlider:before, .related001 .lightSlider:after { content: " "; display: table; }
.related001 .csSlideWrapper{}
.related001 .csSlideWrapper > ul:after { clear: both; }
.related001 .csSlideWrapper .csSlide { -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: all 1s; transition: all 1s; -webkit-transition-duration: inherit; transition-duration: inherit; -webkit-transition-timing-function: inherit; transition-timing-function: inherit; }
.related001 .csSlideWrapper .csFade { position: relative; -webkit-transition-duration: 1s; transition-duration: 1s; -webkit-transition-timing-function: ease; transition-timing-function: ease; }
.related001 .csSlideWrapper .csFade > li { position: absolute !important; top: 0; left: 0; opacity: 0; z-index: 9; margin-right: 0; -webkit-transition-delay: 0s; transition-delay: 0s; -webkit-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: inherit; transition-timing-function: inherit; }
.related001 .csSlideWrapper .csFade > li.active { opacity: 1; z-index: 10; }


/* 大图滚动 */
.related001 .csSlideOuter .csPager.cSpg { width:100%; margin:0; padding: 0; text-align: center; position:absolute; bottom:10px;}
.related001 .csSlideOuter .csPager.cSpg > li { cursor: pointer; display: inline-block; margin:0 5px; }
.related001 .csSlideOuter .csPager.cSpg > li a {  background-color:#f2f2f2; border-radius: 4px; display: inline-block; width:8px; height: 8px; overflow: hidden; text-indent: -999em;  -webkit-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.related001 .csSlideOuter .csPager.cSpg > li:hover a, .related001 .csSlideOuter .csPager.cSpg > li.active a { background: #d9534f; }
 


/*左右按钮 */
.related001 .csAction > a { width: 40px; height: 40px; background:#fff; background-size:40px 40px; margin-top: -20px; display: block; top: 50%;  cursor: pointer; position: absolute; z-index: 99;  opacity: 0.5; -webkit-transition: opacity 0.35s linear 0s; transition: opacity 0.35s linear 0s;  }
.related001 .csAction > a:hover { opacity: 1; }
.related001 .csAction > .csPrev { background:url(../images/btn_prev.png) center center no-repeat; left: 10px; }
.related001 .csAction > .csNext { background:url(../images/btn_next.png) center center no-repeat; right: 10px; }
.related001 .cS-hidden { height: 1px; opacity: 0; filter: alpha(opacity=0); overflow: hidden; }