*, *::before, *::after {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: Microsoft YaHei;
	overflow: hidden;
	background: url(../images/bodybg.png) no-repeat;
	font-size: 12px
}
h1, h2, h3, h4, h5, h6 {
	margin: 0
}
p {
	margin: 0;
}
.xht_body ul {
	margin: 0;
	padding: 0
}
.text-center {
	text-align: center !important;
}
 *::-webkit-scrollbar {
 width: 6px;
 height: 6px;
 transition: .3s background;
}
::-webkit-scrollbar-thumb {
 background: #02071d;
}
*:hover::-webkit-scrollbar-thumb {
 background: #adb5bd;
}
.head {
	background: url(../images/head_bg.png) no-repeat center center;
	background-size: auto;
	background-size: 100% 100%;
	text-align: center;
	width: 100%;
	height: 152px;
}
.head h1 {
	color: #00edff;
	margin: 0;
	padding-top: 3px;
	line-height: 60px;
	background-image: -webkit-linear-gradient(bottom, #0079ff, #00e9ff, #01abff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.head p {
	font-size: 16px;
	margin-top: 3px
}
.text-d {
	padding-bottom: 12px;
	font-size: 13px;
}
.xht_row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.xht_col_1, .xht_col_2, .xht_col_3, .xht_col_4, .xht_col_5, .xht_col_6, .xht_col_7, .xht_col_8, .xht_col_9, .xht_col_10, .xht_col_11, .xht_col_12, .xht_col, .xht_col_auto, .col-md, .col-md-auto, .xht_col_lg_1, .xht_col_lg_2, .xht_col_lg_3, .xht_col_lg_4, .xht_col_lg_5, .xht_col_lg_6, .xht_col_lg_7, .xht_col_lg_8, .xht_col_lg_9, .xht_col_lg_10, .xht_col_lg_11, .xht_col_lg_12, .col-lg, .xht_col_lg_auto, .xht_col_xl_1, .xht_col_xl_2, .xht_col_xl_3, .xht_col_xl_4, .xht_col_xl_5, .xht_col_xl_6, .xht_col_xl_7, .xht_col_xl_8, .xht_col_xl_9, .xht_col_xl_10, .xht_col_xl_11, .xht_col_xl_12, .col-xl, .xht_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.xht_col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}
.xht_col_auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
.xht_col_1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.xht_col_2 {
	flex: 0 0 20%;
	max-width: 20%;
}
.xht_col_3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.xht_col_4 {
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
.xht_col_5 {
	flex: 0 0 40%;
	max-width: 40%;
}
.xht_col_6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.xht_col_7 {
	flex: 0 0 60%;
	max-width: 60%;
}
.xht_col_8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.xht_col_9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.xht_col_10 {
	flex: 0 0 80%;
	max-width: 80%;
}
.xht_col_11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.xht_col_12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.x_center{ margin-top: -10px;}
.x_center .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	background: url(../images/center_card.png);
	background-size: 100% 100%;
	height: 82vh;
}
.card-title {
	font-size: 16px;
	font-weight: 600;
	color: #01b4f0;
	line-height: 50px;
	padding-left: 38px;
	background: url(../images/title_icon.png) left 20px center no-repeat;
}
.x_right .card-title {
	padding-left: 48px;
	background: url(../images/title_icon.png) left 30px center no-repeat;
}
.x_lext .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	background: url(../images/left_card.png);
	background-size: 100% 100%;
	height: 94.2vh;
	margin-top: -60px;
}
.x_right .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-clip: border-box;
	background: url(../images/right_card.png);
	background-size: 100% 100%;
	height: 94.2vh;
	margin-top: -60px;
}
.card-body {
	padding: 10px 15px;
}
.table-from {
	color: #ced1ed;
	text-align: center;
}
.table-from td {
	padding: 0 3px;
}
.flex {
	display: flex;
	align-items: center;
}
.flex img {
	margin-right: 3px;
}
.option {
	/*用div的样式代替select的样式*/
	 
	width: 100%;
	height: 30px;
	border-radius: 3px;
	/*盒子阴影修饰作用,自己随意*/
	font-size: 12px;
	border: 1px solid #00abff;
	position: relative;
}
.option select {
	color: #818bb1;
	border: none;
	background: none;
	outline: none;
	font-size: 12px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	/*隐藏select的下拉图标*/
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left: 5px;
}
/*使用伪类给select添加自己想用的图标*/
.option:after {
	content: "";
	width: 14px;
	height: 8px;
	background: url(../images/jt_b.png) no-repeat center;
	position: absolute;
	right: 5px;
	top: 41%;
	pointer-events: none;
}
/*菜单导航*/
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.subNavBox .table-from {
	margin: 15px auto;
}
.subNavBox {
	width: 100%;
	margin: 10px auto;
}
.border-r {
	border-right: 1px solid #032e58;
}
.tjsubNavBox .subNav {
	background: url(../images/tj_libg.png) no-repeat;
	background-size: 100% 100%;
	
}
.subNav .xht_col_3 {    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;}
.subNav {
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
	color: #fff !important;
	line-height: 28px;
	background: url(../images/xhtlibg_r.png) no-repeat;
	background-size: 100% 100%;
	padding: 5px 0;
	padding-left: 10px;
	margin-bottom: 5px;
}
.tjsubNavBox .subNav.tj_hege {

	background: url(../images/tj_libg_hege.png) no-repeat;
	background-size: 100% 100%;

}

.tjsubNavBox .subNav.tj_hege_no {

	background: url(../images/tj_libg_no.png) no-repeat;
	background-size: 100% 100%;

}
.subNav:hover {
	color: #277fc2;
}
.subNav .flex span {
	padding: 4px ;
	display: inline-block;
}
.luc_box .subNav .flex span {
	padding: 4px 1px;
	display: inline-block;
}

.subNav .flex img {
	margin-right: 0;
}
.subNav .xht_col_6 {
	text-align: center;
}
.currentDd {
	color: #277fc2
}
.currentDt {
	background-image: url(../images/xhtlibg_b.png);
}
.navContent {
	display: none;
	padding-left: 8% !important;
	margin: 0 10px !important;
	margin-bottom: 10px !important;
	background: rgba(4, 20, 51, .9);
}
.navContent li a {
	display: block;
	font-size: 13px;
	line-height: 30px;
	color: #c9fdff;
	text-decoration: none;
	margin: 2px 0;
	padding: 5px;
}
.navContent li a.active {
	border-radius: 3px;
	display: block;
	font-size: 13px;
	line-height: 28px;
	color: #c9fdff;
	text-decoration: none;
	box-shadow: inset 0 0 5px #134590;
	border: 1px solid #2a5da9;
	margin: 2px 0;
	padding: 5px;
}
.navContent li {
	border-left: 1px dotted #24324e;
	padding-left: 10px;
	background: url(../images/doc.png) left center no-repeat;
	padding: 5px;
}
.navContent li a:hover {margin: 2px 0;
	padding: 5px;
	color: #c9fdff;line-height: 28px;
	box-shadow: inset 0 0 5px #134590;
	border: 1px solid #2a5da9;
}
.xht_body {
	margin-top: -50px;
}
.x_boxc {
	background: url(../images/xht_c_box.png);
	padding: 10px 12px;
	background-size: 100% 100%;
	width: 183px;
	height: 241px;
	position: absolute;
	right: 10%;
	top: 30%;
}
.x_boxc p {
	color: #fff;
	line-height: 32px;
}
.x_boxc p:first-child {
	line-height: 40px;
}
.text1 {
	color: #00bfff;
	float: right;
	font-weight: bold;
}
.x_boxc .text2 {
	color: #c4bf0a;
	font-weight: normal;
	float: right;
}
.x_boxc .text3 {
	color: #bdeeff;
	font-weight: normal;
	float: right;
}
.x_boxc .text4 {
	color: #00aaff;
	font-weight: normal;
	float: right;
}
.x_boxc .text5 {
	color: #ff0b4d;
	font-weight: normal;
	float: right;
}
.label_hege {
	display: inline-block;
	padding: 3px 6px;
	background-color: #0982f6;
	border-radius: 5px;
	width: 70px;
	text-align: center;
}
.label_hege_no {
	display: inline-block;
	padding: 3px 6px;
	background-color: #ff0b4d;
	border-radius: 5px;
	width: 70px;
	text-align: center;
}
.bnt_zxt {
	background: url(../images/bntbg.png);
	background-size: 100% 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
}
.bnt_zxt2 {
	background: url(../images/bntbg2.png);
	background-size: 100% 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	color: #fff;
}
.bnt_zxt3 {
	background: url(../images/bnt_bg3.png);
	margin-top: 8px;
	background-size: 100% 100%;
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	color: #fff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	width: 72px;
	background-image: linear-gradient(to right, #01aefd, #08d0f4);
}
.pagination>li {
	display: block;
	clear: both;
	display: flex;
	width: 100%;
}
.pagination>li>a {
	text-align: center;
	position: relative;
	cursor: pointer;
	float: left;
	padding: 6px 12px;
	background-image: linear-gradient(to right, #114386, #1d667f);
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	margin: 2px 0;
	width: 70px;
	position: relative;
	top: -60px;
}
#pageInfo {
	flex-direction: row-reverse;
	-webkit-flex-direction: column-reverse;
	display: flex;
	flex-wrap: wrap;
}
.boxflex {
	display: flex;
	margin-left: 8%;
	margin-top: 14%;
}
.text2 {
	color: #c4bf0a;
	font-weight: normal;
}
.text3 {
	color: #bdeeff;
	font-weight: normal;
}
.text4 {
	color: #00aaff;
	font-weight: normal;
}
.text5 {
	color: #ff0b4d;
	font-weight: normal;
}
.luocbox span {
	background: url(../images/louc.png) bottom center;
	width: 341px;
	height: 131px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-top: -130px;
	text-align: center;
	display: inline-block;
	position: relative;
}
.luocbox {
	margin: 0;
	padding: 0;
	width: 444px;
	margin-left: 20px;
	text-align: center;
}

.pagination li:first-child span {
	background: url(../images/foot.png) bottom center;
	width: 444px;
	height: 164px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-top: -150px;
	text-align: center;
}
.pagination span.fuc1 {
	background: url(../images/fuc.png) bottom center !important;
	width: 341px;
	height: 131px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-top: -130px;
	text-align: center;
}
.pagination li:first-child a {
	background: none;
	border: none;
}
.pagination li:nth-last-child(1) span {
	background: url(../images/louc.png) bottom center;
	width: 341px;
	height: 131px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-top: -140px;
	text-align: center;
}.active .luocbox span {
	background: url(../images/selected.png) bottom center !important;
	width: 387px;
	height: 146px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-top: -145px;
	text-align: center;
}

.active.fuc_active .luocbox span {
	background: url(../images/selected.png) bottom center !important;
	width: 387px;
	height: 146px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-top: -145px;
	text-align: center;
}
.pagination li:nth-last-child(1) a {
	background: none;
	border: none;
}


.tjbox {
	display: flex;
	margin-left: 8%;
	align-items: center;
	margin-top: 3%;
}
.tjbox img {
	width: 545px;
	height: 571px;
}
.z_box {
	background: url(../images/zboxbg.png);
	background-size: 100% 100%;
	padding: .5rem .8rem;
	margin-bottom: 10px;
}
.a_box_img {
	background: url(../images/aboxbg.png);
	background-size: 100% 100%;
	padding: 8px;
	width: 100%;
	height: 15vh;
	margin-top: 8px;
}
.a_box_img img {
	width: 100%;
	height: 100%;
}
.a_box h2 {
	background: url(../images/h2_title.png);
	text-align: center;
	color: #00edff;
	font-size: 18px;
	background-size: 100% 100%;
	padding: 1rem;
	margin-bottom: 10px;
}
.a_box h2 span {
	background-image: -webkit-linear-gradient(bottom, #0079ff, #00e9ff, #01abff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.z_box .table-from {
	text-align: left;
}
.z_box .table-from td {
	padding: 5px;
}
.z_box .table-from span {
	margin-left: 5px;
	display: inline-block;
}
.fuc_active .luocbox span {
	background: url(../images/fuc.png) bottom center !important;
	width: 341px;
	height: 131px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-top: -130px;
	text-align: center;
}
.no_hege .active .luocbox span {
	background: url(../images/selected_no.png) bottom center !important;
	width: 387px;
	height: 146px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	margin-top: -135px;
	text-align: center;
}


.display {
	display: none !important;
}
.tj_search{
	width: 100%; border-radius: 3px;border: 1px solid #00abff; overflow: hidden;
	
}
.tj_search input{
	float: left; width: 80%;
	height: 26px;
	outline: none;
	border: none;
	background: none; color: #818bb1;
	box-sizing: border-box;
	padding-left: 10px;
}
.tj_search input::-webkit-input-placeholder {
    color: #818bb1;
 
}
.tj_search input:-moz-placeholder {
    color:  #818bb1;
   
}
.tj_search input:-ms-input-placeholder {
    color:  #818bb1;

}
.tj_search button{
	float: right; background: none;
	height: 26px;
	color: white; width: 30px;
	border-style: none;
	outline: none;
}
.tj_search button img{
	font-style: normal;
}
.tj_search button:hover{
	font-size: 16px;
}
.luc_box .subNav .flex  {
	width: 17%; text-align: center; justify-content:center;
}
.z_box .table-from span.bnt_zxt{ margin-left: 0px; }
.tj_zbox .table-from td{  padding:  3px }
.zs_top{ overflow: hidden;}
.zs_top .xht_col_3{ padding: 0;}
.padding-r5{ padding-right: 8px !important;}
.padding-l5{ padding-left: 8px!important;}
.zs_top .media {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;  padding: 10px; margin-bottom: 8px;
    word-wrap: break-word;
    background-clip: border-box;
    background: url(../images/zs_cardbg.png);
        background-size: auto;
    background-size: 100% 100%;
}
.zs_top .media-body {
    display: flex;
    align-items: center;
    flex: 1; color: #fff;
}.w-img {
    float: left;
    width: 60px;
    display: inline-block;
   
    text-align: center;
	color: #0bc6fe;
}
.media-body h5{ font-size: 18px;}
.media-body h5 .numb{ font-size: 12px;}
 @media only screen and (min-width: 800px) and (max-width: 1800px) {
.card-title {
	font-size: 14px;
	line-height: 30px;
	margin-top: 5px;
}
.boxflex {
	transform: scale(.8);
	margin-left: -10px;
	margin-top: 8%;
}
.tjbox {
	transform: scale(.8);
	margin-left: -40px;
	margin-top: -20px;
}
.x_boxc {
	right: 5%;
	top: 25%;
}
.x_lext .card {
	height: 94vh;
}
.x_right .card {
	height: 94vh;
}
.x_center .card {
	height:79.3vh;
}
.head h1 {
	font-size: 26px;
	padding-top: 5px;
}
.z_box .table-from td {
	padding: 3px;
}
.bnt_zxt {
	line-height: 30px;     
}
.z_box .table-from span.bnt_zxt{ margin-left: 0px; }
.z_box {
	padding: 10px;
}
.bnt_zxt2 {
	line-height: 30px;
	font-weight: normal;
}
.bnt_zxt3 {
	line-height: 30px;
	font-weight: normal;
}
.xht_col_1, .xht_col_2, .xht_col_3, .xht_col_4, .xht_col_5, .xht_col_6, .xht_col_7, .xht_col_8, .xht_col_9, .xht_col_10, .xht_col_11, .xht_col_12, .xht_col, .xht_col_auto, .col-md, .col-md-auto, .xht_col_lg_1, .xht_col_lg_2, .xht_col_lg_3, .xht_col_lg_4, .xht_col_lg_5, .xht_col_lg_6, .xht_col_lg_7, .xht_col_lg_8, .xht_col_lg_9, .xht_col_lg_10, .xht_col_lg_11, .xht_col_lg_12, .col-lg, .xht_col_lg_auto, .xht_col_xl_1, .xht_col_xl_2, .xht_col_xl_3, .xht_col_xl_4, .xht_col_xl_5, .xht_col_xl_6, .xht_col_xl_7, .xht_col_xl_8, .xht_col_xl_9, .xht_col_xl_10, .xht_col_xl_11, .xht_col_xl_12, .col-xl, .xht_col_xl_auto {
	position: relative;
	width: 100%;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.bnt_zxt3 img {
	width: 14px;
	margin-top: 2px;
}
.a_box h2 {
	font-size: 14px;
}
.xht_body {
	margin-top: -60px;
}
.table-from td {
	padding: 0px;
}
.option select {
	height: 26px;
	line-height: 26px;
	padding-left: 2px;
}
.option:after {
	content: "";
	width: 10px;
	height: 8px;
	background: url(../images/jt_b.png) no-repeat center;
	position: absolute;
	right: 3px;
	top: 31%;
	pointer-events: none;
}
.option {
	width: 100%;
	height: 26px;
}
.card-body {
	padding: 8px;
}
.flex img {
	width: 12px;
}
.xht_col_9 .flex img {
	width: 16px;
}
.subNav {font-weight:normal;
	padding: 2px 2px;
	font-size: 12px;
	line-height: 25px;
	padding-left: 10px;
}

.navContent li a.active {
	font-size: 12px;
	line-height: 18px;
}
.navContent li a {
	font-size: 12px;
	line-height: 20px;
}.navContent li a:hover {
	color: #c9fdff;line-height: 18px;}
.table-from {
	font-size: 12px;
}
.tj_zbox .table-from td{  padding: 1px 3px;}
.z_box.tj_zbox {
    padding:6px 10px;
}
.w-img img{
    width: 36px;}
	
	.zs_top .media {
		padding: 6px;}.x_center {
			margin-top: -6px;
		}
}
