.nl {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:110px;
}

.nl-title {
	width: 1100px;
	height: 78px;
	line-height:78px;
	background: url("../images/nl_bg.png") repeat;
	border-radius: 20px;
}

.nl-title-span {
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	padding-left:69px;
}

.nic-title {
	width: 1100px;
	height: 78px;
	line-height:78px;
	background-color: #E3645F;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.nic-title-span {
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
	padding-left:69px;
}




.ni-content {
	width: 1100px;
	background: url("../images/nl_bg.png") repeat;
	border-radius: 20px;
	margin-top:30px;
}

.nic-main {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}

.nicm-left {
	width:160px;
	float:left;
}

.nicm-left-img {
	width:160px;
	height:160px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border-radius: 18px;
}

.nicm-mid {
	width:540px;
	float:left;
	margin-left:48px;
}

.nicm-mid-title-p {
	font-size: 24px;
	font-weight: 600;
	color: #FFFFFF;
}
.nicm-mid-content-p {
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top:23px;
}

.nicm-right {
	width:180px;
	float:right;
	text-align:right;
}

.nicm-right-btn {
	width: 165px;
	height: 50px;
	line-height:50px;
	background: #F55353;
	border-radius: 10px;
	margin-right:0;
	margin-top:55px;
	text-align:center;
	font-size: 14px;
	color: #FFFFFF;
	cursor:pointer;
}

.news-img {
	width:100%;
	height:auto;
}

.news-title-p {
	font-size:16px;
	color:#fff;
	line-height:26px;
	margin-bottom:14px;
	font-weight:600;
}


.news-p {
	font-size:14px;
	color:#fff;
	line-height:20px;
	margin-top:24px;
}

.news-title {
	height:16px;
	line-height:16px;
	font-size:16px;
	color:#fff;
	font-weight:600;
	border-left:4px solid #F5613F;
	margin-top:30px;
}

.news-title-span {
	padding-left:12px;
}

.news-detail-img {
	width:100%;
	height:auto;
	margin-bottom:10px;
	margin-top:30px;
}

.nicm-price {
	font-size: 24px;
	color: #FFFFFF;
	text-align:center;
}

.nicm-code {
	text-align:center;
	margin-top:40px;
}
.nicm-code-img {
	width:180px;
	height:auto;
}
.nicm-tips {
	text-align:Center;
	font-size:14px;
	color:#fff;
	margin-top:20px;
	width: 165px;
	height: 50px;
	line-height:50px;
	background: #F55353;
	border-radius: 10px;
	margin-left:auto;
	margin-right:auto;
	cursor:pointer;
}





.clear {
	clear:both;
}