.container{
	float: left;
	width: 100%;
	min-width: 1200px;
	background-color: #e1ebf3;
}
.container .tag {
	font-size: 14px;
	color: #666666;
	line-height: 52px;
}

/*公司特色项目*/
.specific-items{
	padding-top: 40px;
}
.specific-items li{
	float: left;
	margin-right: 28px;
}
.specific-items li .pic{
	display: table-cell;
	width: 585px;
	height: 300px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.specific-items li .img{
	position: absolute;
	top: 0;
	left: 0;
	width: 585px;
	height: 300px;
	overflow: hidden;
}
.specific-items li img{
	max-width: 585px;
	max-height: 300px;
	vertical-align: middle;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
}
.specific-items li:hover img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	filter: alpha(opacity=90);
}
.specific-items li span{
	position: absolute;
	z-index: 9;
	top:0;
	left: 0;
	width: 585px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	background-color: #7e7c7b;
}
.specific-items li p{
	width: 561px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	padding: 16px 12px;
	background-color: #fff;
}

/*合作企业案例*/
.content-list{

}
.title{
	position: relative;
	padding:40px 0 36px;
}
.title .view-more{
	position: absolute;
	right: 0;
	bottom: 36px;
	font-size: 22px;
	color: #333333;
	padding-left: 29px;
	background: url("../images/view-more-icon.png") no-repeat left center;
}
.content-list .pic-box ul.pic-list li {
	float: left;
	margin-right: 18px;
	width: 388px;
	margin-bottom: 14px;
	background-color: #f3f3f3;
	transition: background-color 0.3s;
}
.content-list .pic-box ul.pic-list li.last {
	width: 794px;
}
.content-list .pic-box ul.pic-list li .pic>a {
	display: table-cell;
	width: 388px;
	height: 220px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.content-list .pic-box ul.pic-list li.last .pic>a {
	width: 794px;
	overflow: hidden;
}
.content-list .pic-box ul.pic-list li .pic>a img {
	width: 388px;
	height: 220px;
	text-align: center;
	vertical-align: middle;
}
.content-list .pic-box ul.pic-list li.last .pic>a img {
	width: 794px;
}
.content-list .pic-box ul.pic-list li .info {
	width: 364px;
	height: 92px;
	padding: 7px 12px 11px;
	position: relative;
}
.content-list .pic-box ul.pic-list li.last .info {
	width: 770px;
}

.content-list .pic-box ul.pic-list li .info>a.tit {
	display: block;
	width: 100%;
	height: 46px;
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	overflow: hidden;
	transition:color 0.3s;
}
.content-list .pic-box ul.pic-list li .contact {
	position: absolute;
	right:12px;
	bottom:11px;
}
.content-list .pic-box ul.pic-list li .contact a{
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	overflow: hidden;
	transition: background 0.3s;
}
.content-list .pic-box ul.pic-list li .contact a.msg{
	background: url("../images/case-icon01.png") no-repeat;
	background-size: cover;
}
.content-list .pic-box ul.pic-list li .contact a.phone{
	background: url("../images/case-icon02.png") no-repeat;
	background-size: cover;
}
.content-list .pic-box ul.pic-list li .contact a.location{
	background: url("../images/case-icon03.png") no-repeat;
	background-size: cover;
}
/*鼠标hover效果*/
.content-list .pic-box ul.pic-list li:hover{
	background-color: #cb5977;
}
.content-list .pic-box ul.pic-list li:hover .info>a.tit {
	color: #fff;
}
.content-list .pic-box ul.pic-list li:hover .contact a.msg{
	background: url("../images/case-icon01-on.png") no-repeat;
}
.content-list .pic-box ul.pic-list li:hover .contact a.phone{
	background: url("../images/case-icon02-on.png") no-repeat;
}
.content-list .pic-box ul.pic-list li:hover .contact a.location{
	background: url("../images/case-icon03-on.png") no-repeat;
}


/*我们与常规旅行社的区别*/
.difference .title h3{
	text-align: center;
}
.difference .pic-box .photo{
	display: block;/*去除图片三像素bug*/
	width: 1200px;
	height: 787PX;
}

/*公司包团线路*/
.package-lines .pic-box ul.pic-list li .pic>a{
	position: relative;
}
.package-lines .pic-box ul.pic-list li .pic>a span {
	position: absolute;
	bottom:0;
	right:0;
	width: 121px;
	height: 34px;
	font-size: 16px;
	color: #ffffff;
	line-height: 34px;
	text-align: center;
	background: url("../images/line-bg.png") no-repeat;
	transition:background .3s,color .3s;
}
.package-lines .pic-box ul.pic-list li .info{
	width: 388px;
	height: 110px;
	padding: 0;
	position: relative;
	background-color: #f3f3f3;
}

.package-lines .pic-box ul.pic-list li.last .info{
	width: 794px;
}
.package-lines .pic-box ul.pic-list li .info>a.tit {
	display: block;
	width: 364px;
	padding: 0 12px;
	height: 46px;
	transition:background-color .3s ;
}
.package-lines .pic-box ul.pic-list li.last .info>a.tit {
	width: 770px;
}
.package-lines .pic-box ul.pic-list li .info>a.tit i{
	display: inline-block;
	width: 100%;
	color: #333333;
	font-size: 18px;
	line-height: 45px;
	border-bottom: 1px solid #c7c7c7;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.package-lines .pic-box ul.pic-list li.last .info>a.tit i{
	width: 100%;
}
.package-lines .comment{
	padding: 12px 12px 11px;
	transition:background-color .3s;
}
.package-lines .comment .msg{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	height:38px;
	font-size: 14px;
	color: #999999;
}
.package-lines .comment .msg i{
	display: inline-block;
	width: 26px;
	height:15px;
	background: url("../images/msg-icon.png") no-repeat left 0;
	transition:background .3s;
	vertical-align: middle;
}
/*公司包团线路鼠标hover效果*/
.package-lines .pic-box ul.pic-list li:hover {
	background-color: #fff;
}
.package-lines .pic-box ul.pic-list li:hover .pic>a span {
	color: #333333;
	background: url("../images/line-bg-on.png") no-repeat;
}
.package-lines .pic-box ul.pic-list li:hover .info>a.tit {
	background-color: #e0e0e0;
}
.package-lines .pic-box ul.pic-list li:hover .info>a.tit i{
	border-bottom: 0;
}
.package-lines .pic-box ul.pic-list li:hover .comment{
	background-color:#cb5977;
	color: #ffffff;
}
.package-lines .pic-box ul.pic-list li:hover .comment .msg{
	color: #ffffff;
}
.package-lines .pic-box ul.pic-list li:hover .comment .msg i{
	background: url("../images/msg-icon-on.png") no-repeat left 0;

}


/*旅游顾问*/
.adviser .pic-box ul.pic-list li {
	float: left;
	margin-right: 16px;
	width: 288px;
	background-color: #fff;
	margin-bottom: 0;
	transition: background-color 0.3s;
}
.adviser .pic-box ul.pic-list li .pic>a {
	display: table-cell;
	width: 288px;
	height: 320px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}
.adviser .pic-box ul.pic-list li .pic>a img {
	width: 288px;
	height: 320px;
	vertical-align: middle;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear;
}

.adviser .pic-box ul.pic-list li:hover .pic>a img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	filter: alpha(opacity=90);
}
.adviser .pic-box ul.pic-list li .info {
	width: 264px;
	height: 96px;
	padding: 3px 12px 3px;
	position: absolute;
	z-index: 99;
	bottom: 0;
	background-color: rgba(68,68,68,.7);
}
.adviser .pic-box ul.pic-list li .info .name{
	display: inline-block;
	width: 100%;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.adviser .pic-box ul.pic-list li .info .intro{
	display: inline-block;
	width: 100%;
	height: 44px;
	overflow: hidden;
	color: #ebebeb;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

/*包团流程*/
.process-btn{
	background-color: #394d66;
}
.process-btn a {
	float: left;
	width: 14.2857%;
	text-align: center;
	padding: 34px 0 24px;
}
.process-btn a em {
	display: inline-block;
	width: 148px;
	height: 123px;
	margin: 0 auto;
}
.process-btn a.process-ico01 em {
	background: url(../images/progress_ico01.png) no-repeat;
}

.process-btn a.process-ico01:hover em {
	background: url(../images/progress_ico01-on.png) no-repeat;
}
.process-btn a.process-ico02 em {
	width: 98px;
	background: url(../images/progress_ico02.png) no-repeat;
}
.process-btn a.process-ico02:hover em {
	background: url(../images/progress_ico02-on.png) no-repeat;
}
.process-btn a.process-ico03 em {
	width: 132px;
	background: url(../images/progress_ico03.png) no-repeat;
}
.process-btn a.process-ico03:hover em {
	background: url(../images/progress_ico03-on.png) no-repeat;
}
.process-btn a.process-ico04 em {
	width: 132px;
	background: url(../images/progress_ico04.png) no-repeat;
}
.process-btn a.process-ico04:hover em {
	background: url(../images/progress_ico04-on.png) no-repeat;
}
.process-btn a.process-ico05 em {
	width: 98px;
	background: url(../images/progress_ico05.png) no-repeat;
}
.process-btn a.process-ico05:hover em {
	background: url(../images/progress_ico05-on.png) no-repeat;
}
.process-btn a.process-ico06 em {
	width: 90px;
	background: url(../images/progress_ico06.png) no-repeat;
}
.process-btn a.process-ico06:hover em {
	background: url(../images/progress_ico06-on.png) no-repeat;
}
.process-btn a.process-ico07 em {
	width: 90px;
	background: url(../images/progress_ico07.png) no-repeat;
}
.process-btn a.process-ico07:hover em {
	background: url(../images/progress_ico07-on.png) no-repeat;
}



/*客户展示*/
.customer{
	padding-bottom: 34px;
}
.customer-list{
	float: left;
}
.customer-list dd{
	float: left;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 1200px;
	height:200px;
}
.customer-list dd:nth-child(n+7):nth-child(-n+12){
	border-top: 0;
}
.customer-list dd img{
	display: block;
	max-width: 1200px;
	max-height:200px;
	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;
	cursor: pointer;
}
.customer ul li.on{
	background-color: #cb5977;
}
/*客户须知*/
.notice .title{
	height:24px;
	padding:18px 28px 18px;
	background-color: #394d66;
	-webkit-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	margin: 50px 0 12px;
}
.notice .title .view-more {
	position: absolute;
	right: 28px;
	bottom: 16px;
	font-size: 22px;
	color: #ebebeb;
	padding-left: 29px;
	background: url(../images/view-more-icon.png) no-repeat 0 3px;
}
.notice .slide{
	height: 630px;
	overflow: hidden;
	background-color: #394d66;
}
.notice-list li{
	margin-top: 30px;
}
.notice-list li>div{
	float: left;
}
.notice-list li>div.date {
	width: 100px;
	height:120px;
}
.notice-list li>div.date span{
	display:block;
	width: 70px;
	height: 26px;
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	text-align: center;
	margin: 0 auto;
}
.notice-list li>div.date span.month{
	background-color: #ff9900;
	color: #fff;
}
.notice-list li>div.date span.year{
	margin-top: 5px;
	background-color: #e5e5e5;
	color: #333;
}
.notice-list li>a.pic{
	float: left;
	display: table-cell;
	width:220px ;
	height:120px;
	vertical-align: middle;
	text-align: center;
}
.notice-list li>a img{
	max-width:220px ;
	max-height:120px;
	vertical-align: middle;
}
.notice-list li>div.info{
	width:776px;
	padding-left: 12px;
}
.notice-list li>div.info a{
	display: inline-block;
	font-size: 20px;
	color: #ebebeb;
	width: 776px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

}
.notice-list li>div.info p{
	display: inline-block;
	font-size: 14px;
	color: #ebebeb;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}





