﻿@charset "utf-8";
/*首页图片滚动模块*=======================开始*/
.mrp {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.photo_nav a {
    background-position: 0 0;
    margin: 0 5px;
    text-indent: -9999px;
    height: 18px;
    float: left;
    display: inline;
    line-height: 18px;
    width: 18px;
}
.photo_nav a, .photo_nav a:hover {
    background: url(../image/photo_nav.png) no-repeat 0 0;
}
.photo_nav a:hover, .p_a_over {
    background-position: 0 -18px !important;
    text-decoration: none;
}
.photo {
    position: relative;
    /*width: 100%; */
    height: auto;
    overflow: hidden;
    /*min-width:950px; */
}
.photo_nav {
    z-index: 2;
    bottom: 10px;
    right: 10px;
    position: absolute;
    width: 100px;
    overflow: hidden;
}
.v_content {
    position: relative;
    height: 320px;
    overflow: hidden;
}
* {
    margin: 0;
    padding: 0;
}
.photo_nav a {
    background-position: 0 -18px;
    margin: 0 5px;
    text-indent: 6px;
    height: 18px;
    float: left;
    display: inline;
    line-height: 18px;
    width: 18px;
}
.photo_nav a, .photo_nav a:hover {
    background: url(../image/photo_nav.png) no-repeat 0 0;
}
.v_content_list {
    position: absolute;
    height: 320px;
    overflow: hidden;
}
.v_content ul li {
    display: inline;
    float: left;
    height: 320px;
    text-align: center;
    overflow: hidden;
}
.v_content ul li img {
    height: 320px;
}