/* reset
body {
	font: 12px/18px "宋体", arial, sans-serif;
	color: #585858;
}

body,
div,
p,
span,
form,
iframe,
table,
td,
th,
input,
textarea,
button,
label,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

ul,
ol,
li,
dl {
	list-style-type: none;
}

em,
i,
dfn,
cite,
strong,
small {
	font-style: normal;
}

img {
	border: 0;
}

fieldset,
button,
input,
select,
option {
	vertical-align: middle;
	font: 12px/18px "宋体", arial, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

textarea {
	resize: none
}

/* color */
/* a:link,
a:visited {
	color: #575757;
	text-decoration: none;
}

a:hover {
	color: #ef4165;
	text-decoration: none;
}

a:active {
	color: #1d7400;
}

/* clearfix */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

*html .clearfix {
    zoom: 1;
}

.preview {
    width: 100%;
    height: 465px;
}

/* smallImg */
.smallImg {
   /* position: relative; */
    /* background-color: #F1F0F0; */
   /* width: 100%; */
   /* overflow: hidden; */
    float: left;
    margin-left: 3.12vw;
}

.scrollbutton {
    width: 0.72vw;
    height: 5.62vh;
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer;
    display: none;
}

.scrollbutton.smallImgUp,
.scrollbutton.smallImgUp.disabled {
    background: url(../image/d_08.png) no-repeat;
}

.scrollbutton.smallImgDown,
.scrollbutton.smallImgDown.disabled {
    background: url(../image/d_09.png) no-repeat;
}

#imageMenu {
       height: 50px;
       overflow: hidden;
       margin-left: 0;
       float: left;
       margin-right: 3px;
       margin: 46px 3px 0 0;
}

#imageMenu li {
     height: 4.62vh;
     overflow: hidden;
     float: left;
     text-align: center;
     margin-left: 3px;
}

#imageMenu li img {
   width: 2.6vw;
   height: 4.62vh;
   cursor: pointer;
     border: 1px solid #999;
}
#imageMenu li#onlickImg img,
#imageMenu li:hover img {
        width: 2.6vw;
        height: 4.62vh;
  
    /* margin-top: 4px; */
}
#onlickImg img{
     border:2px solid #1f368f !important;
}


/* bigImg */
.bigImg {
    position: relative;
    float: left;
    width: 100%;
    height: 528px;
    overflow: hidden;
    margin-top: 10px;
    padding: 0 3.92vw;
}

.bigImg #midimg {
    width: 100%;
    height: 400px;
}
.bigImg #winSelector {
    width: 235px;
    height: 210px;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}

/* bigView */
#bigView {
    position: absolute;
    border: 1px solid #959595;
    overflow: hidden;
    z-index: 999;
}

#bigView img {
    position: absolute;
}
