@charset "utf-8";
/* CSS Document */


html {overflow-y:scroll;}
body {margin:0; padding:0; font:12px "\5B8B\4F53",san-serif; color:#5c5c5c; background-color:#f3f7fa; font-family:"微软雅黑";}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{padding:0; margin:0;}  
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
ol,ul {list-style:none;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
a{text-decoration:none; color:#5c5c5c;}

.logo{ display:block; position:absolute; top:38px; left:300px;}
.logo img{ width:125px;}
.banner img{ width:100%;}
.tao1topimg{ width:100%; position:relative;}
.tao2topimg{ position:relative;}
.taocan1txt {color: #3f5457;line-height: 30px;background: url(../images/taobg.png) no-repeat;background-size: 100%;height: 767px;}
.taocan1txt2 {color: #3f5457;line-height: 30px;background: url(../images/taobg2.png) no-repeat;background-size: 100%;height: 788px;}
.taocan1txttop{ overflow:hidden; width: 790px;margin-left: 22%;}
.taocan1txttop h2{ font-size:36px; color:#e3362f; font-weight:bold; padding-bottom:32px;}
.taocan1txttop p{ color:#6c3b2d;font-size: 16px; line-height:35px; padding-right:4px; float:left}
.monbg{ background:#f53d3f; color:#ffe1bd; padding:0 4px;}
.btitle{ color:#e3362f; font-weight:bold;}
.qiheyi{ background:#f53d3f; color:#ffe1bd; width: 250px; text-align:center; margin-top:6px; margin-bottom:6px; font-size: 16px;}
.taocanfukuan{text-align:center; width: 264px; margin: 0 auto; margin-top:40px;}
.lisheng{ color:#c8a589; font-size:28px; font-weight:bold;}
.lisheng span{ color:#e3362f;}
.zongjia{ color:#e3362f; font-size:14px; padding-top:6px; font-weight:bold;}
.taocanfukuan a{ display: block; margin: 0 auto;background:#e3362f; color:#ffe1bd; font-size:28px; border:none; font-family:"微软雅黑"; width: 264px; border-radius: 6px; margin-top: 2px;line-height: 45px;}

.pull-right{ float:left;}
.tools {
    margin: -7px -5px;
}

.tools a {
    float: left;
    margin-left: 3px;
    margin-top: 13px;
    text-decoration: none;
}

	.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,0.4);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal,.reveal-moda2,.reveal-moda3,.reveal-moda4,.reveal-moda5,.reveal-moda6,.reveal-moda7,.reveal-moda8{
		visibility: hidden;
		top:-205px; 
		left: 50%;
		margin-left: -299px;
		width: 520px;
		background: #fff -200px -80px;
		position: absolute;
		z-index: 999;
		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);
		text-align:center;
		margin-top: 303px;
		}
		

	.close-reveal-modal{
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 