
body{ background:#fff;}
.img{ width:100%;}
.img img{ width:100%;}

.index_02{ position:relative;margin:auto; width:100%; height:0.55rem; background:url(../images/index_02.jpg) no-repeat center top; background-size:contain;}

.index_06{ position:relative;margin:auto; width:100%; height:3.915rem; background:url(../images/index_06.jpg) no-repeat center top; background-size:contain;}
.index_07{ position:relative;margin:auto; width:100%; height:3.23rem; background:url(../images/index_07.jpg) no-repeat center top; background-size:contain;}
.index_08{ position:relative;margin:auto; width:100%; height:2.98rem; background:url(../images/index_08.jpg) no-repeat center top; background-size:contain;}


.index_06 .jx_btn{ position:absolute; left:1.035rem; top:3.36rem; width:1.76rem; height:0.44rem; background:url(../images/jx_btn.png) no-repeat center top;background-size:contain; cursor:pointer;animation:pulse 2s infinite;}

.index_07 .zx_btn{ position:absolute; left:1.035rem; top:2.73rem; width:1.76rem; height:0.44rem; background:url(../images/zx_btn.png) no-repeat center top;background-size:contain; cursor:pointer;animation:pulse 2s infinite;}


.index_08 .lq_btn{ position:absolute; left:1.035rem; top:2.56rem; width:1.76rem; height:0.44rem; background:url(../images/zx_btn.png) no-repeat center top;background-size:contain; cursor:pointer;animation:pulse 2s infinite;}


.box_djs{ position:absolute; top:0.09rem; left:0.31rem;  font-size:0;}
.box_djs span{ margin-right:0.18rem; padding-left:0.041rem; width:0.56rem;font-size:0.34rem; line-height:0.35rem; color:#fff;letter-spacing:0.08rem;display:inline-block;*display:inline;*zoom:1; vertical-align:top;}
.box_djs span.minute{margin-right:0.22rem;}
.box_djs span.second{margin-right:0px;}


.bm_form { background:#efd6b6; overflow:hidden; padding:0.11rem 0 0.16rem 0;}
.bm_form h2{ display:block; font-size:0.27rem; height:0.48rem; line-height:0.48rem; color:#967f63; text-align:center;}

.bm_form input[type="text"],.bm_form input[type="tel"]{ margin:0.12rem auto 0 auto; display:block; border:#fff solid 1px; padding-left:0.6rem; text-align:left;width:3.38rem;height:0.425rem; border-radius:0px; font-size:0.16rem; color:#000; box-sizing:border-box;}
input.realname{ background:#fff url(../images/realname_btn.png) no-repeat 0.15rem center; background-size:auto 0.27rem;}
input.telephone{background:#fff url(../images/telephone_btn.png) no-repeat 0.15rem center;background-size:auto 0.27rem;}



.bm_form button,.bm_form .bm_form_btn{  margin:0.12rem auto 0 auto; display:block; border:0; background:#e7484e;width:3.38rem;height:0.43rem; line-height:.43rem; text-align:center; font-size:.21rem; color:#fff; border-radius:0px; box-sizing:border-box; cursor:pointer; }



.m_tips{ height:0.3rem; line-height:0.3rem;  text-align:center;font-size:.12rem; color:#8e8c8c;padding-bottom:0.40rem;}


.customers{ margin:0.17rem auto 0 auto;background:#f4e393; border-radius:5px; width:3.38rem; }

.customers h3{ font-size:0.18rem; color:#967f63; text-align:center; height:0.39rem; line-height:.39rem;}
.customers_box{padding:0.075rem 0; background:#fff; border-radius:5px;}
.customers_list{ height:.62rem; overflow:hidden;}
.customers_list dd{ line-height:0.20rem; padding-left:0.3rem; color:#5d5455;font-size:0.14rem;}
.customers_list dd label{ margin-left:0.05rem; color:#999; font-size:0.12rem;}
.customers_list dd span{ margin-left:0.15rem; color:#999; font-size:0.12rem;}

.content_box .zx_btn{ position:absolute; width:301px; height:75px; background:url(../images/zx_btn.png) no-repeat center top; cursor:pointer;animation:pulse 2s infinite;}
.content_box .gm_btn{ position:absolute; width:301px; height:75px; background:url(../images/gm_btn.png) no-repeat center top; cursor:pointer;animation:pulse 2s infinite;}



@keyframes pulse{
	30%,60%{transform:scale(1)} 40%,70%{transform:scale(0.9)}
}

@keyframes flip {
	0% {
		transform: perspective(400px) rotateY(-1turn);
		animation-timing-function: ease-out
	}

	40% {
		transform: perspective(400px) rotateY(-190deg);
		animation-timing-function: ease-out
	}



	80% {
		transform: perspective(0);
		animation-timing-function: ease-in
	}

	to {
		transform: perspective(0);
		animation-timing-function: ease-in
	}
}
