<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	
}
/*主导航*/
.st-global .global-list {
	display: none;
}
.st-global:hover .global-list {
	display: block;
}
.st-guide {
	padding: 17px 0;
}
.st-guide a, .st-guide {
	color: #999;
	font-size: 14px;
}
.st-help {
	margin-top: 0;
}
/*首页焦点图*/
.st-focus-banners {
	width: 100%;
	min-width: 1200px;
	height: 420px;
	position: relative;
	overflow: hidden;
}
.st-focus-banners .banners {
	width: 1920px;
	height: 420px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	overflow: hidden;
}
.st-focus-banners .banners &gt; ul &gt; li &gt; a {
	display: table-cell;
	width: 1920px;
	height: 420px;
	vertical-align: middle;
	text-align: center;
}
.st-focus-banners .banners &gt; ul &gt; li &gt; a img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.st-focus-banners .focus {
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 30px;
	z-index: 99;
	text-align: center;
}
.st-focus-banners .focus &gt; ul {
	height: 4px;
}
.st-focus-banners .focus &gt; ul &gt; li {
	display: inline-block;
	width: 40px;
	height: 4px;
	margin: 0 4px;
	cursor: pointer;
	vertical-align: top;
	background-color: #fff;
	opacity: .7;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.st-focus-banners .focus &gt; ul &gt; li.on {
	background: #085faf;
}
/* 邮轮导航 */
.ship-menu-block {
	position: absolute;
	top: -1px;
	left: 50%;
	z-index: 999;
	margin-left: -600px;
	width: 230px;
	height: 420px;
	background-color: #1872e0;
}
.ship-menu-block&gt;ul&gt;li {
	display: block;
}
.ship-menu-block&gt;ul&gt;li:hover {
	background-color: #fff;
	border-bottom-color: #fff;
}
.ship-menu-block .hd-block {
	padding: 16px 15px 15px 40px;
	position: relative;
	z-index: 9999;
	border-top: 1px solid #3282e3;
	border-bottom: 1px solid #066ab6;
}
.ship-menu-block li:last-child .hd-block {
	padding-bottom: 16px;
}
.ship-menu-block li:hover .hd-block:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: -1px;
	z-index: 999;
	width: 4px;
	background-color: #f80;
}
.ship-menu-block li:hover .hd-block {
	border-bottom-color: #fff;
}
.ship-menu-block .hd-block .menu-ico {
	position: absolute;
	left: 13px;
	top: 20px;
	width: 19px;
	height: 19px;
	background: url("../images/ship-menu-ico.png") no-repeat;
}
.ship-menu-block li:nth-of-type(1) .hd-block .menu-ico {
	background-position: 1px 1px;
}
.ship-menu-block li:hover:nth-of-type(1) .hd-block .menu-ico {
	background-position: -32px 1px;
}
.ship-menu-block li:nth-of-type(2) .hd-block .menu-ico {
	background-position: -1px -22px;
}
.ship-menu-block li:hover:nth-of-type(2) .hd-block .menu-ico {
	background-position: -35px -22px;
}
.ship-menu-block li:nth-of-type(3) .hd-block .menu-ico {
	background-position: 0 -46px;
}
.ship-menu-block li:hover:nth-of-type(3) .hd-block .menu-ico {
	background-position: -34px -46px;
}
.ship-menu-block li:nth-of-type(4) .hd-block .menu-ico {
	background-position: 1px -70px;
}
.ship-menu-block li:hover:nth-of-type(4) .hd-block .menu-ico {
	background-position: -32px -70px;
}
.ship-menu-block li:nth-of-type(5) .hd-block .menu-ico {
	background-position: 0 -92px;
}
.ship-menu-block li:hover:nth-of-type(5) .hd-block .menu-ico {
	background-position: -33px -92px;
}
.ship-menu-block li .hd-block:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 999;
	display: block;
	width: 6px;
	height: 11px;
	margin-top: -5px;
	background: url(../images/ship-menu-ico.png) no-repeat -1px -127px;
}
.ship-menu-block li:hover .hd-block:after {
	background: url(../images/ship-menu-ico.png) no-repeat -19px -127px;
}
.ship-menu-block .hd-block h3 {
	color: #fff;
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	font-weight: bold;
}
.ship-menu-block .hd-list {
	height: 20px;
	padding-top: 7px;
	overflow: hidden;
	position: relative;
}
.ship-menu-block .hd-list a {
	float: left;
	color: #f5f5f5;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-right: 15px;
}
.ship-menu-block li:hover .hd-block h3, .ship-menu-block li:hover .hd-list a {
	color: #666;
}
.ship-menu-block .item-block {
	display: none;
	width: 781px;
	min-height: 310px;
	padding: 19px 15px 0 28px;
	position: absolute;
	left: 230px;
	top: 0;
	z-index: 999;
	background: #fff;
}
.ship-menu-block li:hover .item-block {
	display: block;
}
.item-block-hang {
	margin-bottom: 10px;
}
.item-block-hang&gt;h3 {
	height: 37px;
	line-height: 37px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dashed #e6e6e6;
}
.item-block-hang .hang-list {
	padding-top: 8px;
}
.item-block-hang .hang-list&gt;a {
	float: left;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-right: 15px;
}
.item-block-hang .hang-list&gt;a:hover {
	color: #f60;
}
.item-block-hang .hang-line-list {
	padding: 22px 10px;
}
.item-block-hang .hang-line-list&gt;li {
	float: left;
	width: 362px;
	height: 30px;
	margin-right: 30px;
}
.item-block-hang .hang-line-list&gt;li:nth-of-type(even) {
	margin-right: 0;
}
.item-block-hang .hang-line-list&gt;li&gt;a {
	display: block;
}
.item-block-hang .hang-line-list&gt;li&gt;a&gt;p {
	float: left;
	width: 277px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.item-block-hang .hang-line-list&gt;li:hover&gt;a&gt;p {
	color: #f60;
}
.item-block-hang .hang-line-list&gt;li&gt;a&gt;.price {
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #999;
}
.item-block-hang .hang-line-list&gt;li&gt;a em {
	color: #f60;
	font-style: normal;
}
.item-block-hang .hang-line-list&gt;li&gt;a strong {
	font-size: 16px;
	font-weight: normal;
}
/* brand品牌 */
.ship-brand-block {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background: url("../images/ship-brand.png") no-repeat center #f5fcfe;
}
/* 公共样式 */
.ship-title-bar {
	height: 72px;/*padding-top: 8px;*/
}
.ship-title-bar&gt;h3 {
	float: left;
	height: 52px;
	line-height: 52px; padding-top: 20px;
	font-size: 22px;
	font-weight: bold;
}
.ship-title-bar ul{float: left; padding: 30px 0 0 160px;overflow: hidden;}
/*.ship-encyclopedias-con .encyclopedias-list{padding: 0;}
.ship-encyclopedias-con .encyclopedias-list li:nth-child(3){ padding: 0;}*/
.ship-title-bar li{float: left; padding-right: 30px;}
.ship-title-bar li span{display: block; line-height: 1.8;font-size: 15px;cursor:pointer;}
.wm-1200 .ship-title-bar ul li span.on{color: #00c777;font-weight: bold; border-bottom: 2px solid #00c777;}
.tabs-nav-right {
	float: right;
	padding: 30px 0 0;
}
.tabs-nav-right&gt;a {
	float: left;
	padding: 0 13px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ship-title-bar .tabs-nav-right a.on {
	background-color: #f90;
	color: #fff;
}
.tabs-nav-right a:hover {
	background-color: #f90;
	color: #fff;
}
.tabs-nav-left {
	float: left;
    padding: 30px 0 0 0;
    margin-left: 142px;
}
.tabs-nav-left&gt;a {
	float: left;
	line-height: 32px;
	font-size: 15px;
	margin-right: 26px;
}
.tabs-nav-left&gt;a.on {
	    color: #00c777;
    font-weight: bold;
    border-bottom: 2px solid #00c777;
}
.ship-title-bar .tit-more {
	float: right;
	margin-top: 30px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
}
/* 邮轮特惠 */
.ship-sale-block {
	width: 100%;
	min-width: 1200px;
}
.ship-sale-list {
	height: 252px;animation:fadeIn .25s, 100ms;
}
.ship-sale-list li {
	float: left;
	width: 285px;
	/*height: 252px;*/
	margin-right: 20px;
	position: relative;
}
.ship-sale-list li:hover {
	box-shadow: 0 3px 16px 0 rgba(217, 217, 217, 0.71);
}
.ship-sale-list li.mr_0 {
	margin-right: 0;
}
.ship-sale-list .pic {
	display: table-cell;
	width: 285px;
	height: 194px;
	text-align: center;
	vertical-align: middle;
	background-color: #e7e7e7;
}
.ship-sale-list .pic img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.ship-sale-list .info {
	padding: 0 15px 10px;
	height: 90px;
	background-color: #fff;
}
.ship-sale-list .info .tit {
	display: block;
	padding: 11px 0 0;
	height: 48px;
	line-height: 24px;
	color: #666;
	font-size: 16px;
	overflow: hidden;
}
.ship-sale-list li .info&gt;p {
	padding-top: 5px;
	line-height: 28px;
}
.ship-sale-list li .info .price {
	float: right;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.ship-sale-list li .info .price i {
	color: #f90;
}
.ship-sale-list li .info .price i em {
	font-size: 22px;
}
.ship-sale-list li:hover .info .tit {
/*color: #ff7800;*/
}
.ship-sale-list li .info .satisfy {
	float: left;
	font-size: 14px;
	color: #999;
}
.ship-sale-list li .tags {
	position: absolute;
	top: 0;
	left: 0;
}
.ship-sale-list li .tags&gt;span {
	float: left;
	padding: 0 7px;
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	background-color: #ff7800;
	margin: 0 2px 2px 0;
}
/* 游轮日历 */
.ship-calender-block {
	width: 100%;
	min-width: 1200px;
}
.ship-calender-block .calender-wrap {
	width: 1200px;
	background-color: #fff;
}
.calendar-head {
	background-color: #5883ff;
	padding-left: 73px;
}
.calendar-list li {
	float: left;
	width: 161px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}
.calendar-content {
}
/* 精选航线 */
.ship-line-block {
	width: 100%;
	min-width: 1200px;
}
.ship-line-con {
	width: 1140px;
	padding: 0 30px;
	height: 500px;
	background: url("../images/ship-line-jing-bg.png") no-repeat center;
}
.ship-line-con .line-fl {
	float: left;
	width: 500px;
	padding-top: 10px;
}
.ship-line-con .line-fl .line-tit {
	height: 57px;
	line-height: 57px;
	font-size: 18px;
}
.ship-line-con .line-fl .line-tit&gt;a {
	font-size: 14px;
	color: #999;
	margin-left: 10px;
}
.ship-line-con .line-fl .line-con {
	width: 500px;
	height: 356px;
	background: url("../images/pic/143.jpg") no-repeat center;
	position: relative;
}
.line-user-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 10px 0;
	height: 70px;
	background-color: rgba(255,255,255,.4);
}
.line-user-info .head {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.line-user-info .head .head-pic {
	float: left;
	height: 20px;
	width: 20px;
	background-color: #e7e7e7;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.line-user-info .head .head-pic&gt;img {
	display: block;
	height: 20px;
	width: 20px;
}
.line-user-info .head .head-name {
	float: left;
	max-width: 420px;
	height: 20px;
	margin-left: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-user-info .info-txt {
	height: 40px;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 4px;
}
.ship-line-con .line-fr {
	float: right;
	padding: 0 20px;
	width: 540px;
	height: 440px;
	background-color: #f5f5f5;
	margin-top: 30px;
}
.line-fr-list li {
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.line-fr-list li:last-child {
	border-bottom: none;
}
.line-fr-list li&gt;a {
	display: block;
}
.line-fr-list li&gt;a .pic {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
}
.line-fr-list li&gt;a .pic&gt;img {
	display: block;
	width: 60px;
	height: 60px;border-radius: 8px;
}
.line-fr-list li&gt;a .txt {
	float: right;
	width: 460px;
	height: 60px;
	overflow: hidden;
}
.line-fr-list li&gt;a .txt .name {
	padding-top: 5px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.line-fr-list li&gt;a .txt .data {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
}
.line-fr-list li&gt;a .data .pos {
	float: left;
}
.line-fr-list li&gt;a .data .price {
	float: left;
	margin-left: 40px;
	color: #f90;
}
.line-fr .line-more {
	position: relative;
	height: 26px;
	margin-top: -13px;
}
.line-fr .line-more&gt;a {
	display: block;
	width: 98px;
	height: 24px;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #999;
	border: 1px solid #e5e3e2;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.line-fr .line-more:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 1;
	height: 1px;
	background-color: #e5e3e2;
}
/* 邮轮合作伙伴 */
.ship-partner-block {
	width: 100%;
	min-width: 1200px;
}
.hot-cruises-list {
}
.hot-cruises-list li {
	float: left;
	height: 260px;
	position: relative;
	overflow: hidden;
}
.hot-cruises-list .fis-type {
	width: 500px;
}
.hot-cruises-list .sec-type, .hot-cruises-list .thi-type {
	width: 348px;
	margin-left: 2px;
}
.hot-cruises-list .fou-type, .hot-cruises-list .six-type, .hot-cruises-list .fiv-type {
	width: 398px;
	margin: 2px 0 0 3px;
}
.hot-cruises-list .fou-type {
	margin-left: 0;
}
.hot-cruises-list li .pic {
	display: table-cell;
	overflow: hidden;
	height: 260px;
	text-align: center;
	vertical-align: middle;
	background-color: #e7e7e7;
}
.hot-cruises-list li.fis-type .pic {
	width: 500px;
}
.hot-cruises-list li.sec-type .pic, .hot-cruises-list li.thi-type .pic {
	width: 348px;
}
.hot-cruises-list li.fou-type .pic, .hot-cruises-list li.six-type .pic, .hot-cruises-list li.fiv-type .pic {
	width: 398px;
}
.hot-cruises-list li .pic&gt;img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.hot-cruises-list li .info {
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
	height: 173px;
	padding-top: 7px;
	text-align: center;
	background: rgba(251,251,251,.7);
 filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#99FFFFFF, endColorStr=#99FFFFFF);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.hot-cruises-list li:hover .info {
	bottom: 0;
	height: 169px;
	padding-top: 11px;
}
.hot-cruises-list li .info .logo-cont {
	height: 47px;
}
.hot-cruises-list li .info .cruises-logo {
	display: inline-block;
	height: 47px;
	max-width: 150px;
	text-align: center;
	vertical-align: middle;
}
.hot-cruises-list li .info img {
	vertical-align: middle;
	max-height: 47px;
}
.hot-cruises-list li .cruises-type {
	display: inline-block;
	vertical-align: middle;
	height: 47px;
	line-height: 47px;
	margin-left: 12px;
	font-size: 22px;
}
.hot-cruises-list li .more-cont {
	margin-top: 8px;
}
.hot-cruises-list li .info a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.hot-cruises-list li .info a:hover {
	color: #f90;
}
/* 邮轮百科 */
.ship-encyclopedias-block {
	width: 100%;
	min-width: 1200px;
}
.encyclopedias-list li {
	float: left;
	width: 386px;
	height: 260px;
	margin-right: 21px;
}
.encyclopedias-list li:last-child {
	margin-right: 0;
}
.encyclopedias-list li&gt;a {
	display: block;
	position: relative;
}
.encyclopedias-list li .pic {
	display: table-cell;
	width: 386px;
	height: 260px;
	text-align: center;
	vertical-align: middle;
	background-color: #e7e7e7;
}
.encyclopedias-list li .pic&gt;img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.encyclopedias-list li .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 366px;
	padding: 0 10px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: rgba(51,51,51,.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.encyclopedias-list li:hover .info {
	color: #f90;
}
/* 游记、攻略、指南 */
.ship-comprehensive-block {
	width: 100%;
	min-width: 1200px;
	padding-bottom: 60px;
}
.ship-comprehensive-block .ship-title-bar {
	border-bottom: 1px solid #e5e5e5;
}
.ship-note {
	float: left;
	width: 590px;
	margin-right: 20px;
}
.note-list {
	padding-top: 20px;
}
.note-list li {
	float: left;
	width: 286px;
	height: 190px;
	margin: 0 18px 18px 0;
}
.note-list li:nth-of-type(even) {
	margin-right: 0;
}
.note-list li&gt;a {
	display: block;
	position: relative;
}
.note-list li .pic {
	display: table-cell;
	width: 286px;
	height: 192px;
	text-align: center;
	vertical-align: middle;
	background-color: #e7e7e7;
}
.note-list li .pic&gt;img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.note-list li .info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	width: 266px;
	padding: 0 10px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background-color: rgba(51,51,51,.5);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.note-list li:hover .info {
	color: #f90;
}
.ship-strategy {
	float: left;
	width: 590px;
}
.ship-strategy-con {
	padding-top: 20px;
	height: 190px;
}
.ship-strategy-slide {
	padding: 0 50px;
	position: relative;
}
.ship-strategy-slide .tempWrap {
	width: 490px!important;
	overflow: hidden;
}
.ship-strategy-slide .ship-slide-btn {
	position: absolute;
	top: 69px;
	width: 18px;
	height: 32px;
	background: url("../images/ship-menu-ico.png") no-repeat;
}
.ship-strategy-slide .ship-slide-btn.ship-prev-btn {
	left: 16px;
	background-position: 0 -165px;
}
.ship-strategy-slide .ship-slide-btn.ship-next-btn {
	right: 16px;
	background-position: -56px -165px;
}
.ship-strategy-list {
}
.ship-strategy-list li {
	float: left;
	width: 115px;
	margin-right: 10px;
}
.ship-strategy-list li:last-child {
	margin-right: 0;
}
.ship-strategy-list li .pic {
	display: table-cell;
	width: 113px;
	height: 128px;
	text-align: center;
	vertical-align: middle;
	background-color: #e7e7e7;
	border: 1px solid #e5e3e2;
}
.ship-strategy-list li .pic&gt;img {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}
.ship-strategy-list li .name {
	margin-top: 3px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ship-strategy-list li .detail-btn {
	display: block;
	width: 68px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #999;
	border: 1px solid #e5e3e2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	margin: 0 auto;
}
.ship-guide {
	float: left;
	width: 590px;
	height: 210px;
}
.ship-guide-list {
	padding-top: 20px;
}
.ship-guide-list li {
	float: left;
	width: 274px;
	height: 20px;
	margin: 0 42px 15px 0;
}
.ship-guide-list li:nth-of-type(even) {
	margin-right: 0;
}
.ship-guide-list li&gt;a {
	display: block;
	width: 274px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ship-guide-list li:hover&gt;a {
	color: #f90;
}
.ship-guide-list li&gt;a&gt;i {
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 15px;
	text-align: center;
	color: #f90;
	font-size: 12px;
	border: 1px solid #f90;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	vertical-align: middle;
	margin: -2px 10px 0 0;
}
.calendar-content {
	overflow: hidden;
	/*height: 510px;*/
	display: block;
	position: relative;
	zoom: 1;
}
.calendar-cont {
	background-color: #fff;
	overflow: hidden;
}
.calendar-control {
	float: left;
	width: 71px;
	text-align: center;
	font-size: 15px;
	border: 1px solid #e5e5e5;
	border-top: none;
	height: 509px;
	position: relative;
}
.calendar-control .date {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -25px;
	width: 50px;
	height: 40px;
	line-height: 20px;
	text-align: center;
	color: #5883ff;
}
.calendar-control .month {
	border-top: 1px solid #e5e5e5;
	height: 214px;
	padding-top: 40px;
	position: relative;
}
.calendar-control .month:first-child {
	border: none;
}
.calendar-control .arrow {
	position: absolute;
	left: 50%;
	margin-left: -13px;
	width: 28px;
	height: 16px;
	overflow: hidden;
	display: inline-block;
	line-height: 999em;
	background: url(../images/ship-menu-ico.png) no-repeat;
}
.calendar-control .arrow.arrow-prev {
	top: 49px;
	background-position: 0 -239px;
}
.calendar-control .arrow.arrow-prev:hover {
	top: 49px;
	background-position: 0 -260px;
}
.calendar-control .arrow.arrow-next {
	bottom: 49px;
	background-position: -56px -239px;
}
.calendar-control .arrow.arrow-next:hover {
	bottom: 49px;
	background-position: -56px -260px;
}
.calendar-control .arrow.arrow-prev.arrow-disable,/* 没有再上一个月的数据 */ .calendar-control .arrow.arrow-prev.arrow-disable:hover {
	opacity: .8;
	background-position: 0 -239px;
	cursor: default;
}
.calendar-control .arrow.arrow-next.arrow-disable,/*  没有再下一个月的数据 */ .calendar-control .arrow.arrow-next.arrow-disable:hover {
	opacity: .8;
	background-position: -56px -239px;
	cursor: default;
}
.calendar-con {
	float: left;
	width: 1127px;
}
.calender-table {
	width: 100%;
	height: 510px;/*border-left: 1px solid #e5e5e5;*/
}
.calender-table td {
	height: 84px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.calender-table td&gt;.td-item {
	display: block;
	height: 60px;
	padding: 12px 15px;
	position: relative;
}
.calender-table tr td:first-child&gt;.td-item, .calender-table tr td:last-child&gt;.td-item {
	background-color: #eff5ff;
}
.calender-table td&gt;.td-item.full-item:hover {
	background-color: #ffeab1;
	cursor: pointer;
}
.calender-table td&gt;.td-item .date {
	display: block;
	width: 130px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #999;
}
.calender-table td&gt;.td-item.over-item .date, .calender-table td&gt;.td-item.over-item:hover .date {
	color: #bcbcbc!important;
}
.calender-table td&gt;.td-item.full-item .date {
	color: #5883ff;
}
.calender-table td&gt;.td-item .sale {
	position: absolute;
	right: 15px;
	top: 12px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #f90;
}
.calender-table td&gt;.td-item .price {
	display: block;
	width: 130px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #f90;
	text-align: right;
}
.calender-table td&gt;.td-item.over-item .price, .calender-table td&gt;.td-item.over-item:hover .price {
	color: #bcbcbc!important;
}
.calender-table td&gt;.td-item .place {
	display: block;
	width: 130px;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.calender-table td&gt;.td-item.over-item .place, .calender-table td&gt;.td-item.over-item:hover .place {
	color: #bcbcbc!important;
}
.can-down-box {
	position: absolute;
	top: 80px;
	left: -20px;
	width: 488px;
	max-height: 188px;
	z-index: 999;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	display: none;
}
.calender-table tr td:hover&gt;.td-item .can-down-box {
	display: block;
}
.calender-table tr td:nth-last-child(1)&gt;.td-item .can-down-box, .calender-table tr td:nth-last-of-type(2)&gt;.td-item .can-down-box {
	left: auto;
	right: 0;
}
.can-down-box:after {
	content: "";
	position: absolute;
	top: -9px;
	left: 20%;
	width: 14px;
	height: 10px;
	background: url("../images/ca-arr-top.png") no-repeat;
}
.calender-table tr td:nth-last-child(1)&gt;.td-item .can-down-box:after, .calender-table tr td:nth-last-child(2)&gt;.td-item .can-down-box:after {
	left: auto;
	right: 13%;
}
.can-down-box li {
	border-bottom: 1px solid #e5e5e5;
}
.can-down-box li:last-child {
	border-bottom: none;
}
.can-down-box li&gt;a {
	display: block;
	padding: 14px 0;
	height: 34px;
}
.can-down-box li&gt;a .name {
	float: left;
	padding: 0 3px;
	width: 80px;
	line-height: 34px;
	height: 34px;
	font-size: 14px;
	color: #999;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-right: 1px dashed #d5d5d5;
}
.can-down-box li&gt;a .msg {
	float: left;
	padding: 0 14px;
	width: 272px;
	line-height: 17px;
	height: 34px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.can-down-box li&gt;a .msg .pos {
	color: #999;
}
.can-down-box li:hover&gt;a .msg .txt {
	color: #f90;
}
.can-down-box li&gt;a .down-price {
	float: right;
	width: 90px;
	padding: 0 5px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #f90;
	text-align: center;
	border-left: 1px dashed #d5d5d5;
}
.can-down-box li&gt;a .down-price&gt;strong {
	font-size: 18px;
	font-weight: normal;
}


.ly_special { width: 100%; padding: 17px 0; background: #f5fcfe;}
.ly_special .wrapper { height: 50px; margin-left: auto; margin-right: auto;}
.ly_special .ly_welRow li { float: left; margin-right: 90px; overflow: hidden; padding-left: 67px; line-height: 21px; color: #666;}
.ly_special .ly_welRow h3{ display:block; font-size: 15px; font-weight: 600; padding-top:5px; color: #626566;}
.ly_special .ly_welRow li:nth-child(1){ margin-left: 30px;}
.ly_special .ly_welRow li:last-child{ margin-right: 0;}
.ly_special .ly_welRow li .ly_icon { display: inline-block; width: 50px; height: 50px; float: left; margin-left: -67px; background: url(../images/welcome.jpg) no-repeat 0 0;}
.ly_special .ly_welRow li .ly_icon01 { background-position: 0 0;}
.ly_special .ly_welRow li .ly_icon02 { background-position: -50px 0;}
.ly_special .ly_welRow li .ly_icon03 { background-position: -100px 0;}
.ly_special .ly_welRow li .ly_icon04 { background-position: -150px 0;}
</pre></body></html>