﻿* {
    /*list-style-type: none;*/
    margin: 0;
    padding: 0;
}
/*a, img {
    border: 0 none;
}*/
/*body {
    font: 12px/180% Arial,Helvetica,sans-serif,"新宋体";
}*/
.flexslider {
    background: rgba(0, 0, 0, 0) url("../../../Images/imagePlay/loading.gif") no-repeat scroll 50% center;
    height: 400px;
    overflow: hidden;
    position: relative;
    max-height:600px;
}
.slides {
    position: relative;
    z-index: 1;
}
.slides li {
    height: 400px;
    max-height:600px;
}
.flex-control-nav {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.flex-control-nav li {
    display: inline-block;
    height: 14px;
    margin: 0 5px;
    width: 14px;
}
.flex-control-nav a {
    background: url("../../../Images/imagePlay/dot.png") no-repeat scroll right 0;
    /*background: rgba(0, 0, 0, 0) url("../../../Images/imagePlay/dot.png") no-repeat scroll right 0;*/ 
    cursor: pointer;
    display: inline-block;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    width: 14px;
}
.flex-control-nav .flex-active {
    background-position: 0 0;
}
.flex-direction-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 3;
}
.flex-direction-nav li a {
    cursor: pointer;
    display: block;
    height: 50px;
    overflow: hidden;
    position: absolute;
    width: 50px;
}
.flex-direction-nav li a.flex-prev {
    /*background: rgba(0, 0, 0, 0) url("../../../Images/imagePlay/prev.png") no-repeat scroll center center;*/
    background:url("../../../Images/imagePlay/prev.png") no-repeat scroll center center;
    left: 40px;
}
.flex-direction-nav li a.flex-next {
    /*background: rgba(0, 0, 0, 0) url("../../../Images/imagePlay/next.png") no-repeat scroll center center;*/
    background:url("../../../Images/imagePlay/next.png") no-repeat scroll center center;
    right: 40px;
}
