﻿.plan_header {
	width: 100%;
	height: 600px;
	position: relative;
}

.plan_header .item {
	width: 1600px;
	height: 100%;
	color: #fff;
	margin: 0 auto;
	letter-spacing: 3px;
	display: none;
}

.plan_header .item.curr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.plan_header .item strong {
	font-size: 60px;
	font-weight: 100;

}

.plan_header .item p {
	margin-top: 20px;
	font-size: 24px;
}

.plan_header .item .right_text {
	font-size: 100px;
	font-weight: 500;
}

.plan_header .plan_nav {
	width: 1600px;
	height: 45px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -800px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.plan_header .plan_nav a {
	width: 120px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	font-weight: 500;
	letter-spacing: 1px;
}

.plan_header .plan_nav a:hover,
.plan_header .plan_nav a.active {
	background-color: #fff;
	color: #000;
}

.plan_text {
	width: 1600px;
	margin: 0 auto;
	padding: 110px 0 120px;
	font-size: 24px;
	color: #000;
	line-height: 1.6;
}

.plan_list .type {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.plan_list .type div {
	width: 50%;
}

.plan_list .type .img {
	width: 50%;
}

.plan_list .type .img img {
	display: block;
	width: 100%;
	height: auto;
}

.plan_list .type .text {
	background-color: #F5F5F5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.plan_list .type .text strong {
	width: 100%;
	font-size: 48px;
	font-weight: 500;
	color: #000;
	line-height: 1.4;
	margin-bottom: 30px;
}

.plan_list .type .text pre {
	width: 100%;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.plan_list .type .text span {
	width: 140px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #000;
	margin-top: 60px;
	font-size: 16px;
	border-radius: 4px;
	border: 1px solid #000;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.plan_list .type .text span:hover,
.plan_list .type .text span.active {
	border-color: #EB6120;
	background-color: #EB6120;
}



.product_list {
	background-color: #E9ECEC;
	padding: 80px 0 100px;
	display: none;
}

.product_list h6 {
	max-width: 1600px;
	margin: 0 auto;
	font-size: 36px;
	color: #000;
	font-weight: 500;
}

.product_list ul {
	width: 1600px;
	margin: 40px auto 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product_list ul li {
	width: 370px;
	height: 470px;
	background-color: #fff;
	margin-right: 40px;
	margin-bottom: 40px;
}

.product_list ul li:nth-child(4n) {
	margin-right: 0;
}

.product_list li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
}

.product_list li .img {
	width: 100%;
	height: 235px;
	overflow: hidden;
}

.product_list li .img img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.product_list li .text {
	width: 100%;
	height: 235px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 30px 20px;
	position: relative;
}

.product_list li .text strong {
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
}

.product_list li .text p {
	font-size: 16px;
	line-height: 1.4;
}

.product_list li .text span {
	width: 124px;
	height: 38px;
	line-height: 38px;
	position: absolute;
	left: 30px;
	bottom: 20px;
	border: 1px solid #000;
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.product_list li a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.product_list li .text span:hover {
	color: #fff;
	background-color: #000;
}

.contact {
	padding: 70px 0 60px;
	color: #000;
	letter-spacing: 3px;
}

.contact strong {
	display: block;
	font-size: 36px;
	margin-bottom: 35px;
	font-weight: 500;
}

.contact p {
	font-size: 24px;
}

.contact a {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	background-color: #EB6120;
	margin: 50px auto 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.contact a:hover {
	background-color: #000;
}

/* 手机端 */

/* 文字介绍 */
.text-box {
	width: 100%;
	
	
}

.text-item {
	height: auto;
	padding: 20px;
	
	padding-left: 38px;
	text-align: center;
}

/* 产品内容 */
.content-container {
	display: flex;
	width: 100%;
	height: 200px;
}

.text-content {
	flex: 0 0 50%;
	padding: 10px ;
	box-sizing: border-box;
	background-color: #F5F5F5;
	text-align: center;
}

.image-content {
	flex: 0 0 50%;
	height: 200px;
}

.image-content img {
	width: 100%;
	height: 100%;
}

.title {
	
	margin: 10px 0px;
}

.description {
	margin-bottom: 20px;
}

.description > p {
    display: -webkit-box;
    -webkit-line-clamp: 2;     
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.related-products {
	width: 120px;
	margin: 0 auto;
	padding: 10px 0px;
	background-color: #000;
	border-radius: 4px;
	cursor: pointer;
}

.related-products.active {
	background-color: #EB6120;
	
}

/* 隐藏产品样式 */
.OurProducts {
	width: 100%;
	height: auto;
	background-color: #E9ECEC;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.Products-box {
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;
}

.OurProducts_title {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	padding: 20px 0px;
}

.OurProducts_item_box {
	width: 100%;
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.OurProducts_item {
	flex: 0 0 calc(50% - 3px);
	height: auto;
	background-color: #fff;
	box-sizing: border-box;
}

.item_img {
	width: 100%;
    margin-top:20px;
}

.text_title {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin: 10px;
}

.text_item {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	margin: 10px;
}

.text{
    padding:20px 0px;
}

.txt_btn {
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin: 0px  10px;

	border: 1px solid #000;
	text-align: center;
	font-size: 12px;
	color: #000;
	font-weight: 300;
	border-radius: 4px;
	padding: 5px 10px;

}
