@charset "gb2312";
/* CSS Document */
/*
* Description: 医卫中秋国庆
* Update:      15/09/2017
* Author:      yixiaofang
*/
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr{margin:0;padding:0;}
ul,ol{list-style: none;}
body{font-size: 16px; background: #fff;  color:#333;font-family:"microsoft YaHei";}
select,input,button{vertical-align: middle;font-size: 100%;border:0;}
fieldset,img{border: 0 none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-weight:normal;}
em,i,b{font-style: normal;}
a{ color:#fff; text-decoration: none;}
body a:hover{ text-decoration:none;}
a:hover{ text-decoration:none;}
.clear {clear: both;display: block;height: 0; visibility: hidden; font: 0/0 arial}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0}
.clearfix {*zoom: 1}
/* ---------------------------------分隔线--------------------------------- */
.autoin{width:1000px;margin:0 auto;}
img{display:block;}
.btn{display:block; text-align:center; margin:0 auto; color:#fff;}


/* banner */
	.banner{width:100%; overflow:hidden;}
	.banner_01{height:202px;background: url(http://hqkc.hqwx.com/uploadfile/2018/0223/20180223034021297.jpg) center top no-repeat;}
	.banner_02{height:218px;background: url(http://hqkc.hqwx.com/uploadfile/2018/0223/20180223034205174.jpg) center top no-repeat;}
	.banner_03{height:246px;background: url(http://hqkc.hqwx.com/uploadfile/2018/0223/20180223034222798.jpg) center top no-repeat;}
	.banner_04{height:60px;background: url(http://hqkc.hqwx.com/uploadfile/2018/0223/20180223034236326.jpg) center top no-repeat;}
	
	.banner .autoin{position:relative;}
	.banner_wz1,.banner_wz2,.banner_wz3{ z-index:20;position:absolute;left:0%;width:1000px;}
	.banner_wz1 img,.banner_wz2 img,.banner_wz3 img{margin:0 auto;}
	
	.banner_wz1{height:125px;top:-88px;
		transition:all 0.5s ease-in 0s;
		-webkit-transition:all 0.5s ease-in 0s;
		-moz-transition:all 0.5s ease-in 0s;
		-ms-transition:all 0.5s ease-in 0s;
		-o-transition:all 0.5s ease-in 0s;
		opacity:0;}
	.gobanner_wz1{top:69px;opacity:1;}
	
	
	.banner_wz2{top:70px;
		transform:rotate(0deg) scale(2.0);
		-webkit-transform:rotate(0deg) scale(2.0);
		-moz-transform:rotate(0deg) scale(2.0);
		-ms-transform:rotate(0deg) scale(2.0);
		-o-transform:rotate(0deg) scale(2.0);
		transition:all 0.4s ease-in 0.1s;
		-webkit-transition:all 0.4s ease-in 0.1s;
		-moz-transition:all 0.4s ease-in 0.1s;
		-ms-transition:all 0.4s ease-in 0.1s;
		-o-transition:all 0.4s ease-in 0.1s;
		opacity:0;}
	.gobanner_wz2{transform:rotate(0deg) scale(1);-webkit-transform:rotate(0deg) scale(1);-moz-transform:rotate(0deg) scale(1);-ms-transform:rotate(0deg) scale(1);-o-transform:rotate(0deg) scale(1);opacity:1;}
	
	.banner_wz3{ top:150px;transform:rotate(0deg) scale(2.0);
		-webkit-transform:rotate(0deg) scale(2.0);
		-moz-transform:rotate(0deg) scale(2.0);
		-ms-transform:rotate(0deg) scale(2.0);
		-o-transform:rotate(0deg) scale(2.0);
		transition:all 0.5s ease-in 0.1s;
		-webkit-transition:all 0.5s ease-in 0.8s;
		-moz-transition:all 0.5s ease-in 0.8s;
		-ms-transition:all 0.5s ease-in 0.8s;
		-o-transition:all 0.5s ease-in 0.8s;
		opacity:0;}
	.gobanner_wz3{transform:rotate(0deg) scale(1);-webkit-transform:rotate(0deg) scale(1);-moz-transform:rotate(0deg) scale(1);-ms-transform:rotate(0deg) scale(1);-o-transform:rotate(0deg) scale(1);opacity:1;}
	.banner_wz4{ z-index:20; position:absolute; top:254px; left:-50px;} 
	.gobanner_wz4{-moz-animation:ban1 2s ease-in infinite 2s;-ms-animation:ban1 2s ease-in infinite 2s;-o-animation:ban1 2s ease-in infinite 2s;-webkit-animation:ban1 2s ease-in infinite 2s;animation:ban1 2s ease-in infinite 2s; opacity:1; }
		
	.banner_wz5{ z-index:20; position:absolute; top:60px; right:-164px;} 
	.gobanner_wz5{-moz-animation:ban2 2s ease-in infinite 2s;-ms-animation:ban2 2s ease-in infinite 2s;-o-animation:ban2 2s ease-in infinite 2s;-webkit-animation:ban2 2s ease-in infinite 2s;animation:ban2 2s ease-in infinite 2s; opacity:1; }
		
	@keyframes ban1{
		 0%{ left:-50px; opacity:0.9; }
		 35%{ left:-60px; opacity:1; }
		 70%{ left:-50px; opacity:0.9; }
		 100%{ left:-50px;  opacity:1;}
	}
		
	@-webkit-keyframes ban1{
		 0%{ left:-50px; opacity:0.9; }
		 35%{ left:-60px; opacity:1; }
		 70%{ left:-50px; opacity:0.9; }
		 100%{ left:-50px;  opacity:1;}
	}
	@-moz-keyframes ban1{
		 0%{ left:-50px; opacity:0.9; }
		 35%{ left:-60px; opacity:1; }
		 70%{ left:-50px; opacity:0.9; }
		 100%{ left:-50px;  opacity:1;}
	}
	@-ms-keyframes ban1{
		 0%{ left:-50px; opacity:0.9; }
		 35%{ left:-60px; opacity:1; }
		 70%{ left:-50px; opacity:0.9; }
		 100%{ left:-50px;  opacity:1;}
	}
	@-o-keyframes ban1{
		 0%{ left:-50px; opacity:0.9; }
		 35%{ left:-60px; opacity:1; }
		 70%{ left:-50px; opacity:0.9; }
		 100%{ left:-50px;  opacity:1;}
	}
	@keyframes ban2{
		 0%{ right:-164px; opacity:0.9; }
		 35%{ right:-160px; opacity:1; }
		 70%{ right:-164px; opacity:0.9; }
		 100%{ right:-164px;  opacity:1;}
	}
		
	@-webkit-keyframes ban2{
		 0%{ right:-164px; opacity:0.9; }
		 35%{ right:-160px; opacity:1; }
		 70%{ right:-164px; opacity:0.9; }
		 100%{ right:-164px;  opacity:1;}
	}
	@-moz-keyframes ban2{
		 0%{ right:-164px; opacity:0.9; }
		 35%{ right:-160px; opacity:1; }
		 70%{ right:-164px; opacity:0.9; }
		 100%{ right:-164px;  opacity:1;}
	}
	@-ms-keyframes ban2{
		 0%{ right:-164px; opacity:0.9; }
		 35%{ right:-160px; opacity:1; }
		 70%{ right:-164px; opacity:0.9; }
		 100%{ right:-164px;  opacity:1;}
	}
	@-o-keyframes ban2{
		 0%{ right:-164px; opacity:0.9; }
		 35%{ right:-160px; opacity:1; }
		 70%{ right:-164px; opacity:0.9; }
		 100%{ right:-164px;  opacity:1;}
	}
		
	.ban_con{ padding:123px 0 0 258px;}
	.ban_con h4,.ban_con p{ float:left; }
	.ban_con h4{ width:159px; border-right:1px solid #363c81; text-align:center; font-size:30px; line-height:36px; color:#363c81; font-weight:bold; }	
	.ban_con p{ color:#363c81; font-size:24px; line-height:40px; padding-left:20px; }
	.ban_ul{ z-index:10; position:relative;}
	.ban_ul li{ position:absolute;-moz-transition: all 0.2s linear;-ms-transition: all 0.2s linear;-o-transition: all 0.2s linear;-webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
	.ban_li1{ top:-72px; left:2px;}
	.ban_li2{ top:-34px; left:207px;}
	.ban_li3{ top:-3px; left:415px;}
	.ban_li4{ top:-34px; left:620px;}
	.ban_li5{ top:-72px; left:827px;}
	.ban_li1.cur{ top:-75px; }
	.ban_li2.cur{ top:-37px; }
	.ban_li3.cur{ top:-6px; }
	.ban_li4.cur{ top:-37px; }
	.ban_li5.cur{ top:-75px; }

		
	.banner_03 p{ font-size:24px; color:#ffff00; padding:95px 0 0 532px;}

/*nav*/
	.nav{ display:none; position:relative; top:0; left:0; z-index:80; width:100%; height:60px; background-color:#8d1018;}
	.nav ul{ padding-left:10px;}
	.nav li{ text-align:center; height:50px; padding-top:10px; float:left;}
	.nav li a{ padding:0 56px; display:block; border-right:1px solid #bab1cc; height:40px; }
	.nav li.cur{
	background-color: #E44138;
}
	
/*hong*/	
	.hong{ width:100%; height:295px; padding-top:19px; background:url(../images/hon_bg.jpg) no-repeat top center;}
	.bg_con{ position:relative; width:786px; padding:33px 0 0 64px; height:202px;color:#fff;  background:url(../images/bg_con.png) no-repeat top center; margin:0 auto; }
	.bg_con h3{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 76px;
	width: 161px;
	border-bottom: 1px solid #f7e54a;
}
	.bg_con p{ font-size:18px; padding-top:10px; line-height:32px;}
	.hon_d{ cursor:pointer; width:176px; height:219px; background:url(../images/hon_01.png) no-repeat; position:absolute; top:14px;  }
	.hon_d h4{
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	transform: rotate(-18deg);
	padding: 117px 22px 0 0;
	font-weight: bold;
}
	.hon_d img{ position:absolute; top:54px; left:54px;}
	.hon_d1{ left:330px;}
	.hon_d2{ left:550px;}
	
/*tan_hon	*/
	.tan_hon{ display:none; position:fixed; top:30%; left:50%; margin-left:-121px; z-index:100; text-align:center; width:237px; padding-left:5px; height:338px;  background:url(../images/tan_01.png) no-repeat; }
	.tan_ul{ position:relative; width:232px; height:127px; border-radius:154px 154px 0 0; }
	.tan_ul li{ position:absolute;}
	.tan_ul .li01{-moz-animation:hong1 2s ease-in-out infinite ;-ms-animation:hong1 2s ease-in-out infinite ;-o-animation:hong1 2s ease-in-out infinite ;-webkit-animation:hong1 2s ease-in-out infinite ;animation:hong1 2s ease-in-out infinite ; left:70px; bottom:70px;width:8px; height:10px; background:url(../images/tan_02.png) no-repeat;  }
	.tan_ul .li02{-moz-animation:hong2 1.9s ease-in infinite ;-ms-animation:hong2 1.9s ease-in infinite ;-o-animation:hong2 1.9s ease-in infinite ;-webkit-animation:hong2 1.9s ease-in infinite ;animation:hong2 1.9s ease-in infinite ;left:89px; bottom:97px; width:11px; height:14px; background:url(../images/tan_03.png) no-repeat; }
	.tan_ul .li03{-moz-animation:hong3 2.5s ease infinite ;-ms-animation:hong3 2.5s ease infinite ;-o-animation:hong3 2.5s ease infinite ;-webkit-animation:hong3 2.5s ease infinite ;animation:hong3 2.5s ease infinite ; left:115px; bottom:79px; width:16px; height:19px; background:url(../images/tan_04.png) no-repeat; }
	.tan_ul .li04{-moz-animation:hong4 1.8s ease infinite ;-ms-animation:hong4 1.8s ease infinite ;-o-animation:hong4 1.8s ease infinite ;-webkit-animation:hong4 1.8s ease infinite ;animation:hong4 1.8s ease infinite ; left:128px; bottom:48px; width:8px; height:10px; background:url(../images/tan_05.png) no-repeat; }
	.tan_ul .li05{-moz-animation:hong5 2.2s ease infinite ;-ms-animation:hong5 2.2s ease infinite ;-o-animation:hong5 2.2s ease infinite ;-webkit-animation:hong5 2.2s ease infinite ;animation:hong5 2.2s ease infinite ;  left:140px; bottom:100px;width:8px; height:10px; background:url(../images/tan_06.png) no-repeat; }
	.tan_ul .li06{-moz-animation:hong6 3s ease-in-out infinite ;-ms-animation:hong6 3s ease-in-out infinite ;-o-animation:hong6 3s ease-in-out infinite ;-webkit-animation:hong6 3s ease-in-out infinite ;animation:hong6 3s ease-in-out infinite ; left:161px; bottom:51px; width:13px; height:16px; background:url(../images/tan_07.png) no-repeat; }
	 @keyframes hong1{
		 0%{ bottom:0; opacity:0; }form{ bottom:70px; opacity:1;  }
	}
	 @keyframes hong2{
		 0%{ bottom:0; opacity:0; }form{ bottom:97px; opacity:1;  }
	}
	 @keyframes hong3{
		 0%{ bottom:0; opacity:0; }form{ bottom:79px; opacity:1;  }
	}
	 @keyframes hong4{
		 0%{ bottom:0; opacity:0; }form{ bottom:48px; opacity:1;  }
	}
	 @keyframes hong5{
		 0%{ bottom:0; opacity:0; }form{ bottom:100px; opacity:1;  }
	}
	 @keyframes hong6{
		 0%{ bottom:0; opacity:0; }form{ bottom:51px; opacity:1;  }
	}
	 @-moz-keyframes hong1{
		 0%{ bottom:0; opacity:0; }form{ bottom:70px; opacity:1;  }
	}
	 @-moz-keyframes hong2{
		 0%{ bottom:0; opacity:0; }form{ bottom:97px; opacity:1;  }
	}
	 @-moz-keyframes hong3{
		 0%{ bottom:0; opacity:0; }form{ bottom:79px; opacity:1;  }
	}
	 @-moz-keyframes hong4{
		 0%{ bottom:0; opacity:0; }form{ bottom:48px; opacity:1;  }
	}
	 @-moz-keyframes hong5{
		 0%{ bottom:0; opacity:0; }form{ bottom:100px; opacity:1;  }
	}
	 @-moz-keyframes hong6{
		 0%{ bottom:0; opacity:0; }form{ bottom:51px; opacity:1;  }
	}
	 @-ms-keyframes hong1{
		 0%{ bottom:0; opacity:0; }form{ bottom:70px; opacity:1;  }
	}
	 @-ms-keyframes hong2{
		 0%{ bottom:0; opacity:0; }form{ bottom:97px; opacity:1;  }
	}
	 @-ms-keyframes hong3{
		 0%{ bottom:0; opacity:0; }form{ bottom:79px; opacity:1;  }
	}
	 @-ms-keyframes hong4{
		 0%{ bottom:0; opacity:0; }form{ bottom:48px; opacity:1;  }
	}
	 @-ms-keyframes hong5{
		 0%{ bottom:0; opacity:0; }form{ bottom:100px; opacity:1;  }
	}
	 @-ms-keyframes hong6{
		 0%{ bottom:0; opacity:0; }form{ bottom:51px; opacity:1;  }
	}
	 @-o-keyframes hong1{
		 0%{ bottom:0; opacity:0; }form{ bottom:70px; opacity:1;  }
	}
	 @-o-keyframes hong2{
		 0%{ bottom:0; opacity:0; }form{ bottom:97px; opacity:1;  }
	}
	 @-o-keyframes hong3{
		 0%{ bottom:0; opacity:0; }form{ bottom:79px; opacity:1;  }
	}
	 @-o-keyframes hong4{
		 0%{ bottom:0; opacity:0; }form{ bottom:48px; opacity:1;  }
	}
	 @-o-keyframes hong5{
		 0%{ bottom:0; opacity:0; }form{ bottom:100px; opacity:1;  }
	}
	 @-o-keyframes hong6{
		 0%{ bottom:0; opacity:0; }form{ bottom:51px; opacity:1;  }
	}
	 @-webkit-keyframes hong1{
		 0%{ bottom:0; opacity:0; }form{ bottom:70px; opacity:1;  }
	}
	 @-webkit-keyframes hong2{
		 0%{ bottom:0; opacity:0; }form{ bottom:97px; opacity:1;  }
	}
	 @-webkit-keyframes hong3{
		 0%{ bottom:0; opacity:0; }form{ bottom:79px; opacity:1;  }
	}
	 @-webkit-keyframes hong4{
		 0%{ bottom:0; opacity:0; }form{ bottom:48px; opacity:1;  }
	}
	 @-webkit-keyframes hong5{
		 0%{ bottom:0; opacity:0; }form{ bottom:100px; opacity:1;  }
	}
	 @-webkit-keyframes hong6{
		 0%{ bottom:0; opacity:0; }form{ bottom:51px; opacity:1;  }
	}
	.tan_hon h3{ font-size:24px; padding-top:15px; color:#f7d226; line-height:36px; }
	.tan_hon h3 span{ font-size:30px;}
	.tan_hon p{ font-size:14px; color:#690c03; line-height:20px; padding:10px 0 15px 0; }
	.tan_btn{ padding-left:15px;}
	.tan_btn a{float:left; }
	.tan_btn a,.tan_hon3 a{ font-size:14px; width:94px; height:28px; line-height:28px; background-color:#e46b22; border:2px solid #e5b31a; border-radius:20px;  margin-right:10px;  color:#f7e54a; }
	
	.tan_hon3 p{ font-size:30px; color:#f4de32; padding-top:66px;  }
	.tan_hon3 a{ margin:0 auto;}
	
	#wrapper{ z-index:2;margin:0 auto; height:900px; width:100%; position:fixed; top:0px; left:0%;}
	#balloon1 { position: absolute; bottom: -300px; left:10%;   }
	#balloon2 { position: absolute; bottom: -300px; left:80%;  }
	
	.balgun{-moz-animation:wra 5s ease infinite ;-ms-animation:wra 5s easet infinite ;-o-animation:wra 5s ease infinite ;-webkit-animation:wra 5s ease infinite ;animation:wra 5s ease infinite ; }
	.balgun1{ -moz-animation:wra 3s ease-in-out infinite 1s;-ms-animation:wra 3s ease-in-out infinite 1s;-o-animation:wra 3s ease-in-out infinite 1s;-webkit-animation:wra 3s ease-in-out infinite 1s ;animation:wra 3s ease-in-out infinite 1s; }
	 @-webkit-keyframes wra{
		 0%{ bottom:0; opacity:0; }
		 50%{bottom:50%; opacity:1;  }
		 100%{ bottom:100%; opacity:0;  }
	}
	 @-moz-keyframes wra{
		 0%{ bottom:0; opacity:0; }
		 50%{bottom:50%; opacity:1;  }
		 100%{ bottom:100%; opacity:0;  }
	}
	 @-ms-keyframes wra{
		 0%{ bottom:0; opacity:0; }
		 50%{bottom:50%; opacity:1;  }
		 100%{ bottom:100%; opacity:0;  }
	}
	
	 @-ms-keyframes wra{
		 0%{ bottom:0; opacity:0; }
		 50%{bottom:50%; opacity:1;  }
		 100%{ bottom:100%; opacity:0;  }
	}
	 @keyframes wra{
		 0%{ bottom:0; opacity:0; }
		 50%{bottom:50%; opacity:1;  }
		 100%{ bottom:100%; opacity:0;  }
	}
	
/*binodal	*/
	.binodal{
	width: 100%;
	height: 540px;
	background: url(../images/bin_bg.jpg) no-repeat top center;
}
	.bg{ position:relative; z-index:3;}
	.title{
	width: 851px;
	margin: 0 auto 30px;
	height: 95px;
	line-height: 95px;
	background: url(../images/til_bg.png) no-repeat;
	text-align: center;
	font-size: 38px;
	color: #FFFFFF;
}
	.con_con{
	background: url(../images/bin_03.png);
	height: 410px;
	position: relative;
	border: 2px solid #fbd358;
	margin: 0px auto 0;
	width: 810px;
	padding: 0 20px;/* border-image-source:url(../images/bin_04.png) 2px 2px stretch; */
	border-radius: 6px;
}
	.bin_con{ height:550px; background:url(../images/bin_02.png) ;}
	.con_con .bin_s{ display:block; width:882px; height:25px; no-repeat; position:absolute; top:0px; left:0px;}
	.con_con h4{
	text-align: center;
	font-size: 24px;
	color: #d72e33;
	line-height: 84px;
}
.con_con h4 em{
	font-weight: bold;
	font-size: 32px
}
	.bin_l,.bin_r{ height:448px;background-color:#fff;}
	.bin_l{ width:487px; float:left; }
	.bin_r{ width:315px; float:right;}
	
	.bin_d h5{ padding-top:6px; line-height:72px; text-align:center; color:#d1453b;}
	.bin_d h5 span{ padding:0 20px; display:inline-block; vertical-align:middle; font-size:22px; color:#363636;}
	.bin_d h5 em{ font-weight:bold; color:#d1453b;  }
	
	.bin_ld{width:465px;height:360px;margin:0 auto 0;position:relative;overflow:hidden;}
	.prve_btn,.next_btn{position:absolute;width:22px;height:42px;top:50%;margin-top:-32px;z-index:9;}
	.prve_btn{background:rgba(14,15,16,0.1) url(../images/prve_btn.png) center center no-repeat; background-size:70% 64%;left:0;}
	.next_btn{background:rgba(14,15,16,0.1) url(../images/next_btn.png) center center no-repeat; background-size:70% 64%;right:0;}
	.prve_btn:hover,.next_btn:hover{background-color:rgba(14,15,16,0.2);}
	.bin_ul{width:2000px;position:absolute;top:0;left:0;}
	.bin_ul li{padding:0 27px;float:left; width:412px;}
	.bin_lid{ padding-left:87px; color:#363636; }
	.bin_lid1{ background:url(../images/bin_05.png) no-repeat  left 13px; }
	.bin_lid2{ background:url(../images/bin_06.png) no-repeat  left 17px; }
	.bin_lid3{ background:url(../images/bin_07.png) no-repeat  left 13px; }
	.bin_lid dt{ font-size:20px; font-weight:bold; color:#d1453b; width:321px; border-bottom:1px solid #d2d2d2; line-height:40px; }
	.bin_lid dt span{ float:right; font-size:16px; font-weight:100;}
	.bin_lid dd{ font-size:14px; line-height:24px; padding-top:7px; height:70px; }
	
	.bin_dc{ position:relative; float:left; width:198px; height:160px; padding-top:11px; background:url(../images/bin_08.png) no-repeat; float:left; margin:0 12px 9px 0; }
	.bin_dc img{ position:absolute; top:88px; left:14px;}
	.bin_dc1{ margin-right:0;}
	.bin_dc h6{ line-height:30px; border-bottom:1px solid #ab261e; width:167px; margin:0 auto; text-align:center; color:#fff; font-weight:bold; }
	.bin_dc h6 em{ color:#f3df32;}
	.bin_dc p{ font-size:14px; line-height:24px; color:#fff; padding:2px 6px 0 11px; }
	
	.bin_mon{ padding:12px 0 20px 17px;}
	.b_mon{ padding-top:10px; width:130px; height:71px; margin-right:19px; background:url(../images/bin_13.png) no-repeat; text-align:center; float:left; color:#f7e54a; }
	.b_mon p{ font-size:18px;}
	.b_mon p em{ font-family:"Arial"; font-size:40px; }
	.bin_p{ height:148px; border-top:1px dashed #eeeeee; width:280px; margin:0 auto; padding:15px 0 0 0;}
	.bin_p p{ float:left; color:#363636; font-size:14px; line-height:28px;}
	.bin_p .p1{ width:158px;}
	.bin_p p input{ display:inline-block; vertical-align:middle; width:14px; height:14px; margin:-3px 5px 0 0; }
	
	.bin_r .bin_btn,.bin_btn2{ background-color:#fff9e9; padding:27px 0 0 13px; height:64px;}
	.bin_btn a,.bin_btn2 a{ width:134px; height:40px; line-height:40px; border-radius:40px; text-align:center; float:left; font-size:18px; color:#fff; margin-right:12px; }
	.bin_btn .btn1,.btn_1{  background-color:#D72E35; border:2px solid #f27d37;}
	.bin_btn .btn2,.btn_2{  background-color:#D72E35; border:2px solid #f27d37;}
	.bin_btn .btn1:hover,.btn_1:hover{
	background-color: #F13A41;
}
	.bin_btn .btn2:hover,.btn_2:hover{
	background-color: #F13A41;
}
	
/*eight*/	
	.wbg_con{ width:100%; background:url(../images/bg_06.jpg);}
	.tao_mcon{position:relative;}
	.tao_con{ padding:0 0 0 11px;}
	.tao_con li{float:left;width:356px; height:260px;background-color:#ffe2c4;padding:14px;margin:0 20px 20px 0; position:relative;}
	.tao_top{height:162px;padding:10px 35px 0; text-align:center;color:#fff;text-align:left;}
	.tao_top1{background:url(../images/hot_01.png) no-repeat;}
	.tao_top2{background:url(../images/hot_02.png) no-repeat;}
	.tao_top3{background:url(../images/hot_03.png) no-repeat;}
	.tao_top4{background:url(../images/hot_04.png) no-repeat;}
	.tao_top h4{
	margin: 0 auto 10px;
	height: 54px;
	line-height: 54px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	text-align: center;
}
	.tao_top p{ line-height:20px;font-size:14px;}
	
	.tao_mid h5{line-height:34px;font-size:16px;color:#212121;}
	.tao_mm span{line-height:20px;font-size:14px;color:#bababa;text-decoration:line-through;}
	.tao_mm p{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #d72e35;
	letter-spacing: 1px;
}
	.tao_mm p em{font-size:18px;font-weight:bold;letter-spacing:0;margin-right:2px;}
	.tao_mm p i{font-weight:bold;}
	
	.tao_mcon .bin_btn { padding-left:30px; }
	
	
	/*弹框*/
	.gray{width:100%;background-color:rgba(0,0,0,0.5);filter:alpha(opacity=50);-moz-opacity:0.5;-webkit-opacity:0.5;-o-opacity:0.5; -ms-opacity:0.5;-khtml-opacity:0.5;opacity: 0.5;position: absolute;z-index:99;display: none;left:0;top:0;}
	
	.tan{width:695px;text-align:left; color:#232323; background-color:#fff; border:6px solid #df433d; position:fixed; z-index:100; top:50%; left:50%; margin:-250px 0 0 -347px;display:none;}
	.close{ cursor:pointer;position:absolute;font-family:Helvetica;font-size:30px;color:#8b8b8b;top:-5px;right:5px;}
	
	.tan_t{ padding:10px 0 ; width:677px; border-bottom:1px dashed #bebebe; margin:0 auto;  }
	.tan h5{ font-weight:bold;font-size:20px; line-height:40px;color:#605e5e;}
	.tan_t p{ font-size:14px; line-height:18px; }
	.tan_c h5{ padding-left:12px;}
	.tan table th{ text-align:center; background-color:#df433d; color:#fff; font-weight:100; font-size:16px;}
	.tan_ta{ width:677px; height:201px; margin:0 auto;overflow-y :auto;} 
	.tan_ta td{ font-size:16px; color:#232323; line-height:35px;  border-bottom:1px dashed #bebebe;}
	.tan_ta td em{ color:#f44f29; font-weight:bold;}
	.tan_ta td i{ text-decoration:line-through;}
	.tan_c a{display:block;width:128px;height:38px;line-height:38px;font-size:20px;color:#fff;text-align:center; background-color:#c40202; margin:20px auto;}
	.tan_c a:hover{background-color:#e21212;}
	
/*eight_1	*/
	.eight_1{
	padding-top: 50px;
}
	.tao_mcon1 .tao_con{ padding-left:3px;}
	.tao_mcon1 .tao_con li{width:238px; padding:10px; height:287px; margin:0 15px 13px 0;}
	.tao_mcon1 .bin_btn {
	padding-left: 0px;
}
	.tao_mcon1 .bin_btn a{ width:112px; height:32px; line-height:32px; border-radius:32px; margin-right:3px; }

.tao_mcon12 .bin_btn {
	padding-left: 0px;
}
	.tao_mcon12 .bin_btn a{ width:112px; height:32px; line-height:32px; border-radius:32px; margin-right:3px; }

	.eig_con1{
	height: 1366px;
}
.eig_con11{
	height: 746px;
}
	.tao_mcon1 .tao_top{
	height: 181px;
	width: 191px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
}
	.tao_top5{background:url(../images/hot_05.png) no-repeat;}
	.tao_top6{background:url(../images/hot_06.png) no-repeat;}
	.tao_top7{background:url(../images/hot_07.png) no-repeat;}
	.tao_top8{background:url(../images/hot_08.png) no-repeat;}
	.tao_top9{background:url(../images/hot_09.png) no-repeat;}
	.tao_top10{background:url(../images/hot_10.png) no-repeat;}
	
/*share*/	
	.share{ padding-top:62px;}
	.sha_con{
	padding: 15px 0 0 20px;
	width: 830px;
	height: 250px;
}
	.sha_con h3{ padding-top:20px; line-height:60px; font-size:40px; width:208px;}
	.sha_l p{ width:216px;}
	.sha_l,.sha_r{ float:left;}
	.sha_l{ width:226px; }
	.sha_r{ width:585px; height:202px;}
	.share .sha_r{ background:#fff url(../images/sha_01.png) 16px center no-repeat; }
	.sha_ul{ padding:20px 0 0 125px;}
	.sha_ul li{ position:relative; float:left; margin-right:8px; cursor:pointer; width:144px; height:166px; overflow:hidden; }
	.sha_d1{ width:144px; height:166px;background:url(../images/sha_02.png) no-repeat; text-align:center;}
	.sha_img{ height:84px; padding-top:25px;}
	.sha_d1 p{ padding-top:0; text-align:center; color:#363636; line-height:22px;}
	.sha_img img{ margin:0 auto;}
	.sha_ul li .trans{-webkit-transform: rotateY(0deg);transform: rotateY(0deg);-webkit-transition: .3s ease-out;transition: .3s ease-out;}
	.sha_ul li .transbc{-webkit-transform: rotateY(-90deg);transform: rotateY(-90deg);-webkit-transition: .3s ease-out;transition: .3s ease-out;}
	.sha_d2{ width:144px; height:166px;background:url(../images/sha_03.png) no-repeat;  z-index:10;position: absolute;  top: 0; left: 0; -webkit-transform: rotateY(-90deg);  transform: rotateY(-90deg);}
	.sha_d2 p{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	padding-top: 40px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 0;
}
	.sha_d2 p a{color: #f3df32; text-decoration:none;}
.sha_d2 p a:hover{color: #f3df32; text-decoration:none;}
/*reward*/	
	.reward{ padding-top:57px;}
	.rew_con h3{ padding-top:48px; width:151px;}
	.rew_l{
	padding-left: 20px;
	width: 206px;
	padding-bottom: px;
}
	.rew_r{
	width: 572px;

	height: 166px
	padding: 28px 0 0 23px;
	background-color: #fee3ce;
}
	.rew_d{
	padding: 17px 15px 0 109px;
	color: #fff;
	width: 140px;
	height: 132px;
	background: url(../images/rew_01.png) no-repeat;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 25px;
}
	.rew_d h4{ font-size:20px; font-weight:bold; line-height:38px; }
	.rew_d p{ padding-top:0; height:44px; font-size:14px; line-height:18px; }
	.rew_d  a{ width:110px; height:36px; line-height:36px; background-color:#fee3ce; border-radius:36px; font-size:18px; color:#d72e33; }
   .rew_d  a:hover{
	width: 110px;
	height: 36px;
	line-height: 36px;
	background-color: #FCD0AC;
	border-radius: 36px;
	font-size: 18px;
	color: #d72e33;
}
	
/*ewm*/
	.ewm{ padding:50px 0 50px 0;}
	.ewm_con{ padding-left:50px; width:800px; }
	.ewm_con li{ float:left; text-align:center; width:186px;}
	.ewm_con li img{ margin:0 auto;}
	.ewm_con li p{ font-size:14px; line-height:18px; color:#fff; }
	.ewm_con li p a{ text-decoration:underline;} 
	

/*扉页信息*/
.feiye{height:32px;line-height:32px;text-align:center;font-size:12px;color:#7b4d9f; padding-top:30px;}
