* {
    margin: 0 auto;
    padding: 0;
    outline: 0;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, SimSun
}

.mr45 {
    margin-right: 45px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb35 {
    margin-bottom: 35px
}

.mb40 {
    margin-bottom: 40px
}

.mb45 {
    margin-bottom: 45px
}

.mb50 {
    margin-bottom: 50px
}

.mb55 {
    margin-bottom: 55px
}

.mb60 {
    margin-bottom: 60px
}

.mb65 {
    margin-bottom: 65px
}

.mb70 {
    margin-bottom: 70px
}

.mb75 {
    margin-bottom: 75px
}

.mb80 {
    margin-bottom: 80px
}

.eg7Swiper {
    width: 620px;
    height: 415px;
    position: relative
}

.eg7Swiper .swiper-slide {
    position: relative
}

.eg7Swiper .swiper-slide img {
    width: 100%;
    height: 100%
}

.eg7Bgk {
    width: 620px;
    height: 50px;
    line-height: 50px;
    padding: 0 0px;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    text-indent: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#66000000, endColorstr=#66000000)
}

.eg7Bgk a {
    color: #fff;
}

.eg7Bgk a:hover {
    color: #ff7d00
}

:root .eg7Bgk {
    filter: none
}

.eg7Pagin {
    position: absolute;
    right: 15px;
    bottom: 20px
}

.eg7Pagin .swiper-pagination-switch {
    float: left;
    font-size: 0;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #ddd
}

.eg7Pagin .swiper-active-switch {
    background-color: #004ea2
}

.eg7Pagin .swiper-active-switch {
    background-color: #004ea2
}
.arrow7 {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 150px;
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer
}

.arrow7:hover {
    opacity: 6;
    filter: alpha(opacity=60)
}

.arrow7L {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAWCAMAAAAhOpZRAAAAM1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACjBUbJAAAAEXRSTlMABxGpjXmZw7uko56SgX8YAa3AtkMAAABMSURBVBjTZU9JEsAgDKomsa37/1/rKeBoTgwDBB5cVMLPAIsFx9LA/hVsgi9ocnZqjk6bQNBlIOx1LTE1h5eZ9y92uLuxM7dw4759AcDYAXU2e6EYAAAAAElFTkSuQmCC) 14px 9px no-repeat #fff;
    left: 15px
}

.arrow7R {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAWCAMAAAAhOpZRAAAAM1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACjBUbJAAAAEXRSTlMABxGpjXmZw7uko56SgX8YAa3AtkMAAABLSURBVBjTZY9LFkAhCEIzsff/7H+1zbqecgQHUSiqZUzsEIsrKY+D7T6SopaUJhuknvqRPMCfv4Zn8wWzg5eb/CLDnI3MdFk7CtgBwNgBdT5KR8QAAAAASUVORK5CYII=) 15px 9px no-repeat #fff;
    right: 15px
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}