.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.flexslider .slides > li {
  display: none;
  position:relative;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  height:265px;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
    height:265px;
}
.flex-viewport {
  max-height: 2000px;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
}
.flex-direction-nav .flex-prev {
  left: 0px;
  background: url(xyjt-arrow-01.png) no-repeat center;
}
.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
  background: url(xyjt-arrow-02.png) no-repeat center;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flex-caption {
      width: 100%;
      position:absolute;
      margin: 0;
      left: 0;
      bottom: 0;
      background: rgba(0,0,0,.5);
      color: #fff;
      font-size: 14px;
      height: 40px;
}
.flex-caption a{
    color: #fff;
}
li.css a {
   border-radius: 0;
}
.wz-title{
  padding:0px 10px; 
    height: 40px;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wz-more{
    width: 55px;
    float: right;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
}

#flexslider2 .flex-viewport{
  margin: 0 auto;
}
#flexslider2 .flex-direction-nav a {
  width: 20px;
  height: 40px;
}
#flexslider2 .flex-direction-nav .flex-prev {
  left: 0px;
  background: url(xyjt-arrow-03.png) no-repeat center;
}
#flexslider2 .flex-direction-nav .flex-next {
  right: 0px;
  text-align: right;
  background: url(xyjt-arrow-04.png) no-repeat center;
}
#flexslider2 .slides img {
    height: auto;
}
@media(min-width: 994px){
  #flexslider2 .flex-viewport{
    width:950px;
  }
}
@media(max-width: 993px){
  #flexslider2 .flex-viewport{
    width:630px;
  }
}
@media(max-width: 680px){
  #flexslider2 .flex-viewport{
    width:310px;
  }
}