/* Time       ： 2020年6月2日09:18:34
 * Author     ： SuperZuo
 * Description： main页面style
 * */

@charset "utf-8";
html,
body {
	height: 100%;
}

.Color-red {
	color: #FF1E1E !important;
}

.empty:empty:before {
	content: "--";
	color: #666666;
}

.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.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

#Header .header-box {
	width: 60%;
	height: 100%;
	padding-left: 10%;
	color: #FFFFFF;
}

#Header .header-box .title {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	line-height: 48px;
	padding: 10px 0 10px;
	font-weight: bold;
	letter-spacing: 5px;
}

#Header .header-box .smallTitle {
	width: 60%;
	font-size: 18px;
	line-height: 26px;
	max-height: 81px;
	overflow: hidden;
}

#Header .header-box .logins {
	margin: 20px 0 0;
}

#Header .header-box .login-list {
	display: none;
}

#Header .header-box .login-list .item {
	float: left;
	margin-right: 20px;
	font-size: 20px;
}

#Header .header-box .login-list .item .value {
	color: #f9ff00;
	font-weight: bold;
}

#Header .header-box .pointer {
	cursor: pointer;
}

#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 {
	margin: 20px 0 0;
}

#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: 0 10px;
	border: 1px solid #FFFFFF;
}

#Header .header-box .header-btn .btnColor {
	background: #ff6a00;
	border: none;
}

.out-box {
	position: absolute;
	top: 2%;
	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: 60%;
	margin: 0 auto;
	overflow: hidden;
}

#nav .nav-box .nav-item {
	height: 100%;
	float: left;
	width: 16.66%;
}

#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;
	overflow-x: hidden;
	border: 1px solid #dcdcdc;
	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: 23.5%;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 1%;
	position: relative;
}

#DataList .list-item:nth-child(4n+1) {
	margin-left: 0;
}

#DataList .list-item:nth-child(4n+4) {
	margin-right: 0;
}

#DataList .list-link {
	width: 100%;
	margin: 0 auto;
	display: block;
	background: #FFFFFF;
	box-shadow: 1px 3px 5px #d9d9d9;
}

#DataList .img {
	text-align: center;
	width: 100%;
	height: 200px;
	display: inline-block;
	margin: 0 auto;
}

#DataList .txt {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

#DataList .txt>p {
	padding: 7px 0;
	color: #666;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#DataList .txt .txt-desc {
	color: #000000;
}

#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-layout: fixed;
}

.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: #f6f6f6;
}

.table tr th:nth-child(1),
.table tr td:nth-child(1) {
	width: 4%;
}

.table tr th:nth-child(2),
.table tr td:nth-child(2) {
	width: 24%;
}

.table tr th:nth-child(3),
.table tr td:nth-child(3) {
	width: 24%;
}

.table tr th:nth-child(4),
.table tr td:nth-child(4) {
	width: 24%;
}

.table tr th:nth-child(5),
.table tr td:nth-child(5) {
	width: 24%;
}

.table-head {
	/*height: 52px;*/
}

.table-body {
	width: calc( 100% + 17px);
	height: calc( 100% - 52px);
	overflow-y: scroll;
}


/* 企业列表 */

#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;
	overflow: hidden;
}

#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: left;
	padding: 5px 0;
	cursor: pointer;
	font-size: 18px;
	width: 99%;
}

#jyjcqy .list .list-item>div {
	padding-left: 5%;
}

#jyjcqy .list .active {
	background: #34516d;
	color: #fff;
}

#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: 8%;
}

#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: 40%;
}

#jyjcqy .table tr th:nth-child(4),
#jyjcqy .table tr td:nth-child(4) {
	width: 20%;
}

#jyjcqy .table tr th:nth-child(5),
#jyjcqy .table tr td:nth-child(5) {
	width: 12%;
}

#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 .details-table .table tr td:empty:before {
	content: "--";
	color: #999999;
}

#jyjcqy .tbimg {
	max-height: 200px;
	max-width: 200px;
	width: auto;
	margin: 10px;
}

#jyjcqy .details-btn {
	padding: 30px 0;
}

#jyjcqy .details-btn .page-btn {
	float: none;
	margin: 0 auto;
}

#jyjcqy .details-btn .page-btn .btn {
	background: #001B35;
	color: #fff;
}


/* 返回按钮样式 */

#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: 10px;
}

.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;
	font-size: 14px;
	border: 1px solid #c6c6c6;
	width: calc(100% - 24px);
	margin-bottom: 10px;
	color: #000;
	font-size: 16px;
	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;
}

.history .history-box {
	width: 96%;
	margin: 0 auto;
}

.history .history-item {
	align-items: center;
	justify-content: space-between;
	height: 48px;
	cursor: pointer;
	font-size: 20px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.history .history-item:hover {
	color: #00326E;
}

.history .history-item .txt {
	flex-basis: 60%;
	color: #555;
}

.history .history-item .time {
	color: #8a8a8a;
}

.history .history-details {
	padding: 5px;
	position: relative;
	min-height: 310px;
	margin-bottom: 20px;
}

.history .history-details .lists {
	padding: 5px 0;
	align-items: center;
}

.history .history-details .lists .labels {
	flex-basis: 10%;
	font-weight: bold;
}

.history .history-details .lists .values {
	flex-basis: 85%;
	font-size: 18px;
}

.askinfo {
	height: calc(100% - 30px);
}

.infos {
	max-height: 90%;
}

.chart-info .label {
	width: 20%;
	font-weight: bold;
	text-align: justify;
}

.chart-info .value {
	width: 80%;
}

.make .make-box {
	width: 100%;
}

#foldpanel .foldpanel-body {
	display: none;
	background: #f8f8f8;
}

.top-img .img {
	width: auto;
	max-height: 500px;
}

#foldpanel .examine {
	color: #068c06;
	flex-basis: 15%;
	text-align: center;
}

#foldpanel .pays {
	flex-basis: 10%;
	text-align: center;
}

#foldpanel .pays .alik {
	color: #4459ef;
}

#foldpanel .time {
	flex-basis: 15%;
	text-align: center;
}

.fileBtn {
	position: absolute;
	right: 3%;
	top: 50%;
	height: 32px;
	line-height: 32px;
	color: #5715bf;
	cursor: pointer;
	margin-top: -20px;
}

#foldpanel .payments {
	position: absolute;
	top: 3%;
	right: 3%;
	z-index: 2;
	min-height: 100px;
	min-width: 100px;
}

#foldpanel .payments .imgs {
	position: absolute;
	top: 3%;
	right: 3%;
	z-index: 2;
	height: 128px;
	width: 128px;
}

.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;
}

#news {
	width: 80%;
	margin: 8px auto;
}

.BreakingNewsController {
	width: 100%;
	overflow: hidden;
	background: #FFF;
	height: auto;
	position: relative;
}

.BreakingNewsController .bn-title {
	display: inline-block;
	float: left;
	padding: 10px 20px;
	background: #5aa628;
	color: #FFF;
}

.BreakingNewsController ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	position: absolute;
	left: 180px;
	right: 130px;
}

.BreakingNewsController ul li {
	list-style: none;
	padding: 10px 20px;
	display: none;
	
}

.BreakingNewsController ul li a {
	text-decoration: none;
	color: #333;
	display: block;
	overflow: hidden;
	padding: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.BreakingNewsController .bn-moren {
	display: inline-block;
	float: right;
	width: auto;
	max-width: 110px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 10px 20px;
}

.BreakingNewsController .bn-moren a {
	color: #616ebe;
}

.easing a,
.easing span {
	transition: .25s linear;
	-moz-transition: .25s linear;
	-webkit-transition: .25s linear;
}

.BreakingNewsController .time {
	font-size: 14px;
	padding-left: 15px;
}