.t-list {}

.t-list ul {
	max-width: 1600px;
	margin: 0 auto;
}

.t-list ul li {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	margin-bottom: 3.5%;
	overflow: hidden;
	background: #f8f8f8;
}

.t-list ul li .list-left {
	display: inline-block;
	/* width: 38%;
        padding: 0 6%; */
	width: 50%;
	padding-bottom: 26%;
	position: relative;
}

.t-list ul li .list-left>div {
	position: absolute;
	top: 0;
	left: 10%;
	width: 75%;
	height: 100%;
}

.t-list ul li .list-left>div h1 a {
	display: block;
	font-size: 26px;
	color: #666;
	margin-top: 11.5%;
	margin-bottom: 8%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.t-list ul li .list-left>div p {
	font-size: 16px;
	line-height: 30px;
	color: #999;
	margin-bottom: 12%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.t-list ul li .list-left>div>a {
	display: inline-block;
	width: 60px;
	height: 45px;
	background: url(/skin/images/pro-arrow.png) no-repeat center center;
	background-size: 100% 100%;
}

.t-list ul li .list-img {
	width: 50%;
	float: right;
}

.t-list ul li .list-img a {
	display: inline-block;
	width: 100%;
	padding-bottom: 52.5%;
	position: relative;
	overflow: hidden;
}

.t-list ul li .list-img a img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.t-list ul li:hover {
	background: none;
	box-shadow: 0 0 16px rgba(0, 0, 0, .1);
}

.t-list ul li:hover .list-left>div h1 a {
	color: #fccb00;
}

.t-list ul li:hover .list-left>div>a {
	background: url(/skin/images/tourism-h-arrow.png) no-repeat center center;
	background-size: 100% 100%;
}

.t-list ul li:hover .list-img a img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

@media(max-width:1100px) {
	.t-list ul li .list-left>div p {
		margin-bottom: 8%;
	}
}

@media(max-width:960px) {
	.t-list ul {
		width: 94%;
		margin-left: 3%;
	}

	.t-list ul li {
		margin-bottom: 5%;
	}

	.t-list ul li .list-img {
		float: none;
		width: 100%;
	}

	.t-list ul li .list-left {
		width: 100%;
		padding: 0;
	}

	.t-list ul li .list-left>div {
		position: static;
		width: 90%;
		margin-left: 5%;
	}

	.t-list ul li .list-left>div h1 a {
		font-size: 24px;
		margin-top: 4.5%;
		margin-bottom: 3%;
	}

	.t-list ul li .list-left>div p {
		margin-bottom: 6%;
	}

	.t-list ul li .list-left>div>a {
		margin-bottom: 6%;
	}
}

@media(max-width:570px) {
	.t-list ul li .list-left>div h1 a {
		font-size: 16px;
	}

	.t-list ul li .list-left>div p {
		font-size: 12px;
		line-height: 22px;
	}

	.t-list ul li .list-left>div>a {
		width: 35px;
		height: 25px;
	}
}

/* 方案详情 */
.td-container {}

.td-container .cased-top {
	max-width: 1330px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 3%;
}

.pc-slide {
	width: 83%;
	margin: 0 auto;
	overflow: hidden;
}

/* 大图展示轮播 */
.view {
	overflow: hidden;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.view .swiper-container {
	width: 100%;
	position: relative;
}

.view:hover .arrow {
	display: block;
}

.view .arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	z-index: 100000000;
}

.view .swiper-slide {
	width: 100%;
	padding-bottom: 54.3%;
	position: relative;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}

.view .swiper-slide a {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.view .swiper-slide a img {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.view .swiper-slide a img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

/* 缩略图轮播图 */
.preview {
	width: 100%;
	margin-top: 3%;
	position: relative;
}

.preview .swiper-slide {
	height: 100%;
	position: relative;
	padding-bottom: 9%;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.preview .swiper-slide img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.preview .swiper-slide .mark {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(252, 203, 0, .6);
}

#cased-arrow-left,
#cased-arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -9px;
	width: 5.8%;
	height: 10.6%;
	z-index: 10;
}

#cased-arrow-left {
	background: url("/skin/images/td-arrow.png") no-repeat;
	left: 2px;
	top: 40%;
	cursor: pointer;
	background-size: 100% 100%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
}

#cased-arrow-right {
	background: url("/skin/images/td-arrow.png") no-repeat;
	background-size: 100% 100%;
	right: 0px;
	top: 40%;
	cursor: pointer;
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
}

#cased-arrow-left:hover {
	background: url("/skin/images/td-h-arrow.png") no-repeat;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	background-size: 100% 100%;
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
}

#cased-arrow-right:hover {
	background: url("/skin/images/td-h-arrow.png") no-repeat;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	background-size: 100% 100%;
}

.preview .active-nav {
	border: none;
}

.preview .active-nav .mark {
	display: block;
}

.preview .swiper-slide img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

@media(max-width:1300px) {
	.preview .swiper-slide {
		padding-bottom: 14%;
	}
}

@media(max-width:960px) {
	.preview .swiper-slide {
		padding-bottom: 19%;
	}
}


/* 主题方案编辑区域 */
.td-txt {
	max-width: 1105px;
	margin: 0 auto;
	padding: 0 3%;
	margin-bottom: 5%;
}

.td-txt h1 {
	font-size: 30px;
	color: #000;
	margin-bottom: 5%;
}

.td-txt .td-edit p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

/* 上下条 */
.td-page {}

.td-page ul {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}

.td-page ul li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	background: #dcdcdc;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.td-page ul li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.td-page ul li>a>div {
	display: flex;
	align-items: center;
}

.td-page ul li span {
	display: inline-block;
}

.td-page ul li:nth-child(1) span {
	margin-left: 54px;
	margin-right: 35px;
}

.td-page ul li:nth-child(1) span img {
	display: inline-block;
	width: 10px;
	height: 15px;
}

.td-page ul li:nth-child(2) span {
	margin-left: 35px;
	margin-right: 54px;
}

.td-page ul li:nth-child(2) span img {
	display: inline-block;
	width: 10px;
	height: 15px;
}

.td-page ul li h1 {
	display: inline-block;
	font-size: 24px;
	color: #333;
	font-weight: normal;
}

.td-page ul li:nth-child(1) p {
	display: inline-block;
	float: right;
	margin-right: 4%;
	width: 18.75%;
	padding-bottom: 11.25%;
	position: relative;
	margin-top: 3%;
	margin-bottom: 3%;
}

.td-page ul li:nth-child(1) p img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.td-page ul li:nth-child(2) p {
	display: inline-block;
	float: left;
	width: 18.75%;
	margin-left: 4%;
	padding-bottom: 11.25%;
	position: relative;
	margin-top: 3%;
	margin-bottom: 3%;
}

.td-page ul li:nth-child(2) p img {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.td-page ul li:hover {
	background: #fccb00;
}

.td-page ul li p img {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.td-page ul li:hover p img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
}

@media(max-width:1660px) {
	.td-page ul {
		width: 94.1%;
		margin-left: 3%;
	}
}

@media(max-width:960px) {
	.td-txt h1 {
		font-size: 24px;
	}

	.td-page ul li p {
		opacity: 0;
	}

	.td-page ul li h1 {
		font-size: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media(max-width:570px) {
	.td-page ul {
		display: block;
	}

	.td-page ul li {
		display: block;
		height: 40px;
		line-height: 40px;
		width: 90%;
		padding-left: 5%;
		margin-bottom: 5%;
		vertical-align: top;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-ms-border-radius: 8px;
		-o-border-radius: 8px;
	}

	.td-page ul li>a,
	.td-page ul li>a div {
		display: flex;
		height: 40px !important;
		line-height: 40px !important;
		align-items: center;
	}

	.td-page ul li:nth-child(1) p {
		display: none;
	}

	.td-page ul li:nth-child(2) p {
		display: none;
	}

	.td-page ul li h1 {
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.td-page ul li span {
		position: relative;
	}

	.td-page ul li:nth-child(1) span {
		margin-left: 0;
		margin-right: 10px;
	}

	.td-page ul li:nth-child(2) span {
		margin-right: 0;
		margin-left: 10px;
	}
}




@media(max-width:760px) {

	#cased-arrow-left,
	#cased-arrow-right {
		display: none;
	}

	.pc-slide {
		width: 90%;
	}

	.td-txt h1 {
		font-size: 18px;
	}

	.td-txt .td-edit p {
		font-size: 14px !important;
		line-height: 28px !important;
	}
}
