﻿.display {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 10px 0px 10px 0px;
}
.display-info {
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 12px;
	color: #aaaaaa;
	text-align: center;
	background-color: #fafafa;
}
.display-name {
	width: 1200px;
	height: auto;
	margin: auto;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px 20px 0px;
	text-align: left;
}
.display-item {
	width: 100%;
	height: auto;
	margin: auto;
}
.display-item ul {
	display: flex;
    flex-wrap: wrap;
	width: 1200px;
	margin: auto;
	padding: 20px 0px 0px 0px;
	height: auto;
	margin: auto;
}
.display-item ul li {
	width: 50%;
	display: inline-block;
	height: auto;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
}
.display-item ul li label {font-weight: bold; font-size: 14px;}
.display-content {
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
}
.display-content p {font-size: 16px; text-indent: 2em; line-height: 150%; padding: 0px 2px 0px 2px;}
.display-content p img[align="center"] {display: block; width:auto; height:auto; max-width: 100%; position: relative; left: 50%; transform: translate(-50%, 0%);}
.display-page {
	width: 1200px;
	height: auto;
	margin: auto;
	padding: 20px 0px 20px 0px;
}
.display-page p { padding: 2px 0px 2px 0px; font-size: 16px;}
.display-page p span { color: #999999;}
.panel {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 25px 0px 25px 0px;
}
.panel-content {
	width: 1200px;
	display: flex;
	flex-direction: row;
	margin: auto;
}
.panel-image {
	width: 500px;
	flex-shrink: 0;
}
.panel-info {
	display: flex;
	flex-grow: 1;
	flex-shrink: 1;
	overflow: hidden;
	flex-direction: column;
	padding: 0px 0px 0px 50px;
}
.panel-name {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	padding: 0px 0px 0px 0px;
	height: auto;
	min-height: 40px;
	line-height: 150%;
}
.panel-description {
	font-size: 14px;
	color: #666666;
	padding: 8px 0px 15px 0px;
	height: auto;
	line-height: 150%;
	min-height: 50px;
	word-break: break-all;
	white-space: break-spaces;
    word-wrap: break-word;
}
.panel-price {height: 35px; font-size: 14px;}
.panel-price label {font-weight: bold; font-size: 14px;}
.panel-price span {font-weight: bold; font-size: 26px; color: #FF6800; margin-right: 5px;}
.panel-adrees {height: 35px; font-size: 14px;}
.panel-adrees label {font-weight: bold; font-size: 14px;}
.panel-contact {display: flex; flex-direction: row; height: 80px; background-color: #f5f5f5;}
.panel-contact-phone {
	position: relative;
	height: 80px;
	width: 100%;
}
.panel-contact-phone a {
	position: relative;
	height: 100%;
	width: 100%;
	font-size: 24px;
    color: #E3393C;
    display: block;
    line-height: 80px;
    font-weight: 700;
	padding: 0px 0px 0px 80px;
	box-sizing: border-box;
}
.panel-contact-phone a::before {
	position:absolute;
	left: 20px;
	top: 0px;
	content: '\e720';
	width: auto;
	height: auto;
	font-size: 40px;
	color: #ff6800;
	font-family: "iconfont" ! important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.panel-contact-message {height: 30px; width: 0%;}
.panel-service {height: auto; line-height: 22px; padding: 5px 0px 5px 0px;}
.panel-service span {font-size: 14px; color: #999999;}
.panel-service label {
    border: 1px solid #FF6800;
    border-radius: 2px;
    width: 33px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #ff6800;
	padding: 1px 3px 1px 3px;
	margin: 0px 5px 0px 0px;
}
.view {
	border: 1px solid #eeeeee;
}
.view img {width: 100%; height: 100%;  object-fit: cover;}
.view .swiper {
	width: 500px;
	height: 380px;
}

.view .arrow-left {
	background: url(/images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(/images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}
.view-play {
	background: url(/images/play.png) no-repeat center center;
	background-size: 80px 80px;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor:pointer;
}
.view-play-box {
	display: flex;
	justify-content: center;
	background-color: #333333;
	z-index: 2147483646;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
}
.view-play-box video {width: 100%; height: 100%;}
.view-play-box i {position: fixed; z-index: 2147483648; right: 10px; top: 10px; width: 60px; height: 60px; background-color: rgba(21, 21, 24, 0.5); border-radius: 50%; cursor: pointer;}
.view-play-box i:hover {background-color: rgba(21, 21, 24, 0.8);}
.view-play-box i::before {position:absolute; z-index: 1024; left: 50%; top: 50%; margin-top: -2px; margin-left: -20px; transform: rotate(45deg); content:""; width: 40px; height: 4px; background-color: #ffffff; border-radius: 2px;}
.view-play-box i::after {position:absolute; z-index: 1024; left: 50%; top: 50%; margin-top: -2px; margin-left: -20px; transform: rotate(-45deg); content:""; width: 40px; height: 4px; background-color: #ffffff; border-radius: 2px;}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	padding-left: 35px;
	padding-right: 35px;
	height: auto;
}

.preview .swiper {
	width: 430px;
	height: 82px;
	/*margin-left: 35px;*/
}

.preview .swiper-slide {
	width: 87px;
	height: 82px;
	cursor:pointer;
}

.preview .slide6 {
	width: 82px;
}

.preview .arrow-left {
	background: url(/images/feel3.png) no-repeat left top;
	background-color: #ffffff;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(/images/feel4.png) no-repeat left bottom;
	background-color: #ffffff;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 1px; object-fit: cover;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #F00;
}

@media screen and (max-width:768px){
	.display {
		width: 100%;
		height: auto;
		margin: auto;
		padding: 10px 0px 10px 0px;
	}
	.display-info {
		width: 100%;
		height: auto;
		margin: auto;
		font-size: 12px;
		color: #aaaaaa;
		text-align: center;
		background-color: #fafafa;
	}
	.display-name {
		width: 100%;
		height: auto;
		margin: auto;
		font-size: 16px;
		font-weight: bold;
		padding: 20px 20px 20px 20px;
		text-align: left;
	}
.display-item {
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 16px;
	padding: 0px 20px 0px 20px;
	text-align: left;
}
.display-item ul {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	margin: auto;
	padding: 15px 0px 0px 0px;
	height: auto;
	margin: auto;
}
.display-item ul li {
	width: 100%;
	display: inline-block;
	height: auto;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 14px;
}
.display-item ul li label {font-weight: bold; font-size: 14px;}
	.display-content {
		width: 100%;
		height: auto;
		margin: auto;
		padding: 10px 20px 10px 20px;
		font-size: 14px;
	}
	.display-content p {font-size: 16px; text-indent: 2em; line-height: 150%; padding: 0px 2px 0px 2px;}
	.display-content p img {display: block; width:auto; height:auto; max-width: 100%; position: relative; left: 50%; transform: translate(-50%, 0%);}
	.display-page {
		width: 100%;
		height: auto;
		margin: auto;
		padding: 20px 20px 20px 20px;
	}
	.display-page p { padding: 2px 0px 2px 0px; font-size: 16px;}
	.display-page p span { color: #999999;}
	.banner {
		display: none;
	}
	
	.panel {
		width: 100%;
		height: auto;
		margin: auto;
		padding: 0px 0px 5px 0px;
	}
	.panel-content {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin: auto;
	}
	
	
	.panel-image {
		width: 100%;
	}
	.panel-info {
		flex-grow: 1;
		padding: 10px 20px 10px 20px;
	}
	.panel-name {
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		padding: 0px 0px 0px 0px;
		height: auto;
		line-height: 150%;
	}
	.panel-description {
		font-size: 14px;
		color: #666666;
		padding: 8px 0px 15px 0px;
		height: auto;
		line-height: 150%;
	}
	.view {
		border: 0px solid #eeeeee;
	}
	
	.view img {width: 100%;}
	
	.view .swiper {
		width: 100%;
		height: auto;
	}
	
	.view .swiper ul li {
		height: 60vw;
	}

	.view .arrow-left {
		background: url(/images/index_tab_l.png) no-repeat left top;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -25px;
		width: 28px;
		height: 51px;
		z-index: 10;
	}

	.view .arrow-right {
		background: url(/images/index_tab_r.png) no-repeat left bottom;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -25px;
		width: 28px;
		height: 51px;
		z-index: 10;
	}

	.view-play {
		background: url(/images/play.png) no-repeat center center;
		background-size: 80px 80px;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 0px;
		margin-left: 0px;
		width: 100%;
		height: 100%;
		z-index: 10;
		cursor:pointer;
	}
	.view-play-box {
		display: flex;
		justify-content: center;
		background-color: #000000;
		z-index: 2147483646;
		height: 100%;
		width: 100%;
		left: 0px;
		top: 0px;
		position: fixed;
	}
	.view-play-box video {width: 100%; height: calc(100% - 45px); margin-top: 45px;}
	.view-play-box i {position: fixed; z-index: 2147483648; right: 5px; top: 5px; width: 40px; height: 40px; background-color: rgba(21, 21, 24, 0.5); border-radius: 50%; cursor: pointer;}
	.view-play-box i:hover {background-color: rgba(21, 21, 24, 0.8);}
	.view-play-box i::before {position:absolute; z-index: 1024; left: 50%; top: 50%; margin-top: -2px; margin-left: -13px; transform: rotate(45deg); content:""; width: 26px; height: 4px; background-color: #ffffff; border-radius: 2px;}
	.view-play-box i::after {position:absolute; z-index: 1024; left: 50%; top: 50%; margin-top: -2px; margin-left: -13px; transform: rotate(-45deg); content:""; width: 26px; height: 4px; background-color: #ffffff; border-radius: 2px;}
	.preview {
		width: 100%;
		margin-top: 10px;
		position: relative;
		overflow: hidden;
		padding-left: 35px;
		padding-right: 35px;
		height: 0px;
		overflow: hidden;
	}

	.preview .swiper {
		width: 100%;
		height: 82px;
		/*margin-left: 35px;*/
	}

	.preview .swiper-slide {
		width: 87px;
		height: 82px;
		cursor:pointer;
	}

	.preview .slide6 {
		width: 82px;
	}

	.preview .arrow-left {
		background: url(/images/feel3.png) no-repeat left top;
		position: absolute;
		left: 10px;
		top: 50%;
		margin-top: -9px;
		width: 9px;
		height: 18px;
		z-index: 10;
	}

	.preview .arrow-right {
		background: url(/images/feel4.png) no-repeat left bottom;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -9px;
		width: 9px;
		height: 18px;
		z-index: 10;
	}

	.preview img {
		padding: 1px; object-fit: cover;
	}

	.preview .active-nav img {
		padding: 0;
		border: 1px solid #F00;
	}
	
}