ol, ul {
    list-style: none
;}



.clear_both {
    clear: both
;}


a {
    text-decoration: none
;}


.swiper1_wrap {
    width: 1380px;
    height: 320px;
    margin: 0px auto;
    overflow: hidden;     /*hidden	   内容会被修剪，并且其余内容是不可见的。*/
    position: relative;}


.swiper1_wrap ul {
    position: absolute;}


.swiper1_wrap ul li {
    height:320px;}

.swiper1_wrap ol {
    position: absolute;
    right: 80px;
    bottom: 10px;}

.swiper1_wrap ol li {
    height: 10px;
    width: 10px;
    background: #ccc;
    border-radius: 5px;
    border: solid 1px #666;
    margin-left: 15px;
    color: #000;
    float: left;
    text-align: center;
    cursor: pointer;}


.swiper1_wrap ol .on {
    background:#0a78cd;
    color: #fff;}
.swiper2_wrap {
    width: 370px;
    height: 250px;
    margin: 0px auto;
    overflow: hidden;     /*hidden	   内容会被修剪，并且其余内容是不可见的。*/
    position: relative;}


.swiper2_wrap ul {
  		position: absolute;}


.swiper2_wrap ul li {
    height:250px;}

.swiper2_wrap ol {
    position: absolute;
    right: 10px;
    bottom: 18px;}

.swiper2_wrap ol li {
 	   padding: 1px 6px;
  	 color: rgba(255, 255, 255, 0.4);
    line-height: 15px;
    font-size: 15px;
 	  font-family: ËÎÌå;
    background-color: rgba(102, 102, 102, 0.4);
    text-decoration: none;
    border: solid 1px #666;
  	 border-radius: 3px;
    margin-left: 5px;
    float: left;
    text-align: center;
    cursor: pointer;}


.swiper2_wrap ol .on {
    background: #1a53a8;
    color: #fff;
    }
