/*轮播图部分*/
.wrap-main .main-section
{
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index:1;
}
.wrap-main .main-section:before
{
    display: table;
    content: "";
}
.wrap-main .main-section:after
{
    display: table;
    content: "";
}
.swiper-wrapper
{
    position: relative;
    width: 100%;
    z-index: 1;
    display: -moz-box;
    overflow: hidden;
}
.swiper-wrapper ul
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.swiper-wrapper ul li
{
    float: left;
}
.swiper-wrapper .swiper-slide
{
    height: auto;
    width: auto;
}
.swiper-wrapper .swiper-slide .swiper-img
{
    display: block;
    margin: 0 auto;
    width:100%;
}
.swiper-buttonArr
{
    height: 30px;
    text-align: center;
    margin-top: 20px;
}
.swiper-buttonArr .swiper-button
{
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius:50%;
    text-align: center;
    background: #333;
    opacity: 0.3;
    margin-left: 4px;
    cursor: pointer;
}
.swiper-buttonArr .swiper-button-now
{
    opacity: 1;
}
/*图片导航*/
.Link-function
{
    padding: 40px 0px;
}

.set-4
{
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.333333%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius:4px;
    -moz-border-radius:4px ;
}
.Link-function a
{
    display: block;
    overflow: hidden;
    position: relative;
    color: #777777;
}
.Link-function a img
{
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    display: block;
    transition: all 1000ms ease;
    margin: 0px auto;
}
.Link-function a img:hover
{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.Link-function a span.Y
{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 24px;
}
