@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;
	}
body{
	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;}
.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;
	}

/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	max-width:400px;
	height:auto;
	box-shadow: 5px 5px 5px #ddd;
	padding-bottom: 70px;
	}
.warp1{
	box-shadow: -5px 5px 5px #ddd;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.img{
	height: auto;
	position: relative;
}
.dh{
	width: 211px;
	height: 58px;
	position: absolute;
	top:19.8%;
	right: 30px;
}
.dh a{
	display: block;
	background: #f58223;
	line-height: 58px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	font-size: 22px;
	font-weight: bold;
}
.dh a i{
	margin-right: 5px;
	font-size: 24px;
}
.img1{
	height: auto;
}
.foot{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 15px;
	left:0;
}
.foot_zj{
	max-width: 400px;
	height: auto;
}
.foot_zj a{
	width: 90%;
	display: block;
	background: #f13f40;
	border-radius: 30px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.foot_zj a i{
	margin-right: 10px;
	font-size: 24px;
}

.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{
	max-width: 100%;
}
.dh{
	right: 20px;
}
.ybdh{
	right: 20px;
	bottom: 30%;
}

}
/** 移动端 **/
/** index **/


