
.project-head {
	height: 240px;
	color: #fff;
	background: url('../images/product_banner.jpg') no-repeat top center;
	background-size: cover
}
.project-head .presentation {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 38.2%
}
.project-summary {
	padding: 30px 0 30px 0;
	background: #f0f0f0
}
.project-summary .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	place-items: center;
	background: #fff
}
.gallery-container {
	position: relative;
	width: calc(100% - 540px)
}
.gallery-scroll {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: bottom
}
.gallery-scroll figure {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 10px;
	vertical-align: bottom
}
.gallery-scroll figure img{ max-width:100%; max-height:100%;}
.gallery-scroll figure p {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 20px 10px;
	color: #fff;
	background: rgba(0,0,0,.5)
}
.gallery-prev, .gallery-next {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 35px;
	line-height: 70px;
	text-align: center;
	font-family: icons;
	color: #fff;
	background: rgba(186,226,18,.5);
	cursor: pointer;
	transition: background .16s
}
.gallery-prev {
	transform: translateY(-50%) rotate(180deg);
	right: auto;
	left: 10px
}
.gallery-prev:hover, .gallery-next:hover {
	background: rgba(186,226,18,1)
}
.project-summary .content {
	width: 500px;
	line-height: 1.6
}
.project-summary .title {
	margin: 30px 0;
	font-size: 1.5em
}
.project-summary .content p {
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.project-summary .request {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 24px 0 0;
	margin-top: 20px;
	border-top: 2px solid #f0f0f0
}
.project-summary .request .title {
	display: block;
	font-size: 1em;
	margin: 0
}
.project-summary .request p {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 12px
}
.project-summary input[type=text] {
	width: calc(100% - 6px);
	height: 40px;
	text-indent: 6px;
	background: #f0f0f0
}
.project-summary input.miaoshu{ height:100px; margin-bottom:15px;}
.project-summary select {
	position: relative;
	width: calc(50% - 6px);
	height: 40px;
	text-indent: 6px;
	background: #f0f0f0
}
.project-summary button{
	width: calc(50% - 6px);
	height: 40px;
	text-align: center;
	background: #bae212;
	cursor: pointer
}
.project-summary .functional-area {
	margin-top: 20px;
	background: transparent
}
.project-summary .reserve {
	display: block;
	width: calc(100% - 23px) !important;
	line-height: 40px;
	text-align: center;
	background: #dcf088;
	margin-top: 15px;
}
.project-summary .reserve:before {
	content: '\e90e';
	margin-right: 10px
}
.project-summary .reserve:hover {
	background: #bae212
}
.project-overview {
	margin-top: 50px
}
.project-review {
	margin-top: 50px
}

@media(max-width:1272px) {
.extend-section .items {
	margin-top: 20px
}
.extend-section .carousel-prev, .extend-section .carousel-next {
	display: none
}
.section-feedback-brochure {
	height: auto
}
.section-feedback-brochure .map-container, .section-feedback-brochure .brochure {
	display: none
}
.section-feedback-brochure .feedback {
	width: 100%
}
.section-feedback-brochure .frame {
	box-sizing: border-box;
	width: 100%;
	padding: 40px 15px
}
.extend-section-project-video {
	padding-top: 30px
}
.extend-section-project-video .project-container {
	margin-top: 20px
}
.extend-section-project-video .project-items .item {
	width: 260px;
	margin-right: 12px
}
.extend-section-project-video .video-items {
	margin-top: 0
}
.extend-section-project-video .video-items .item {
	width: 200px !important;
	margin-right: 12px
}
.extend-section-main-products .extend-section-main-product-head {
	width: 100%;
	height: auto;
	background: none
}
.extend-section-main-products .title {
	float: none;
	margin-top: 0;
	text-align: left
}
.extend-section-main-products .title h2 {
	position: relative;
	padding-bottom: 15px;
	color: #333
}
.extend-section-main-products .title h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 5px;
	background: #bae212
}
.extend-section-main-products .title h2:after {
	content: '';
	position: absolute;
	left: 80px;
	bottom: 0;
	border: 2.5px solid #bae212;
	border-top-color: transparent;
	border-right-color: transparent
}
.extend-section-main-products .title p {
	display: none
}
.extend-section-carousel-project .review {
	display: none
}
.extend-section-topic-posts {
	grid-template-columns: 1fr
}
}
@media(max-width:800px) {
.extend-section-carousel-project .carousel-scroll .figure {
	width: calc(50% - 10px)
}
.extend-section-carousel-project .carousel-scroll .content {
	width: calc(50% - 10px)
}
.extend-section-carousel-project .summary {
	margin-top: 10px
}
.extend-section-carousel-project .more {
	margin-top: 10px
}
}
@media(max-width:640px) {
.extend-section-carousel-project .carousel-scroll .item {
	flex-wrap: wrap;
	vertical-align: top
}
.extend-section-carousel-project .carousel-scroll .figure {
	width: 100%
}
.extend-section-carousel-project .carousel-scroll .content {
	width: 100%;
	margin: 20px 0
}
.extend-section-carousel-project .summary {
	white-space: normal
}
}
@media(max-width:1024px) {
.project-head .presentation {
	width: 100%
}
.project-summary {
	padding: 30px 0 20px 0
}
.gallery-container {
	width: 100%
}
.project-summary .content {
	width: 100%;
	padding-left: 20px;
	padding-bottom: 30px
}
.project-summary .title {
	margin: 20px 0
}
}
@media(max-width:800px) {
.project-head {
	height: 200px
}
.project-summary input[type=text], .project-summary input[type=submit] {
	width: 100%;
	margin-top: 10px
}
.project-summary .reserve {
	width: 140px
}
}
@media(max-width:400px) {
.project-summary .component-interactive .follows {
	display: none
}
}
.prdcon_img {
	width: 48%;
	height: auto;
	margin: 1px;
	padding: 1px;
	border: #f2f2f2 1px solid;
	float: left;
}
.prd_mobile {
	width: calc(100% - 30px) !important;
	background: #bae212;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	display: block;
	text-align: center;
}
.prd_mobile:before {
	content: '\e903';
	font-size: 1.6em;
	padding-right: 10px;
}
.am-table {
	width: 100%;
	border-collapse: collapse !important;
	margin: 0 auto;
	text-align: center;
	TBBLE-LBYOUT: fixed;
	font-size: 18px;
}
.am-table th {
	line-height: 65px;
	font-size: 30px;
}
.am-table td {
	line-height: 40px;
}
.am-table td, table th {
	border: 1px solid #ccc;
	color: #666;
	word-WRBP: break-word;
}
.am-table td, p, span {
	word-break: break-all;
}
.am-table thead th {
	background-color: #CCE8EB;
	width: 100px;
}
.am-table tr:nth-child(odd) {
	background: #fff;
}
.am-table tr:nth-child(even) {
	background: #f2f2f2;
}
.category-nav {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.category-nav a {
	display: inline-block;
	width: 200px;
	line-height: 50px;
	margin: 0 10px;
	font-weight: 600;
	background: #f0f0f0
}
.category-nav a:hover, .post-body .category-nav a.selected {
	color: #fff;
	background: #bae212
}
.selected {
	color: #fff;
	background: #bae212;
}
.category-nav {
	padding-bottom: 5px;
	white-space: nowrap;
	overflow-x: auto
}
.category-nav a {
	width: 180px
}
