@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
body {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
}

body {
    color: rgb(9, 16, 16);
    font-size: 16px;
    background: #fff;
}

html,
body {
    height: 100%;
}

li {
    list-style-type: none;
}

i {
    margin: 0px;
    padding: 0px;
    text-indent: 0px;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a.active,
a:focus {
    outline: none!important;
    text-decoration: none;
}

ol,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

a:hover {
    color: rgb(0, 153, 204);
    text-decoration: none!important
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.pulll_left {
    float: left;
}

.pulll_right {
    float: right;
}

i {
    font-style: normal;
}

.mainbox {
    padding: 0px 10px;
    height: calc(100% - 70px);
}

.nav {
    position: absolute;
}

.left_nav {
    width: 25%;
    height: 100%;
    left: 10px;
    top: 0px;
    z-index: 10;
    padding: 100px 0 20px 0;
}

.right_nav {
    width: 25%;
    height: 100%;
    right: 10px;
    top: 0px;
    z-index: 10;
    padding: 100px 0 20px 0;
}

.box {
    padding: 1px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(3px);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.06);
    margin-bottom: 12px;
    position: relative;
    box-shadow: 3px 3px 10px #ccc;
}

.tit {
    padding: 10px 10px 10px 25px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    background: linear-gradient(to right, rgba(0, 255, 251, 0.1), rgba(0, 182, 227, .1));
    border-radius: 3px;
}

.tit:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: rgb(1 188 211);
    box-shadow: 0 0 5px rgba(22, 214, 255, .9);
    border-radius: 10px;
    left: 10px;
    top: 18px;
}


/* 
.tit:after,.box:before{ width: 100%; height: 1px; content: ""; position: absolute; left: 0; bottom:-1px; background:linear-gradient(to right,#07ad9f,#00d8c6,#07ad9f); box-shadow: 0 0 5px rgba(131,189,227,1); opacity: .6}
.box:before{top: -1px;} */

.boxnav {
    padding: 10px;
    height: calc(100% - 30px);
}

.mapc {
    background: url(../images/bg3.png) no-repeat center center;
    background-size: 100% 100%
}

.map {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.map::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    box-shadow: inset 300px 100px 400px #fff, inset -300px -100px 400px #fff;
    z-index: 1;
    opacity: .8;
}

.markers i {
    color: rgba(255, 255, 255, 0.5);
    display: none;
    font-size: 12px;
    font-style: normal;
    white-space: nowrap;
}

.markers span {
    border-radius: 20px;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.marker1 span {
    background: rgb(0, 171, 120);
}

.marker2 span {
    background: rgb(0, 170, 255);
}

.marker3 span {
    background: rgb(255, 162, 2);
}

.marker1 span::after,
.marker1 span::before {
    background: rgba(0, 171, 120, .5);
}

.marker2 span::after,
.marker2 span::before {
    background: rgba(0, 170, 255, .5);
}

.marker3 span::after,
.marker4 span::before {
    background: rgba(255, 162, 2, .5);
}

.markers span::after,
.markers span::before {
    position: absolute;
    z-index: 9;
    content: "";
    border-radius: 100px;
    transform: scale(0);
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, .2);
}

.markers span::after {
    width: 300%;
    height: 300%;
    animation: fadein 2s infinite linear;
}

.markers span::before {
    width: 400%;
    height: 400%;
    animation: fadein 2s 1s infinite linear;
}

@keyframes fadein {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

 ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    position: absolute
}

 ::-webkit-scrollbar-thumb {
    background: rgba(0, 203, 243, 0.3);
    border-radius: 5px;
}

 ::-webkit-scrollbar-track {
    background-color: transparent
}


/*****/

.bg_head {
    /* background:#00d2d5 url(../images/head_bg.png) no-repeat left top;  */
    background: linear-gradient(to right, rgb(1, 195, 192), rgb(0, 182, 227));
    height: 76px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 100;
}

.bg_head .logo {
    background: rgba(202, 251, 255, .5);
    height: 76px;
    padding: 10px 30px 10px 15px;
    overflow: hidden;
}

.bg_head .logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.bg_head .menu {
    padding-left: 80px;
    display: flex;
}

.bg_head .menu a {
    font-size: 20px;
    color: #fff;
    margin: 0 30px;
    position: relative;
    padding: 23px 0;
}

.bg_head .menu a.active {
    color: #73fff6;
}

.bg_head .menu a.active::before {
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    background: #73fff6;
    height: 3px;
}

.times {
    position: absolute;
    right: 0;
    top: 13px;
    color: #fff;
    flex-shrink: 0;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    justify-content: center;
    z-index: 10
}

.times p {
    text-align: center;
    line-height: 1.2;
    padding-right: 5px
}

.times p:nth-child(1) span {
    display: block;
    font-size: 12px;
    opacity: .5
}

.times p:nth-child(2) span {
    font-size: 32px;
    font-weight: lighter;
    letter-spacing: -2px;
    position: relative;
    padding-right: 8px;
    color: rgba(255, 255, 255, .95)
}

.times p i {
    font-size: 42px;
    font-weight: lighter;
    color: rgba(255, 255, 255, .75)
}

.times p:nth-child(3) span {
    display: block;
    font-size: 12px;
    opacity: .5;
    text-align: right
}

@media (max-width: 1440px) {
    .bg_head .menu a {
        margin: 0 20px;
        font-size: 18px;
    }
    .bg_head .menu {
        padding-left: 60px
    }
}

.maptxt {
    position: absolute;
    width: 50%;
    left: 25%;
    bottom: 10%;
    display: flex;
    justify-content: center;
    z-index: 100;
}

.maptxt a {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 5px 20px;
}

.maptxt a:hover {
    background: rgba(0, 171, 165, .1);
}

.maptxt a.active {
    background: #fff;
    border-color: rgb(0, 213, 224);
}

.maptxt i {
    font-size: 14px;
    color: #666;
}

.maptxt span {
    display: block;
    font-size: 24px;
    line-height: 1;
}

.maptxt a:first-child {
    border-radius: 5px 0 0 5px;
    border-right: none;
}

.maptxt a:last-child {
    border-radius: 0 5px 5px 0;
    border-left: none;
}

.maptxt a:nth-child(1) span {
    color: rgb(0, 171, 120)
}

.maptxt a:nth-child(2) span {
    color: rgb(0, 170, 255)
}

.maptxt a:nth-child(3) span {
    color: rgb(255, 162, 2)
}

.echart ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.echart ul li {
    width: 50%;
    padding: 0 10px;
    height: 50%;
}

.echart ul li span {
    display: block;
    padding: 5px 0;
    border: 1px solid rgba(0, 0, 0, .03);
    border-bottom: none;
    font-size: 14px;
    color: rgb(0, 163, 163);
    text-align: center;
}

.echart ul li div {
    height: calc(100% - 40px);
    border: 1px solid rgba(0, 0, 0, .03);
    overflow: hidden;
}

.news {
    overflow-y: scroll;
    height: calc(100% - 50px);
}

.news a {
    display: block;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding: 10px 0 10px 15px;
    position: relative;
}

.news a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #ddd;
    box-shadow: 0 0 5px rgba(22, 214, 255, .9);
    border-radius: 10px;
    left: 0px;
    top: 18px;
}

.cyy {
    overflow-y: scroll;
    height: calc(100% - 50px);
}

.cyy ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cyy ul li {
    width: calc(100% - 10px);
    margin: 17.9px 0;
    position: relative;
    box-shadow: 3px 3px 10px #ccc;
}

.cyy ul li::before {
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    left: 3px;
    top: 3px;
    content: "";
    background: linear-gradient(to right, #fff, #f5f5f5);
}

.cyy ul li a {
    border: 1px solid #eee;
    color: rgb(0, 154, 201);
    font-size: 15px;
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    letter-spacing: 8px;
}

.cyy ul li:hover::before {
    background: linear-gradient(to right, rgb(1, 195, 192), rgb(0, 182, 227));
}

.cyy ul li:hover a {
    color: #fff;
}

.zuanjia {
    overflow-y: scroll;
    height: calc(100% - 50px);
}

.zuanjia ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zuanjia ul li {
    width: calc(50% - 5px);
    padding: 10px;
    border: 1px solid #eee;
    margin: 5px 0;
    position: relative;
}

.zuanjia ul li h3 {
    font-size: 15px;
}

.zuanjia ul li h3 span {
    font-size: 12px;
    float: right;
    opacity: .3;
}

.zuanjia ul li p {
    font-size: 12px;
    opacity: .5;
}