img {
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: table;
}

.clearfix {
	zoom: 1;
}
.banner_sj{
	display: none;
}
.banners1 {
	position: relative;
}

.banners1 .lzg_banner {
	position: absolute;
	bottom: 0;
	left: 50%;
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	height: 70px;
	background: rgba(0, 0, 0, .8);
}

.lzg_banner li {
	position: relative;
}

.lzg_banner li.star:after {
	content: '*';
	display: block;
	font-size: 15px;
	color: #f00;
	position: absolute;
	top: 8px;
	z-index: 5;
	left: 5px;
}

.lzg_banner li {
	width: 23.5%;
	margin: 15px 2% 15px 0;
	float: left;
}

.lzg_banner li:last-child {
	float: left;
	margin: 15px 0;
}

.lzg_banner .text1 {
	background: #FFFFFF;
	color: #333333;
	line-height: 40px;
	height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lzg_banner .sub {
	line-height: 40px;
	height: 40px;
	background: #f04d22;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	padding: 0;
}

.lzg_banner .titles {
	width: 15%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 60px;
	padding: 10px;
	background: #f04d22;
	border-radius: 0 15px 0 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	float: left;
	margin-top: -10px;
	font-weight: bold;
}

.lzg_banner ul {
	float: right;
	width: 78%;
	margin-right: 3.5%;
}

h2 {
	color: #3e3e3f;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 20px 0;
}

.outer-box {
	padding: 60px 0;
}

.content_title {
	margin-bottom: 50px;
	text-align: center;
}

.content_title span {
	display: inline-block;
	width: 30px;
	height: 5px;
	margin-top: 20px;
	background: #15499a;
	/* background: #1FBFE6; */
}

.content_title h3 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	position: relative;
	color: #1FBFE6;
	color: #15499a;
}
.content_title p{
	font-size: 22px;
    margin-top: 10px;
}
/*end*/

/* 课程背景 */
.curriculum-bg-content p {
	line-height: 36px;
	font-size: 15px;
	text-indent: 2em;
}

.curriculum-bg-content {
	font-size: 0;
}

.curriculum-bg-left {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	margin-right: 2%;
}

.curriculum-bg-right {
	display: inline-block;
	width: 58%;
	vertical-align: middle;
	text-align: center;
	margin-top: 20px;
}

.add-color {
	font-weight: bold;
	color: #FE1D25;
}

/* end */

/* 课程大纲 */
.course-outline,
.earnings {
	background: #f5f5f5;
}

.course-outline-content table {
	width: 100%;
}

.course-outline-content table tr td {
	padding: 15px;
	border: 1px solid #DCEAFF;
	vertical-align: middle;
}

.course-outline-content table p {
	line-height: 26px;
}

.course-outline-content ul li {
	float: left;
	width: 32%;
	padding: 40px;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow: 0px 0px 20px 0 rgb(16 92 251 / 16%);
	-webkit-box-shadow: 0px 0px 20px 0 rgb(16 92 251 / 16%);
	-moz-box-shadow: 0px 0px 20px 0 rgb(16 92 251 / 16%);
}
.course-outline-content ul li:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
.course-outline-content ul li:nth-child(3n) {
	margin-right: 0;
}

.course-outline-content ul li:nth-child(4),
.course-outline-content ul li:nth-child(5),
.course-outline-content ul li:nth-child(6) {
	margin-bottom: 0;
}

.course-outline-title {
	margin: 20px 0;
	padding: 10px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.course-outline-text {
	height: 52px;
    box-sizing: border-box;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
}

.course-outline-content ul li p {
	line-height: 26px;
}
/* end */

/*  综合效率(OEE)的痛点 */
.features-content ul li {
	float: left;
	width: 30%;
	padding: 40px 20px;
	text-align: center;
	box-sizing: border-box;
	background: #fff;
	margin-right: 5%;
	margin-bottom: 5%;
	border-radius: 4px;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.features-content ul li:nth-child(3n) {
	margin-right: 0;
}
.features-content ul li:nth-child(4),
.features-content ul li:nth-child(5),
.features-content ul li:nth-child(6){
	margin-bottom: 0;
}
.features-content ul li:nth-child(1),
.features-content ul li:nth-child(3),
.features-content ul li:nth-child(5){
	background: #1FBFE6;
	background: #15499a;
}

.features-img {
	display: inline-block;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.features-content ul li:hover .features-img {
	-webkit-transform: rotateY(360deg) translateY(-5px);
	-moz-transform: rotateY(360deg) translateY(-5px);
	-o-transform: rotateY(360deg) translateY(-5px);
	transform: rotateY(360deg) translateY(-5px);
}
.features-list {
	vertical-align: middle;
}

.features-title {
	margin: 30px 0;
	font-size: 18px;
	font-weight: bold;
}

.features-text {
	height: 52px;
	line-height: 26px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.addWhite {
	color: #fff;
}

.addBlue {
	color: #15499a;
}
/* end */

/* OEE在企业的应用范围 */
.earnings-content li {
	padding: 30px;
	margin-bottom: 20px;
	background: #f5f5f5;
	border-radius: 4px;
}
.earnings-content .earnings-content-title{
	color: #15499a;
    font-size: 18px;
    font-weight: bold;
}
.earnings-content .earnings-content-text{
	font-size: 15px;
	line-height: 26px;
}
.earnings-content li:last-child {
	margin-bottom: 0;
}
.earnings-content-icon{
	width: 100px;
    height: 1px;
    background: #ac2727;
    margin: 15px 0;
}
/* end */

/* 华谋服务案例 */
.earnings-content-img{
	margin-top: 20px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
}
.earnings-content-img p{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 26px;
}
.earnings-content li:hover .earnings-content-img{
	display: block;
}
/* end */

/* 综合效率(OEE)的产品价值 */
.product-value-content ul li{
	float: left;
	width: 18.4%;
	padding: 20px;
	margin-right: 2%;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.product-value-content ul li:last-child{
	margin-right: 0;
}
.product-value-content .product-value-title{
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.product-value-content .product-value-text{
	height: 78px;
	line-height: 26px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/* end */

/* 配套工具 */
.tools-content {
	font-size: 0;
}
.tools-content-left{
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}
.tools-content-left li,
.tools-content-right li{
	padding: 20px;
	background: #00BC68;
	border-radius: 4px;
	color: #fff;
	box-sizing: border-box;
}
.tools-content-left li:first-child,
.tools-content-right li:first-child{
	margin-bottom: 40px;
}
.tools-content-middle{
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	text-align: center;
}
.tools-content-right{
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}
.tools-content-title{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.tools-content-text{
	height: 52px;
	line-height: 26px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/* end */

/*留咨*/
.consulting {
	padding: 50px 0;
	background: url(../images/20211215/bgbanner.png) no-repeat center top;
	-o-background-size: cover;
	background-size: cover;
	font-size: 15px;
}

.consulting-content {
	width: 100%;
	max-width: 400px;
	padding: 20px;
	background: rgb(255, 255, 255);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.consulting-title {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #333333;
	border-bottom: 1px dashed #dedede;
}

.consulting-list {
	margin-bottom: 8px;
	font-weight: bold;
}

.consulting-content ul li {
	width: 100%;
	margin-bottom: 20px;
}

.consulting-content ul li:last-child {
	margin-bottom: 0;
}

.consulting-content ul li .subs {
	background: #264198;
	color: #FFFFFF;
	border: none;
}

.consulting-content ul li select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #dadada;
}

.consulting-content ul li input {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #dadada;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.oee-case-content li{
	float: left;
	width: 32%;
	margin-bottom: 2%;
	margin-right: 2%;
	overflow: hidden;
}
.oee-case-content li:nth-child(7),
.oee-case-content li:nth-child(8),
.oee-case-content li:nth-child(9){
	margin-bottom: 0;
}
.oee-case-content li:nth-child(3n){
	margin-right: 0;
}
.oee-case-content li .oee-case-img{
	position: relative;
	overflow: hidden;
}
.oee-case-content li img{
	width: 100%;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.oee-case-content li .oee-case-img:hover img{
	transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.oee-case-tex{
	padding: 10px;
	text-align: center;
	background: #264198;
	color: #fff;
	font-size: 15px;
}
/*end*/
@media screen and (max-width: 992px) {
	.curriculum-bg-left,
	.curriculum-bg-right{
		width: 100%;
	}
	.outer-box{
		padding: 40px 0;
	}
	.content_title{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 750px) {
	.banner_pc{
		display: none;
	}
	.banner_sj{
		display: block;
	}
	.content_title h3,
	.consulting-title{
		font-size: 20px;
	}

	.lzg_banner .titles {
		display: none;
	}

	.lzg_banner ul {
		width: 100%;
		float: none;
		padding: 0 5%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.lzg_banner li,
	.lzg_banner li:last-child {
		width: 48%;
		margin: 10px 0 0;
	}

	.lzg_banner li:nth-child(even) {
		margin-left: 4%;
	}

	.lzg_banner .text1,
	.lzg_banner .sub,
	.select {
		line-height: 30px;
		height: 30px;
		font-size: 12px;
	}

	.banners1 .lzg_banner {
		height: 90px;
	}

	h2,
	.xcgl_fangan .left .t1 {
		font-size: 22px;
		padding: 25px 0 10px 0;
	}

	.xcgl_center {
		font-size: 14px;
		margin: 0 0 10px 0;
		line-height: 1.5;
	}

	.xcgl_fangan .left .t3,
	.xcgl_fangan .left a {
		display: none;
	}

	.xcgl_fangan .left {
		width: 100%;
		float: none;
		text-align: center;
	}

	.xcgl_fangan .left .t2 {
		margin: 0 0 10px 0;
	}

	.xcgl_fangan .right {
		margin: 0;
		width: 100%;
		float: none;
	}

	.xcgl_fangan {
		padding: 10px 0 30px 0;
	}

	.xcgl_fangans {
		padding: 10px 0 30px 0;
	}

	.xcgl_fangan .right li {
		padding-top: 30px;
		height: 200px;
	}

	.xcgl_fangan .rights li {
		padding-top: 30px;
		height: 140px;
	}

	.xcgl_fangan .right li:nth-child(3),
	.xcgl_fangan .right li:nth-child(4) {
		border-bottom: 0;
	}

	.xcgl_fangan .right .t2 {
		font-size: 16px;
		margin: 20px 0 10px 0;
	}

	.xcgl_fangan .right .t1 {
		width: 35px;
	}

	.xcgl_fangan .right .t3 {
		line-height: 1.5;
		font-size: 13px;
		color: #777;
	}

	.xcgl_fangan .rights .t2 {
		font-size: 16px;
		margin: 20px 0 10px 0;
	}

	.xcgl_fangan .rights .t1 {
		width: 35px;
	}

	.xcgl_fangan .rights .t3 {
		line-height: 1.5;
		font-size: 13px;
		color: #777;
	}

	.xcgl_fangan .left .t4 {
		margin: 0;
	}
	.content_title p{
		font-size: 16px;
	}
	.features-content ul li{
		width: 48%;
		margin-right: 4%;
	}
	.features-content ul li:nth-child(3n){
		margin-right: 4%;
	}
	.features-content ul li:nth-child(2n){
		margin-right: 0;
	}
	.product-value-content ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 20px;
	}
	.product-value-content ul li:nth-child(2n){
		margin-right: 0;
	}
	.product-value-content ul li:nth-child(5){
		margin-bottom: 0;
	}
	.tools-content-left,
	.tools-content-middle,
	.tools-content-right{
		width: 100%;
	}

	.tools-content-left li:first-child, 
	.tools-content-right li:first-child{
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 580px) {
	.content_title{
		margin-bottom: 20px;
	}
	.curriculum-bg-content p{
		font-size: 14px;
		line-height: 28px;
	}
	.features-content ul li,
	.product-value-content ul li{
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.features-title{
		margin: 20px 0;
	}
	.features-content ul li:nth-child(4), 
	.features-content ul li:nth-child(5){
		margin-bottom: 20px;
	}
	.earnings-content li{
		padding: 20px;
	}
	.features-img img,
	.product-value-icon img{
		max-width: 50px;
	}
	.earnings-content .earnings-content-title,
	.features-title,
	.product-value-title,
	.tools-content-title{
		font-size: 16px;
	}
	.earnings-content .earnings-content-text,
	.features-text,
	.tools-content-text{
		font-size: 14px;
	}
	.product-value-content .product-value-text{
		height: 52px;
		font-size: 14px;
		-webkit-line-clamp: 2;
	}
	.tools-content-text{
		height: auto;
		-webkit-line-clamp: 3;
	}
	.product-value-content ul li:last-child{
		margin-bottom: 0;
	}
	.oee-case-content li{
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.oee-case-content li:last-child{
		margin-bottom: 0;
	}
	.oee-case-content li:nth-child(7),
	.oee-case-content li:nth-child(8){
		margin-bottom: 20px;
	}
}