.mapTip{ display:none;}
/* 提示自定义 */
.stateTip, #StateTip{display:none; position:absolute; padding:8px; background:#fff; border:2px solid #2385B1; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; font-size:12px;  color:#333; z-index:99999;}
p{ margin:0;}
.row{ margin:0;}

/* line 1, D:/Temp/github/swipeslider/style.scss */
/** {
  box-sizing: border-box;
  font-family: sans-serif; }*/

/* line 6, D:/Temp/github/swipeslider/style.scss */
/*html, body {
  height: 100%; }*/

/* line 10, D:/Temp/github/swipeslider/style.scss */
/*body {
  margin: 0 auto;
  background-color: #383843;
  max-width: 640px;
  color: #fff8eb; }*/

/* line 16, D:/Temp/github/swipeslider/style.scss */
/*h1, h2, h3, h4, h5, h6 {
  text-align: center;
  color: #fff9f0;
  text-shadow: 1px 2px 5px black; }*/

/* line 21, D:/Temp/github/swipeslider/style.scss */
/*h1 {
  font-size: 50px; }*/

/* line 25, D:/Temp/github/swipeslider/style.scss */
/*h2 {
  margin-top: 80px; }*/

.container{
  margin: 0 auto;

}

/* line 30, D:/Temp/github/swipeslider/style.scss */


/* line 33, D:/Temp/github/swipeslider/style.scss */

/* line 36, D:/Temp/github/swipeslider/style.scss */


/* line 44, D:/Temp/github/swipeslider/style.scss */
.swipslider {
  margin: 0 auto; }

/* line 48, D:/Temp/github/swipeslider/style.scss */
.sw-slide{ position:relative;}
  /* line 52, D:/Temp/github/swipeslider/style.scss */
  
    /* line 54, D:/Temp/github/swipeslider/style.scss */
    #content_slider .wanted:after {
      display: table;
      content: "";
      clear: both; }
    /* line 60, D:/Temp/github/swipeslider/style.scss */
    #content_slider .wanted img {

     
	  width:100%;
      height: auto;
       }
    /* line 68, D:/Temp/github/swipeslider/style.scss */
    .description {
		position:absolute;
		width:1200px; height:162px; background-color:#ffffff; color:#595757; box-shadow:0 0 10px #999;
		left:50%;
		margin-left:-600px;
		
		bottom:-99px;
		text-align:center;
     }
	 .description ul{ overflow:hidden;}
      /* line 80, D:/Temp/github/swipeslider/style.scss */
      .description h1 {
        font-size: 18px;
        margin: 0;
        text-align: left;
        color: #515f6c;
        text-shadow: none; }
      /* line 88, D:/Temp/github/swipeslider/style.scss */
      .description::after {
        display: table;
        content: "";
        clear: both; }
      /* line 94, D:/Temp/github/swipeslider/style.scss */
       .description p {
        font-size: 14px;
		color:#9fa0a0; 
		line-height:50px;
		}
		 .description h3 {
        font-size: 16px; color:#595757; font-weight:normal; 
		}
      /* line 100, D:/Temp/github/swipeslider/style.scss */
      #content_slider .wanted .description p.award {
        color: #be9a02; }
      /* line 104, D:/Temp/github/swipeslider/style.scss */
      #content_slider .wanted .description ul {
        list-style: square;
        padding-left: 20px;
        font-size: 14px; }
      /* line 110, D:/Temp/github/swipeslider/style.scss */
      #content_slider .wanted .description strong {
        color: #515f6c; }

/* line 120, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-next-prev {
  width: 120px;
  height: 60px;
  background-color: rgba(82, 82, 82, 0);
  color: rgba(255, 254, 235, 0.28);
  border-radius: 3px;
  font-size: 25px; }
  /* line 128, D:/Temp/github/swipeslider/style.scss */
  #customizability .sw-next-prev:hover {
    color: #fffeeb;
    background-color: #525252;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.57); }

/* line 135, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-prev {
  left: 0%; }
  /* line 138, D:/Temp/github/swipeslider/style.scss */
  #customizability .sw-prev::after {
    line-height: 60px;
    content: '< back'; }

/* line 144, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-next {
  right: 0%; }
  /* line 147, D:/Temp/github/swipeslider/style.scss */
  #customizability .sw-next::after {
    line-height: 60px;
    content: 'next >'; }

/* line 153, D:/Temp/github/swipeslider/style.scss */
#customizability .sw-bullet {
  top: 4%; }
  /* line 156, D:/Temp/github/swipeslider/style.scss */
  #customizability .sw-bullet li {
    width: 10px;
    height: 5px;
    background-color: rgba(255, 254, 235, 0.28);
    border-radius: 0;
    vertical-align: middle; }
    /* line 163, D:/Temp/github/swipeslider/style.scss */
    #customizability .sw-bullet li.active {
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid #fffeeb;
      background-color: transparent;
      width: 0;
      height: 0;
      vertical-align: bottom; }
    /* line 174, D:/Temp/github/swipeslider/style.scss */
    #customizability .sw-bullet li:hover {
      height: 10px;
      background-color: #fffeeb; }

/* line 183, D:/Temp/github/swipeslider/style.scss */
.slide-number {
  font-size: 60px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 25%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.54); }

