html {
    font-size: 100px;
    height: 100%;
}

*,
/* *:before, */
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    padding: 0;
    font-family: miui, "Oxygen", Arial, "Hiragino Sans GB ", "Microsoft YaHei", "å¾®è½¯é›…é»‘", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}

body {
    width: 1920px;
    height: 1080px;
    padding: 0;
    margin: 0;
    color: #343434;
    font-size: 24px;
    -webkit-text-size-adjust: 100%!important;
    transform: scale(1, 1);
    transform-origin: left top 0px;
    overflow: hidden;
    background: url(../img/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

a,
a:hover {
    text-decoration: none;
    outline: 0;
}

a,
img {
    border: none;
    display: block;
}

li {
    list-style: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

.overflowH {
    overflow: hidden;
}



.header {
    padding: 0 30px;
}

.header .logo {
    text-align: center;
    background: linear-gradient(0deg, #99CAFF 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px auto 0;
}

.topbox {
    margin-top: -60px;
}

.topbox p {
    font-size: 18px;
    color: #67A6E7;
    line-height: 65px;
}



.mian {
    margin: 30px 55px;
    position: relative;
}

.title {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin: 11px 0 25px;
}

.leftbox {
    float: left;
    width: 440px;
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: 1000;
}

.j_zlbox {
    height: 120px;
    background: url(../img/j_bg.png) no-repeat right center;
    margin: 32px 0 20px;
}

.j_zl {
    width: 120px;
    height: 120px;
    float: left;
}

.j_textbox {
    float: left;
    padding: 25px;
}

.j_textbox p {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.j_textbox p span {
    font-size: 26px;
    font-family: FZLanTingHeiS-DB1-GBK;
    color: #FFFFFF;
    text-shadow: 0px 2px 9px rgba(0, 0, 0, 0.63);
    display: inline-block;
}

.j_textbox a span {
    font-size: 14px;
    color: #14F0E3;
    margin-right: 10px;
}

.title1 {
    font-size: 16px;
    color: #DFF0FF;
    padding-left: 15px;
    background: url(../img/title_bg.png) no-repeat left center;
    letter-spacing: 3px;
    margin: 15px 0 12px;
}

.hglbox {
    height: 280px;
}

.hgl ul {
    overflow: hidden;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 10px;
}

.hgl li {
    width: 214px;
    height: 80px;
    background: #152E59;
    border-radius: 6px;
    margin: 0 6px 12px 6px;
    float: left;
    padding: 7px;
}

.hgl li img {
    float: left;
}

.h_tbbox {
    width: 66px;
    height: 66px;
    float: left;
}

.hgl_textbox {
    float: left;
}

.hgl li p {
    width: 120px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    margin: 5px 0 0;
}

.hgl li h2 {
    font-size: 28px;
    font-family: FZLanTingHeiS-DB1-GBK;
    font-weight: 400;
    color: #FEFFFF;
    text-align: center;
}

.hgl li h2 span {
    font-size: 16px;
}

.jyz_ctrlbox li {
    width: 220px;
    height: 32px;
    background: url(../img/ctrl_bg2.png) center center no-repeat;
    float: left;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    color: #C8EEFF;
    cursor: pointer;
    margin-right: -1px;
}

.jyz_ctrlbox li.active {
    background: url(../img/ctrl_bg.png) center center no-repeat;
    font-weight: bold;
    color: #FFFFFF;
}

.jyz_num {
    height: 375px;
    margin: 15px 0 0;
}

table.jyz_table {
    width: 100%;
    text-align: left;
    border-spacing: 0;
    table-layout: fixed;
}

table.jyz_table thead th {
    color: #308BE3;
    font-weight: bold;
    padding: 20px 5px 10px;
    font-size: 16px;
}

table.jyz_table tbody td {
    font-size: 16px;
    font-weight: normal;
    padding: 8px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.jyz_table tbody td {
    color: #ABD6FF;
}

table.jyz_table tbody td:first-child {
    color: white;
}

table.jyz_table tr {
    line-height: 32px;
    display: flex;
}

/* table.jyz_table tr td:nth-child(1) {
    width: 180px;
} */

table.jyz_table tr td:nth-child(2) {
    width: 260px;
}

table.jyz_table tr th:nth-child(1) {
    width: 180px;
}

table.jyz_table tr th:nth-child(2) {
    width: 260px;
}

table.jyz_table tbody {
    display: block;
    height: 290px;
    overflow: hidden;
}

table.jyz_table tbody tr:hover {
    cursor: pointer;
    background: url(../img/table_hover.png) center center no-repeat;
}

.rightbox {
    float: right;
    width: 440px;
    overflow: hidden;
    position: absolute;
    right: 0;
    z-index: 1000;
}

.k_qstbox {
    height: 190px;
}

.k_ctrlbox li {
    width: 110px;
    height: 32px;
    background: url(../img/ctrl_bg4.png) center center no-repeat;
    float: left;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    color: #C8EEFF;
    cursor: pointer;
    margin-right: -1px;
}

.k_ctrlbox li.active {
    background: url(../img/ctrl_bg3.png) center center no-repeat;
    font-weight: bold;
    color: #FFFFFF;
}

.k_qbox {
    height: 200px;
    margin-top: 13px;
    width: 440px;
}

.k_listbox table.jyz_table thead th {
    padding: 0 5px 3px;
}

.k_listbox table.jyz_table td a {
    width: 50px;
    background: url(../img/zt_bg1.png) right center no-repeat;
}

.k_listbox table.jyz_table td a.active {
    color: #00ffa2;
    width: 52px;
    background: url(../img/zt_bg2.png) right center no-repeat;
}

.k_listbox table.jyz_table tr td:nth-child(1) {
    width: 110px;
}

.k_listbox table.jyz_table tr td:nth-child(2) {
    width: 270px;
}

.k_listbox table.jyz_table tr td:nth-child(3) {
    width: 60px;
}

.k_listbox table.jyz_table tr th:nth-child(1) {
    width: 110px;
}

.k_listbox table.jyz_table tr th:nth-child(2) {
    width: 270px;
}

.k_listbox table.jyz_table tr th:nth-child(3) {
    width: 60px;
}

.k_listbox table.jyz_table tbody {
    display: block;
    height: 280px;
    overflow: hidden;
}

.centerbox {
    float: left;
    width: 900px;
    margin: 0 15px;
    position: relative;
    left: 50%;
    margin-left: -25%;
}

.zlbox {
    height: 215px;
    background: url(../img/zl_bg.png) top center no-repeat;
}

.zlbox .title2 {
    font-size: 24px;
    font-weight: bold;
    color: #E7F3FF;
    text-shadow: 0px 3px 0px rgba(20, 32, 70, 0.67);
    text-align: center;
}

.zl_tj {
    height: 130px;
    position: relative;
}

.zl_tjbox {
    display: flex;
    justify-content: space-around;
    padding: 38px 0;
    width: 70%;
    margin: auto;
}

.zl_tjbox li {
    text-align: center;
    min-width: 220px;
}

.zl_tjbox li p {
    font-size: 16px;
    color: #B9DBFF;
    letter-spacing: 2px;
}

.zl_tjbox li h2 {
    font-size: 42px;
    font-family: FZLanTingHeiS-DB1-GBK;
    color: #01FFC6;
}

.zl_tjbox li.active h2 {
    color: #DEFF01;
}

.zl_left,
.zl_right {
    position: absolute;
    top: 50%;
    margin-top: -55px;
}

.zl_zs img {
    float: left;
}

.zl_left {
    left: 40px;
    left: 50%;
    opacity: 0;
}

.zl_right {
    right: 40px;
    right: 50%;
    opacity: 0;
}

.zl_zs .zl_icon {
    margin: 50px 20px;
}

.mapbox {
    width: 910px;
    height: 800px;
    margin-top: -45px;
    position: relative;
}

.mapbox .searchBox {
    width: 320px;
    height: 40px;
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 99;
    display: flex;
}

.oilSelect {
    width: 70px;
    height: 40px;
    opacity: 0.7;
    color: #1F98EA;
    background: rgba(0, 0, 0, 0.53);
    cursor: pointer;
    border: 1px solid #167CBC;
    outline: none;
}

.oilSelect>option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0.53);
    opacity: 0.1;
}

.oilInput {
    width: 200px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #167CBC;
    outline: none;
    background: rgba(0, 0, 0, 0.53);
    color: #1F98EA;
}

.query {
    width: 50px;
    height: 40px;
    font-size: 16px;
    color: #FFF;
    background: #1F98EA;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.mapbox .Mtop {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 99;
}

.mapbox .Mleft {
    position: absolute;
    width: 50px;
    height: 790px;
    left: -1px;
    top: 0;
    z-index: 99;
}


.mapbox .Mbottom {
    width: 100%;
    height: 50px;
    position: absolute;
	left: 0;
    bottom: 92px;
    z-index: 99;
}

.mapbox .Mright {
    width: 50px;
    height: 790px;
    position: absolute;
    top: 0;
    right: -2px;
    z-index: 99;
}

.mapbox .coordinate {
    width: 278px;
    height: 151px;
    background: url(../img/zuobiao.png) no-repeat;
    padding: 20px;
    z-index: 999;
    position: absolute;
    top: 0;
	overflow: auto;
}


.mapbox .coordinate .exhibition {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #01FFC6;
    margin-top: 5px;
}

.coordinate .oilTitle {
    font-size: 18px;
    color: #ffffff;
}
.coordinate1 {
	width: 278px;
	height: 151px;
	background: url(../img/zuobiao.png) no-repeat;
	padding: 15px;
	z-index: 999;
	position: absolute;
	top: 0;
}
.coordinate1 .oilTitle {
    font-size: 18px;
    color: #ffffff;
}
.coordinate1 .exhibition {

    font-size: 14px;
    color: #01FFC6;
    margin-top: 5px;
}

.tlbox {
    height: 80px;
    background: url(../img/tl_bg.png) top center no-repeat;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
	z-index: 2223;
}

.tlbox ul li{
    cursor: pointer;
}
.time_xcbox {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.timeSelect {
    width: 235px;
    height: 46px;
    padding: 0 10px;
    background: #0e4e94;
    color: #25A1FC;
    outline: none;
    border: 1px solid #25A1FC;
}

input[type="datetime-local"]::-webkit-inner-spin-button {
    color: #20D4B4 !important;
}

.getSearch {
    width: 96px;
    height: 46px;
    background-color: #1F98EA;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
}

.see {
    width: 130px;
    height: 46px;
    background-color: #20D4B4;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
}

.tlbox .title3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #D1ECFF;
    text-align: center;
    margin: 10px 0;
}

.tl_ul {
    display: flex;
    justify-content: space-around;

    padding: 0 40px;
}

.tl_ul li img {
    float: left;
    margin-right: 5px;
}

/* .tl_ul li.tl_jyz img {
    margin: 9px 5px 10px 0;
} */

.tl_ul li.tl_kjc img {
    margin: -3px 5px 4px 0;
}

.tl_ul li a {
    font-size: 16px;
    color: #B9DBFF;
    float: left;
    line-height: 34px;
}


/*jc_list*/

.jc_list {
    width: 100%;
    height: 242px;
    background: url(../img/jc_bg.png) top center no-repeat;
    padding: 15px 20px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.jc_list p {
    font-size: 14px;
    color: #ABD6FF;
    margin-bottom: 2px;
}

.jc_list h4 {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.jc_list ul {
    margin-top: 28px;
}

.jc_list li {
    overflow: hidden;
    margin: 10px 0;
}

.jc_list li p {
    float: left;
}

.jc_list li h5 {
    float: right;
    text-align: right;
    font-size: 14px;
    color: #FFFFFF;
}


/*#tableQuery3*/

.jyz_un table.jyz_table tr td:nth-child(1) {
    width: 140px;
}

.jyz_un table.jyz_table tr td:nth-child(2) {
    width: 100px;
}

.jyz_un table.jyz_table tr td:nth-child(3) {
    width: 200px;
}

.jyz_un table.jyz_table tr th:nth-child(1) {
    width: 140px;
}

.jyz_un table.jyz_table tr th:nth-child(2) {
    width: 100px;
}

.jyz_un table.jyz_table tr th:nth-child(3) {
    width: 200px;
}

.jyz_un table.jyz_table thead th {
    padding: 0;
}

table.jyz_table span {
    color: #ECC130;
}

.titleboxa {
    display: flex;
    justify-content: center;
}

.titleboxa img {
    margin-right: 10px;
}

.zl_tjbox p span {
    color: #2CFFD0;
    margin-right: 5px;
}

.zl_tjbox p small {
    color: white;
    font-size: 16px;
    margin: 0 5px;
}

.titlebox h4 {
    float: left;
}

.titlebox a {
    float: right;
    font-size: 14px;
    color: #31A5ED;
    margin: 20px 0 0;
    cursor: pointer;
}

.jkbox {
    overflow: hidden;
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 10px;
}

.jkbox li {
    width: 214px;
    height: 120px;
    margin: 0 6px 12px 6px;
    float: left;
    overflow: hidden;
    border: solid 1px #8cccf4;
}

.jkbox li img {
    max-width: 100%;
}

.kjc_s table.jyz_table thead th {
    padding: 15px 5px 10px;
}

.kjc_s table.jyz_table tbody {
    height: 230px;
}

.kjc_s table.jyz_table tr td:nth-child(1) {
    width: 380px;
}

.kjc_s table.jyz_table tr td:nth-child(2) {
    width: 60px;
    text-align: center;
}

.kjc_s table.jyz_table tr th:nth-child(1) {
    width: 380px;
}

.kjc_s table.jyz_table tr th:nth-child(2) {
    width: 60px;
    text-align: center;
}

.tlbox2 {
    height: 110px;
}


/*弹窗*/

.tcbox {
    width: 1120px;
    height: 640px;
    background: url(../img/tc_bg.png) top center no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -560px;
    margin-top: -310px;
    z-index: 10000;
    padding: 35px 40px;
    display: none;
}

.tc_topbox h3 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #5FB9F6;
    margin-right: 30px;
    margin: 8px 30px 0 0;
}

.tc_cxbox {
    float: left;
    display: flex;
}

.btn_enter {
    width: 68px;
    height: 40px;
    background: #1F98EA;
    line-height: 40px;
    color: white;
    display: block;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.selectbox select {
    height: 40px;
    line-height: 40px;
    background: transparent;
    color: #1F98EA;
    ;
    font-size: 16px;
    border: 1px solid #167CBC !important;
    margin-right: 15px;
    padding: 0 10px;
}

.tc_topbox .close {
    float: right;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1F98EA;
    background: url(../img/close.png) right center no-repeat;
    padding-right: 20px;
    display: inline-block;
    cursor: pointer;
    margin: 8px 0 0 0;
}

.videobox {
    overflow: hidden;
    margin: 15px -15px;
}

.videobox li {
    width: 326px;
    margin: 15px;
    float: left;
}

.tc_vbox {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 15px;
    border: solid 1px #8cccf4;
}

.tc_vbox img {
    width: 100%;
}

.tc_tbox {
    display: flex;
    justify-content: space-between;
}

.tc_tbox p {
    font-size: 16px;
    color: #1F98EA;
    line-height: 16px;
}

.hgl .k_ctrlbox{
    display:flex;
}
.hgl .k_ctrlbox li{
    flex: 1;
    width:auto;
    background-size:100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jyz .k_ctrlbox{
    display:flex;
}
.jyz .k_ctrlbox li{
    flex: 1;
    width:auto;
    background-size:100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dialogBoxstyle{
	height: 53vw!important;
}
.dialogBox .el-dialog{
    min-height:600px;
    background: url(../img/tc_bg.png) top center no-repeat;
    background-size: 100% 100%;
    /* background:rgba(0, 1, 1, .9);
    border:3px solid #4bdefd;
    border-radius:10px;
    box-shadow: 1px 0 15px #4bdefd inset; */
}
.dialogBox .el-dialog__header{
    padding: 30px 20px 10px;
}
.dialogBox .el-dialog__title{
    margin: 0 30px;
    color: #5FB9F6;
    text-align: left;
}
.dialogBox .gas_station_table{
    margin: 0 30px;
}
.dialogBox .paginationView{
    margin: 30px 30px 0;
}
.dialogBox .el-pagination__total{
    color: #5FB9F6;
}
.dialogBox .el-pagination__jump{
    color: #5FB9F6;
}
.dialogBox .el-table{
    color: #ABD6FF;
}
.dialogBox .el-table--border, .el-table--group{
    border:1px solid #179ae4 !important;
}
.dialogBox .el-table thead{
    color: #DFF0FF !important;
}
.dialogBox .el-table, .el-table__expanded-cell{
    background-color: transparent !important;
}
.dialogBox .el-table th.el-table__cell{
    background-color: transparent !important;
}
.dialogBox .el-table tr {
    background-color: transparent !important;
}
.dialogBox .el-table__body  tr:hover > td{
    background-color: rgba(75, 117, 138, .5) !important;
}
.dialogBox .el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf{
    border-bottom: 1px solid #179ae4 !important;
}
.dialogBox .el-table--border .el-table__cell, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
    border-right: 1px solid #179ae4 !important;
}
.dialogBox .el-table--border::after, .el-table--group::after, .el-table::before{
    background: transparent !important;
}
.dialogBox .el-table__empty-text{
    color: #1c6691 !important;
}
.dialogBox .el-pagination button:disabled{
    background-color: #194779;
    color: #5FB9F6;
}
.dialogBox .el-dialog__headerbtn{
   top: 35px;
   right: 50px;
}
.dialogBox .el-dialog__headerbtn .el-dialog__close{
    color: #5FB9F6;
}
.dialogBox .gas_station_detial{
    margin: 0 30px;
}


.mapdialogimgstyle{
	width: 200px!important;
	height: 200px!important;
}

/* map */

.bigmap{
    position: fixed!important;
    z-index: 2222!important;
    width: 90%!important;
    height: 80%!important;
    margin-left: 5%!important;
    margin-top: 6%!important;
    top: 0!important;
    left: 0!important;
    opacity: 1!important;
    

}

.mapback{
    display: none;
    width: 96% !important;
    height: 91% !important;
    margin-left: 2% !important;
    margin-top: 4.2% !important;
    position: fixed !important;
    top: 0!important;
    left: 0!important;
    opacity: 1!important;
    background: url(../img/tc_bg.png) top center no-repeat;
    background-size: 100% 100%;
    z-index: 2220!important;
}
.mapclickbtn{
    height: 32px;
    /* background: url(../img/ctrl_bg4.png) center center no-repeat; */
    float: left;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    font-weight: 400;
    color: #C8EEFF;
    cursor: pointer;
    margin-right: -1px;
    background-size: 100% 100%;
    width: 50px;
	height: 50px;
    font-size: 12px;
    cursor: pointer; 
 
}
.bigmapclick{
    position: absolute;
    right: 40px;
    bottom: 120px;
    z-index: 222;
    color: #FFF;
    
    
}
.dialogBoxcss{
    z-index: 2223!important;
}

.smallmapclick{
    display: none;
    position: fixed;
    right: 6%;
    bottom: 120px;
    z-index: 3333;
    color: #FFF;
}

.bigbtnico{
	float: left;
	width: 40px;
	height: 40px;
	margin: 5px;
}
.fangdaico{
	background: url(../img/fangda_ico.png) no-repeat center;
	background-size: 100%;
}
.suoxiaoico{
	background: url(../img/suoxiao_ico.png) no-repeat center;
	background-size: 100%;
}

.anchorBL{
	display: none;
}