﻿@charset "utf-8";

/* CSS Document */

* {
  margin: 0;
  padding: 0;
  list-style: none
}

img { border: 0 }

.jg-slider {
  position: relative;
  overflow: hidden;
  width: 800px;
  height: 330px;
  margin: 10px 0 0 10px
}

.jg-slider .big {
  position: relative;
  overflow: hidden;
  width: 800px;
  height: 330px;
}

.jg-slider .big ul { }

.jg-slider .big ul li {
  width: 800px;
  height: 330px;
}

.jg-slider .big ul li img {
  width: 100%;
  height: 100%
}

.jg-slider .small {
  position: absolute;
  right: 40px;
  bottom: 10px
}

.jg-slider .small ul { }

.jg-slider .small ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  background-color: #039;
  color: #fff;
  cursor: pointer
}

.jg-slider .small ul li.current { background-color: #f00; }

.jg-slider .prev, .jg-slider .next {
  display: block;
  width: 40px;
  height: 60px;
  background: #FF0;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -30px
}

.jg-slider .prev:hover, .jg-slider .next:hover { background: #f00 }

.jg-slider .prev { left: 40px }

.jg-slider .next { right: 40px }

.jg-slider1 {
  position: relative;
  width: 800px;
  height: 330px;
  margin: 10px 0 10px 10px
}

.jg-slider1 .big {
  position: relative;
  overflow: hidden;
  width: 800px;
  height: 330px;
}

.jg-slider1 .big ul { }

.jg-slider1 .big ul li {
  width: 800px;
  height: 330px;
}

.jg-slider1 .big ul li img {
  width: 100%;
  height: 100%
}

.jg-slider1 .small { margin-top: 5px }

.jg-slider1 .small ul { }

.jg-slider1 .small ul li {
  display: inline-block;
  float: left;
  width: 196px;
  height: 60px;
  border: 2px solid #ccc;
  cursor: pointer
}

.jg-slider1 .small ul li img {
  width: 100%;
  height: 100%
}

.jg-slider1 .small ul li.current { border-color: #f00 }

.jg-slider2 {
  position: relative;
  width: 100%;
  height: 350px;
  margin: 10px 0 10px 10px
}

    .jg-slider2 .big {
        position: relative;
        overflow: hidden;
        width: 80%;
        height: 350px;
        float: left
    }

.jg-slider2 .big ul {width:100% }

    .jg-slider2 .big ul li {
        width: 100%;
        height: 350px;
    }

.jg-slider2 .big ul li img {
  width: 100%;
  height: 100%
}

    .jg-slider2 .small {
        float: right;
        width: 19%;
    }

.jg-slider2 .small ul { }

.jg-slider2 .small ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 84px;
    border: 2px solid #ccc;
    cursor: pointer;
    background: #eee;
    padding: 5px;
    overflow:hidden;
}
.jg-slider2 .small ul li:not(:last-child){
    margin-bottom:5px
}
.jg-slider2 .small ul li span {
    width: 50%;
    line-height: 1.5em;
}
.jg-slider2 .small ul li img {
    width: 50%;
    float:left;
    height: 100%;

}
.jg-slider2 .small ul li.current {
    border-color: #0c62a8
}
@media (max-width: 768px) {
    .jg-slider2, .jg-slider2 .big, .jg-slider2 .big ul li {
        height: 300px;
    }
    .jg-slider2 .small ul li {
        height: 71px;
    }
 
}
@media (max-width: 425px) {
    .jg-slider2, .jg-slider2 .big, .jg-slider2 .big ul li {
        height: 200px;
    }

        .jg-slider2 .small ul li {
            height: 46px;
        }
        .jg-slider2 .small ul li img {
            width: 0%;
            height:0;
            display:none;
        }
        .jg-slider2 .small ul li span {
            width: 100%;
            line-height: 1.2em;
            font-size: 11px;
        }
        .jg-slider2 .small {
            width: 25%;
        }
        .jg-slider2 .big {
            width: 74%;
        }
}