@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;}
.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: 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;
}

.banner{
	height: auto;
}
.box{
	height: auto;
}
.video{
	height: auto;
}

.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%;
	position:relative;
	-webkit-animation-name: pulsea;
	-moz-animation-name: pulsea;
	-ms-animation-name: pulsea;
	-o-animation-name: pulsea;
    animation-name: pulsea;
    -webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-ms-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}

@-webkit-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-moz-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-ms-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-o-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}

.ybdh_tb{
	width: 27px;
	position: absolute;
	top:17px;
    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;
}

.bottom{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left:0;
}
.bottom_zj{
	width: 100%;
	max-width: 400px;
	height: auto;
	background-image: linear-gradient(90deg,#ff9233,#fe5136 31%,#fd2245 64%,#fd227a);
	padding:10px;
}
.bottom_zj a{
	display: block;
	border-radius: 24px;
    font-size:18px;
    line-height: 45px;
    text-align: center;
    color: rgb(250, 24, 24);
    background-image: linear-gradient(90deg, rgb(255, 243, 218) 4%, rgb(255, 231, 162) 96%);
    font-weight: bold;
    -webkit-animation: scale 4s linear infinite;
    animation: scale 4s linear infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bottom_zj a img{
	height: 26px;
	vertical-align: middle;
	margin-right: 8px;
}
.warp{
	padding-bottom: 65px;
}
@-webkit-keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1)}12.5%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:scale(1);transform:scale(1)}37.5%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}
@keyframes scale{0%{-webkit-transform:scale(1);transform:scale(1)}12.5%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:scale(1);transform:scale(1)}37.5%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}


.zjdh{
	width: 100%;
	height: auto;
}
/** 移动端 **/
@media (max-width: 768px){
	.warp{
		max-width: 100%;
	}
	.ybdh {
   		right: 15px;
    	bottom: 15%;
	}
}
/** 移动端 **/
/** index **/


