
body{ background:#fff;}

.img_box{ margin:0 auto; min-width:1200px; overflow:hidden;}

.index_01{ height:967px; background:url(../images/index_01.jpg) no-repeat center center;}
.index_02{ height:246px; background:url(../images/index_02.jpg) no-repeat center center;}
.index_03{ height:905px; background:url(../images/index_03.jpg) no-repeat center center;}
.index_04{ height:791px; background:url(../images/index_04.jpg) no-repeat center center;}
.index_05{ height:844px; background:url(../images/index_05.jpg) no-repeat center center;}
.index_06{ height:812px; background:url(../images/index_06.jpg) no-repeat center center;}
.index_07{ height:558px; background:url(../images/index_07.jpg) no-repeat center center;}
.index_08{ height:682px; background:url(../images/index_08.jpg) no-repeat center center;}

.index_09{ height:1502px; background:url(../images/index_09.jpg) no-repeat center center;}
.index_10{ height:1693px; background:url(../images/index_10.jpg) no-repeat center center;}

.content_box{ position:relative;  margin:0 auto;width:1200px; height:100%;}

.content_box .zx_btn{ position:absolute; text-align:center; background: url(../images/zx_btn.png) no-repeat; padding-left:50px; width:210px; height:65px; line-height:65px; font-size:26px; color:#fff; text-align:center; cursor:pointer;animation:pulse 2s infinite;}
.content_box .bg1_btn{ position:absolute; text-align:center; background: url(../images/bg1_btn.png) no-repeat; width:260px; height:65px; line-height:65px; font-size:26px; color:#f13046; text-align:center; cursor:pointer;animation:pulse 2s infinite;}
.content_box .bg2_btn{ position:absolute; text-align:center; background: url(../images/bg2_btn.png) no-repeat; width:260px; height:65px; line-height:65px; font-size:26px; color:#fff; text-align:center; cursor:pointer;animation:pulse 2s infinite;}
.content_box .bg3_btn{ position:absolute; text-align:center; background: url(../images/bg3_btn.png) no-repeat; width:380px; height:65px; line-height:65px; font-size:26px; color:#f13046; text-align:center; cursor:pointer;animation:pulse 2s infinite;}
.index_04 .zx_btn{ left:878px; top:620px;}
.index_05 .bg2_btn{ left:129px; top:690px;}
.index_06 .bg1_btn{ left:824px; top:685px;}
.index_07 .bg2_btn{ left:768px; top:400px;}
.index_08 .bg1_btn{ left:170px; top:414px;}

.index_09 .bg2_btn{ left:448px; top:1274px;}
.index_09 .bg3_btn{ left:708px; top:504px;}


.index_03 .al_swiper{ position:absolute; top:171px; left:51px; width:520px; width:520px; height:440px;}
.al_swiper .swiper-container{ margin:0 auto 0 auto; width:520px;}
.al_swiper .swiper-container img{ width:100%;height:440px;}



.swiper_box .swiper_box_list dd:hover,.swiper_box .swiper_box_list dd.hover{ border-color:#a12626;}



.bm_form { position:absolute; left:611px; top:165px;width:544px;}
.bm_form h2{ height:60px; font-size:42px; color:#686868; text-align:center;}



.bm_form input[type="text"],.bm_form input[type="tel"]{ margin-top:20px; display:inline-block;*display:inline;*zoom:1; vertical-align:middle; border:#ee3046 solid 2px; padding-left:66px; text-align:left;width:542px;height:68px; border-radius:0px; box-sizing:border-box; font-size:18px; color:#000; }

.bm_form input.areas{ background:#fff url(../images/areas_btn.png) no-repeat 18px center; }
.bm_form input.realname{ background:#fff url(../images/realname_btn.png) no-repeat 18px center; width:224px; }
.bm_form input.telephone{background:#fff url(../images/telephone_btn.png) no-repeat 18px center; width:310px;}

.bm_form_styles input[type="checkbox"]{display:none;}
.bm_form_styles label{ position:relative;display:inline-block;*display:inline;*zoom:1; vertical-align:top; margin:18px 3px;font-size:24px; color:#000000;}
.bm_form_styles input[type="checkbox"]+label{}
.bm_form_styles input[type="checkbox"]+label::before {content: "\a0";  /*不换行空格*/
     display:inline-block;*display:inline;*zoom:1; vertical-align:middle;width:26px;height:26px;line-height:26px;
    margin:0 10px 0 0;border-radius:0;border:#ee3046 solid 2px; text-align:center;font-size:24px;}
.bm_form_styles input[type="checkbox"]:checked+label::before {content: "\2714";}







.bm_form button,.bm_form .bm_form_btn{ display:block; margin:10px auto 0 auto;  border:0; background:#e9263d;height:70px; line-height:70px; text-align:center; font-size:30px; color:#fff; border-radius:5px; box-sizing:border-box; cursor:pointer; }
.bm_form button:hover,.bm_form .bm_form_btn:hover{ background-position: center bottom;}
.bm_form p{ display:block; padding:20px 0 0 0; text-align:center; color:#686868;}



.customers_counts{ position:absolute; left:703px; top:103px; width:438px; color:#ffffff; text-align:center; height:48px; line-height:48px; font-size:16px;}
.customers_counts strong{ color:#fff;}

.customers{ position:absolute; left:703px; top:103px; width:438px;}

.customers_list{ height:44px; overflow:hidden;}
.customers_list dd label{ display:inline-block;*display:inline;*zoom:1; vertical-align:middle; width:38%;}
.customers_list dd{ line-height:44px; padding-left:20px;font-size:16px; color:#fff;}
.customers_list dd i{ margin-left:10px; color:#fff; font-size:16px;}
.customers_list dd span{ margin-left:10px; color:#fff; font-size:16px;}



@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
	}
}


	   
.d_tc_overlay{position: fixed;z-index: 1000;top: 0;width:100%; height: 100%;background: rgba(0,0,0,.6);}

.d_tc{ position:fixed; top:50%;left:50%;z-index:900;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%); background:#f14a43; border-radius:8px; 
 text-align:center; z-index:1001; width:406px;padding:14px;}
.d_tc .d_tc_form{background:#d5322b; border-radius:8px; padding:5px 0 30px 0; }
.d_tc .d_tc_form  h2{ display:block; padding:10px 0; text-align:center; font-size:38px; color:#f4e393;}
 
.d_tc input[type="text"],.d_tc input[type="tel"]{ margin:14px auto 0 auto; display:block; border:#ffffff solid 1px; padding-left:28px; text-align:left;width:356px;height:55px; border-radius:0px; box-sizing:border-box; font-size:18px; color:#000; }
.d_tc button, .d_tc_btn{ margin:15px auto 0 auto; display:block; border:0; background:#f4e393;width:356px;height:55px; line-height:55px; text-align:center; font-size:28px; color:#d5322b; border-radius:4px; box-sizing:border-box; cursor:pointer; }
 
.d_tc .d_tc_close{ position:absolute; right:-20px; top:-20px; width:40px; height:40px; line-height:40px; text-align:center; border:#fff solid 3px;border-radius:100%; color:#fff; font-size:30px; background:#d5322b; font-weight:800;}

.d_tc p{ padding:10px 20px; color:#fff; font-size:14px; text-align:left;}
