
.s-banner .carousel-control span{
	display: block; position: relative; font-size: 3em; top: 50%;
}
/*模块*/
.s-travel{
	padding-top:30px;
}
.bigtit{
	display: block;
	border-radius: 18px;
	color: #fff;
	background: #009d85;
	width:180px;
	margin:0 auto;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
.bigtit.blue{
	background: #0068b7;
}
.bigtit.zise{
	background: #601986;
}
.bigtit.red{
	background: #b00000;
}
.bigtit.orange{
	background: #eb6100;
}

.bigtit.yellow{
	background: #aab415;
}
.s-tab{
	margin-top: 20px;
}
.s-tab ul{
	overflow: hidden;
	margin:0;
	padding:0;
}
.s-tab li{
	float: left;
	margin-right: 20px;
	list-style: none;
	font-size: 16px;
	padding:0 4px 10px 4px;
	cursor: pointer;
	text-align: center;
}
.s-tab li.active{
	background: url(/images/jiao.png)no-repeat bottom center;
	border-bottom: 3px solid #eb6100;
	color: #eb6100;
}
.s-tab li.more{
	float: right;
	padding:0;
	margin:0;
}
.s-tab li a{
	color: #444;
}
.s-tab li a:hover{
	text-decoration: none;
}
.s-tab li a:visited{
	text-decoration: none;
}
.s-tab .lines{
	width: 100%;
	background: #cccccc;
	height: 3px;
	margin-top: -3px;
}
.s-travel .row{
	margin-top: 30px;
}
.s-travel .row img{
	width: 100%;
	height: 100%;
}
.s-travel .row .inner{
	position: relative;
	height: 100%;
}
.s-travel .spantop{
	position: absolute;
	top: 0;
	left: 0;
	background: #0068b7;
	color: #fff;
	padding: 4px 5px 4px 5px;
  font-size: 12px;
}

.block01{
	height: 360px;
	padding-right: 0;
}
.block02{
	height: 170px;
	margin-bottom: 20px;
}
.block02 .col-lg-6{
	height: 100%;
}
.block02 .col-lg-6  .inner{
	height: 100%;
}
.block01 .infor{
	line-height: 25px;
	padding: 5px 10px;
	padding-top: 5px;
}
.block02 .infor{
	padding: 10px;

}
.block02 .infor .name{
	/* display: inline-block;
	width: 65%; */
  padding-right: 15px;
}
.s-travel .infor{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	margin:0;
	font-size: 14px;
}
.s-travel  font.price{
	/* float: right;
	display: inline-block; */
  
}
.s-travel  font.price i{
	color: #fff100;
	font-size: 16px;
	font-style: normal;
  position: relative;
}

.s-agency{
	padding-top:1px;
}
 .futitle{
	text-align: center;
	font-size: 16px;
	margin:15px 0;
}

.s-agency  .col-lg-3{
	margin-bottom: 30px;
}
.s-agency  .col-lg-3 img{
	width: 100%;
}
.s-adviser .col-lg-2 span{
	display: block;
	border-radius: 50%;
	overflow: hidden;
	margin:0 auto 15px;
}
.s-adviser .row{
	margin-top: 20px;
}
.s-adviser .col-lg-2 .inner{
	border:1px solid #ddd;
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
	padding:15px;
	border-radius: 10px;
}
.s-adviser .col-lg-2 span img{
	width: 100%;
	height: 100%;
}
.s-adviser .col-lg-2 .inner p{
	margin:0;
	line-height: 25px;
}
.s-adviser p.name{
	color: #0068b7;
}
.s-adviser{
	margin-bottom: 30px;
}
.ad-positon{
	margin-bottom: 30px;
}
.ad-positon img{
	width: 100%;
}

.m-sub-nav{
  border-radius: 8px;
  overflow: hidden;
  /*margin-top: -15px;*/
  z-index: 800;
  position: relative;
  background: #fff;

}
.m-sub-nav a{ color:#333333 }
.m-sub-nav>div{
    width: 20%; float: left;
    text-align: center;
	margin: 0; padding: 10px;
	white-space: nowrap;
}
.m-sub-nav>div img{
	width: 70%;
}
@media (max-width: 480px){
	.s-search {
	    width: 90%;
	    margin: -70px auto 20px;
	    padding: 10px;
	}
	.s-search input {
	    width: 80%;
	    height: 30px;
	    line-height: 30px;
	    padding: 0 5px;
	    font-size: 12px;
	}
	.s-search .btn {
	    width: 20%;
	    height: 30px;
	    line-height: 30px;
	    border-radius: 0;
	    font-size: 12px;
	    padding: 0 10px;
	}
	.s-search .btn img {
	    width: 15px;
	    vertical-align: initial;
	}
	.bigtit{
		font-size: 14px;
		width: 150px;
	}
  .s-tab{
    overflow: hidden;
    height: 30px;
  }
 
  .s-tab ul {
    white-space: nowrap;/*文本不会换行，文本会在在同一行上继续*/
    overflow-y:auto;/*可滑动*/
    
  }
	.s-tab li {
    display: inline-block;/*行内块元素*/
	    margin-right: 0;
	    font-size: 12px;
	    padding: 0 5px 10px 5px;
	}
	.block01 {
	    height: 240px;
        padding-right: 15px;
	}
	.block02 {
	    height: 150px;
	    margin-bottom: 20px;
	}
	.block02 .infor .name {
	    width: 100%;
	}
	footer ul {
	    margin-right: 0px;
	    margin: 0;
	    padding: 0;
	    width: 50%;
	    height: 190px;
	    margin-bottom: 0;
	}
	.fright {
	    
	    width: 50%;
	}
	.fright .top p.two {
	    font-family: myfont;
	    font-size: 16px;
	}
	footer ul li.one {
	    margin-bottom: 5px;
	    font-size: 14px;
	}
	footer ul li {
	    list-style: none;
	    line-height: 28px;
	    font-size: 12px;
	}
	.s-about ul {
	    overflow: hidden;
	    padding: 0;
	    width: 100%;
	    position: relative;
	    left: 0;
	    margin-left: 0;
	    margin-bottom: 0;
	    height: 30px;
	    font-size: 12px;
	}
	.s-about ul li {
		float: left;
		margin:0px;
		margin-right: 5px;
	}
	.copyright {
	    text-align: center;
	    padding: 0;
	    font-size: 12px;
	}
	.s-adviser {
	    margin-bottom: 0;
	}
	.futitle {
	   
	    font-size: 14px;
	 
	}
}

@media (max-width: 768px){
	.block01 {
        padding-right: 15px;
	}
  body{
    background: #eee;
  }
  
    .m-header,
    .footer  {
      background: #fff;
    }
    
  .s-travel {
    margin-top: 15px;
    padding-top: 15px;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .main-info .container {
    padding-top: 15px !important;
    margin-top: 15px !important;
}
  .main-info .container .big-catagroy {
    font-size: 14px !important;
    font-weight: normal !important;
    background-color: rgb(0, 105, 183);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 10px;
}
.s-travel .infor {
  font-size: 12px;
}

}
