
body{ background:#fff;}

.img_box{ margin:0 auto; min-width:1200px; overflow:hidden;}

.index_01{ height:663px; background:url(../images/index_01.jpg) no-repeat center center;}
.index_02{ height:537px; background:url(../images/index_02.jpg) no-repeat center center;}
.index_03{ height:743px; background:url(../images/index_03.jpg) no-repeat center center;}
.index_04{ height:713px; background:url(../images/index_04.jpg) no-repeat center center;}
.index_05{ height:572px; background:url(../images/index_05.jpg) no-repeat center center;}
.index_06{ height:919px; background:url(../images/index_06.jpg) no-repeat center center;}
.index_07{ height:850px; background:url(../images/index_07.jpg) no-repeat center center;}
.index_08{ height:811px; background:url(../images/index_08.jpg) no-repeat center center;}
.index_09{ height:848px; background:url(../images/index_09.jpg) no-repeat center center;}
.index_10{ height:945px; background:url(../images/index_10.jpg) no-repeat center center;}
.index_11{ height:630px; background:url(../images/index_11.jpg) no-repeat center center;}
.index_12{ height:769px; background:url(../images/index_12.jpg) no-repeat center center;}

.content_box{ position:relative;  margin:0 auto;width:1200px; height:100%; text-align:center;}

.content_box .yh_btn{ position:absolute; left:134px; bottom:20px; width:296px; height:84px; line-height:70px; font-size:30px; color:#f4e393; background: url(../images/btn_bg.png) no-repeat;cursor:pointer;animation:pulse 2s infinite;}
.content_box .lc_btn{ position:absolute; right:134px; bottom:20px; width:296px; height:84px; line-height:70px; font-size:30px; color:#f4e393; background: url(../images/btn_bg.png) no-repeat;cursor:pointer;animation:pulse 2s infinite;}

.index_07 dl{ position:absolute; left:88px; top:240px; width:620px; font-size:0px; }
.index_07 dd,.index_07 dt{ margin:4px 0 0 4px;display:inline-block;*display:inline;*zoom:1; vertical-align:top; width:193px; height:158px;}
.index_07 dd{ background:url(../images/cj_bg.png) no-repeat center center; color:#c90f24; font-size:24px;}
.index_07 dd span{ padding-top:20px; width:100%; height:100%; text-align:center; vertical-align:middle;}
.index_07 dt{ background:url(../images/cj_btn.png) no-repeat center center; cursor:pointer;}
.index_07 dd.active{ background:url(../images/cj_bg_a.png) no-repeat center center !important;}

.index_05 .lcyh_btn{position:absolute; width:408px; height:294px;}
.index_05 .lcyh_btn1{left:46px; top:170px;}
.index_05 .lcyh_btn2{right:46px; top:170px;}

.swiper_box,.swiper_box .swiper-container{ position:relative;margin:0 auto; width:1200px;height:673px; overflow:hidden;}
.swiper_box .swiper-container img{ width:100%;height:673px;}
.swiper_box .swiper-slide{ z-index:200;}
.swiper_box_bg{ position:absolute; left:0; bottom:0; height:190px; width:100%; background:rgba(0, 0, 0, .7); z-index:300;}
.swiper_box .swiper_box_list{ z-index:400; position:absolute; left:0; bottom:20px; height:130px; text-align:center; width:100%;}
.swiper_box .swiper_box_list dd{ display:inline-block;*display:inline;*zoom:1; vertical-align:top; width:218px; height:122px; border:#fff solid 3px; margin:0 17px; cursor:pointer;}
.swiper_box .swiper_box_list img{ width:100%; height:100%;}

.swiper_box .swiper_box_list dd:hover,.swiper_box .swiper_box_list dd.hover{ border-color:#a12626;}

.customers_counts{ position:absolute; left:238px; top:146px;width:300px; font-size:16px;}
.customers_counts strong{ color:#c22633;}
.bm_form { position:absolute; right:85px; top:55px;width:435px;}


.bm_form input[type="text"],.bm_form input[type="tel"]{ margin:14px auto 0 auto; display:block; border:#b9c5d1 solid 1px; padding-left:68px; text-align:left;width:435px;height:55px; border-radius:0px; box-sizing:border-box; font-size:18px; color:#000; }


.bm_form input.realname{ background:#fff url(../images/realname_btn.png) no-repeat 18px center; }
.bm_form input.telephone{background:#fff url(../images/telephone_btn.png) no-repeat 18px center;}


.bm_form button,.bm_form .bm_form_btn{ margin:15px auto 0 auto; display:block; border:0; background:#e7484e;width:435px;height:55px; line-height:55px; text-align:center; font-size:28px; color:#fff; border-radius:0px; 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:#ee6985;}

.customers{ margin-top:22px;background:#f4e393; border-radius:5px; }

.customers h2{ font-size:24px; color:#967f63; text-align:center; height:50px; line-height:50px;}
.customers_box{padding:15px 0; background:#f7f7f7; border-radius:5px;}
.customers_list{ height:80px; overflow:hidden;}
.customers_list dd{ line-height:20px; padding-left:60px; color:#5d5455;}
.customers_list dd label{ margin-left:10px; color:#999; font-size:12px;}
.customers_list dd span{ margin-left:30px; color:#999; font-size:12px;}


@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;}
