
/*2015.7.22*/

* {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'microsoft yahei';
}

img { border: 0; }

li { list-style: none; }

.main-wrap {
  width: 1200px;
  height: 530px;
  margin: 50px auto;
}

.img-box {
  position: relative;
  width: 631px;
  height: auto;
}

.img-box ul {
  width: 631px;
  height: 530px;
}

.img-box ul li {
	position: relative;
	width: 142px;
	height: 139px;
	float: left;
	margin-right: 9px;
	margin-top: 20px;
	border: 3px solid #045F7D;
}

.img-box label {
	font-size: 11px;
    font-family: Verdana, Geneva, sans-serif;
	color:#09C;
	text-align:center !important;
}

.img-box ul li img {
  position: relative;
  width: 100%;
  height: 100%;
}

.mask {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  display: none;
}

.mag {
  position: relative;
  z-index: 99;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  margin: 54px auto;
  border: 5px solid #fff;
}

.mag:after {
  position: relative;
  top: 16px;
  left: 23px;
  display: block;
  content: "";
  width: 6px;
  height: 15px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.plus {
  position: relative;
  top: 7.5px;
  left: 4px;
  width: 12px;
  height: 3px;
  background: #fff;
  -webkit-animation: round 2s;
  -moz-animation: round 2s;
  animation: round 2s;
}

.plus:after {
  position: relative;
  content: '';
  display: block;
  width: 12px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
@-webkit-keyframes 
round {  0% {
-webkit-transform:rotate(0deg)
}
 100% {
-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes 
round {  0% {
-moz-transform:rotate(0deg)
}
 100% {
-moz-transform:rotate(360deg)
}
}
@keyframes 
round {  0% {
transform:rotate(0deg)
}
 100% {
transform:rotate(360deg)
}
}

.full-screen-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: url(../images/bg.png);
  display: none;
}

.view-port {
  position: relative;
  width: 700px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
}

.close {
  display: block;
  position: absolute;
  top: 20px;
  ;
  left: 90%;
  content: '';
  width: 30px;
  height: 30px;
  background:#FFF;
  cursor:pointer;

}

.close span {
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background: #5f5e5e;
  margin: 15px auto;
  left:4px;

}

.close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pre {
  position: relative;
  top: 25px;
  width: 50px;
  height: 400px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  z-index:1;
  left:84px;
}

.pic {
  position: relative;
  top: 25px;
  width: 600px;
  height: 400px;
  float: left;
}

.next {
  position: relative;
  top: -375px;
  width: 50px;
  height: 400px;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  z-index:1;
  right:-635px;
}

.pre span, .next span {
  display: block;
  width: 25px;
  height: 45px;
  background: #045F7D;
  margin-top: 177px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.next span { margin-left: 25px; }
