﻿body {
	background: rgb(240, 245, 251) !important;
	color: #333
}

* {
	box-sizing: border-box;
}

body,
html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	overflow: hidden;
	font-family: 'Microsoft YaHei', Arial, sans-serif;
}

h2 {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style: none
}

#spleft {
	width: 500px;

	display: inline-block;
	background-color: #fff;
	float: left;
	height: 100%;
}

#spright {
	width: calc(100% - 500px);
	display: inline-block;
	background-color: #fff;
	float: right;
	height: 100%;
}

.head2 {
	height: 74px;
	background: url(../images/headbg.png) no-repeat left center;
	background-size: 100% 100%;
	position: relative;
	padding: 0;
	margin: 0
}

.head2 .pageTit a {
	display: block;
	background: url(../images/headtitle2.png) no-repeat;
	background-size: 100% 100%;
	line-height: 41px;
	text-align: center;
	color: #00deff;
	cursor: pointer
}

.head2 .pageTit a:hover {
	display: block;
	background: url(../images/headtitle.png) no-repeat;
	background-size: 100% 100%;
	line-height: 41px;
	text-align: center;
	color: #fff;
}

.head2 .active a {
	display: block;
	background: url(../images/headtitle.png) no-repeat;
	background-size: 100% 100%;
	line-height: 41px;
	text-align: center;
	color: #fff;
}

.head2 h1 {
	color: #00e5ff;
	text-align: left;
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.head-close {
	position: absolute;
	right: 20px;
	top: 10px
}

.head-close i {
	font-size: 30px;
	color: #0db0ff
}

.logobox {
	float: left;
	width: 31%;
	padding: 10px 5px;
	padding-top: 14px;
	margin-left: 10px;
	text-align: center;
}

.titlebox {
	float: left;
	width: 65%;
	position: absolute;
	left: 35%;
	top: 18px
}

.title_li {
	float: left;
	text-align: center;
	width: 13.5%;
	padding: 0;
	margin-left: -25px
}

.head2 .pageTit .tixingbar img {
	margin-left: 0px;
	cursor: pointer
}

.tixingbar {
	float: left;
	text-align: center;
	width: 9.5%;
	padding: 0;
	margin-left: -25px
}

.tixing-ul {
	background: #092958;
	box-shadow: 0px 0px 20px #517cba inset;
	display: none;
	border-radius: 6px;
}

.tixing-ul a {
	position: relative;
	display: block;
}

.tixingbar:hover .tixing-ul {
	display: block;
	position: absolute;
	top: 30px;
	right: 100px;
	clear: both;
	padding: .1rem;
	z-index: 10000
}

.tixingbar:hover .tixing-ul dd {
	color: #fff;
	background: #092958;
	font-size: 12px;
	box-shadow: 0px 0px 15px #134e6e inset;
	border-radius: 6px;
	margin: 5px 5px;
	padding: .2rem 0.75rem;
}

.tixingbar:hover .tixing-ul dd a {
	background: none;
	line-height: 32px;
	font-size: 14px;
	text-decoration: none
}

.tixingbar:hover .tixing-ul dt {
	margin: 5px 5px;
	color: #bcc5d2
}

#spleft,
#spcenter,
#spright {
	background: none !important
}

.project-ul-s li:nth-of-type(2n+1) {
	background: none !important;
}

.project-ul-s li {
	border-top: 1px solid #092c41 !important;
	color: #fff !important;
	border-bottom: 0 !important;
}

.sp_content li.sp_fixd {
	border-top: 1px solid #092c41 !important;
	padding-top: .5rem;
	border-bottom: 0 !important;
}

.sp_ls_text {
	float: left;
	display: inline-block;
	width: 70%;
	padding-left: 6px;
	padding-top: 8px;
}

ul li.sp_fixd2 {
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.sp_fixd_lx {
	border-top: 1px solid #092c41 !important;
	padding: .5rem 0;
	border-bottom: 0 !important;
}

.sp_box h2 span.ap_label_primary {
	display: inline-block;
	padding: 6px 8px !important;
	white-space: nowrap;
	background-color: #02304c;
	top: 10px;
	right: 0;
	color: #FFFFFF;
}

.yc_inputbox select {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
}

.yc_inputbox td {
	padding: 2px;
}

.modal {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	background: #001427;
	box-shadow: inset 0 0 30px rgba(0, 140, 217, 0.3);
	border: 1px solid #355777;
	border-radius: 3px;
	z-index: 120000;

}

.aui-hide {
	display: none !important;
}

.modal .modal-header {
	height: 50px;
	background: rgba(14, 80, 131, 1);
	padding: 0 15px;
	border-bottom: 1px solid #0d91dd;
	border-radius: 5px 5px 0 0;
	color: #fff
}

.toggleModal {
	cursor: pointer
}

.modal .modal-header p {
	line-height: 50px;
	display: inline-block;
}

.modal .modal-header .title {
	font-size: 18px;
	color: #fff;
}

.modal .modal-header .close {
	float: right;
	font-size: 26px;
	margin-top: -2px;
	color: #fff;
	cursor: default;
}

.modal .modal-content {
	min-height: 100px;
	padding: 20px;
}

.modal .modal-footer .btn {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color: white;
	background: #409EFF;
	border: none;
	border-radius: 3px;
}

.modal .modal-footer {
	clear: both;
	border-top: 1px solid #0d91dd;
	padding: 10px;
	text-align: right;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

.btn_ck {
	border-radius: 3px;
	border: 1px solid rgba(1, 189, 90, .8);
	background: none;
	padding: 3px 6px;
	border-radius: 0
}

.list_table {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

.list_table th {
	text-align: center;
	padding: 8px 3px;
	color: #04ffd9
}

.list_table tr {
	border: 1px solid rgba(67, 171, 202, .8);
}

.list_table tr td {
	padding: 5px 3px;
	text-align: center
}

.page-link {
	color: #fff;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 6px;
	border-width: 0;
	border: 1px solid rgba(255, 255, 255, 1);
	font-weight: 400;
	margin: 5px 1px;
	text-decoration: none;
}

.page-ac {
	background: #04ffd9 !important;
	border: 1px solid #04ffd9;
	color: #02081e !important
}

.pagination {
	float: right;
	overflow: hidden;
	display: flex;
	padding-left: 10px;
	list-style: none;
	clear: both;
	margin: 5px 1px;
}

.btn_qk {
	border-radius: 3px;
	border: 1px solid #7c8ebd;
	background: none;
	padding: 3px 6px;
}

.btn_tj {
	border: 1px solid #0374ff;
	background: #0374ff;
	padding: 3px 6px;
	border-radius: 3px;
}

.input_table {
	width: 100%;
	border-collapse: collapse;
}

.input_table td {
	padding: 5px;
	padding-bottom: 10px
}

.input_table td input {
	border: 1px solid rgba(67, 171, 202, .8);
	background: none;
	line-height: 26px;
	margin-left: 5px
}

.modal .ap_label_warning {
	position: inherit
}

.modal .ap_label_gray {
	position: inherit
}

.modal .btn {
	color: #fff
}

p {
	font-size: 12px;
	color: #fff;
}

.sp_ls_box {
	float: left;
	overflow: hidden;
	width: 90px;
	height: 7vh;
	display: inline-block;
	padding: 1px;
	border: 1px solid #ddd;
}

.sp_ls_box img {
	width: 100%;
	height: 100%;
}

ul li.sp_fixd2 {
	margin-top: 5px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
	display: flex;
	position: relative;
}

.sp_ls_text p {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ap_label_warning {
	background-image: linear-gradient(to right, #ec2d2d, #fa5151)
}

.ap_label_warning {
	font-weight: normal;
	padding: 2px 8px;
	text-shadow: none;
	position: absolute;
	right: 3px;
	border-radius: 10px;
	border: none;
	display: inline-block;
	white-space: nowrap;
	background-image: linear-gradient(to right, #ec2d2d, #fa5151);
	color: #FFFFFF;
}

.ap_label_info {
	font-weight: normal;
	padding: 2px 8px;
	text-shadow: none;
	font-size: 12px;
	border-radius: 10px;
	margin-left: 5px;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
	background-image: linear-gradient(to right, #4db1fb, #5371fd);
	color: #FFFFFF;
}

.aqm_fr img {
	width: 26px;
}

.aqm_fr p {
	font-size: 12px;
	padding: 0;
	margin: 0;
	margin-top: 2px;
}

.project-ul-s li .pull_right {
	color: #fff !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	cursor: pointer
}

.sp_content p {
	color: #58666e;
}

.project-ul-s li .pull_left {
	color: #53606a !important;
}

.ScrollText {
	height: 41vh;
	overflow: hidden;
}

input:focus {
	outline: none;
}

button:focus {
	outline: none;
}

.sp_box {
	position: relative;
	border-radius: 5px;
    background: #fff;
    border: 1px solid #e1e6f1;
	box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);
	margin: .5rem
}

.sp_box .sp_content {
	padding: 0 !important;
	background: none;
}

.yc_inputbox select {
	background: #021f31;
	color: #fff;
	border: none;
	border-radius: 5px
}

.yc-table {
	box-shadow: inset 0 0 30px rgba(0, 140, 217, 0.3);
	border: 1px solid #355777;
	border-radius: 5px;
	background: none;
}

.yc_tr_bg {
	background: none;
}


.sp_box h2 {
	font-size: 14px;
    position: relative;
    font-weight: 600;
    color: #fff;
    background: url(../images/icon14.png) no-repeat left 5px center;
    border-bottom: 1px solid #f1f1f1;
    flex: 1 1 auto;
    padding: 8px 19px;
	color: #333;
}



.aui-tab {
	position: relative;
	background: #f0f4f8;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: center;
	align-self: center;
}

.aui-tab-item {
	padding: 0 10px;
	line-height: 32px;
	position: relative;
	font-size: 14px;
	font-weight: 800;
	color: #555;
	margin-left: -1px;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.aui-tab-item {
	color: #004962;
}

.iconbox i {
	font-size: 2.8rem;
	color: #074973;
}

.iconbox i.icon-qiuji1 {
	font-size: 2.2rem;
	color: #074973;
}

.aui-tab-item.aui-active {
	color: #fff !important;
	background: #0098ea;
	font-size: 13px;
	border-radius: 5px;
	border-bottom: none !important;
}

.aui-tab {
	background: none !important;
	border: 1px solid #ddd;
	padding: 1px 2px;
}

.sp_box h2 span {
	border-bottom: none !important;
	padding: 0 5px !important;
}

li.sp_fixd:nth-of-type(2n+1) {
	background: none !important;
}

.sp_imgbox img {
	border: 1px solid #01253b;
}

.btn-primary {
	color: #fff !important;
	border: none;
	background: #22ad38
}

.btn-danger {
	color: #fff !important;
	border: none;
	background: #e70012
}

.text-1 {
	display: none
}

.text-2 {
	display: none
}

.text-3 {
	display: none
}

.text-4 {
	display: none
}

.text-5 {
	display: none
}

.text-6 {
	display: none
}

.text-7 {
	display: none
}

.height4 {
	height: 30vh;
	overflow: auto
}

.height3 {
	height: 25.4vh;
	overflow: auto
}

.height2 {
	height: 27vh;
	overflow: auto
}

#tab1-con1 .more,
#tab1-con2 .more,
.position .more {
	color: #72787e;
	text-align: center;
	border-top: 1px solid #092c41;
	display: block;
	font-size: 12px;
	padding-top: 0px;
	margin: 0;
	text-decoration: none;
}

.sp_ls_box {
	border: 1px solid #01253b;
}

.project-ul-s li {
	padding: 5px 3px;
}

.ap_label_gray {
	font-weight: normal;
	padding: 2px 8px;
	text-shadow: none;
	position: absolute;
	right: 8px;
	border-radius: 10px;
	display: inline-block;
	white-space: nowrap;
	background-image: linear-gradient(to right, #fa3561, #fe5044);
	color: #FFFFFF;
}

.btn-info3 {
	color: #fff !important;
	border: none;
	background: #002d49;
	padding: .35rem !important;
}

.sp_vod {
	position: relative;
	margin: .5rem 0;
	padding: .5rem;
	width: 98.8%;
	box-shadow: inset 0 0 30px rgba(0, 140, 217, 0.3);
	border: 1px solid #355777;
	border-radius: 3px;
	height: calc(100% - 280px);
}

.sp_vod:before,
.sp_vod:after {
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	border-top: 1px solid #02a6b5;
	top: 0;
}

.sp_vod .boxfoot::before,
.sp_vod .boxfoot::after {
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	border-bottom: 1px solid #02a6b5;
	bottom: 0;
}

.sp_vod:before,
.boxfoot:before {
	border-left: 1px solid #02a6b5;
	left: 0;
}

.sp_vod:after,
.boxfoot:after {
	border-right: 1px solid #02a6b5;
	right: 0;
}

.jp_vod {
	position: relative;
	margin: .5rem 0;
	padding: .5rem;
	width: 98.5%;
	box-shadow: inset 0 0 30px rgba(0, 140, 217, 0.3);
	border: 1px solid #355777;
	border-radius: 3px;
}

.jp_vod:before,
.jp_vod:after {
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	border-top: 1px solid #02a6b5;
	top: 0;
}

.jp_vod .boxfoot::before,
.jp_vod .boxfoot::after {
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	border-bottom: 1px solid #02a6b5;
	bottom: 0;
}

.jp_vod:before,
.boxfoot:before {
	border-left: 1px solid #02a6b5;
	left: 0;
}

.jp_vod:after,
.boxfoot:after {
	border-right: 1px solid #02a6b5;
	right: 0;
}

.margin-right5 {
	margin-right: .5rem !important
}

.margin-left2 {
	margin-right: .2rem
}

.yc_right .aui-tab-item {
	cursor: pointer
}

.echartsh {
	width: 100%;
	height: 100%
}

.echartsh4 {
	width: 140vh;
	height: 42vh;
}



.yc_right {
	position: absolute;
	right: 5px;
	top: 5px;
}

.ai_right {
	position: absolute;
	right: 5px;
	top: 10px;
	display: flex;
	align-items: center;
}

.ai_right img {
	margin-right: 5px;
}

.ai_right h6 {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

.yc-table {
	margin: 5px auto;
	width: 99%;
}

.sp_ls_text {
	float: left;
	display: inline-block;
	width: 80%;
	padding-left: 6px;
	padding-top: 5px;
}

.tj-table td {
	padding: 0px;
	font-size: 12px;
}

.position .header_fr a {
	color: #96accd;
	font-size: 12px;
}

.aui-tab-item {
	line-height: 32px;
	position: relative;
	font-size: 14px;
}

.yc_num_box {
	box-shadow: inset 0 0 30px rgba(0, 140, 217, 0.3);
	border: 1px solid #355777;
	border-radius: 3px;
	background: none;
	text-align: center;
	margin-right: .2rem;
}

.yc_num_box p {
	color: #fff;
	padding: 3px 0;
}

.txtshow {
	background: none;
	color: #fff;
	border-bottom: 1px dashed #0d2233;
}

.yc_pjz {
	background: none;
	border-top: 1px solid #0d2233;
	border-right: 1px solid #0d2233;
}

.td_sm div {
	border-bottom: 1px solid #0d2233;
	color: #778a91;
	background: none;
	padding: 1px
}

.border-m .ycmore {
	cursor: pointer;
	text-decoration: underline;
	color: #fff;
}

.yc_td1 {
	text-align: center;
	border-top: 1px dashed #26425a;
}

.yc_td2 {
	border-top: 1px dashed #26425a;
}

.b-tr {
	border-right: 1px solid #0d2233;
}

.margin-r5 {
	margin: .5rem 0;
}

.yc_right .aui-tab-item {
	padding: 0 10px;
	font-size: 13px;
	color: #333;
	line-height: 22px;
}

.yc_img_box {
	background: none;
}

.yc_img_box {
	color: #fff
}

.yc_num_col {
	font-size: 1.6rem;
}

.ringline {
	border-left: 1px dashed #26425a;
}

.yc-table td {
	padding: 4px 0;
}

.yc-table img {
	width: 30px;
	margin: 0 5px;
}

.height6 {
	height: 36.6vh;
	overflow: auto;
}

.progess {
	width: 200px;
	background: url(../Images/img_YC.png) no-repeat 0 0;
	height: 23px;
	background-size: 100%;
}

.progess_Z {
	width: 180px;
	background: url(../Images/img_ZS.png) no-repeat 0 0;
	height: 23px;
	background-size: cover;
}

.panel_Z {
	width: 186px;
	height: 33px;
	position: relative;
}

.td_sm .yc_table_title {
	border-top: none;
	color: #fff !important;
	font-size: 18px !important;
	height: 30px;
	background: url(../images/title-bg.png) center;
	width: 100%;
	background-size: 90%
}

.yc_pjz_a {
	top: 16px;
	position: absolute;
	left: 20px;
	width: 50px;
}

@font-face {
	font-family: 'ds-digitalbold';
	src: url('../font/DS-DigitalBold.ttf');
	src: url('../font/ds-digitalbold-webfont.eot');
	src: url('../font/ds-digitalbold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/ds-digitalbold-webfont.woff2') format('woff2'), url('../font/ds-digitalbold-webfont.woff') format('woff'), url('../font/ds-digitalbold-webfont.ttf') format('truetype'), url('../font/ds-digitalbold-webfont.svg#ds-digitalbold') format('svg');
}

.cofont {
	font-family: 'DS-DigitalBold' !important;
	font-weight: bold;
	font-size: 20px;
}

.cofont font {
	font-family: 'DS-DigitalBold' !important;
	font-weight: bold;
	font-size: 12px;
	margin-left: 1px;
}

.weidu {
	position: absolute;
	right: 5%;
	top: 12%;
	width: 20vh;
}

.weidu li img {
	margin: 0 3px;
}

.weidu .date {
	background: url(../images/libg.png);
	background-size: 100% 100%;
	height: 3vh;
}

.font30 {
	font-size: 30px;
	color: #00a6ff;
}

.colorb {
	color: #00a6ff;
}

.weidu li {
	border: 1px solid #032c4b;
	margin: 5px;
	background: #051b31;
	display: flex;
	flex-wrap: wrap;
	padding: 1vh 5px;
	justify-content: space-between;
	align-items: center;
}

.weidu li div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #05223b;
	padding: 10px 0;
}

.weidu li div img {
	width: 14px;
	position: relative;
	top: 3px
}

.flex-a {
	display: flex;
	align-items: center;
	color: #333;
}

.media {
	display: flex;
	align-items: center;
	height: 6vh;
}

.media-body {
	color: #333;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

.w-img img {
	width: 42px;
	margin-right: 5px;
}

.media-body .mb-0 {
	font-size: 14px;
}

.w-img {
	float: left;
}

.align-items-center {
	align-items: center !important;
}

.media-body h5.mb-1 {
	margin-top: .2rem !important;
	font-size: 22px;
	color: #1eb248;
	margin: 0;
}

.media-body h5.mb-1 .numb {
	font-size: 12px !important;
	position: relative;
	top: -6px;
	margin-left: .4rem;
}

.top_bg1 {
	background: url(../images/top_bg1.png);
	background-size: 100% 100%;
}

.top_bg2 {
	background: url(../images/top_bg2.png);
	background-size: 100% 100%;
}

.top_bg3 {
	background: url(../images/top_bg3.png);
	background-size: 100% 100%;
}

.top_bg4 {
	background: url(../images/top_bg4.png);
	background-size: 100% 100%;
}

.top_bg5 {
	background: url(../images/top_bg5.png);
	background-size: 100% 100%;
}

.top_bg6 {
	background: url(../images/top_bg6.png);
	background-size: 100% 100%;
}

.lc_row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;

}

.lc_col_1,
.lc_col_2,
.lc_col_3,
.lc_col_4,
.lc_col_5,
.lc_col_6,
.lc_col_7,
.lc_col_8,
.lc_col_9,
.lc_col_10,
.lc_col_11,
.lc_col_12,
.lc_col,
.lc_col_auto,
.col-md,
.col-md-auto,
.lc_col_lg_1,
.lc_col_lg_2,
.lc_col_lg_3,
.lc_col_lg_4,
.lc_col_lg_5,
.lc_col_lg_6,
.lc_col_lg_7,
.lc_col_lg_8,
.lc_col_lg_9,
.lc_col_lg_10,
.lc_col_lg_11,
.lc_col_lg_12,
.col-lg,
.lc_col_lg_auto,
.lc_col_xl_1,
.lc_col_xl_2,
.lc_col_xl_3,
.lc_col_xl_4,
.lc_col_xl_5,
.lc_col_xl_6,
.lc_col_xl_7,
.lc_col_xl_8,
.lc_col_xl_9,
.lc_col_xl_10,
.lc_col_xl_11,
.lc_col_xl_12,
.col-xl,
.lc_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.lc_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.lc_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.lc_col_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.lc_col_2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;

}

.lc_col_3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.lc_col_4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}

.lc_col_5 {
	flex: 0 0 40%;
	max-width: 40%;
}

.lc_col_6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.lc_col_7 {
	flex: 0 0 60%;
	max-width: 60%;
}

.lc_col_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.lc_col_9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.lc_col_10 {
	flex: 0 0 80%;
	max-width: 80%;
}

.lc_col_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.lc_col_12 {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 1200px) {
	.lc_col_xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.lc_col_xl_auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}

	.lc_col_xl_1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.lc_col_xl_2 {
		flex: 0 0 16.667%;
		max-width: 16.667%;
	}

	.lc_col_xl_3 {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.lc_col_xl_4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.lc_col_xl_5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.lc_col_xl_6 {
		flex: 0 0 50%;
		max-width: 50%;
	}

	.lc_col_xl_7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.lc_col_xl_8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.lc_col_xl_9 {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.lc_col_xl_10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.lc_col_xl_11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.lc_col_xl_12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.lc_top .card {
	margin: .5rem 0;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: none;
	background-clip: border-box;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e1e6f1;
	box-shadow: 0 1px 3px 0px rgba(115, 108, 203, 0.23);

}

.card-body {
	flex: 1 1 auto;
	padding: 6px;
}

.height36 {
	height: 35.5vh;
}

.height75 {
	height: 75.5vh;
}

.echartsh2 {
	width: 50vh;
	height: 34vh;
}

.ai_list {
	display: flex;
	flex-wrap: wrap;
}

.ai_list li {
	width: 33.33%;
	float: left;
}

.ai_list li .aiimgbox {
	position: relative;
	margin: .5rem;
	height: 23.5vh;
	border: 1px solid #f2f2f2;
	padding: 1px;
}

.ai_list li .aiimgbox img {
	width: 100%;
	height: 100%;
}

.ai_list li .aiimgbox h3 {
	position: absolute;
	bottom: 0;
	width: calc(100% - 2px);
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	margin: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
}

table {
	border-collapse: collapse;
}

::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #bdd1f1;
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1000px) and (max-width: 1400px) {
	.head2 h1 {
		font-size: 20px;
	}

	body,
	html {
		overflow: auto;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
	.head2 h1 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1800px) and (max-width:2000px) {
	.tj-con table td span {
		width: 4rem;
		height: 4rem;
		background: rgba(85, 85, 85, 0.4);
		display: inline-block;
		line-height: 4rem;
		border-radius: 50%;
	}

	#maincircle {
		margin: 6% auto 0;
	}

	.tj-table td {
		padding: 8px;
		font-size: 12px;
	}

	.title_li {
		font-size: 16px;
	}

	.project-ul-s li {
		padding: 9px 3px;
	}

	.head2 h1 {
		font-size: 24px;
	}

	.title_li {
		float: left;
		text-align: center;
		width: 13.5%;
		padding: 0;
		margin-left: -31px
	}

	.head2 .pageTit .tixingbar img {
		margin-left: -31px;
		cursor: pointer
	}

	.tj-con table td {
		padding: 6px;
		background: none;
	}

	.tj_a {
		width: 40%;
		height: 45vh;
		overflow: hidden;
	}

	.height26 {
		height: 26vh;
		overflow: auto
	}

	.height20 {
		height: 20vh;
		overflow: auto
	}

	.height12 {
		height: 12.2vh;
		overflow: auto
	}

	.height21 {
		height: 21vh;
		overflow: auto
	}

	.height6 {
		height: 40vh;
		overflow: auto
	}

	.height58 {
		height: 59vh;
		overflow: auto
	}

	.height38 {
		height: 38.5vh;
		overflow: auto
	}

	.height8 {
		height: 52vh;
		overflow: auto;
	}

	.height18 {
		height: 18rem;
		overflow: auto
	}

	.position .header_fr a {
		color: #96accd;
		font-size: 14px;
	}

	#tab1-con1 .more,
	#tab1-con2 .more,
	.position .more {
		padding-top: 5px;
	}

	.jp_vod {
		width: 98.8%;
	}

	.aui-tab-item {
		line-height: 40px;
		position: relative;
		font-size: 16px;
	}

	.tjsj_img {
		width: 100%;
		height: 17vh;
		border-radius: 5px;
	}

	.sjj-tip3 .sjj-tip-img-s {
		background: url(../images/sjj_02.png);
		display: inline-block;
		background-size: 100% 100%;
		width: 6rem;
		height: 8rem;
	}

	.sjj-tip4 .sjj-tip-img-s {
		background: url(../images/sjj_03.png);
		display: inline-block;
		background-size: 100% 100%;
		width: 6rem;
		height: 8rem;
	}

	.sjj-px img {
		width: 100%;
		height: 43vh;
		margin-bottom: 5px;
	}

	.p_sp {
		position: relative;
		top: 18px
	}

	.p_ch {
		position: relative;
		top: 19px
	}

	.yc_num_col {
		font-size: 2.2rem;
	}

	p {
		font-size: 14px;
		color: #fff;
	}

	.yc_num_box p {
		margin: 0;
		padding: 5px 0;
	}

	.td_sm div {

		padding: 5px
	}

	.height70 {
		height: 72.5vh;
		overflow-y: auto;
		overflow-x: hidden
	}

	.echartsh {
		width: 100%;
		height: 100%
	}

	.yc-table img {
		width: 48px;
		margin: 0 10px;
	}

	.yc-table td {
		padding: 10px 0;
	}

	.yc_pjz_a {
		top: 26px;
		position: absolute;
		left: 20px;
		width: 50px;
	}

	.progess_Z {
		width: 330px;
		background: url(../Images/img_ZS.png) no-repeat 0 0;
		height: 33px;
	}

	.progess {
		width: 330px;
		background: url(../Images/img_YC.png) no-repeat 0 0;
		height: 33px;
	}
}

@media only screen and (max-width:1800px) {
	#spleft {
		width: 360px;


	}

	#spright {

		width: calc(100% - 360px);
	}

	.weidu li:last-child img {
		width: 30px;
	}

	.cofont {
		font-family: 'DS-DigitalBold' !important;
		font-weight: bold;
		font-size: 18px;
	}

	.sp_box h2 {
		font-size: 14px;
	}

	.font30 {
		font-size: 26px;
		color: #00a6ff;
	}

	.status-list .boll-box .ball-pic {
		display: block;
		width: 61px;
		height: 63px;
	}

	.status-list .boll-box .trans-pic {
		position: absolute;
		width: 19px;
		height: 19px;
		animation: run 7s linear infinite;
		top: 20px;
		left: 50%;
		margin-left: -8px;
	}

	.ex-rate2 {
		padding-top: 5px;
		display: block;
	}

	.rate-box .rate-list .in-rate span {
		font-size: 13px;
	}

	.rate-right li {

		padding-top: 5px;
	}

	.height32 {
		height: 36.5vh;
		overflow: auto;
	}

	.height40 {
		height: 39vh;
		overflow: auto;
	}

	.ScrollText {
		height: 38vh;
		overflow: hidden;
	}

	.height36 {
		height: 33.5vh;
	}

	.ai_list li .aiimgbox {
		height: 22.5vh;
	}

	.height75 {
		height: 73vh;
	}
}