
body{padding:0;margin:0; _background-image:url(about:blank);/*用浏览器空白页面作为背景*/_background-attachment:fixed; /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/ } 

/* clearfix */
.clearfix{ *zoom:1;}
.clearfix:after{ display:table; line-height:0; content:""; clear:both;}

.body-bg{
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 9;
	top:0;
    left: 0;
    max-width: 1920px;
    width: 100%;
    height: 3265px;
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(bg.jpg);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='bg.jpg',sizingMethod='scale');
}


.wrap1000 {
	width: 1000px;
	margin: 0 auto;
}


.tab {
	display: block;
	padding: 0;
	margin: 0;
	height: 224px;
}

.tab .btn {
	width: 250px;
	height: 224px;
	display: block;
	float: left;
}


.btn01,
.btn02,
.btn03,
.btn04,
.btn05{
	display: block;
	max-width: 250px;
	max-height: 224px;	
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: 100%;
	background-repeat:  no-repeat;	
}

.btn01 {
	background-image: url("tab_01.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tab_01.png',sizingMethod='scale');

}
.btn02 {
	background-image: url("tab_02.png");
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tab_02.png',sizingMethod='scale');
}
.btn03 {
	background-image: url("tab_03.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tab_03.png',sizingMethod='scale');
}
.btn04 {
	background-image: url("tab_04.png");
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='tab_04.png',sizingMethod='scale');
}

.rule,
.complaint {
	margin-top: 90px;
}
.rule-img,
.complaint{
	display: block;
	width: 1000px;
	height: 857px;
	background-image: url("02.png");
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='02.png',sizingMethod='scale');
	background-position: center center;
	background-size: 100%;
	background-repeat:  no-repeat;		
}

.complaint {
	position: relative;
	height: 537px;
	background-image: url("03.png");
     filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='03.png',sizingMethod='scale');	
}

.complaint-in {
	position: absolute;
	right: 0;
	bottom: 53px;
	width:500px;
}

.complaint-in h2 {
    color: #151515;
    font-size: 28px;
    font-weight: bold;
    font-family: "Microsoft yahei";
    padding: 0;
    margin: 0;
    line-height: 2.2;
}

.xfzz_text {
    margin-bottom: 10px;
}

.complaint-in #content {
    width: 423px;
    height: 60px;
    border: 1px #ddd solid;
    padding: 15px;
}

.textbox_in{
    font-size: 15px;
    font-family: "Microsoft yahei";
}

#price,
#linkman,
.phone,
.code_no {
    color: #151515;
    padding: 5px 2px;
    width: 145px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.code_img {
    vertical-align: middle;
    margin-top: 10px;
    display: inline-block;
}

.code_img  img{
    width: 60px;
    height: 34px;
    margin-right: 20px;
}

#Submit{
    background-color: #00BCD4;
    font-size: 18px;
    font-family: "Microsoft yahei";
    padding: 5px 15px;
    border: 0;
    color: #FFF;
}


/*弹出层 JQ*/
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top:0;
	left: 0;
	opacity: .8;
}

.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -500px;
	width: 920px;
	background: #fff url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	font-family: "Microsoft yahei";
	font-size: 15px;
	line-height: 2.2;
}

.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}

.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}

.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}

.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
	font-size: 30px;
	line-height: .5;
	position: absolute;
	top: -20px;
	right: -20px;
	color: #151515;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
	background-color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	border-radius: 100%;
} 

