.w1000{
	width: 1000px;
	margin: 0 auto;
}
.top{
	position: relative;
	min-width: 1000px;
	height: 383px;
}
.top-on{
	position: absolute;
    top: 0;
    left: 50%;
    margin-left:-500px;
    background:url(../img/top-on.png) no-repeat;
    width: 1000px;
    height: 383px;
 }

 .top-bg li{
     opacity:0;
     filter:alpha(opacity=0);
     height: 383px;
     width: 100%;
     position: absolute;
     top:0;
     left: 0; 
 }
.top-img1{
    background:url(../img/1.jpg) center top no-repeat; 
}
.top-img2{
    background:url(../img/2.jpg) center top no-repeat; 
}
.top-img3{
    background:url(../img/3.jpg) center top no-repeat; 
} 
 
 .middle{
 	background: url(../img/bg.png) repeat-x;
 	height:1247px;

 }
 .middle-cont{
 	background: url(../img/prod-bg.jpg) no-repeat;
 	height: 1246px;
 	position: relative;
 }
 .prod1{
 	width: 380px;
 	height: 350px;
 	position: absolute;
    top: 319px;
    left: 554px;
 }
 .prod-title{
 	font-size: 24px;
    font-family: "microsoft yahei";
    color: #000;
    display: block;
    padding: 10px 0 35px 20px;
 }

  .prod1 .underwriting{
 	font-size: 14px;
 	color: #555;
 	font-family: "microsoft yahei";
 	padding-left: 22px;
 }
 .des{
 	color: #fe1c8b;
 	font-size: 14px;
 	font-family: "microsoft yahei";
 	padding: 14px 0 13px 25px;
 	width: 332px;
 }
 .compensable{
 	 font-size: 18px;
 	 color: #555;
 	 font-family: "microsoft yahei";
 	 padding-left: 23px;
 	 line-height: 22px;
 }
 .goLink{
 	color: #fff;
 	font-size: 24px;
 	font-family: "microsoft yahei";
 	padding: 50px 0 0 283px;
    display: block;
    font-weight: bold;
 }
.goLink:hover{
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
}

 .middle-cont .prod2{
     position: absolute;
     top: 702px;
     left: 554px; 	
 }
  .middle-cont .prod2 .des{
      padding-top: 20px;
      padding-bottom: 20px;
 }
 .prod2 .goLink{
     padding-top: 39px;
 } 

 .share{
    height: 60px;
    position: absolute;
    bottom: 47px;
    left: 413px;
 }
 .share a{
     cursor: pointer;
     width: 52px;
     height: 52px;
     display: inline-block;
     margin-right:20px; 
 }
 
 
.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000,endColorstr=#8F000000);
    zoom: 1;
	position: fixed;
	top: 0;
	z-index: 10001;;
	display: none;
}

.mask .erweima {
	background: url(../img/erweima.png) 0 center no-repeat;
	width: 293px;
	height: 360px;
	margin: 0 auto;
	position: relative;
}

.mask .erweima .close {
	position: absolute;
    display: block;
    width: 27px;
    height: 25px;
    top: 7px;
    right: 7px;
}
