@charset "utf-8";
body{ background: #fff; font-size:.25rem;}
div { box-sizing: border-box;}
.dn { display: none;}
.clearfix:after { content: '\20'; clear: both; height: 0; display: block;}
a {-webkit-tap-highlight-color:transparent;}
*{ outline:none!important;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
img {-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none; -o-user-select: none;}
input,textarea { outline: none; border: none; box-sizing: border-box; background: none;}
/* --------------index-start-------------- */
.btnBox { text-align: center; margin-top: .2rem;}
.btnBox img { display: inline-block; width: auto; height: .72rem; margin: 0 .05rem;}
@keyframes scaleAni1 {
	0% { transform: scale(1);}
	15% { transform: scale(1.1);}
	30% { transform: scale(1);}
	100% { transform: scale(1);}
}
@keyframes scaleAni2 {
	0% { transform: scale(1);}
	15% { transform: scale(1);}
	30% { transform: scale(1);}
	45% { transform: scale(1.1);}
	60% { transform: scale(1);}
	100% { transform: scale(1);}
}
@keyframes scaleAni3 {
	0% { transform: scale(1);}
	15% { transform: scale(1);}
	30% { transform: scale(1);}
	45% { transform: scale(1);}
	60% { transform: scale(1);}
	75% { transform: scale(1.1);}
	90% { transform: scale(1);}
	100% { transform: scale(1);}
}
.btnBox img:nth-child(1) {animation:scaleAni1 2s infinite linear;}
.btnBox img:nth-child(2) {animation:scaleAni2 2s infinite linear; transition-delay: 1s;}
.btnBox img:nth-child(3) {animation:scaleAni3 2s infinite linear; transition-delay: 2s;}
.bigTitle { width: 6.77rem; margin: .25rem auto .52rem;}
.bigTitle img { animation:scaleAni4 1.5s infinite linear ;}
@keyframes scaleAni4 {
	0% { transform: scale(1);}
	50% { transform: scale(1.1);}
	100% { transform: scale(1);}
}
.enter { background: url(../images/6.jpg) center no-repeat; width: 6.77rem; height: .88rem;
background-size: 100% auto; margin: 0 auto .45rem; display: flex;}
.enter a {flex: 1;}
.textLine ul { margin-top: .35rem; padding: 0 .66rem;}
.textLine li { margin-bottom: .2rem; overflow: hidden;}
.textLine li span { color: #d5943d; text-align: center; display:block; float: left; width: 1.12rem; line-height: .64rem; border-radius: .14rem 0 0 .14rem;
border: 1px solid #eaeff3;}
.textLine li p { font-size: .28rem; float: left; border: 1px solid #eaeff3; border-left: none; line-height: .64rem;
text-align: center; width: 3.7rem; color: #8e6638;}
.textLine li a {font-size: .28rem; float: right; width: 1.24rem; text-align: center; background: #866638; line-height: .64rem;
 display: block; color: #ffffff; border-radius: 0 .14rem .14rem 0; }
 .hotLink { background: url(../images/9.jpg) center no-repeat; height:5.63rem; background-size: 100% auto;}
 .hotLink a { float: left; display: block; width: 33.33%; height:2.815rem;}
 .hotLink { margin: .14rem 0 .46rem;}