.MxSlider {
    width: 100%;
    height: 570px;
    position: relative;
    overflow: hidden;
}

.mx-slider_wrap {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

.mx-slide {
    position: absolute;
    width: 100%;
    display: table;
    float: left;
    left: 0%;
    bottom: 0px;
    height: 100%;
}

/*.mx-slide a {display:block;width:100%;height:100%;overflow:hidden;}
*/
.mx-slide .img {
    display: block;
    width: 100%;
    height: 80%;
    overflow: hidden;
}

.mx-slide img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.mx-slide img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.mx-navigation {
    display: none;
    position: absolute;
    float: left;
    width: 100%;
    top: 42%;
    z-index: 888;
}

.mx-prev,.mx-next {
    display: table;
    width: 40px;
    height: 40px;
    font-size: 0px;
    cursor: pointer;
}

.mx-prev {
    float: left;
}

.mx-next {
    float: right;
}

.mx-nav_dots {
    position: absolute;
    bottom: 28px;
    right: 30px;
    text-align: right;
    z-index: 889;
}

.mx-nav_dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    font-size: 0px;
    background-color: rgba(244,244,244,.43);
    cursor: pointer;
    border-radius: 50%;
}

.mx-nav_dots span.dotActive {
    background-color: #fff;
}

.mx-bugs_bunny {
    width: 90%;
    margin: 40px auto;
}

.mx-bugs_info {
    /* position:absolute; */
    width: 100%;
    height: 200px;
    right: 0;
    bottom: 0;
    color: #fff;
    background: url(../images/news-bg.jpg) no-repeat;
}

.mx-bugs_info .tit a {
    display: block;
    /* margin-top:20px;*/
    margin: 45px 26px 26px 26px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    text-decoration: none;
}

.mx-bugs_info .txt a {
    display: block;
    margin: 26px;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    color: rgba(255,255,255,0.46);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    text-decoration: none;
}

.mx-bugs_info .read a {
    display: block;
    margin: 26px;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    color: rgba(255,255,255,0.46);
    font-family: "Microsoft YaHei";
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}

/*.mx-prev {background-image:url(../images/arr_l.png);background-repeat:no-repeat;background-position:2px 5px;}
.mx-next {background-image:url(../images/arr_r.png);background-repeat:no-repeat;background-position:8px 5px;}
.mx-prev:hover {background-image:url(../images/arr_l_hover.png);background-repeat:no-repeat;background-position:2px 5px;}
.mx-next:hover {background-image:url(../images/arr_r_hover.png);background-repeat:no-repeat;background-position:8px 5px;}
*/
