@charset "utf-8";
/* CSS Document 1000 */
html,body{padding:0; margin:0; font-size:14px;font-family: "microsoft yahei";color:#333;min-width: 1190px;text-align: left;width: 100%;height: 100%;}
ul,li,dl,dt,dd{padding:0; margin:0; list-style:none;}
h1,h2,h3,h4,h5,h6,b{padding:0; margin:0;text-align: left;}
div,p,span{padding:0; margin:0;}
img{ border:0px;}
input,button,form{padding:0px; margin:0px;}
button{outline: none;cursor: pointer;}
a{ text-decoration:none; color:#666; cursor: pointer;}
input{outline: none;}
textarea {outline: none;}
audio, canvas, video {display: inline-block;}
.hide{display: none;}
.show{display: block;}
.relative{position:relative}
.absolute{position: absolute;}
.fixed{position:fixed;}
.float_l{float: left;}
.float_r{float: right;}

.lightenBox{width: 100%;overflow: hidden;position: relative;}

.lighten_main1box{width: 100%;height:514px;background: url('/public/activePage/lightenHometown/images/bg_main1.gif') no-repeat center;}
.lighten_main1{width: 1190px;height:514px;margin:0 auto;position:relative;}

.lighten_main2box{width: 100%;height:922px;background: url('/public/activePage/lightenHometown/images/bg_main2.jpg') no-repeat center;}
.lighten_main2{width: 1190px;height:922px;margin:0 auto;}

.lighten_main3box{width: 100%;height:1781px;background: url('/public/activePage/lightenHometown/images/bg_main3.jpg') no-repeat center;position: relative;}
.lighten_main3{width: 1190px;height:1450px;position:absolute;left:50%;top:-50px;margin-left:-595px;background: url('/public/activePage/lightenHometown/images/bg_main31.png') no-repeat center top;}
.lighten_active{position: absolute;}
.lighten_active1{width: 469px;height: 255px;left:95px;top:160px;background: url('/public/activePage/lightenHometown/images/active1.png') no-repeat center;}
.lighten_active2{width: 477px;height: 262px;left:570px;top:160px;background: url('/public/activePage/lightenHometown/images/active2.png') no-repeat center;}
.lighten_active3{width: 455px;height: 263px;left:106px;top:590px;background: url('/public/activePage/lightenHometown/images/active5.png') no-repeat center;}
.lighten_active4{width: 460px;height: 265px;left:590px;top:590px;background: url('/public/activePage/lightenHometown/images/active4.png') no-repeat center;}
.lighten_active5{width: 457px;height: 264px;left:358px;top:995px;background: url('/public/activePage/lightenHometown/images/active3.png') no-repeat center;}
.lighten_active a{display: block;width: 161px;height: 41px;margin:195px 0 0 170px;background: url('/public/activePage/lightenHometown/images/todetail.png') no-repeat center;}
.lighten_active a:hover{background: url('/public/activePage/lightenHometown/images/todetail_hover.png') no-repeat center;}
.lighten_active1 a{margin:195px 0 0 160px;}
.lighten_active2 a{margin:195px 0 0 180px;}
.lighten_active3 a{margin:195px 0 0 150px;}
.lighten_active4 a{margin:195px 0 0 153px;}
.lighten_active5 a{margin:195px 0 0 155px;}

.lighten_map{width: 900px;height: 700px;position: absolute;left:50%;top:510px;margin-left: -450px;overflow: hidden;}
#lighten_map1{width: 900px;height: 700px;}
#lighten_map2{width: 900px;height: 700px;display: none;}


.current_lightens{color: #f9b610;font-size:24px;width: 360px;overflow: hidden;position: absolute;left: 95px;bottom:20px;}
.current_lightens p{line-height: 40px;}

@-webkit-keyframes flipTop {
	0% {-webkit-transform: perspective(400px) rotateX(0deg); }
	100% {-webkit-transform: perspective(400px) rotateX(-90deg); } 
}

@-webkit-keyframes flipBottom {
	0% {-webkit-transform: perspective(400px) rotateX(90deg); }
	100% {-webkit-transform: perspective(400px) rotateX(0deg); } 
}
@-moz-keyframes flipTop {
	0% {-moz-transform: perspective(400px) rotateX(0deg); }
	100% {-moz-transform: perspective(400px) rotateX(-90deg); } 
}
@-moz-keyframes flipBottom {
	0% {-moz-transform: perspective(400px) rotateX(90deg); }
	100% {-moz-transform: perspective(400px) rotateX(0deg); } 
}
@-ms-keyframes flipTop {
	0% {-ms-transform: perspective(400px) rotateX(0deg); }
	100% {-ms-transform: perspective(400px) rotateX(-90deg); } 
}
@-ms-keyframes flipBottom {
	0% {-ms-transform: perspective(400px) rotateX(90deg); }
	100% {-ms-transform: perspective(400px) rotateX(0deg); } 
}
@-keyframes flipTop {
	0% {transform: perspective(400px) rotateX(0deg); }
	100% {transform: perspective(400px) rotateX(-90deg); } 
}
@-keyframes flipBottom {
	0% {transform: perspective(400px) rotateX(90deg); }
	100% {transform: perspective(400px) rotateX(0deg); }
}

.dataStatistics {color: #be0013;font-family: "microsoft yahei", Helvetica, sans-serif;font-size: 24px;font-weight: bold;line-height: 42px;height: 42px;  width:360px;}

.dataStatistics .seperator {vertical-align: top;margin: 0 -20px;display: inline; }
.dataStatistics .seconds,.dataStatistics .minutes,.dataStatistics .hours,.dataStatistics .days {height: 100%;display: inline; }
.dataStatistics .digit_set { float: left;border-radius: 3px;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);border: 1px solid #111111;width: 30px;height: 40px;display: inline-block;position: relative;margin: 0 1px; }

.dataStatistics .digit {position: absolute;height: 100%; }
.dataStatistics .digit > div {position: absolute;left: 0;overflow: hidden;height: 50%;width: 20px;padding: 0 5px; }

.dataStatistics .digit > div.digit_top, .dataStatistics .digit > div.shadow_top { width: 30px;background-color: #fff;border-bottom: 1px solid #fff;box-sizing: border-box;top: 0;z-index: 0;border-radius: 3px 3px 0 0; }
.dataStatistics .digit > div.digit_top:before, .dataStatistics .digit > div.shadow_top:before {content: "";
height: 100%;width: 100%;position: absolute;left: 0;top: 0; }
.dataStatistics .digit > div.shadow_top {width: 30px;opacity: 0;-webkit-transition: opacity 0.3s ease-in; }
.dataStatistics .digit > div.digit_bottom, .dataStatistics .digit > div.shadow_bottom {background-color: #fff;bottom: 0;z-index: 0;border-radius: 0 0 3px 3px; }
.dataStatistics .digit > div.digit_bottom .digit_wrap, .dataStatistics .digit > div.shadow_bottom .digit_wrap {display: block;margin-top: -95%;text-align: center;}
.dataStatistics .digit > div.digit_bottom:before, .dataStatistics .digit > div.shadow_bottom:before {content: "";border-radius: 0 0 3px 3px;height: 100%;width: 100%;position: absolute;left: 0;top: 0; }
.digit_wrap{line-height: 40px; display: block; overflow: hidden;text-align: center;}
.dataStatistics .digit > div.shadow_bottom {opacity: 0;-webkit-transition: opacity 0.3s ease-in; }
.dataStatistics .digit.previous .digit_top,.dataStatistics .digit.previous .shadow_top {opacity: 1;z-index: 2;
-webkit-transform-origin: 50% 100%;-webkit-animation: flipTop 0.3s ease-in both;-moz-transform-origin: 50% 100%;-moz-animation: flipTop 0.3s ease-in both;-ms-transform-origin: 50% 100%;-ms-animation: flipTop 0.3s ease-in both; transform-origin: 50% 100%;animation: flipTop 0.3s ease-in both;}
.dataStatistics .digit.previous .digit_bottom,.dataStatistics .digit.previous .shadow_bottom {z-index: 1;opacity: 1; }
.dataStatistics .digit.active .digit_top {z-index: 1; }
.dataStatistics .digit.active .digit_bottom {z-index: 2;-webkit-transform-origin: 50% 0%;-webkit-animation: flipBottom 0.3s 0.3s ease-out both;-moz-transform-origin: 50% 0%;-moz-animation: flipBottom 0.3s 0.3s ease-out both;-ms-transform-origin: 50% 0%;-ms-animation: flipBottom 0.3s 0.3s ease-out both;transform-origin: 50% 0%;animation: flipBottom 0.3s 0.3s ease-out both; }
.dataStatistics span{margin: 0 auto;}


.lighten_tips_Box{padding:0 20px;line-height: 60px;border-radius: 5px;background-color:rgba(0,0,0,0.5);font-size: 18px;position: fixed;top: 500px;left:50%;margin-left:-130px;}
.lighten_tips{width: 100%;height: 100%;color: #fff;}

.goto_lightBox{width:370px;overflow:hidden;position: absolute;left:240px;top:5px;color: #f9b610;font-size:18px;}
.goto_light_p1{width:100%;line-height:36px;overflow:hidden;margin-bottom:20px;}
.goto_light_p1 span{float:left;}
.goto_light_p1 span.city_selectBox{width:100px;height:36px;line-height:36px;background-color:#500b7f;border-radius:5px;margin:0 5px;text-align: center;color:#aaa;cursor:pointer;}
.city_selectBox i{font-style: normal;float:left;margin-left:5px;color:#fff;animation: opa .5s linear infinite;}

@-webkit-keyframes opa {
    0% {opacity: 1}
    50% {opacity: 0}
	to {opacity: 1}
}
@keyframes opa {
    0% {opacity: 1}
  	50% {opacity: 0}
	to {opacity: 1}
}

.goto_light_p2{width:100%;}
.goto_light_p2 img{display:block;margin:0 auto;cursor:pointer;}


.china_pros{width:812px;height:470px;overflow:hidden;position:fixed;left:50%;top:50%;margin-left:-406px;margin-top:-235px;background-color:#fefdf9;border-radius:10px;z-index:10000;display:none;}
.china_pros_main{padding:20px 26px;width:760px;position:relative;}
.china_pros_main h3{padding:10px 0 24px 0;text-align: center;line-height:24px;color:#320f61;font-size: 24px;}
.close_china_pros{position:absolute;right:0;top:0;cursor:pointer;}
.china_pros_main ul{overflow:hidden;}
.china_pros_main ul li{float:left;width:100px;height:40px;margin:10px 12px;border:solid 1px #fea201;border-radius:5px;color:#fe7600;text-align:center;line-height:40px;font-size:22px;cursor:pointer;}
.china_pros_main ul li:hover{background-color:#fea201;color:#fff;}

.foot{width:1000px;}

