﻿/*//分页 page*/
.page{
    display: block;
    height: 34px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.page div{
    display: inline-block;
    text-align: center;
}
.page a {
    width: 35px;
    height: 35px;
    color: #727171;
    text-align: center;
    display: block;
    line-height: 35px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    margin: 0 15px;
}
.prev{
   background: url('../../../Public/Home/Common/images/arrow_prev.png') no-repeat;
}
.next{
    background: url('../../../Public/Home/Common/images/arrow_next.png') no-repeat;
}

.page a.current {
    color: #333;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

.flex-active-slide{
    overflow: hidden;
    max-width: 1000px;
}

.flex-active-slide img{
    width: 100%;
}

.flexslider ul li{
    overflow: hidden;
    max-width: 1000px;
}