.container{
	/*float: left;*/
	width: 100%;
	min-width: 1200px;
	padding:0 0 40px;
	background-color: #a2bed9;
}
.container .tag {
	font-size: 14px;
	color: #666666;
	line-height: 52px;
}

/*焦点图*/
.banner-box{
	padding: 46px 25px 62px;
	background-color: #fff;
}
.st-focus-banners{
    width: 100%;
    height: 536px;
    position: relative;
    overflow: hidden;
}
.st-focus-banners .banners {
	width: 1920px;
	height: 536px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}
.st-focus-banners .banners > ul > li > a {
	display: table-cell;
	width: 1920px;
	height: 536px;
	vertical-align: middle;
	text-align: center;
}
.st-focus-banners .banners > ul > li > a img {
    vertical-align: middle;
}
.st-focus-banners .focus {
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 20px;
	z-index: 99;
	text-align: center;
}
.st-focus-banners .focus > ul {
    height: 12px;
}
.st-focus-banners .focus > ul > li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin:0 5px;
    cursor: pointer;
    vertical-align: top;
    background: rgba(255,255,255,0.5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.st-focus-banners .focus > ul > li.on {
   background: rgba(255,255,255,1);
}

.prev-btn{
	position: absolute;
	left:0;
	top:50%;
	z-index: 999;
	width: 21px;
	height: 42px;
	background: url("../images/st-slide-prevbtn.png") no-repeat;
	margin-top:-21px;
}
.next-btn{
	position: absolute;
	right:0;
	top:50%;
	z-index: 999;
	width: 21px;
	height: 42px;
	background: url("../images/st-slide-nextbtn.png") no-repeat;
	margin-top:-21px;
}


/*广告*/
.ad-wrap{
	width: 100%;
	background-color: #eeeeee;
	padding:29px 0;
}
.ad-wrap img{
	width: 1200px;
	height:162px;
}

/*公司包团案例*/
.content-list{

}
.title{
	position: relative;
	padding:30px 0 28px;
}
.content-list .pic-box ul.pic-list li {
	float: left;
	margin:0 15px 15px 0;
	width: 390px;
	background-color: #f3f3f3;
	transition: background-color 0.3s;
}
.content-list .pic-box ul.pic-list li.first {
	width: 795px;
}
.content-list .pic-box ul.pic-list li .pic>a {
	display: table-cell;
	width: 390px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.content-list .pic-box ul.pic-list li.first .pic>a {
	width: 795px;
	overflow: hidden;
}
.content-list .pic-box ul.pic-list li .pic>a img {
	width: 390px;
	height: 250px;
	text-align: center;
	vertical-align: middle;
}
.content-list .pic-box ul.pic-list li.first .pic>a img {
	width: 795px;
}
.content-list .pic-box ul.pic-list li .info {
	background-color: #465562;
	width: 354px;
	height: 50px;
	padding: 0 18px;
}
.content-list .pic-box ul.pic-list li.first .info {
	width: 759px;
}
.content-list .pic-box ul.pic-list li .info>a.tit {
	display: block;
	width: 100%;
	height: 50px;
	color: #ffffff;
	font-size: 20px;
	line-height: 50px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.more-btn{
	display: block;
	width: 200px;
	height: 60px;
	margin: 3px auto 30px;
	background: url("../images/more-ico.png") no-repeat;
}
.more-btn:hover{
	background: url("../images/more-ico-on.png") no-repeat;
}


/*公司省内包团游*/
.package-wrap{
	background-color: #e1ebf3;
	padding-bottom: 20px;
}

.package-con .ad-box{
	float: left;
	width: 300px;
	height:676px;
	overflow: hidden;
}
.package-con .ad-box .ad-tit{
	display: block;
	width: 100%;
	height: 76px;
	text-align: center;
	background:url("../images/ad-pic01.png") no-repeat center #d66382;
}
.package-con .pic-box{
	float: left;
	width: 900px;
	height: 676px;
	background-color: #ffffff;
}
.package-con .ad-box .ad-pic{
	width: 300px;
	height: 600px;
}
.package-con .pic-box .tabs{
	height: 74px;
	line-height: 74px;
	border-bottom: 2px solid #d66382;
	position: relative;
}
.package-con .pic-box .tabs span{
	float: left;
	margin-left:28px;
	font-size: 18px;
	position: relative;
	font-weight: bold;
	color: #384c66;
}
.package-con .pic-box .tabs span.on:after{
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	border-bottom: 5px solid #d66382;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.package-con .pic-box .tabs .view-btn{
	position: absolute;
	bottom:0;
	right: 10px;
	font-size: 18px;
	color: #384c66;
	font-weight: bold;
	padding-left: 42px;
	background: url("../images/view-ico.png") no-repeat center left;
}

.package-con .pic-box .pic-con{
	width: 870px;
	padding: 15px;
	background-color: #ffffff;
}

.package-con .pic-box ul.pic-list li {
	float: left;
	margin:0 15px 15px 0;
	width: 280px;
	background-color: #f3f3f3;
	transition: background-color 0.3s;
}
.package-con .pic-box ul.pic-list li .pic{
	position: relative;
}
.package-con .pic-box ul.pic-list li .pic>a {
	display: table-cell;
	width: 280px;
	height: 190px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.package-con .pic-box ul.pic-list li .pic>a img {
	max-width: 280px;
	max-height: 190px;
	text-align: center;
	vertical-align: middle;
}
.package-con .pic-box ul.pic-list li .pic .tips {
	position: absolute;
	right:0;
	bottom:0;
	width: 112px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color:#ffffff;
	background-color: #d66382;
	transition: color 0.3s,background-color 0.3s;
}
.package-con .pic-box ul.pic-list li .pic .tips:before {
	content: "";
	position: absolute;
	left:-10px;
	top:0;
	border-bottom: 16px solid transparent;
	border-top: 16px solid transparent;
	border-right: 10px solid #d66382;
	transition: border-color 0.3s;
}

.package-con .pic-box ul.pic-list li .info {
	width: 268px;
	height: 80px;
	padding: 0 6px;
	position: relative;
	background-color: #f3f3f3;
	transition: background-color 0.3s;
}
.package-con .pic-box ul.pic-list li .info>a.tit {
	display: block;
	width: 100%;
	height: 36px;
	color: #333333;
	font-size: 16px;
	line-height: 36px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
	transition:color 0.3s;
}
.package-con .pic-box ul.pic-list li .contact {
	position: absolute;
	right:12px;
	bottom:9px;
}
.package-con  li .contact a{
	float: left;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	overflow: hidden;
	transition: background 0.3s;
}
.package-con  li .contact a.msg{
	background: url("../images/case-icon01.png") no-repeat;
	background-size: 30px 30px;
}
.package-con  li .contact a.location{
	background: url("../images/case-icon02.png") no-repeat;
	background-size: 30px 30px;
}
/*鼠标hover效果*/
.package-con .pic-box ul.pic-list li:hover .info{
	background-color: #d66382;
}
.package-con .pic-box ul.pic-list  li:hover .info>a.tit {
	color: #fff;
}
.package-con  li:hover .contact a.msg{
	background: url("../images/case-icon01-on.png") no-repeat;
	background-size: 30px 30px;
}
.package-con  li:hover .contact a.location{
	background: url("../images/case-icon02-on.png") no-repeat;
	background-size: 30px 30px;
}
.package-con .pic-box ul.pic-list li:hover .pic .tips{
	background-color: #e0e0e0;
	color: #333333;
}
.package-con .pic-box ul.pic-list li:hover .pic .tips:before {
	border-right-color: #e0e0e0;
}

/*公司国内游*/
.domestic .package-con .ad-box .ad-tit{
	display: block;
	width: 100%;
	height: 76px;
	text-align: center;
	background:url("../images/ad-pic02.png") no-repeat center #d66382;
}
/*公司国外游*/
.abroad .package-con .ad-box .ad-tit{
	display: block;
	width: 100%;
	height: 76px;
	text-align: center;
	background:url("../images/ad-pic03.png") no-repeat center #d66382;
}


/*客户展示*/
.customer{
	background-color:#e1ebf3;
	padding-bottom: 20px;
}
.customer-list{
	float: left;
}
.customer-list dd{
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 1200px;
	height:199px;
}
.customer-list dd:nth-child(n+7):nth-child(-n+12){
	border-top: 0;
}
.customer-list dd img{
	display: block;
	width: 1200px;
	height:199px;
	vertical-align: middle;
}
.customer ul{
	width: 100%;
	padding: 10px 0 0;
	text-align: center;
}
.customer ul li{
	display: inline-block;
	width: 12px;
	height:12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	margin:0 6px;
}
.customer ul li.on{
	background-color: #cb5977;
}



/*我们的优势*/
.advantage{
	background-color: #e1ebf3;
	padding-bottom: 20px;
}
.advantage ul li{
	float: left;
	width: 204px;
	height: 210px;
	padding: 12px;
	margin-right: 15px;
	position: relative;
}
.advantage ul li.experience{
	background-color: #df4849;
}
.advantage ul li.quality{
	background-color: #e17a3d;
}
.advantage ul li.control{
	background-color: #658f7b;
}
.advantage ul li.guide{
	background-color: #344e5d;
}
.advantage ul li.supporting{
	background-color: #ad7696;
}
.advantage ul li em{
	position: absolute;
	width:12px;
	height:12px;
}
.advantage ul li em.bg01{
	top:0;
	left: 0;
	border-radius:0 0 100% 0;
	background:#e1ebf3;
}
.advantage ul li em.bg02{
	top:0;
	right: 0;
	border-radius: 0 0 0 100%;
	background:#e1ebf3;
}
.advantage ul li em.bg04{
	bottom:0;
	right: 0;
	border-radius:100% 0 0 0;
	background:#e1ebf3;
}
.advantage ul li em.bg03{
	bottom:0;
	left: 0;
	border-radius:0 100% 0 0;
	background:#e1ebf3;
}
.advantage ul li .ico{
	display: block;
	max-width:50px ;
	height:42px;
	background: url("../images/advange-ico01.png") no-repeat;
	margin: 0 auto;
}
.advantage ul li.quality .ico{
	background: url("../images/advange-ico02.png") no-repeat;
}
.advantage ul li.control .ico{
	background: url("../images/advange-ico03.png") no-repeat;
}
.advantage ul li.guide .ico{
	background: url("../images/advange-ico04.png") no-repeat;
}
.advantage ul li.supporting .ico{
	background: url("../images/advange-ico05.png") no-repeat;
}
.advantage ul li h3{
	width: 100%;
	border-bottom: 2px solid #ffffff;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}
.advantage ul li p{
	width: 100%;
	line-height: 22px;
	color: #ffffff;
	font-size: 14px;
	margin: 10px 0;
	max-height: 118px;
	overflow: hidden;
}



