@charset "utf-8";

/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

*,
body {
    padding: 0px;
    font-size: 15px;
    margin: 0px;
}

html,
body {
    min-height: 100%;
}

body {
    color: #555;
    font-size: .75rem;
    background: #fff;
    overflow-x: hidden
}

li {
    list-style-type: none;
}

table {}

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

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

.logo img {
    /* border: none; */
    /* max-width: 100%; */
    /* display: block; */
    width: auto;
    height: 100%;
    object-fit: contain;
}

a {
    text-decoration: none;
    color: #333;
    /*transition:color 0.5s;-moz-transition:color 0.5s;-webkit-transition:color 0.5s;-o-transition:color 0.5s;*/
}

a:hover {
    text-decoration: none!important
}

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

ul,
li {
    background: none;
}

.nobor {
    border: none!important;
}

.container:after,
.row:after,
.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.containerm,
.row,
.clear {
    zoom: 1
}

.padd5 {
    padding: .7rem .75rem!important;
}

.bgwhite {
    background: #fff;
}

.text-color {
    color: #f5da84;
}

.container:after,
.row:after,
.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.containerm,
.row,
.clear {
    zoom: 1
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.banner {
    width: 800px;
    float: left
}

.head {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: #fff;
    position: relative;
    z-index: 1000;
}

.head .container>* {
    float: left;
}

.head .logo {
    padding: 10px 0;
}

.head .logo img {
    height: 77px;
}

.head .menu {
    padding: 0 20px 0 60px;
}

.head .menu ul {
    display: flex;
}

.head .menu>ul>li {
    position: relative;
}

.head .menu>ul>li>a {
    font-size: 18px;
    display: block;
    border-bottom: 2px solid #fff;
    line-height: 95px;
    padding: 0 30px;
    margin: 0 1px 0 0;
    color: #888;
}

.head .menu>ul>li:hover>a {
    border-bottom: 2px solid #eee;
    background: #f9f9f9;
}

.head .menu>ul>li.active>a {
    color: #01b88d;
    border-color: #01b88d;
    background: #f9f9f9;
}

.head .menu li div {
    position: absolute;
    display: none;
    width: 100%;
    background: #f9f9f9;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.head .menu li div a {
    display: block;
    transition: all .5s;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    color: #666;
}

.head .menu li div a:last-child {
    border: none;
}

.head .menu li div a.active,
.head .menu li div a:hover {
    background: rgba(0, 0, 0, .05);
}

.head .menu li:hover div {
    display: block;
}

.head .back {
    float: right;
    background: #01b88d;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    line-height: 40px;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
    position: relative;
    left: calc(20px);
    width: 110px;
    height: 40px;
}

.aboutbanner {
    position: relative;
}

.aboutbanner img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.aboutbanner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btxt {
    position: absolute;
    max-width: 800px;
    background: rgba(0, 149, 72, 0.3);
    color: #fff;
    border-radius: 10px;
    font-size: 15px 20px;
    padding: 20px;
    line-height: 1.6;
    margin-bottom: 50px;
}

.alist ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.alist li {
    padding: 20px 0 40px 0;
    width: 33.3333%;
    /* width: 20%; */
    padding: 10px;
}

.alist li .imgtxt {
    display: block;
    padding: 20px 0;
    /* padding: 10px 0; */
    position: relative;
    transition: all .5s;
    border-bottom: 1px solid transparent;
}

.alist li:hover>a {
    border-bottom: 1px solid #4e4e4e;
}

.alist li .imgtxt p {
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    transition: all .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.alist li .imgtxt p:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #4e4e4e;
    left: 0;
    top: 10px;
    transition: all .5s;
    transform: translateX(-40px);
    opacity: 0;
}

.alist li:hover p {
    padding-left: 50px;
}

.alist li:hover p:before {
    opacity: 1;
    transform: translateX(0px)
}

.alist li .imgtxt span {
    opacity: .5;
}

.alist li .imgtxt:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #4e4e4e;
    right: 13px;
    top: 31px;
    opacity: 0;
    transition: all .5s;
    transform: translateX(-30px)
}

.alist li .imgtxt:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #4e4e4e;
    right: 20px;
    top: 24px;
    opacity: 0;
    transition: all .5s;
    transform: translateY(-30px)
}

.alist li:hover .imgtxt:before {
    opacity: 1;
    transform: translateX(0px)
}

.alist li:hover .imgtxt:after {
    opacity: 1;
    transform: translateY(0px)
}

.alist li .imgbox {
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    ;
}

.alist li .imgbox a {
    display: block;
}

.alist li .imgbox img {
    transition: all .5s;
    width: 100%;
}

.alist li:hover .imgbox img {
    transform: scale(1.1);
    opacity: .8
}

.alist li .imgbox ol {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    transition: all .5s;
    top: 0;
    z-index: 1000;
    padding: 20px!important;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
    /* font-size: 12px; */
}

.alist li:hover .imgbox ol {
    padding: 20px!important;
    opacity: 1;
}

.aboutbanner .swiper-button-next:after,
.aboutbanner .swiper-button-prev:after {
    color: #fff;
}

.aboutbanner .swiper-pagination-bullet-active {
    background: #01b88d;
}

.teamtit {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0 0 25px 0;
    text-align: center;
    color: #111;
    padding-top: 40px;
}

.teamtit:before {
    position: absolute;
    content: "";
    width: 50px;
    border-bottom: 2px solid #ddd;
    left: calc(50% - 25px);
    bottom: 0;
}

#mydiv {
    opacity: .7;
}

.goxan {
    background: #01b88d;
    height: 240px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.product-number-info {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.product-number-info ul {
    padding: 75px 0
}

.q {
    zoom: 1
}

.product-number-info li {
    text-align: center;
    height: 90px;
    color: #fff;
    padding-top: 1px
}

.product-number-info li:first-child {
    border: none
}

.product-number-info li b {
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 5px 0
}

.product-number-info li p {
    font-size: 14px;
    opacity: .5
}

.product-number-info li b i {
    font-style: normal;
    font-family: Helve;
    font-size: 55px
}

.product-number-info li b sup {
    position: absolute;
    font-family: Helve;
    font-size: 20px;
    right: -15px;
    top: -3px
}

.product-number-info li.li-2 b,
.product-number-info li.li-2 p {
    padding-left: 70px
}

.num {
    display: flex;
    flex-wrap: wrap;
}

.num li {
    width: 33.3333%;
    text-align: center;
}

.newslist li a {
    display: flex;
}

.newslist a {
    display: block;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: all .5s;
}

.newslist a:hover {
    transform: translateY(-10px)
}

.newslist h3 {
    font-size: 16px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 15px 0;
    transition: all .5s;
}

.newslist a:hover h3 {
    color: #01b88d
}

.newslist p {
    opacity: .4;
    margin-bottom: 20px;
    height: 40px;
    padding-right: 100px;
    display: -webkit-box;
    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;
}

.newslist .span1 {
    opacity: .3
}

.newslist .span2 {
    position: absolute;
    right: 0;
    top: 49%;
    opacity: .3
}

.newslist .span2 i {
    padding-left: 5px;
}

.newslist .col-lg-3 {
    width: 200px;
    height: 126px;
    ;
    border-radius: 5px;
    overflow: hidden;
}

.newslist .col-lg-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newslist .col-lg-9 {
    width: calc(100% - 200px);
    padding-left: 20px;
}

.copyright {
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 13px;
}

.team ul {
    display: flex;
    flex-wrap: wrap;
}

.team ul li {
    width: 50%;
    padding: 10px;
}

.team ul li a {
    display: flex;
    background: #f9f9f9;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .05);
}

.team ul li a img {
    width: 160px;
    height: 200px;
    flex-shrink: 0;
    object-fit: cover;
}

.team ul li div {
    padding: 10px;
}

.team ul li div h3 {
    padding: 10px 0;
    font-size: 18px;
    ;
}

.team ul li div p {
    color: #888;
    line-height: 1.7;
}

.team ul li a:hover {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .1);
}

.team ul li a:hover p,
.team ul li a:hover h3 {
    color: #01b88d
}

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

.zhuanjia ul li {
    width: 20%;
    text-align: center;
    padding: 15px 0;
}

.zhuanjia .imgbox a {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
}

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

.zhuanjia .imgtxt {
    display: block;
    padding-top: 10px;
    font-size: 16px;
}

.aboutxt {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    padding: 20px 0;
}

.aboutxt .imgbox {
    width: 40%;
    height: 300px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 5px;
}

.aboutxt .imgtext {
    width: 60%;
    height: 300px;
    padding: 20px;
    background: #f5f5f5;
}

.aboutxt .imgtext h3 {
    font-size: 24px;
    padding: 10px 0;
}

.aboutxt .imgtext p {
    font-size: 16px;
    line-height: 1.6;
}

.aboutxt .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left_nav {
    position: fixed;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90%;
    top: 10px;
    z-index: 100;
}

.left_nav ul {
    border-radius: 0 5px 5px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: #fff;
    overflow: hidden;
}

.left_nav li a {
    display: block;
    padding: 10px 50px;
    border-bottom: 1px solid #eee;
    color: #999
}

.left_nav li.active a {
    border-bottom: 1px solid #01b88d;
    background: #01b88d;
    color: #fff;
}

.left_nav li:last-child a {
    border: none;
}

.infotxt {
    text-align: center;
}

.infotxt p {
    display: inline-block;
    max-width: 800px;
    color: #888;
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 20px;
}

.maptxt {
    left: 0;
    position: absolute;
    z-index: 100;
    left: calc(50% - 150px);
    top: 501px;
}

.maptxt a {
    color: #01a07a;
}

.maptxt .txt1 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.maptxt .txt2 {
    padding-bottom: 5px;
}

.maptxt ul {
    display: flex;
    justify-content: center;
}

.maptxt ul li {
    display: none;
    border: 1px solid #01b88d;
    border-radius: 5px;
    padding: 10px 20px;
    width: 300px;
    text-align: left;
}

.maptxt ul li.active {
    display: block;
}

.bars {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    padding-top: 30px;
}

.bars a {
    width: 100%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    position: relative;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .1);
}

.bars a img {
    width: 100%;
    transition: all .5s;
    height: 80px;
    object-fit: cover;
}

.bars a span {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgb(8 181 150 / 82%);
    font-size: 24px;
    font-weight: lighter;
    backdrop-filter: blur(0px);
}

.bars a:hover img {
    transform: scale(1.2);
}

.bars a:hover span {
    backdrop-filter: blur(3px);
}


/*****/

html {
    height: 100%;
}

.indexbg {
    min-height: 100%;
    background: url(../images/bg01.png) no-repeat top center, linear-gradient(235deg, #ffffff, #e1f8f1);
}

.toptxt {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}

.toptxt img {
    margin: 0 auto;
}

.toptxt p {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    padding-top: 20px;
}

.indnav {
    width: 1200px;
    margin: 0 auto;
    padding-top: 200px;
}

.indnav ul {
    display: flex;
}

.indnav ul li {
    width: 33.33333333%;
    text-align: center;
}

.indnav ul li img {
    margin: 0 auto;
}

.indnav ul li h2 {
    color: #111;
    font-size: 24px;
    position: relative;
    padding: 20px 0 10px 0;
}

.indnav ul li h2::before {
    position: absolute;
    content: "";
    width: 50px;
    border-bottom: 2px solid #01b88d;
    left: calc(50% - 25px);
    bottom: 0;
}

.indnav ul li p {
    color: #555;
    font-size: 16px;
    padding: 10px 0;
    max-width: 260px;
    margin: 0 auto;
}

.indnav ul li span {
    display: block;
    color: #01be8f;
    font-size: 16px;
    padding: 10px 0 20px 0;
}

.indnav ul li i {
    background: linear-gradient(to right, #00d8b6, #01b6b8);
    display: flex;
    margin: 0 auto;
    font-style: normal;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    color: #fff;
    width: 100px;
    border-radius: 30px;
    padding: 0 20px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
    position: relative;
}


/*****/

.bgsc {
    /* background: #001664 url(../images/bg02.png) no-repeat;
    background-size: 100% 100%;
    
    color: rgba(255, 255, 255, .75); */
    height: 100%;
    color: rgb(9, 16, 16);
    font-size: 16px;
    background: url(../images/bg1.png) center center;
}

.bg_head {
    /* background: url(../images/head_bg.png) no-repeat left top;
    height: 95px;
    display: flex;
    align-items: center;
    padding-bottom: 15px; */
    /* 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 {
    /* width: 340px;
    text-align: center;
    color: #ffec6c;
    font-size: 36px; */
    background: rgba(202, 251, 255, .5);
    height: 76px;
    padding: 10px 30px 10px 15px;
    overflow: hidden;
}

.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: #009dff; */
    color: #73fff6;
}

.bg_head .menu a.active::before {
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    /* background: #009dff; */
    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
}

.mainbox {
    height: calc(100% - 76px);
}

.mainbox>ul {
    height: 100%;
    display: flex;
    padding: 24px 10px 20px 10px;
    /* padding: 24px 10px; */
}

.mainbox>ul>li {
    height: 100%;
    /* padding: 10px; */
}

.boxstyle {
    /* border: 1px solid rgba(1, 67, 133, .2);
    margin-bottom: 10px;
    background: rgba(255, 255, 255, .03);
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    padding: 0 10px; */
    padding: 1px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .8);
    backdrop-filter: blur(3px);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
    margin-bottom: 12px;
    position: relative;
    box-shadow: 3px 3px 10px #ccc;
}

.boxstyle .tit {
    /* background: url(../images/titbg.png) no-repeat right 26px;
    padding: 10px 0;
    font-size: 18px;
    color: #79bee2 */
}

.boxstyle .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;
}

.boxstyle .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;
}

.boxstyle .tit span {
    font-size: 12px;
    opacity: .2;
    display: block;
    padding-top: 5px;
    text-transform: uppercase;
    color: #fff
}

.boxstylenav {
    /* height: calc(100% - 74px); */
    padding: 10px 15px;
    height: calc(100% - 45px);
}

.bnews {
    overflow-y: scroll;
    /* margin-right: -10px;
    padding-right: 10px; */
}

.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(255, 255, 255, .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; */
    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 {
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .1);
}

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

.b_team {
    overflow-y: scroll;
    margin-right: -10px;
    padding-right: 10px;
}

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

.b_team li {
    width: calc(100% - 10px);
    position: relative;
    box-shadow: 3px 3px 10px #ccc;
}

.b_team 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));
}

.b_team li:nth-child(odd):before,
.b_team 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));
}

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

.b_team a {
    display: block;
    /* background: url(../images/zjbg.png); */
    margin: 6px 0;
    /* width: 195px; */
    height: 60px;
    font-size: 16px;
    /* color: #fff; */
    color: rgb(9, 16, 16);
    padding: 9px;
    background-size: 100% 100%;
}

.b_team a span {
    font-size: 12px;
    color: #3d91be;
    color: #008b8b;
    padding-left: 5px;
}


/* 
.b_team a p {
    font-size: 22px;
} */

.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: 6px 15px;
    background: linear-gradient(to right, rgba(27, 82, 173, .3), rgba(27, 82, 173, 0));
}

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

.b_cx ul li p {
    opacity: .5;
}

.b_cx ul li h3 {
    color: #62bbff;
    font-size: 20px;
    font-weight: normal;
}

.b_cx ul li h3 span {
    font-size: 14px;
    padding-left: 5px;
} */

.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;
    box-shadow: 3px 3px 10px #aaa;
}

.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, .66);
    padding: 3px 0 6px 0;
}

.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%;
    box-shadow: 3px 3px 10px #ccc;
}

.echart ul li span {
    display: block;
    padding: 5px 0 3px 0;
    color: rgb(9, 16, 16);
    /* color: rgba(255, 255, 255, .5); */
    ;
}

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

.mySwiper2 {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.mySwiper2 .swiper-slide .imgtxt {
    display: block;
    padding: 10px 0;
    position: relative;
    transition: all .5s;
    border-bottom: 1px solid transparent;
}

.mySwiper2 .swiper-slide .imgtxt p {
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    transition: all .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.mySwiper2 .swiper-slide .imgtxt p:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #4e4e4e;
    left: 0;
    top: 10px;
    transition: all .5s;
    transform: translateX(-40px);
    opacity: 0;
}

.mySwiper2 .swiper-slide .imgtxt span {
    opacity: .5;
}

.mySwiper2 .swiper-slide .imgtxt:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #4e4e4e;
    right: 13px;
    top: 31px;
    opacity: 0;
    transition: all .5s;
    transform: translateX(-30px)
}

.mySwiper2 .swiper-slide .imgtxt:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #4e4e4e;
    right: 20px;
    top: 24px;
    opacity: 0;
    transition: all .5s;
    transform: translateY(-30px)
}

.mySwiper2 .swiper-slide .imgbox {
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    ;
}

.mySwiper2 .swiper-slide .imgbox a {
    display: block;
}

.mySwiper2 .swiper-slide .imgbox img {
    transition: all .5s;
    width: 100%;
}

.mySwiper2 .swiper-slide:hover .imgbox img {
    transform: scale(1.1);
    opacity: .8
}

.mySwiper2 .swiper-slide .imgbox ol {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    transition: all .5s;
    top: 0;
    z-index: 1000;
    padding: 20px!important;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
}

.tagslist ul {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.tagslist a {
    padding: 8px 20px;
    color: #666;
    border-radius: 30px;
    border: 1px solid #ddd;
    font-size: 15px;
    margin: 5px 4px;
    display: block;
}

.tagslist li.active a {
    background: linear-gradient(to right, #00d8b6, #01b6b8);
    color: #fff;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

.star {
    position: absolute;
    left: 599px;
    top: 127px;
    width: 30px;
    z-index: 100;
}

.star span {
    position: absolute;
    width: 160px;
    background: rgba(0, 0, 0, .4);
    border-radius: 5px;
    padding: 6px;
    color: #fff;
    text-align: center;
    top: -57px;
    left: -59px;
}

.news2 ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.news2 ul li {
    width: 50%;
    padding: 15px;
}

.news2 li a {
    display: flex;
}

.news2 a {
    display: block;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #f5f5f5;
    transition: all .5s;
}

.news2 a:hover {
    transform: translateY(-10px)
}

.news2 h3 {
    font-size: 16px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 0;
    transition: all .5s;
}

.news2 a:hover h3 {
    color: #01b88d
}

.news2 p {
    opacity: .4;
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news2 .col-lg-3 {
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
    ;
}

.news2 .col-lg-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news2 .col-lg-9 {
    width: calc(100% - 200px);
    padding-left: 20px;
}

.left_nav2 {
    padding: 10px;
    background: #f5f5f5;
    border-radius: 3px;
}

.left_nav2 ul {
    display: flex;
    flex-wrap: wrap;
}

.left_nav2 li a {
    border-right: 1px solid #ddd;
    padding: 0 20px;
    color: #888;
}

.left_nav2 li:last-child a {
    border: none;
}

.left_nav2 li.active a {
    color: #01b88d;
}

.zhuanjia2 ul li {
    width: 25%;
}

.fenyuan ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.fenyuan li {
    padding: 20px 0 40px 0;
    width: 20%;
    /* width: 20%; */
    padding: 10px;
}

.fenyuan li .imgtxt {
    display: block;
    /* padding: 20px 0; */
    padding: 10px 0;
    position: relative;
    transition: all .5s;
    border-bottom: 1px solid transparent;
}

.fenyuan li:hover>a {
    border-bottom: 1px solid #4e4e4e;
}

.fenyuan li .imgtxt p {
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    transition: all .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.fenyuan li .imgtxt p:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #4e4e4e;
    left: 0;
    top: 10px;
    transition: all .5s;
    transform: translateX(-40px);
    opacity: 0;
}

.fenyuan li:hover p {
    padding-left: 50px;
}

.fenyuan li:hover p:before {
    opacity: 1;
    transform: translateX(0px)
}

.fenyuan li .imgtxt span {
    opacity: .5;
}

.fenyuan li .imgtxt:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #4e4e4e;
    right: 13px;
    top: 31px;
    opacity: 0;
    transition: all .5s;
    transform: translateX(-30px)
}

.fenyuan li .imgtxt:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #4e4e4e;
    right: 20px;
    top: 24px;
    opacity: 0;
    transition: all .5s;
    transform: translateY(-30px)
}

.fenyuan li:hover .imgtxt:before {
    opacity: 1;
    transform: translateX(0px)
}

.fenyuan li:hover .imgtxt:after {
    opacity: 1;
    transform: translateY(0px)
}

.fenyuan li .imgbox {
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    width: 224px;
    height: 149px;
}

.fenyuan li .imgbox a {
    display: block;
}

.fenyuan li .imgbox img {
    transition: all .5s;
    width: 100%;
}

.fenyuan li:hover .imgbox img {
    transform: scale(1.1);
    opacity: .8
}

.fenyuan li .imgbox ol {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    transition: all .5s;
    top: 0;
    z-index: 1000;
    padding: 20px!important;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
    font-size: 12px;
}

.fenyuan li:hover .imgbox ol {
    padding: 20px!important;
    opacity: 1;
}

.nongji ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.nongji li {
    padding: 20px 0 40px 0;
    width: 25%;
    padding: 10px;
}

.nongji li .imgtxt {
    display: block;
    padding: 20px 0;
    position: relative;
    transition: all .5s;
    border-bottom: 1px solid transparent;
}

.nongji li:hover>a {
    border-bottom: 1px solid #4e4e4e;
}

.nongji li .imgtxt p {
    font-size: 16px;
    padding-bottom: 5px;
    position: relative;
    transition: all .5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}

.nongji li .imgtxt p:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #4e4e4e;
    left: 0;
    top: 10px;
    transition: all .5s;
    transform: translateX(-40px);
    opacity: 0;
}

.nongji li:hover p {
    padding-left: 50px;
}

.nongji li:hover p:before {
    opacity: 1;
    transform: translateX(0px)
}

.nongji li .imgtxt span {
    opacity: .5;
}

.nongji li .imgtxt:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background: #4e4e4e;
    right: 13px;
    top: 31px;
    opacity: 0;
    transition: all .5s;
    transform: translateX(-30px)
}

.nongji li .imgtxt:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background: #4e4e4e;
    right: 20px;
    top: 24px;
    opacity: 0;
    transition: all .5s;
    transform: translateY(-30px)
}

.nongji li:hover .imgtxt:before {
    opacity: 1;
    transform: translateX(0px)
}

.nongji li:hover .imgtxt:after {
    opacity: 1;
    transform: translateY(0px)
}

.nongji li .imgbox {
    position: relative;
    overflow: hidden;
    background: #000;
    border-radius: 5px;
    overflow: hidden;
    ;
}

.nongji li .imgbox a {
    display: block;
}

.nongji li .imgbox img {
    transition: all .5s;
    width: 100%;
}

.nongji li:hover .imgbox img {
    transform: scale(1.1);
    opacity: .8
}

.nongji li .imgbox ol {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    transition: all .5s;
    top: 0;
    z-index: 1000;
    padding: 20px!important;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
}

.nongji li:hover .imgbox ol {
    padding: 20px!important;
    opacity: 1;
}

.more {
    position: absolute;
    float: right;
    line-height: 40px;
    right: 10px;
}

.more a {
    color: #aaa;
}

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

.markers i {
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    font-style: normal;
    max-width: 60px;
    display: block;
}

.markers span {
    /* border-radius: 20px;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: rgb(0, 171, 120);
    position: relative; */
    /* border: 2px solid rgb(0 204 136); */
    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, 201, 0.5);
    border-radius: 100px;
    transform: scale(0);
    opacity: 0;
}

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

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

.markers.active i {
    color: rgba(255, 255, 255, 1);
} */

.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;
    }
}

.ditu {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 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;
}

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