.content {
	width: 100%;
	text-align: center;
}

/* 导航栏 */
.layui-icon-down {
	display: none;
}

.layui-nav-item {
	height: 60px;
	box-sizing: border-box;
}

.layui-nav-item:hover {
	border-bottom: 3px solid #FFB216;

}

.layui-nav-item:hover span {
	color: #FFB216;
}

.layui-nav {
	background-color: none;
}

/* banner */
.banner img {
	width: 100%;
	height: 700px;
}

body { background: #F4F5F7;}

.product-show {background: #fff; padding-top: 78px}
.product-center {margin: 0 auto 0 auto; max-width: 1280px;}
.product-show .product-show-list {display: flex; position: relative; height: 1290px}
.product-show .product-show-item {flex: 1; margin-left: 60px;}
.product-show .product-show-item:first-child {margin-left: 75px}
.product-show .product-show-item:last-child {margin-right: 75px}
.product-show .product-show-item .product-show-center {position: absolute; left: 0; top: 130px; height: 490px; display: none}
.product-show .product-show-item .product-show-title {background: #efefef; height: 72px;line-height: 72px;color: #999999;font-size: 30px;font-weight: 400;cursor: pointer}
.product-show .product-show-item.active .product-show-title {background: #ffb115;color: #333333;}
.product-show .product-show-item.active .product-show-center {display: flex;}
/*.product-show .product-show-item:hover .product-show-center {display: flex;z-index: 9}*/
/*.product-show .product-show-item:hover + div.active .product-show-title {background: #efefef;color: #999999;}*/
/*.product-show .product-show-item:hover .product-show-title {background: #ffb115;color: #333333;}{}*/
.product-show .product-show-center-left,.product-show .product-show-center-right {flex: 1}
.product-show .product-show-center-left {background: #f4f5f7; text-align: left;padding: 59px 0 0 50px; width: 48%;}
.product-show .product-show-center-right {background: #ffb115; width: 40%;}
.product-show .product-show-center-left .product-show-center-explain {font-size: 28px;font-weight: 400;color: #333333;}
.product-show .product-show-center-left .product-show-center-explain p {margin-bottom: 20px}
.product-show .product-show-center-left .product-show-center-other {font-size: 24px;font-weight: 400;color: #999999;}
.product-show .product-show-center-left .product-show-center-other p {margin-bottom: 10px}
.product-show .product-show-center-right {text-align: left}
.product-show .product-show-center-right img {height: 95%;width: auto;background: rgba(255, 255, 255, 1);vertical-align: middle;margin:13px 0 0 -8px}

.product-show .product-feature {display: none; width: 100%; position: absolute;left: 0;bottom: 0;text-align: left;height: 630px}
.product-show .product-show-item.active .product-feature {display: block;}
.product-show .product-feature-title {font-size: 30px;font-weight: bold;color: #333333;border-left: 4px solid #FFB216; line-height: 30px;padding-left: 16px}
.product-show .product-feature-list {display: flex;margin-top: 39px}
.product-show .product-feature-list .product-feature-item {flex: 1;text-align: center}
.product-show .product-feature-list .product-feature-item img {width: 101px; height: 100px}
.product-show .product-feature-list .product-feature-item p {font-size: 24px;font-weight: 400;color: #666666;margin-top: 12px}

.product-comparison {background: #fff}
.product-comparison-img img {width: 100%; height: auto}

.manage-advantage {background: #fff; padding: 78px 0 50px 0}
.manage-advantage-img img{width: 100%;height: auto}

.select-me img {width: 100%;height: auto}


/* 联系我们 */
.contact {
	padding: 80px 320px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 531px;
	background: #FFFFFF;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.contactLeft-title {
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
}

.contactLeft-titleC {
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.contactLeft-titleE {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.contactLeft-font {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
	width: 464px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.contactLeft-font img {
	width: 30px;
	height: 30px;
}

.contactButton {
	margin-left: 60px;
	width: 512px;
	height: 56px;
	background: #FFB216;
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.contactRight {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
}

.contactRight-font {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	margin-bottom: 50px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.contactRight-btn {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content:center;
	justify-items: center;
}

.contactInput {
	padding: 17px;
	border: none;
	width: 452px;
	height: 56px;
	background: #F4F5F7;
}

.contactInputBig {
	padding: 17px;
	border: none;
	width: 452px;
	height: 112px;
	background: #F4F5F7;
}
