

/*图片轮播样式*/

#slide{
    box-shadow: 1px 4px 15px #A39F9F;
}
div.wrap a{
    color:#fff;
}
#slide-holder {
    width : 400px;
    height : 300px;
}
#slide-runner {
    width : 400px;
    height : 300px;
    overflow : hidden;
    position : absolute;
}
#slide-holder img {
    width:400px;
	height:300px;
    margin : 0;
    position : absolute;
}
#slide-controls {
    left : 0;
    bottom : 40px;
    width : 500px;
    height : 46px;
    display : none;
    position : absolute;
}
div#slide-controls p.text {
    float : left;
    color : #fff;
    display : inline;
    font-size : 10px;
    line-height : 16px;
    margin : 15px 0 0 20px;
    text-transform : uppercase;
}
p#slide-nav {
    float : right;
    height : 24px;
    display : inline;
    margin : 11px 15px 0 0;
}
p#slide-nav a {
    float : left;
    width : 24px;
    height : 24px;
    display : inline;
    font-size : 11px;
    margin : 0 5px 0 0;
    line-height : 24px;
    font-weight : bold;
    text-align : center;
    text-decoration : none;
    background-position : 0 0;
    background-repeat : no-repeat;
}
#slide-nav a.on {
    background-position : 0 -24px;
}
#slide-nav a {
    background-image : url(../images/silde-nav.png);
}

/*景观之最*/
#max{
  margin-top:20px;
}
#max li{
  display:inline-block;
  width:100%;
  vertical-align:bottom;
  margin-top:10px;
}

#max li a{
  display: inline-block;
    vertical-align: top;
    height: 165px;
}
#max li img{
   width: 315px;
   height: 165px;
}
#max li a.new_con{
  width:313px;
  position:relative;
  background-color:rgb(53,152,220);
  color:#fff;
  padding:10px;
  text-decoration:none;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
#max li a.new_con h3{
  border-bottom:solid 1px #fff;
  margin-bottom:5px;
  height:30px;
  width:290px;
  overflow:hidden;
}
#max li a.new_con p{
  overflow:hidden;
  height:105px;
}
.san{
  width:20px;
  height:20px;
  background-color:#3598DC;
  position:absolute;
  top:20px;
  left:-10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-trasform:rotate(45deg);
  transform:rotate(45deg);
}

/*世界奇观*/
#world{
  margin-top:20px;
}
.w_a li{
  display:inline-block;
  vertical-align:top;
  margin-right:9px;
}
.w_a li img{
  width:150px;
  height:150px;
}
.w_a li:last-child{
  margin:0;
}
.w_b{
  width:469px;
  display:inline-block;
  vertical-align:top;
  margin-top:10px;
}
.w_b li:before{
  content:counter(listxh);
  background-color:#444;
  padding:2px 5px;
  color:#fff;
  margin-right:5px;
}
.w_b li{
  counter-increment:listxh;
  display:inline-block;
  width:100%;
  vertical-align:bottom;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  margin-bottom:16px;
  -webkit-transition:text-shadow 1s linear;
  -moz-transition:text-shadow 1s linear;
  -ms-transition:text-shadow 1s linear;
  -o-transition:text-shadow 1s linear;
  transition:text-shadow 1s linear;
}
.w_b li:first-child:before,.w_b li:nth-child(2):before,.w_b li:nth-child(3):before{
  background-color:#3598DC;
}
.w_b li:last-child:before{
  padding:2px;
  font-size:14px;
}
.w_b a{
  text-decoration:none;
  color:#444444;
}
.w_b li:hover{
  text-shadow:1px 4px 5px #000;
}
.w_c{
  width:150px;
  display:inline-block;
  vertical-align:top;
  margin-top:10px;
}
.w_c li{
  display:inline-block;
}
.w_c li:first-child,.w_c li:first-child img{
  width:150px;
  height:205px;
}
.w_c li:last-child,.w_c li:last-child img{
  width:150px;
  height:154px;
}

/*奇闻趣事*/
.t_a li{
  display:inline-block;
  vertical-align:top;
  margin-top:10px;
  width:172px;
  height:119px;
}
.t_a li a{
  display:inline-block;
}
.t_a li img{
  width:172px;
  height:107px;
}
.t_a li:first-child{
  margin-right:8px;
}
.t_a li a:first-child{
  width:172px;
  height:107px;
}
.t_a li a:last-child{
  height:107px;
  overflow:hidden;
}
.t_b img{
  width:352px;
  height:100px;
}

/*宇宙联想*/
#cosmos{
  margin-top:20px;
}
.cs_list li:before{
  content:counter(listxh);
  background-color:#3598db;
  padding:2px 5px;
  color:#fff;
  margin-right:5px;
}
.cs_list li{
  counter-increment:listxh;
  display:inline-block;
  width:100%;
  margin-top:11px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  -webkit-transition:text-shadow 1s linear;
  -moz-transition:text-shadow 1s linear;
  -o-transition:text-shadow 1s linear;
  -ms-transition:text-shadow 1s linear;
}
.cs_list li:hover{
  text-shadow:1px 4px 4px #000;
}
.cs_list li:last-child:before{
  padding:2px;
  font-size:14px;
}
.cs_list li a{
  color:#444444;
  text-decoration:none;
}

/*联系我们*/
#our{
  margin-top:20px;
}
#our a,#our img{
  display:inline-block;
  width:352px;
  height:199px;
}

/*未解之谜*/
#unknow li{
  display:inline-block;
  margin-top:10px;
}
#unknow li img{
  width:150px;
  height:90px;
  margin-right:10px;
  float:left;
}
#unknow li h4{
  line-height:28px;
}
#unknow li h4 a{
  text-decoration:none;
  color:#444;
}
#unknow li p{
  font-size:12px;
}
#unknow li p a{
  text-decoration:none;
  color:#444;
}
#unknow li p a:hover{
  color:#F54343;
  transition:color 0.5s linear;
  -webkit-transition:all 0.5s linear;
  -ms-transition:all 0.5s linear;
  -moz-transition:all 0.5s linear;
  -o-transition:all 0.5s linear;
}