/* Time       ： 2020年6月2日09:18:34
 * Author     ： SuperZuo
 * Description： main页面style
 * */

@charset "utf-8";
html,
body {
	height: 100%;
}

.Color-red {
	color: #FF1E1E !important;
}

.layui-layer-dialog .layui-layer-content {
	font-size: 20px !important;
}

.Tnormal {
	text-align: left !important;
	white-space: normal !important;
}

#Box {
	height: 100%;
	background: #e9ecef;
	overflow: hidden;
}

#Header {
	height: 20%;
	background: url(../img/index/header.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

#Header .header-box {
	width: 60%;
	height: 100%;
	padding-left: 10%;
	color: #FFFFFF;
}

#Header .header-box .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	line-height: 48px;
	padding: 10px 0 10px;
	font-weight: bold;
	letter-spacing: 5px;
}

#Header .header-box .smallTitle {
	width: 75%;
	font-size: 18px;
	line-height: 26px;
	max-height: 81px;
	overflow: hidden;
}

#Header .header-box .logins {
	margin: 15px 0 0;
}

#Header .header-box .login-list {
	display: none;
}

#Header .header-box .login-list .item {
	float: left;
	margin-right: 20px;
	font-size: 18px;
}

#Header .header-box .login-list .item .value {
	color: #f9ff00;
	font-weight: bold;
}

#Header .header-box .pointer {
	cursor: pointer;
}

#Header .header-box .pointer:hover {
	text-decoration: underline;
}

#Header .header-box .login-list .item .loginOut {
	color: #f9ff00 !important;
}

#Header .header-box .login-list .item .value>strong {
	margin-right: 3px;
}

#Header .header-box .header-btn .btn {
	display: inline-block;
	background: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 3px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin-right: 20px;
	border: 1px solid #FFFFFF;
}

#Header .header-box .header-btn .btnColor {
	background: #ff6a00;
	border: none;
}

.out-box {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 1;
	align-items: center;
	cursor: pointer;
}

.out-box .img {
	width: 32px;
}

.out-box .value {
	padding-left: 5px;
	font-size: 20px;
	color: #f9ff00;
	font-weight: bold;
}

#nav {
	height: 56px;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: 0px 2px 5px #e0e0e0;
}

#nav .nav-box {
	height: 100%;
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
}

#nav .nav-box .nav-item {
	height: 100%;
	float: left;
	width: 14.28%;
}

#nav .nav-box .nav-item .nav-link {
	font-size: 20px;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-weight: bold;
	letter-spacing: 5px;
}

#nav .nav-box .nav-item .nav-link:hover {
	color: #ff6a00;
	background: #dcdcdc;
}

#nav .nav-box .active .nav-link {
	color: #ff6a00;
	background: #dcdcdc;
}

#Container {
	height: calc(80% - 60px);
}


/*page页*/

#page {
	width: 80%;
	margin: 0 auto;
}

#page .box {
	width: 100%;
	margin: 0 auto;
}


/* 分类导航 */

#page .box-top {}

#page .box-bot {}

#navList {
	margin: 8px auto;
	padding: 5px 10px;
	background: #FFFFFD;
}

#navList .lists {
	float: left;
	margin-right: 20px;
}

#navList .lists .label {
	font-weight: bold;
}

#navList .lists .select {
	position: relative;
	display: block;
	margin: 0 auto;
	color: #000;
	vertical-align: middle;
	text-align: left;
	user-select: none;
	-webkit-touch-callout: none;
}

#navList .lists .select .placeholder {
	position: relative;
	display: inline-block;
	border: 1px solid #dcdcdc;
	z-index: 1;
	height: 32px;
	line-height: 32px;
	padding: 5px;
	width: 200px;
	border-radius: 2px;
	cursor: pointer;
}

#navList .lists .select .placeholder:hover {
	background: #fafafa;
}

#navList .lists .select .placeholder:after {
	position: absolute;
	content: "";
	right: .5em;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(../img/icon/arrow-down.png) no-repeat center;
	background-size: cover;
}

#navList .lists .select.is-open .placeholder:after {
	background: url(../img/icon/arrow-up.png) no-repeat center;
	background-size: cover;
}

#navList .lists .select.is-open ul {
	display: block;
}

#navList .lists .select ul {
	display: none;
	position: absolute;
	width: 210px;
	background: #fff;
	border-radius: 2px;
	top: 100%;
	right: 0;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	z-index: 100;
	max-height: 330px;
	border: 1px solid #dcdcdc;
	overflow-x: hidden;
	overflow-y: auto;
}

#navList .lists .select ul li {
	display: block;
	text-align: left;
	padding: 0.8em 1em 0.8em 1em;
	color: #666;
	cursor: pointer;
}

#navList .lists .select ul li:hover {
	background: #4ebbf0;
	color: #fff;
}


/* 滚动条样式设置 */

.scroll {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}


/*webkit内核浏览器修改滚动条样式*/

.scroll::-webkit-scrollbar {
	width: 5px;
}

.scroll::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #333333;
}


/*滚动条按下*/

.scroll::-webkit-scrollbar-thumb:vertical:active {
	background-color: #449efa;
}

.scroll::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: #7c839e;
}

.scroll::-moz-scrollbar {
	width: 5px;
}

.scroll::-moz-scrollbar-thumb {
	border-radius: 2px;
	background: #7c839e;
}

body {
	scrollbar-arrow-color: #449efa;
	/**/
	/*三角箭头的颜色*/
	scrollbar-face-color: rgba(201, 201, 201, 1);
	/**/
	/*立体滚动条的颜色*/
	scrollbar-3dlight-color: rgba(201, 201, 201, 1);
	/**/
	/*立体滚动条亮边的颜色*/
	scrollbar-highlight-color: #FFFFFF;
	/**/
	/*滚动条空白部分的颜色*/
	scrollbar-shadow-color: rgba(201, 201, 201, 1);
	/**/
	/*立体滚动条阴影的颜色*/
	scrollbar-darkshadow-color: rgba(201, 201, 201, 1);
	/**/
	/*立体滚动条强阴影的颜色*/
	scrollbar-track-color: #FFFFFF;
	/**/
	/*立体滚动条背景颜色*/
	scrollbar-base-color: #449efa;
	/**/
	/*滚动条的基本颜色*/
}


/* 列表详情 */

#DataList {}

#DataList .list-item {
	float: left;
	width: calc(20% - 20px);
	margin-left: 25px;
	margin-bottom: 25px;
	position: relative;
	/*height: 383px;*/
	overflow: hidden;
}

#DataList .list-item:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-shadow: 1px 2px 3px #ababab;
	z-index: -1;
}

#DataList .list-item:hover .list-child {
	display: block !important;
}

#DataList .list-item:nth-child(5n+1) {
	margin-left: 0;
}

#DataList .list-link {
	width: 100%;
	margin: 0 auto;
	display: block;
	background: #FFFFFF;
	position: relative;
	overflow: hidden;
}

#DataList .list-link .list-child {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	background: rgba(0, 0, 0, .4);
	font-size: 20px;
	display: none;
}

#DataList .list-child .child-title {
	display: inline-block;
	padding: 10px 18px;
	color: #FFFFFF;
	margin: 5% auto;
	border: 1px solid #FFFFFF;
}

#DataList .list-child .child-value {
	color: #FFFFFF;
}

#DataList .list-child .child-list:first-child {
	height: 30%;
	margin-bottom: 15px;
}

#DataList .list-child .child-list:last-child {
	height: 60%;
	overflow: hidden;
}

.empty:empty:before {
	content: "--";
	color: #666666;
}

#DataList .img {
	text-align: center;
	position: relative;
}

#DataList .img .imgs {
	height: 300px;
}

#DataList .txt {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

#DataList .txt>p {
	padding: 4px 0;
	text-align: center;
	color: #111;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#DataList .txt .txt-name {
	font-size: 22px;
	margin-top: 10px;
}

#DataList .txt .txt-title {
	color: #9e9e9e;
}

#DataList .txt>p strong:empty:before {
	content: "--";
	color: #848484;
	font-size: 16px;
}


/* 按钮样式 */

.btn.Green {
	background: #00a93c !important;
}

.btn-box {
	width: 50%;
	margin: 30px auto;
}

.center {
	text-align: center;
}

.btn-box .btn {
	display: inline-block;
	width: 50%;
	height: 52px;
	line-height: 52px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
	background: #5877ea;
	/*蓝色*/
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	letter-spacing: 3px;
}


/* table 表格样式 */

.table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.table tr th,
.table tr td {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #C9C9C9;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 0;
}

.table tr:nth-child(even) {
	background: #e6e6e6;
}

.table tr th:nth-child(1),
.table tr td:nth-child(1) {
	width: 5%;
}

.table tr th:nth-child(2),
.table tr td:nth-child(2) {
	width: 21%;
}

.table tr th:nth-child(3),
.table tr td:nth-child(3) {
	width: 10%;
}

.table tr th:nth-child(4),
.table tr td:nth-child(4) {
	width: 32%;
}

.table tr th:nth-child(5),
.table tr td:nth-child(5) {
	width: 32%;
}

.table-head {
	height: 52px;
}

.table-body {
	width: calc( 100% + 17px);
	height: calc( 100% - 52px);
	overflow-y: scroll;
}

.table .imgs {
	width: auto;
	height: 235px;
}


/* 企业列表 */

#jyjcqy .box .box-left {
	width: 20%;
}

#jyjcqy .box .box-right {
	width: 80%;
}

#jyjcqy .slide {
	width: 98%;
	max-height: 500px;
	overflow-y: auto;
	background: #fff;
	padding: 10px 0;
}

#jyjcqy .info {
	background: #fff;
	padding-top: 15px;
}

#jyjcqy .cname {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	width: 98%;
	background: #fff;
	padding: 10px 0;
	color: #001B35;
}

#jyjcqy .list .list-item {
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 5px 0;
	cursor: pointer;
}

#jyjcqy .list .list-item:hover {
	background: #34516d;
	color: #fff;
}

#jyjcqy .info-item {
	padding: 20px 20px 10px;
}

#jyjcqy .info-item .title {
	border-left: 6px solid #00326E;
	height: 32px;
	line-height: 32px;
	font-size: 24px;
	padding: 0 0 0 20px;
	margin-bottom: 15px;
}

#jyjcqy .info-item .content {
	padding: 10px 0;
	letter-spacing: 2px;
	color: #333333;
	font-size: 18px;
}

#jyjcqy .info-item .indent {
	text-indent: 36px;
}


/* 企业信息列表 */

#jyjcqy .table tr th:nth-child(1),
#jyjcqy .table tr td:nth-child(1) {
	width: 10%;
}

#jyjcqy .table tr th:nth-child(2),
#jyjcqy .table tr td:nth-child(2) {
	width: 20%;
}

#jyjcqy .table tr th:nth-child(3),
#jyjcqy .table tr td:nth-child(3) {
	width: 45%;
}

#jyjcqy .table tr th:nth-child(4),
#jyjcqy .table tr td:nth-child(4) {
	width: 10%;
}

#jyjcqy .table tr th:nth-child(5),
#jyjcqy .table tr td:nth-child(5) {
	width: 15%;
}

#jyjcqy .imgList {
	text-align: center;
}

#jyjcqy .imgList .img>img {
	width: 98%;
	margin: 0 auto 10px;
	display: inline-block;
}

#jyjcqy .cimg {
	width: 25%;
	float: left;
}

#jyjcqy .cimg>img {
	width: 95%;
	height: 250px;
	margin: 0 auto;
	display: inline-block;
}

#jyjcqy .details-table .table tr:nth-child(even) {
	background: transparent;
}

#jyjcqy .details-table .table tr td:nth-child(3) {
	width: 10%;
}

#jyjcqy .details-table .table tr td {
	font-size: 22px;
	color: #6C6C6C;
}

#jyjcqy .tbimg {
	max-height: 200px;
	max-width: 200px;
	margin: 10px;
	width: auto;
}

#jyjcqy .details-btn {
	padding: 30px 0;
}

#jyjcqy .details-btn .page-btn {
	float: none;
	margin: 0 auto;
}

#jyjcqy .details-table .table tr td:empty:before {
	content: "--";
	color: #999999;
}

#jyjcqy .details-btn .page-btn .btn {
	background: #001B35;
	color: #fff;
}

#jyjcqy .details-table .table tr .titles {
	font-size: 24px !important;
	color: #3866BF !important;
}


/* 返回按钮样式 */

#page .box .back {
	float: right;
	cursor: pointer;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	align-content: center;
	justify-content: center;
}

#page .box .back-img {
	width: 32px;
	height: 32px;
	display: inline-block;
	padding: 0 5px;
}

#page .box .title .back-txt {
	display: inline-block;
	font-size: 18px;
	color: #3a67bc;
}

.reserve-box {
	width: 90%;
	margin: 0 auto;
}

.reserve-box .form-group {
	margin-bottom: 20px;
}

.reserve-box .heading {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color: #506982;
	border-bottom: 1px solid #506982;
	padding-bottom: 3px;
	margin-bottom: 20px;
	display: inline-block;
}

.reserve-box .controls {
	text-align: left;
	position: relative;
}

.reserve-box .controls input[type="text"],
.reserve-box .controls textarea,
.reserve-box .controls button,
.reserve-box .controls select {
	padding: 12px;
	border: 1px solid #c6c6c6;
	width: calc(100% - 24px);
	margin-bottom: 18px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.reserve-box .controls input[type="text"]:focus,
.reserve-box .controls input[type="text"]:hover,
.reserve-box .controls textarea:focus,
.reserve-box .controls textarea:hover,
.reserve-box .controls button:focus,
.reserve-box .controls button:hover,
.reserve-box .controls select:focus,
.reserve-box .controls select:hover {
	outline: none;
	border-color: #9FB1C1;
}

.reserve-box .controls input[type="text"]:focus+label,
.reserve-box .controls input[type="text"]:hover+label,
.reserve-box .controls textarea:focus+label,
.reserve-box .controls textarea:hover+label,
.reserve-box .controls button:focus+label,
.reserve-box .controls button:hover+label,
.reserve-box .controls select:focus+label,
.reserve-box .controls select:hover+label {
	color: #077ABC;
	cursor: text;
}

.reserve-box .controls .fa-sort {
	position: absolute;
	right: 10px;
	top: 17px;
	color: #999;
}

.reserve-box .controls select {
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.reserve-box .controls label {
	position: absolute;
	left: 8px;
	top: 12px;
	color: #999;
	font-size: 16px;
	display: inline-block;
	padding: 0px 10px;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0);
	pointer-events: none;
	-moz-transition: color 0.3s, top 0.3s, background-color 0.8s;
	-o-transition: color 0.3s, top 0.3s, background-color 0.8s;
	-webkit-transition: color 0.3s, top 0.3s, background-color 0.8s;
	transition: color 0.3s, top 0.3s, background-color 0.8s;
}

.reserve-box .controls label.active {
	top: -11px;
	color: #999;
	background-color: #fff;
}

.reserve-box .controls textarea {
	resize: none;
	min-height: 80px;
}

.reserve-box .controls button {
	cursor: pointer;
	background-color: #07B3A1;
	border: none;
	color: #fff;
	padding: 12px 0;
}

.reserve-box .controls button:hover {
	background-color: #08ccb7;
}

.Times .controls {
	width: 45%;
}

.laydate-btns-time {
	font-weight: bold;
	color: #001529;
	font-size: 18px !important;
}

.chart .chart-fl {
	width: 50%;
	position: relative;
}


/*.chart .chart-fl:first-child:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #b3bcc1;
}*/

.history {
	max-height: 50%;
	margin: 10px auto;
	border: 1px solid #d2d2d2;
}

.history .history-box {
	width: 100%;
	margin: 0 auto;
}

.history .history-item {
	align-items: center;
	justify-content: space-between;
	height: 48px;
	cursor: pointer;
	font-weight: bold;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.history .foldpanel-head {
	padding: 0 10px;
}

.history .foldpanel-head:not(:last-child) {
	border-bottom: 1px solid #F2F2F2;
}

.history .history-item:hover {
	color: #00326E;
}

.history .history-item .txt {
	flex-basis: 72%;
	color: #555;
}

.history .history-item .time {
	color: #8a8a8a;
}

.history .history-details {
	padding: 5px;
	width: 50%;
}

.history .history-details .lists {
	padding: 5px 10px;
	align-items: center;
}

.history .history-details .lists .labels {
	flex-basis: 15%;
}

.history .history-details .lists .values {
	flex-basis: 85%;
	font-size: 18px;
}

.history .foldpanel-title {
	padding-bottom: 5px;
	border-bottom: 1px solid #d2d2d2;
	font-weight: bold;
	padding: 0 10px;
}

.history .foldpanel-title .explis {
	font-size: 18px;
	color: #000000;
}

.askinfo {
	height: calc(100% - 30px);
}

.askinfo .chart {
	padding-top: 15px;
}

.infos {
	max-height: 90%;
}

.chart-info .label {
	width: 20%;
	font-weight: bold;
	text-align: justify;
	text-justify: distribute-all-lines;
	/*ie6-8*/
	text-align-last: justify;
}

.chart-info .value {
	width: 80%;
}

#foldpanel .foldpanel-body {
	display: none;
	background: #f3f3f3;
}

.Euser .Euser-img {
	width: 20%;
	text-align: center;
}

.Euser .Euser-img .img {
	width: 150px;
	height: 150px;
	display: inline-block;
	border-radius: 50%;
}

.emptyWhite:empty:before {
	content: "--";
	color: #FFFFFF;
}

.Euser .Euser-img .img-box {
	position: relative;
	display: inline-block;
}

.Euser .Euser-img .img-box:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	border: 2px solid #F1F1F1;
	margin-left: -12px;
	z-index: 0;
	margin-top: -12px;
}

.Euser {
	margin: 10px auto;
}

.Euser .Euser-details {
	width: 70%;
	background: #3866bf;
	color: #FFFFFF;
}

.Euser .Euser-list {
	align-items: center;
	justify-content: space-around;
	height: 50px;
}

.Euser .Euser-list .name {
	flex-basis: 36%;
}

.Euser .Euser-list .name:first-child {
	flex-basis: 28%;
}

.Euser .bigName {
	font-size: 24px;
	font-weight: bold;
}

.content-html {
	padding: 0 20px;
	color: #6C6C6C;
	font-size: 20px;
	line-height: 1.8;
}

.top-img .img {
	width: 100%;
	height: 500px;
}

#DataList-box .img>img {
	width: 100%;
	height: 205px;
}

#DataList-box .txt>p {
	text-align: left;
	color: #666666;
}

#DataList-box .txt .txt-title {
	color: #000000;
}

#industry-box {
	float: left;
	width: 75%;
}

#industry-right {
	float: left;
	width: calc(25% - 21px);
	margin-left: 21px;
}

#industry-right .list-top {
	background: #FFFFFF;
}

#industry-right .list-top .nums-btn {
	padding: 10px;
	text-align: center;
}

#industry-right .list-top .nums-btn .btn {
	width: 90%;
	height: 54px;
	font-size: 20px;
	letter-spacing: 3px;
	background: #0c1977;
	background: linear-gradient(to right, #3e018e, #827fbb);
	color: #FFFFFF;
	border: none;
	margin: 14px auto;
	cursor: pointer;
}

#industry-box .list-item {
	width: calc(33.33% - 14px);
	margin-left: 21px;
	margin-bottom: 21px;
}

#industry-box .list-item:nth-child(5n+1) {
	margin-left: 21px;
}

#industry-box .list-item:nth-child(3n+1) {
	margin-left: 0;
}

#industry-box .industry-title {
	height: 40px;
	align-items: center;
	justify-content: space-between;
	color: #818181;
	padding: 0 10px;
	border-bottom: 1px solid #d4d4d4;
}

#industry-box .tag {
	color: #3866BF;
	padding: 3px 15px;
	border: 1px solid #3866BF;
}

#industry-box .industry-txt {
	padding: 10px;
}

#industry-box .industry-txt .industry-item {
	height: 30px;
	line-height: 30px;
	color: #888888;
}

#industry-box .industry-txt .name {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

#industry-box .industry-txt .needs {
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

#industry-box .industry-footer {
	padding: 0 10px;
	align-items: center;
	justify-content: space-between;
	color: #818181;
	height: 50px;
	border-top: 1px solid #d4d4d4;
}

#industry-box .industry-footer .price {
	color: #F57723;
	font-size: 18px;
}

#industry-right .half {
	width: 50%;
}

#industry-right .half .img {
	width: 24px;
	height: 28px;
	padding-bottom: 10px;
}

#industry-right .half .nums-box {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #cccccc;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 20px auto 0;
	font-size: 22px;
	overflow: hidden;
}

#industry-right .half .allnums {
	color: #4C7EDF;
	border: 2px solid #4C7EDF;
}

#industry-right .half .daynums {
	color: #F57723;
	border: 2px solid #F57723;
}

#industry-right .nums-tag {
	text-align: center;
	padding: 10px;
	font-size: 22px;
	color: #888888;
}

#industry-right .list-bot {
	background: #FFFFFF;
	margin-top: 21px;
}

#industry-right .list-bot .bot-box {
	padding: 10px;
}

#industry-right .list-bot .bot-title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #888888;
}

#industry-right .list-bot .bot-link {
	display: block;
	margin: 2px 0;
	font-size: 18px;
	color: #888888;
	border-top: 1px solid #d4d4d4;
}

#industry-right .list-bot .bot-link>p {
	padding: 3px 0;
}

#industry-right .list-bot .price {
	text-align: right;
	color: #F57723;
	font-size: 16px;
	padding: 4px 0;
}

#industry-right .list-bot .title {
	color: #333333;
}

.pager-box {
	margin: 0 auto;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.pager {
	max-width: 800px;
	text-align: center;
	margin: 30px 0;
	display: inline-block;
}

.pager a {
	cursor: pointer;
}

.pager a,
.pager span {
	/* 按钮内数字 */
	width: 45px;
	height: 40px;
	border: 1px solid #3d3d3d;
	margin-left: -1px;
	color: #8a8a8a;
	display: inline-block;
	line-height: 40px;
	float: left;
	font-size: 15px;
	text-decoration: none;
	margin: 0 5px;
	border-radius: 3px;
}

.pager a:hover,
.pager span:hover {
	border-color: #3897cd;
	color: #3897cd;
	position: relative;
	z-index: 1;
}

.pager span.current {
	background-color: #222A35;
	color: #fff;
	border-color: #3d3d3d;
	position: relative;
	z-index: 1;
}

.pager .pg-first,
.pager .pg-prev,
.pager .pg-next,
.pager .pg-last {
	background: white url(../img/index/page_bg.jpg) 8px 7px no-repeat;
}

.pager .pg-first:hover,
.pager .pg-prev:hover,
.pager .pg-next:hover,
.pager .pg-last:hover {
	background: white url(../img/index/page_bg_hover.jpg) 8px 7px no-repeat;
}

.pager .pg-prev,
.pager .pg-prev:hover {
	background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
	background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
	background-position: -21px 7px;
}

.pager .pg-prev[disabled='true'],
.pager .pg-prev[disabled='true']:hover {
	cursor: default;
	background-image: url(../img/index/page_bg_hover.jpg);
}

.pager .pg-next[disabled='true'],
.pager .pg-next[disabled='true']:hover {
	cursor: default;
	background-image: url(../img/index/page_bg.jpg);
}

.pager .pg-prev[disabled='true'],
.pager .pg-next[disabled='true'] {
	border-color: #eeeeee;
}

.pager span.els {
	border-color: transparent;
}

.pagerHtmlWrap {
	width: 800px;
	margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
	width: 100%;
	height: 35px;
	padding: 5px 0;
	border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
	color: #454545;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
	display: inline-block;
	width: 25%;
	text-align: left;
	margin: 0;
}