@charset "utf-8";

/* CSS Document */

.renewable-top {
	padding: 12px 0;
}

.renewable-logo {
	height: 70px;
}

.renewable-top-search {
	width: 550px;
	float: right;
	margin-top: 16px;
	height: 44px;
	border-radius: 6px;
	padding-left: 106px;
	box-sizing: border-box;
	position: relative;
}
.renewable-top-search-fl{
	background: #F8FAFD;
	border-radius: 0px 6px 6px 0px;
	display: inline-block;
	overflow: hidden;
}
.renewable-top-search select {
	height: 44px;
	line-height: 44px;
	border: 0px;
	background: none;
	padding: 0 15px;
	float: left;
	outline: none;
}

.renewable-top-search input {
	width: 240px;
	padding: 0 15px;
	box-sizing: border-box;
	line-height: 44px;
	border: 0px;
	background: none;
	outline: none;
	float: left;
}

.renewable-top-search button {
	width: 72px;
	height: 44px;
	background: #1DCD9E;
	border-radius: 0px 6px 6px 0px;
	border: 0px;
	float: left;
	color: #fff;
	font-size: 22px;
}

.renewable-nav {
	line-height: 46px;
	color: #666;
	display: flex;
	justify-content: space-around;
	font-size: 14px;
}

.renewable-nav a {
	color: #666;
}

.renewable-nav a:hover,
.renewable-nav a.cur {
	color: #1dcd9e;
}

.renewable-banner {
	width: 100%;
	height: 417px;
	position: relative;
	background: url(/Content/images/banner.png);
}

.renewable-banner-adver {
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -600px;
	width: auto
}

.renewable-banner-adver li {
	width: 230px;
	height: 95px;
	background-color: #f8f8f8;
	border-radius: 4px;
	margin-right: 8px;
	float: left;
}

.renewable-banner-adver li:hover {

	background-image: -webkit-linear-gradient(-10deg, #ffffff 0%, #ecf0f5 100%), -webkit-linear-gradient(#f8f8f8, #f8f8f8);
	background-image: -moz-linear-gradient(-10deg, #ffffff 0%, #ecf0f5 100%), -moz-linear-gradient(#f8f8f8, #f8f8f8);
	background-image: -o-linear-gradient(-10deg, #ffffff 0%, #ecf0f5 100%), -o-linear-gradient(#f8f8f8, #f8f8f8);
	background-image: linear-gradient(-10deg, #ffffff 0%, #ecf0f5 100%), linear-gradient(#f8f8f8, #f8f8f8);
	background-blend-mode: normal,
		normal;
	box-shadow: 6px 5px 18px 0px rgba(180, 191, 211, 0.5);
	border-radius: 4px;
}

.renewable-banner-adver li a {
	display: inline-block;
	width: 100%;
	color: #666;
	padding: 0 15px;
	box-sizing: border-box;
}

.renewable-banner-adver li a i {
	font-size: 30px;
	color: #999;
	float: left;
}

.renewable-banner-adver li a span {
	line-height: 30px;
	float: left;
	font-size: 18px;
	padding-left: 5px;
	color: #666;
	width: 124px;
	display: inline-block;
}

.renewable-adver {
	padding: 16px 0px 10px 0px;
	height: 32px;
}

.renewable-adver img {
	height: 32px;
	float: left;
	max-width: 70px;
}
.renewable-list-news-img p {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0px;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	font-family: "microsoft yahei";
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	display: -webkit-box;
	justify-content: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: flex;
}

.renewable-banner-adver li:hover i {
	background-image: linear-gradient(-55deg,
			#22abc8 0%,
			#1dcd9e 100%);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.renewable-banner-adver li:hover i,
.renewable-banner-adver li:hover span {
	color: #1dcd9e;
}

.renewable-half {
	width: 590px;

	margin: 0px 0 7px 0;
}

.renewable-title {
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 18px;

	color: #1dcd9e;
}

.renewable-title a.more {
	color: #999;
	font-size: 12px;
	float: right;
}

.renewable-title i {
	display: inline-block;
	width: 6px;
	height: 17px;
	background-color: #1dcd9e;
	margin-right: 10px;
	float: left;
	margin-top: 20px;
}

.renewable-title a.more:hover {
	color: #1dcd9e;
}

.renewable-title span {
	display: inline-block;
	float: left;
	line-height: 56px;
}

.renewable-table {
	table-layout: fixed;
	font-family: "microsoft yahei";
}

.renewable-table thead tr {
	height: 45px;
	background: #fe912a;
	background-image: -webkit-linear-gradient(74deg, #fe912a 0%, #ff6722 100%);
	background-image: -moz-linear-gradient(74deg, #fe912a 0%, #ff6722 100%);
	background-image: -o-linear-gradient(74deg, #fe912a 0%, #ff6722 100%);
	background-blend-mode: normal,
		normal;
	color: #fff;
	font-size: 14px;
}

.renewable-table td {
	height: 37px;
	line-height: 22px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 5px;
}
.renewable-table td a.u-color-orange{
	color: #ff6722;
}
.renewable-table tbody tr:nth-child(even) {
	background-color: #fbfafa;
}

.renewable-table tbody tr:hover{
	background-color: #fef5f1;
	background-image: -webkit-linear-gradient(70deg, #ffefe1 0%, #ffeae0 100%);
	background-image: -moz-linear-gradient(70deg, #ffefe1 0%, #ffeae0 100%);
	background-image: -o-linear-gradient(70deg, #ffefe1 0%, #ffeae0 100%);
}

.renewable-table tbody td a {
	color: #333;
}

.renewable-table tbody tr:hover td a {
	color: #fe912a;
	;
}

.renewable-table-ralated td {
	height: 44px;
	font-size: 13px;
}

/* 专题首页 设备 */
.renewable-eqp-index {
	width: 120%;
}

.renewable-eqp-index li {
	width: 288px;
	margin-right: 13px;
	float: left;
}

.renewable-eqp-index li>a>p {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #f8f8f8;
	border-radius: 4px 4px 0px 0px;
	box-sizing: border-box;
	padding: 0 20px;
	color: #666666;
	font-size: 14px;
}

.renewable-eqp-index li a>p .gradient {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gradient {
	font-weight: bold;
	font-size: 18px;
	color: #fe912a;
	background-image: -webkit-linear-gradient(74deg, #fe912a 0%, #ff6722 100%);
	background-image: -moz-linear-gradient(74deg, #fe912a 0%, #ff6722 100%);
	background-image: -o-linear-gradient(74deg, #fe912a 0%, #ff6722 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.renewable-aqp-company {
	width: 100%;
	height: 66px;
	background-color: #f8f8f8;
	border-radius: 0px 0px 4px 4px;
	padding: 5px 17px;
	box-sizing: border-box;
	line-height: 200%;
	font-family: "microsoft yahei";
}

.renewable-eqp {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.renewable-eqp img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.renewable-eqp-index li:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
}

.renewable-eqp-index li:hover .renewable-aqp-company {
	background-image: linear-gradient(74deg,
			#fe912a 0%,
			#ff6722 100%),
		linear-gradient(#ff6a00,
			#ff6a00);
	background-blend-mode: normal,
		normal;
	color: #fff;
}

.renewable-company-name {
	color: #999;
	font-size: 14px;

}

.renewable-company-contact {
	color: #333;
}
.renewable-company-contact span{
	max-width: 60%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
}
.u-width-94{
	width: 94px!important;
}
.renewable-eqp-index li:hover .renewable-company-name,
.renewable-eqp-index li:hover .renewable-company-contact {
	color: #fff;
}

.renewable-index-list ul li {
	height: 38px;
	line-height: 38px;
}

.renewable-index-list ul li a {
	color: #333;
	display: inline-block;
	width: 100%;
	position: relative;
}

.renewable-index-list ul li a:hover,
.renewable-index-list ul li a:hover span {
	color: #1dcd9e;
}

.renewable-index-list ul li a:hover i {
	background: #1dcd9e;
}

.renewable-index-list ul li a i {
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 1px solid #1dcd9e;
	border-radius: 6px;
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.renewable-index-list ul li a .time {
	float: right;
	font-size: 13px;
	color: #999;
}

.renewable-index-text {
	width: 80%;
	display: inline-block;
}

.renewable-tab-title span {
	color: #888888;
	font-size: 18px;
	cursor: pointer;
}

.renewable-tab-title span.hover {
	color: #1dcd9e;
	;
}

.renewable-tab-title .line-title {
	color: #d7d7d7;
	padding: 0px 20px;
	cursor: default;
}

/* 行业热点 */
.renewable-hot-new {
	width: 204px;
	height: 140px;
	background-color: #f5fafe;
	border-radius: 0px 0px 4px 4px;
	float: left;
}

.renewable-hot-new a {
	color: #333;
}

.renewable-hot-new p {
	line-height: 180%;
	padding: 0 10px;
}

.renewable-hot-new p.time {
	color: #999;
}

.renewable-hot-new:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;

}

.renewable-index-list-small ul li {
	line-height: 28px;
	height: 28px;
}

/* 技术应用图文列表 */
.renewable-index-imgList ul {
	width: 120%;
}

.renewable-index-imgList ul li {
	width: 193px;

	background-color: #f5fafe;
	border-radius: 4px 4px 0px 0px;
	float: left;
	margin-right: 5px;

}

.renewableIndex-img-box {
	width: 100%;
	height: 108px;
	position: relative;
	border-radius: 4px 4px 0px 0px;
	overflow: hidden;
}

.renewableIndex-img-box p {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	left: 0px;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding: 0 20px;
	text-align: center;
	font-family: "microsoft yahei";
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	display: -webkit-box;
	justify-content: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.renewable-index-imgList ul li .head {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #333333;
}

.renewable-index-imgList ul li:hover {
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 8px;
}

.j_position {
	width: 1200px;
	text-align: left;
	line-height: 3em;
	color: #999;
	clear: both;
	padding: 5px 0;
}

.j_position a {
	color: #999;
}

.j_position a:hover {
	color: #1dcd9e;
}

/* 列表 */
.renewable-left {
	width: 884px;
}

.renewable-list-tile {
	width: 100%;
	margin-bottom: 22px;
	height: 20px;
	line-height: 20px;
}

.renewable-list-tile i {
	display: inline-block;
	width: 6px;
	height: 16px;
	background: #1dcd9e;
	float: left;
	margin-right: 5px;
	margin-top: 2px;

}

.renewable-list-tile span {
	display: inline-block;
	float: left;
	font-size: 18px;
	color: #1dcd9e;
}


.renewable-main {
	margin-top: 10px;
	width: 100%
}

.renewable-release {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	background-image: -webkit-linear-gradient(74deg,
			#fe912a 0%,
			#ff6722 100%), -webkit-linear-gradient(#e70012,
			#e70012);
	background-image: -moz-linear-gradient(74deg,
			#fe912a 0%,
			#ff6722 100%), -moz-linear-gradient(#e70012,
			#e70012);
	background-image: -o-linear-gradient(74deg,
			#fe912a 0%,
			#ff6722 100%), -o-linear-gradient(#e70012,
			#e70012);

	background-blend-mode: normal,
		normal;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}

.renewable-release:hover {
	opacity: 0.9;
	color: #fff;
}

/* 搜索 */
.renewable-search {
	width: 884px;
	border-top: 1px solid #e3edff;
	padding: 15px 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.renewable-search li {
	display: inline-block;

	height: 46px;
	line-height: 46px;
	background: #f8fafd;
	border-radius: 4px;
	color: #666;
	margin: 0 6px
}

.search-label {
	/* display: inline-block;
	width: 74px; */
	text-align: center;
	padding: 0 9px 0 20px;
	color: #666;
	float: left;
}

.renewable-search .cut-line {
	color: #eeeeee;
	margin: 0 5px;
	float: left;
}

.renewable-search input[type="number"],
.time-input {
	border: 0px;
	height: 46px;
	line-height: 46px;
	width: 74px;
	text-align: center;
	outline: none;
	background: none;color: #999;
	float: left;
}
.renewable-search input[type="number"]{
	width: 64px;float: left;
}

.renewable-search .label{
	float: left;
}

.renewable-search input[type="text"] {
	padding: 0 5px;
	height: 46px;
	line-height: 46px;
	border:0px solid #f8fafd;
	outline: none;
	background: none;
	color: #999;
	float: left;
}


/* .renewable-search input:focus,
.renewable-search select:focus {
	outline: none;
	border: 1px solid #1dcd9e
} */

.renewable-search select {
	border: 1px solid #f8fafd;
	height:46px;
	line-height:46px;
	min-width: 80px;
	text-align: center;
	outline: none;
	background: none;
	float: left;
	font-size: 12px;color: #999;
	margin-right: 10px;
}

.label {
	padding: 0 5px;
}


.input-submit {

	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #1dcd9e;
	border-radius: 0px 4px 4px 0px;
	outline: none;
	border: 0px;
	color: #fff;
	float: left;
}

.input-submit:hover {
	opacity: 0.8;
}


.renewable_page {
	width: auto;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 14px;
}

.renewable_page a,
.renewable_page span {
	margin: 0 8px;
}

.renewable_page a {
	display: inline-block;
	min-width: 21px;
	height: 21px;
	line-height: 21px;
	border-radius: 50%;
	color: #333;
	padding: 0 5px;
	box-sizing: border-box;
}

.renewable_page a.cur {
	display: inline-block;
	min-width: 21px;
	height: 21px;
	line-height: 21px;
	border-radius: 50%;
	color: #333;
	background-color: #1dcd9e;
	color: #fff;
}

.renewable_page a:hover {
	background-color: #1dcd9e;
	color: #fff;
}

.renewable_page a.page-pre {
	display: inline-block;
	border-radius: 0px;
	display: inline-block;
	width: 21px;

	height: 21px;
	position: relative;
	top: 5px;
	background: url(/Content/store/page-pre.png) center center no-repeat;
}

.renewable_page a.page-next {
	display: inline-block;
	border-radius: 0px;
	display: inline-block;
	width: 21px;
	height: 21px;
	position: relative;
	top: 5px;
	background: url(/Content/store/page-next.png) center center no-repeat;
}

.renewable-table-list {
	table-layout: fixed;
	font-family: "microsoft yahei";
	font-size: 13px;
}

.renewable-table-list thead tr {
	height: 48px;
	background: #fe912a;
	background-image: -webkit-linear-gradient(74deg, #fe912a 0%, #ff6722 100%);
	background-image: -moz-linear-gradient(74deg, #fe912a 0%, #ff6722 100%);
	background-image: -o-linear-gradient(74deg, #fe912a 0%, #ff6722 100%);
	background-blend-mode: normal,
		normal;
	color: #fff;
	font-size: 14px;
}

.renewable-table-list td {
	height: 46px;
	line-height: 22px;
	color: #333;

}

.renewable-table-list td a {
	color: #333;
}
.renewable-table-list td a.u-color-orange{
	color:#ff6722;
}
.renewable-table-list tbody tr:nth-child(even){
	background-color: #fbfafa;
	/* background-color: #fbfbfb */
}

.renewable-table-list tbody tr:hover{
	/* background-color: #fef5f1; */
	background-color: #fdf7f4;
	background-image: -webkit-linear-gradient(0deg, #ffefe1 0%,#ffebe0 40%,#ffeae0 100%);
	background-image: -moz-linear-gradient(0deg, #ffefe1 0%, #ffebe0 40%,#ffeae0 100%);
	background-image: -o-linear-gradient(0deg, #ffefe1 0%, #ffebe0 40%,#ffeae0 100%);
}

.renewable-table-list tbody tr:hover td a {
	color: #ff6722;
}

/* 右侧 */
.renewable-imgText {
	width: 100%;
	overflow: hidden;
}

.renewable-imgText li {
	width: 100%;
	margin: 5px 0 10px 0;
	overflow: hidden;
}


.renewable-imgText li .u-color-3 a .u-color-orang a{
	color: #ff6722!important;
}
.renewable-imgText li:hover .u-color-3 {
	color: #1dcd9e;
}

.renewable_tit {
	height: 20px;
	line-height: 20px;
	margin: 10px 0;
}

.renewable_tit i {
	display: inline-block;
	width: 6px;
	height: 16px;
	background-color: #1dcd9e;
	margin-right: 8px;
	margin-top: 2px;
	float: left;
}

.renewable_tit span {
	display: inline-block;
	float: left;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	color: #1dcd9e;
}

.renewable_tit a {
	color: #999;
}

.renewable_tit a:hover {
	color: #1dcd9e;
}

.renewable-img-box {
	width: 80px;
	height: 80px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
}

.renewable-img-box img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.renewable-text-box {
	width: 204px;
	float: right;
	color: #333;
	line-height: 180%;
}

.renewable-text-box>p {
	width: 100%;
	float: left;
}
.renewable-text-box a.u-color-3:hover{
	color:#1dcd9e
}
.u-color-orange:hover{
	color:#ff6722;
}
.renewable-text-box>p>span:first-child {
	width: 65%;
	display: inline-block;
	float: left;
}

.renewable-table-small {
	table-layout: fixed;
	color: #333333;
}

.renewable-table-small th {
	height: 44px;
	background-color: #f8f8f8;
	color: #333333;
	font-weight: normal;
	font-size: 14px;
}

.renewable-table-small td {
	height: 36px;
	font-size: 12px;


}

.renewable-table-small td a {
	color: #333;
}
.renewable-table-small td a.u-color-orange {
	color: #ff6722;
}

.renewable-table-small tbody tr:nth-child(even) td {
	background-color: #f8f8f8;
}

.renewable-table-small tbody tr:hover td {
	background-color: #e8fcf7;
}

.renewable-table-small tbody tr:hover td a {
	color: #1dcd9e;
}

.renewable-list-news {
	width: 100%;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 5px;
	margin-bottom: 20px;
}

.renewable-list-news li {
	width: 100%;

	overflow: hidden;
	padding: 15px 10px;
	box-sizing: border-box;

}

.renewable-list-news li:hover {


	box-shadow: 0px 0px 10px 0px rgba(180, 191, 211, 0.5);
}
.renewable-list-news li:hover .imgTransition{
	transform: scale(1.1, 1.1);
}
.renewable-list-news li:hover a {
	color: #1dcd9e;
}

.renewable-list-news li:hover .compnay-name a {
	color: #1dcd9e;
}

.renewable-list-news-img {
	width: 250px;
	height: 150px;
	overflow: hidden;
	float: left;
	position: relative;
}

.renewable-list-news .subhead {
	line-height: 180%;
	margin-bottom: 25px;
	height: 50px;
}

.renewable-list-news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.renewable-list-news-text {
	width: 600px;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.renewable-list-news-text h3 {
	color: #333;
	font-weight: bold;
	margin: 10px 0;

}

.renewable-list-news-text a {
	color: #333;
}

.renewable-list-news-text a.u-color-orange,
.renewable-list-news-text a:hover.u-color-orange {
	color: #ff6722;
}

.renewable-list-news li:hover a.u-color-orange {
	color: #ff6722;
}

.renewable-list-news-text p {
	line-height: 200%;
	color: #666
}

.renewable-list-news-text p.compnay-name {
	padding-top: 10px;
}

.renewable-list-news-text p.compnay-name a {
	color: #666;
}

.renewable-list-tab {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 13px;

}

.renewable-list-tab a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 14px;
	color: #333;
}

.renewable-list-tab a.hover,
.renewable-list-tab a:hover {
	background: linear-gradient(74deg, #FE912A, #FF6722);
	color: #fff;
}

.renewable-list-tab::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: inline-block;
	height: 2px;
	background: linear-gradient(74deg, #FE912A, #FF6722);
}

/* 加工设备 */
.renewable-list-photo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.renewable-list-photo ul {
	width: 110%;

	box-sizing: border-box;
	overflow: hidden;
}

.renewable-list-photo li {
	width: 284px;
	float: left;
	margin-right: 16px;
	margin-bottom: 15px;
}

.renewable-list-photo li:hover .imgTransition {	 transform: scale(1.08);}

.renewable-list-photo li:hover .renewable-aqp-company {
	background-image: linear-gradient(74deg,
			#fe912a 0%,
			#ff6722 100%),
		linear-gradient(#ff6a00,
			#ff6a00);
	background-blend-mode: normal,
		normal;
	color: #fff;
}

.renewable-list-photo li:hover .renewable-company-name,
.renewable-list-photo li:hover .renewable-company-contact {
	color: #fff;
}


.renewable-list-photo li>a>p {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-color: #f8f8f8;
	border-radius: 4px 4px 0px 0px;
	box-sizing: border-box;
	padding: 0 20px;
	color: #666666;
	font-size: 14px;
}

.renewable-list-photo li>a>p span {
	display: inline-block;
	width: 34%;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;

}

.renewable-list-photo li a>p .gradient {
	display: inline-block;
	width: 66%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left
}
.renewable-list-photo li:hover .u-color-orange{
	color: #fff;
}
/* 新闻列表 */
.renewable-news {
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}

.renewable-news ul li {
	height: 38px;
	line-height: 38px;
	padding: 10px 0;
	border-bottom: 1px dotted #eee;
	font-size: 14px;
}

.renewable-news ul li a {
	color: #333;
	display: inline-block;
	width: 100%;
	position: relative;
}

.renewable-news ul li a:hover,
.renewable-news ul li a:hover span {
	color: #1dcd9e;
}

.renewable-news ul li a:hover i {
	background: #1dcd9e;
}

.renewable-news ul li a i {
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 1px solid #1dcd9e;
	border-radius: 6px;
	margin-right: 8px;
	position: relative;
	top: -1px
}

.renewable-news ul li a .time {
	float: right;
	font-size: 14px;
	color: #999;
}

/* 详情页面 */
.renewable-detail {
	width: 100%;
}

.renewable-title-bg {
	width: 100%;
	background-image: -webkit-linear-gradient(#d3f5ec 0%, #ffffff 65px);
	background-image: -moz-linear-gradient(#d3f5ec 0%, #ffffff 65px);
	background-image: -o-linear-gradient(#d3f5ec 0%, #ecfbf7 42px, #ffffff 65px);
	text-align: center;
	overflow: hidden;

}

.renewable-detail h3 {
	font-size: 18px;
	margin-top: 40px;
	color: #393939;
	margin-bottom: 10px;
}

.renewable-detail-head p {
	color: #868283;
	padding: 10px 0 20px 0;
}

.renewable-detail-head p>span {
	padding: 0 30px;
}

.renewable-detail-img {
	width: 100%;
	text-align: center;
}

.renewable-detail-img img {
	max-height: 300px;
	max-width: 100%;
}

.renewable-detail-params {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.renewable-detail-params li {
	width: 50%;
	float: left;
	text-align: left;
	color: #868283;
	font-size: 14px;
	line-height: 150%;
	padding: 10px 30px;
	box-sizing: border-box;
	height:42px
}
.renewable-detail-params a.u-color-orange{
	font-size: 12px;
}

.renewable-detail-params li.u-width-100p {
	width: 100%;
}

.renewable-detail-params li:before {
	margin-right: 5px;
	float: left;
}

.renewable-detail-params li.icon-fenlei:before {
	font-size: 24px;
}

.renewable-detail-params li.icon-user:before,
.renewable-detail-params li.icon-phone:before {
	font-size: 22px;
}
.renewable-detail-params li.icon-phone:before{
	margin-right:3px;
}
.renewable-detail-params li.icon-user:before {
	margin-left: -1px;
}

.renewable-detail-params li.icon-shuliang::before {
	font-size: 18px;
}
.renewable-detail-params li .fwb a{
	font-weight: normal;
}

.renewable-detail-params li.icon-company:before,
.renewable-detail-params li.icon-list::before {
	font-size: 20px;
}

.renewable-detail-res {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;

}

.renewable-detail-res h3 {
	margin: 0px;
	font-size: 16px;
	color: #666;
}

.renewable-detail-res-text {
	font-size: 14px;
	line-height: 180%;
	color: #666;
	padding: 10px 0px;
}

/* 相关信息 */
.renewable-relate {
	width: 100%;
	overflow: hidden;
}

.renewable-title {
	width: 100%;
}

/* 下拉美化 */
.select-div {
	position: absolute;

	left: 0px;
	top: 0px;
	height: 44px;
	line-height: 44px;
	border: 0px;
	background: none;
	background: #F8FAFD;
	border-radius:6px 0 0 6px;
	z-index: 100;
	float: left;
	outline: none;
	width: 106px;
	box-sizing: border-box;

}
.select-div ul li{
	height: 44px;
	padding: 0 15px;
	cursor: pointer;

}
.select-div ul li .icon-zhankai{
	float: right;
	font-size: 14px;
}
.select-div ul li div{
	width: 106px;
	    background: #F8FAFD;
	    overflow: hidden;
	    left: -15px;
	    margin-left: -15px;
	    padding: 0 15px;
	    box-sizing: border-box;



}
.select-div ul li div a{
	display: inline-block;
	width: 100%;
	line-height:30px;
	color: #333;
	float: left;
}

.renewable-imgText li:hover .imgTransition,.renewable-eqp-index li:hover .imgTransition{
	transform: scale(1.1, 1.1);
}

.renewable-eqp-index li:hover .u-color-orange{
	color: #fff;
}











.rotate180{
	transform: rotate(180deg);
}
.imgTransition {
	transition: all 0.9s ease 0s;
	overflow: hidden;
}

.imgTransition:hover {
	transform: scale(1.1, 1.1);
}



.ell-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.u-color-green {
	color: #1dcd9e;
}

.u-color-orange {
	color: #ff6722;
}

.u-color-3 {
	color: #333;
}

.u-color-6 {
	color: #666;
}

.u-color-9 {
	color: #999;
}

.fwb {
	font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type='number'] {
	-moz-appearance: textfield;
}

input::-webkit-input-placeholder {
	/*WebKit browsers*/

	color: #b8b5b5;

}

input::-moz-input-placeholder {
	/*Mozilla Firefox*/

	color: #b8b5b5;

}

input::-ms-input-placeholder {
	/*Internet Explorer*/

	color: #b8b5b5;

}

button {
	cursor: pointer;
}

button,
input {
	outline: none;
}

.u-width-100p {
	width: 100%;
}

.u-width-180 {
	width: 180px;
}

.u-width-360 {
	width: 360px;
}

.u-margin-left-45 {
	margin-left: 45px;
}

.u-margin-bottom-20 {
	margin-bottom: 20px;
}

.u-margin-bottom-40 {
	margin-bottom: 40px;
}


.u-color-999 {
	color: #999;
}
.u-color-orange:hover{
	color: #ff6722;
}
.ft16{
	font-size: 16px;
}
.renewable-detail-params li.icon-price:before {
	font-size: 20px;
}
.renewable-top-search button.free-release-btn {
	width: 110px;
	height: 42px;
	background: #fff;
	border: 1px solid #1cce9e;
	font-size: 14px;
	color: #1cce9e;
	float: right;
	border-radius: 6px;
}

button.free-release-btn:hover {
	background: #1cce9e;
	color: #fff;
}

.freeRelease {
	padding: 0 20px;
	overflow: hidden;
	border-radius: 15px;
}

.freeRelease h1 {
	line-height: 40px;
	font-size: 15px;
	border-bottom: 1px solid #f3f3f3;
	color: #333;
	font-weight: normal;
	margin: 0px;
	margin-top: 8px;
}

.freeRelease .msg {
	margin-top: 15px;
	min-height: 50px;
	background: #f6f6f6;
	color: #666;
	line-height: 22px;
	padding: 14px 30px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}

.u-color-green {
	color: #1cce9e;
}

.u-p-l-10 {
	padding-left: 10px;
}

.u-p-r-10 {
	padding-right: 10px;
}

.renewable-layer-table td {
	line-height: 22px;
	padding: 8px 5px;
	font-size: 14px;
	position: relative;
	color: #666;
}

.renewable-layer-table input[type='text'] {
	width: 210px;
	height: 32px;
	border: 1px solid #e4e1e1;
	padding: 0 8px;
	border-radius: 3px;
	font-size: 14px;
}

.renewable-layer-table input[type='phone'] {
	width: 210px;
	height: 32px;
	border: 1px solid #e4e1e1;
	padding: 0 8px;
	border-radius: 3px;font-size: 14px;
}

.u-m-t-15 {
	margin-top: 15px
}

.renewable-layer-table td label {
	margin-right: 20px;
	position: relative;
	display: inline-block;
}
.renewable-layer-table textarea{
	border: 1px solid #e4e1e1;
	outline: none;
	width: 596px;font-size: 14px;
	box-sizing: border-box;
	padding: 5px 10px 15px;
	position: relative;
}
.renewable-layer-table  .static{
	position: absolute;
	bottom: 20px;
	right: 20px;
	color:#999
}

.forRadio {
	margin-right: 16px;
	display: inline-block;

}

.forRadio .radio-label {
	cursor: pointer;
}

.forRadio input[type="radio"] {
	position: absolute;
	opacity: 0;

}

.forRadio input[type="radio"]+.radio-label:before {
	content: '';
	background: #fff;
	border-radius: 100%;
	border: 1px solid #c8c8c8;
	display: inline-block;
	width: 12px;
	height: 12px;
	position: relative;
	margin-right: 8px;
	top: 4px;
	left: 4px;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.forRadio input[type="radio"]+.radio-label:hover:before {
	border: 1px solid #1cce9e;
}

.forRadio input[type="radio"]:checked+.radio-label:before {
	border-color: #1cce9e;

}

.forRadio input[type="radio"]:checked+.radio-label:after {
	content: '';
	border-radius: 100%;
	display: inline-block;
	width: 8px;
	height: 8px;
	position: absolute;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	background: #1cce9e;
	left: 7px;
	top: 7px;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
	color: #999;
}
.layui-layer-btn{
	padding: 0px 0 20px 0;
}
.layui-layer-btn .layui-layer-btn0{
	background: #1cce9e!important;
	border-color: #1cce9e;
}
