/*  加盟页专用css  */

/* 加盟背景 */
.jmbj {
	width: 100%;
	margin: auto;
	
}

/* banner */
.jmbanner img {
	width: 100%;
	height: auto;
}

/* 集成灶前景 */
.jmqj {
	width: 100%;
	margin: auto;
	padding-top: 86px;
	padding-bottom: 30px;
	text-align: center;
}

.jmqj img {
	width: 1200px;
}

.jmtxt h3 {
	width: 1200px;
	text-align: center;
	margin: auto;
	line-height: 50px;
	font-size: 32px;
	font-weight: 500;
}

.jmtxt h3 span {
	font-weight: 700;
}

.jmtxt h4 {
	width: 1200px;
	text-align: center;
	margin: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 40px;
	font-size: 38px;
	color: #004471;
}

.jmtxt h4:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -35px;
	margin-top: 60px;
	width: 70px;
	height: 4px;
	background-color: #e60012;
}

.jmtxt p {
	line-height: 26px;
	font-size: 17px;
	width: 1200px;
	margin: auto;
	text-align: left;
	margin-top: 65px;
}


/* 专卖店形象 */
.jmxx {}

/* 美好生活 */
.jmmhsh {
	text-align: center;
	width: 1200px;
	margin: auto;
	padding-top: 86px;
	padding-bottom: 30px;
}

/* 加盟流程 */
.jmlc {
	text-align: center;
	width: 1200px;
	margin: auto;
	padding-top: 86px;
	padding-bottom: 30px;
}

.jm-list {
	width: 100%;
	padding: 30px 0;
}

.jm-list ul {
	width: 100%;
	height: 218px;
}

.jm-list ul li {
	width: 12.5%;
	height: 208px;
	padding-top: 20px;
	list-style-type: none;
	float: left;
}

.jm-list ul li .jm-img {
	width: 100%;
	height: 115px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jm-list ul li .jm-txt {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.jm-list ul li .jm-txt h5 {
	line-height: 36px;
	font-size: 16px;
	color: #666;
}

.jm-list ul li:hover {
	background-color: #f5f5f5;
}

.jm-list ul li:hover .jm-txt h5 {
	color: #1e3c64;
}

.jm-list ul li .jm-img i {
	display: inline-block;
	width: 80px;
	height: 80px;
	transform: scale(0.8, 0.8);
}

.jm-list ul li .jm-img i.ico {}

/* 在线申请 */
.jmsq {
	width: 1200px;
	margin: auto;
	padding-bottom: 20px;
}

/* 在线申请表单 */
.jmsqbd {
	width: 600px;
	text-align: center;
	padding: 30px;
	border: 7px solid #e6e6e6;
	border-radius: 10px;
	margin: 60px auto;
}

.jmsqbd1 {
	width: 380px;
	text-align: center;
	height: 55px;
	margin: auto;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}

.jmsqbd1 p {
	float: left;
	font-size: 29px;
	color: #858383;
	line-height: 40px;
}

.jmsqbd1 input {
	height: 40px;
	font-size: 18px;
	float: right;
}

.jmsqbd2 {
	width: 380px;
	text-align: center;
	height: 55px;
	margin: auto;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #DDDDDD;
}

.jmsqbd2 p {
	float: left;
	font-size: 29px;
	color: #858383;
	line-height: 40px;
}

.jmsqbd2 input {
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	width: 116px;
	float: right;
}

.jmsqbd2 img {
	float: right;
	height: 40px;
	line-height: 40px;
}

.jmsqbd3 button {
	width: 380px;
	height: 50px;
	font-size: 24px;
	background-color: #e7e7e7;
	border-radius: 4px;
	-webkit-transition-duration: 0.4s;
	/* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
}

.jmsqbd3 button:hover {
	background-color: #004471;
	color: white;
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.jmsqbd3 p {
	
	font-size: 29px;
	font-weight:500;
	line-height: 40px;
}
