@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/*input,textarea{-webkit-appearance: none;}*//* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */

html, body, div, span, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;}
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	overflow-x:hidden;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	transition: color .6s,border-color .6s,background-color .6s;
	}
a:hover{
	transition: color .6s,border-color .6s,background-color .6s;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{  
	border-collapse:collapse;  
	border-spacing:0;  
}  
th,td{  
	padding:0;  
}
img{
	max-width: 100%;
	border:none;
	vertical-align: middle;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	margin:0;
	}
dl,dt,dd{padding:0;margin:0;}
.zj_fbq{
	display: table;
    width: 100%;
    height: 100%;
}
.zj_zbq{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}
@font-face {  font-family: ababa;  src: url('../fonts/ababa.ttf');}
/** 以上为全局设置 **/
/** index **/
.warp{
	width:400px;
	height:auto;
	padding-bottom: 65px;
	}
.warp a{
	display: block;
}
.center_dh{
	height: auto;
	padding:15px 0;
}


.fot{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 10px;
	left:0;
}
.dh_zj{
	width: 400px;
	height: auto;
}
.dh_hm{
	width: 90%;
	height: auto;
}
.dh_hm a{
	display: block;
	background:#e6322e;
	border-radius: 30px;
	line-height: 45px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.dh_hm a .iconfont{
	margin-right: 8px;
	font-size: 24px;
	vertical-align: middle;
}
.dh_hm a:hover{
	background: #ff9116;
}


.ybdh{
	width: 57px;
	height: 56px;
	background: url(../images/ybdh.png) center center no-repeat;
	background-size: 100%;
	position: fixed;
	right: 35px;
	bottom: 20%;
}
.ybdh a{
	display: block;
	width: 100%;
	height: 100%;
}
.ybdh_tb{
	width: 27px;
	position: absolute;
	top: 6px;
    left: 8px;
}
.ybdh_tb img{
	-webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
	-webkit-animation: shake-data-v-624887c5 4s linear infinite;
    animation: shake-data-v-624887c5 4s linear infinite;
}



/** 移动端 **/
@media (max-width: 768px){
.warp{
	width: 100%;
}
.dh_zj{
	width: 100%;
}
.ybdh{
	right: 20px;
	bottom: 30%;
}

	
}
/** 移动端 **/
/** index **/


