@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: 14px;
    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;
}

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

.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%;
    padding: 10px;
}

.alist li .imgtxt {
    display: block;
    padding: 20px 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;
}

.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: 40px 0 25px 0;
    text-align: center;
    color: #111;
}

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

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

.copyright {
    border-top: 1px solid #eee;
    padding: 20px;
    text-align: center;
    margin-top: 50px;
    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;
}

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

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

.left_nav li a {
    display: block;
    padding: 10px;
    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;
}

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


/*****/

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: 160px;
    margin-bottom: 100px;
}

.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%;
    height: 100%;
    color: rgba(255, 255, 255, .75);
}

.bg_head {
    background: url(../images/head_bg.png) no-repeat left top;
    height: 95px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

.bg_head .logo {
    width: 340px;
    text-align: center;
    color: #ffec6c;
    font-size: 36px;
}

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

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

.mainbox>ul {
    height: 100%;
    display: flex;
    padding: 20px 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;
}

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

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

.boxstylenav {
    height: calc(100% - 74px);
}

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

.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(255, 255, 255, .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;
}

.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 a {
    display: block;
    background: url(../images/zjbg.png);
    margin: 6px 0;
    width: 195px;
    height: 41px;
    font-size: 16px;
    color: #fff;
    padding: 9px;
}

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

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

.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 3px 0;
    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: 14px;
    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%);
}

.guanliduan {
    position: absolute;
    top: 60px;
    right: 241px;
    font-size: 25px;
    line-height: 55px;
    /* border: 1px solid #1ad0d5; */
    background: #1ad0d5;
    padding: 0px 29px;
    border-radius: 32.5px;
    color: white;
    font-weight: bold;
}

.cursor_pointer{
    cursor: pointer;
}

footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
}

.lianjie{
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
}

.lianjie li{
    float: left;
    font-size: 16px;
}

.beian{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    display: flex;
}


.beian li{
    float: left;
    font-size: 16px;
}

.beian ul{
    margin-left: 20px;
}