@charset "utf-8";
/* CSS Document */

.slogn{ font-size:13px; line-height:22px; background:rgba(248,53,0,0.7); position:absolute; z-index:9990; color:#fff; left:50%; margin:0 0 0 150px; bottom:30%; padding:25px 20px 20px 20px; width:360px; /* text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6); */ }
.slogn h1{ font-size:45px; line-height:50px; display:block; padding:0 0 10px 0; }
.slogn a{ background:#f83500; color:#FFF; display:inline-block; padding:2px 40px; margin:20px 0 0 0;}

.swipe {
  overflow: hidden;
  visibility:visible;
  position: relative; 
}
.swipe-wrap {
  overflow: hidden;
  background-color:#333;
  height:100%;
  position: relative;
}
.swipe-wrap > div {
  width:100%;
  height:100%;
  position:absolute;
}


#slider {width:100%; height:860px; list-style:none; padding:0; margin:0;}
.swipe-wrap div a { display:block; width:100%; height:100%;}
.swipe-wrap div span { display:block;width:100%; height:500px; margin:0 auto ; top:0; position:absolute; color:#FFF;}
.swipe-wrap div h2 a,.swipe-wrap div p a{ color:#FFF; transition: color 0.4s;
     -moz-transition: color 0.4s;
     -webkit-transition: color 0.4s;
     -ms-transition: color 0.4s;
     -o-webkit-transition: color 0.4s;}
.swipe-wrap div span a { color:#FFFFFF; opacity:0.7; text-shadow:1px 1px 1px rgba(0,0,0,0.8);}
.swipe-wrap div span a:hover { opacity:1}/**/
#slidedot { display:block; list-style:none; position:absolute; right:40px; bottom:195px; z-index:9900;  padding:5px 0; margin:0}
#slidedot li { display:block; list-style:none; width:10px; height:10px;; float:left; margin-left:15px; margin-top:1px; background:url(../images/index/circle.png); transition: width 0.3s, height 0.3s, margin-top 0.3s;
     -moz-transition: width 0.3s, height 0.3s, margin-top 0.3s;
     -webkit-transition: width 0.3s, height 0.3s, margin-top 0.3s;
     -ms-transition: width 0.3s, height 0.3s, margin-top 0.3s;
     -o-webkit-transition: width 0.3s, height 0.3s, margin-top 0.3s; }
#slidedot li:first-child { margin-left:0}
#slidedot li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#slidedot li.currentdot { background:url(../images/index/circle2.png); width:10px; height:10px;margin-top:0; }


.show{ width:1050px; height:56px; background:#333; position:absolute; left:50%; bottom:0; z-index:9999; margin:0 0 0 -550px; padding:15px 25px; overflow:hidden;}
.show h6{
	font-family:Palatino Linotype, Georgia, "Times New Roman", Times, serif;
	float:left;
	display:block;
	font-size:45px;
	color:#FFF;
}