@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{
	border:none;
	vertical-align: middle;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	}
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%;
	height:auto;
	max-width: 400px;
	}
.swiper-container {
    width: 100%;
    height: auto;
}
.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;
}
.tp{
	height: auto;
}
.dhyb{
	width: 50px;
	height: 50px;
	position: fixed;
	top:50%;
	margin-top: -25px;
	right: 15px;
	z-index: 999;
	font-size: 28px;
}
.dhyb a{
	display: block;
	background: #e91524;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
}


.bddh_db{
	width: 100%;
    height: auto;
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 999;
}
.bddh_db a{
	max-width: 400px;
    display: block;
    background: #d61d1d;
    padding: 5px 10px;
    width: 95%;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
}
.bddh_db a i{
	margin-right: 10px;
	font-size: 24px;
}
.bddh_db a:hover{
	background: #f4d01a;
}

.cen_dh{
	max-width: 400px;
	height: auto;
}
.cen_dh a{
	display: block;
    background: #d61d1d;
    padding: 5px 10px;
    width: 95%;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
}
.cen_dh a i{
	margin-right: 10px;
	font-size: 24px;
}
.cen_dh a:hover{
	background: #f4d01a;
}
.warp{
	padding-bottom: 60px;
}

.cen_dh01{
	margin-bottom: 30px;
}
.cen_dh02{
	margin-top: 30px;
}
/* 大屏幕 */

/** 移动端 **/

@media (max-width: 768px){

.bddh_db a{
	max-width: 100%;
}
.cen_dh{
	max-width: 100%;
}
	
	
	
	
	
}
/** 移动端 **/
/** index **/


