@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: url(../images/bg1.png) center center;
}

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: 0px 0px 15px 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.2), rgba(0, 182, 227, .2));
    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 15px;
    height: calc(100% - 45px);
}

 ::-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
    }
}

.map {
    position: absolute;
    width: calc(50% - 30px);
    left: calc(25% + 15px);
    top: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    height: 100%;
    z-index: 10;
    padding: 100px 0 20px 0;
}

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

.markers {
    position: absolute;
    cursor: pointer;
}

.markers i {
    color: #fff;
    font-size: 13px;
    font-style: normal;
    max-width: 60px;
    display: block;
}

.markers span {
    border-radius: 20px;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #00ffff;
    position: relative;
    border: 1px solid rgb(0, 155, 179);
}

.markers span::after,
.markers span::before {
    position: absolute;
    content: "";
    background: rgba(74, 255, 255, 0.5);
    border-radius: 100px;
    transform: scale(0);
    opacity: 0;
    border: 1px solid rgba(0, 203, 243, 1);
}

.markers span::after {
    width: 500%;
    height: 500%;
}

.markers span::before {
    width: 600%;
    height: 600%;
}

.markers.active i {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.markers.active span::after {
    animation: fadein 2s infinite linear;
}

.markers.active span::before {
    animation: fadein 2s .7s infinite linear;
}

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

.bnews {
    overflow-y: scroll;
}

.bnews ul {}

.bnews ul li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .03);
    box-shadow: 3px 3px 10px #ccc;
}

.bnews ul li a {
    display: flex;
}

.bnews ul li a img {
    width: 130px;
    height: 90px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 3px;
}

.bnews ul li div {
    padding: 5px 0 0 15px;
}

.bnews ul li div h3 {
    font-size: 15px;
    color: rgba(0, 0, 0, .85);
    display: -webkit-box;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bnews ul li div p {
    line-height: 1.5;
    color: rgba(0, 0, 0, .45);
    display: -webkit-box;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bnews ul li a:hover h3 {
    color: #009dff
}

.b_cx {
    display: flex;
    justify-content: center;
    align-items: center;
}

.b_cx ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.b_cx ul li {
    width: calc(50% - 20px);
    margin: 6px 10px;
    position: relative;
    padding: 10px 15px;
    background: linear-gradient(to right, rgba(0, 205, 205, 0.3), rgba(27, 82, 173, 0));
    box-shadow: 3px 3px 10px #ccc;
}

.b_cx ul li:before {
    position: absolute;
    content: "";
    width: 3px;
    background: rgba(0, 205, 205, 0.3);
    top: 0;
    height: 100%;
    left: -10px;
}

.b_cx ul li h3 {
    color: #111;
    font-size: 20px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.b_cx ul li h3 span {
    font-size: 14px;
    padding: 0 5px;
    color: #006565;
    opacity: .65;
}

.b_tese ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.b_tese ul li {
    width: 25%;
    text-align: center;
}

.b_tese .imgbox {}

.b_tese .imgbox a {
    width: 84px;
    height: 84px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: 5px auto;
}

.b_tese .imgbox a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.b_tese .imgtxt {
    font-size: 12px;
    color: rgba(255, 255, 255, .75);
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    padding: 3px 0 6px 0;
}

.zuanjia {
    overflow-y: scroll;
}

.zuanjia li {
    padding: 15px 0;
    position: relative;
    box-shadow: 3px 3px 10px #ccc;
}

.zuanjia li:nth-child(odd) {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 212, 235, 0.2), rgba(255, 255, 255, 0));
}

.zuanjia li p {
    padding: 3px 0;
}

.zuanjia li p span {
    color: #999;
}

.zuanjia li:nth-child(odd):before,
.zuanjia li:nth-child(odd):after {
    position: absolute;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 212, 235, 0.2), rgba(255, 255, 255, 0));
}

.zuanjia li:nth-child(odd):after {
    top: unset;
    bottom: 0;
}

.map {
    overflow: hidden;
    ;
}

.city {
    display: none;
    position: relative;
}

.city img {
    max-width: unset;
    margin-left: 5%;
}

.city.active {
    animation: fadebig .5s linear;
}

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

.back {
    background: linear-gradient(to right, rgb(1, 195, 192), rgb(0, 182, 227));
    position: absolute;
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 100%;
    left: calc(50% - 32px);
    cursor: pointer;
    bottom: 20px;
    z-index: 100;
    color: #fff;
    padding-top: 10px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    font-size: 14px;
    transform: scale(.9);
    transition: all .5s;
    display: none;
}

.back:hover {
    transform: scale(1);
}

.back img {
    width: 24px;
    display: block;
    margin: 0 auto;
}