/*ÂÖ²¥*/
a:focus, a:hover{  text-decoration: none;  }
.slider {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: auto;
    overflow: hidden;
}
.slides {
    height: auto;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide {  float: left;  clear: none;  }
.slide img{  }
.slider{  }
.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    font-size: 2em;
}
.slider-nav__item{
    width: 10px;
    height: 10px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #0a9a40;
    border-radius: 100%;
}

.slider-arrow--right {  bottom: 50%;  right: 30px;  }
.slider-arrow--left {  bottom: 50%;  left: 30px;  }
.slider-nav {  position: absolute;  bottom: 90px;  }
.slider-nav__item:hover {  background: #ccc;  }
.slider-nav__item--current {  background: #ccc;  }

.cover {
    padding-top: 10px;
    width: 100%;
    height: 170px;
    margin: 0 auto 20px;
    position: relative;
    background: #f8f8f8;
}
#outer {
    width: 1098px;
    height: 170px;
    overflow: hidden;
    margin: 0 auto;
}
#inter {  width: 2296px;  height: 218px;;  }
.interRight0{  right: 0;  }
.inter_img{
    width: 272px;
    height: 170px;
    display: inline-block;
    margin-right: 10px;
}
.inter_img img{
    width: 272px;
    height: 170px;
    text-align: center;
}
.left_button,.right_button{
    width: 35px;
    height: 70px;
    background: #004aa1;
    position: absolute;
    padding: 50px 5px;
}

.left_button{   left: 0;  }
.left_button img{
    margin-left: 5px;
}
.right_button {   top: 10px; right: 0;  }

.right_button img{
    margin-left: 10px;
}