@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
    overflow-x: hidden;
}

html {
    font-size: 5.2083334vw;
}

@media (max-width:1024px) {
    html {
        font-size: 9.765625vw
    }
}

@media (max-width:480px) {
    html {
        font-size: 11vw
    }
}


/* @font-face {
    font-family: "HarmonyOS_Sans_SC_Regular";
    src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Bold";
    src: url("../fonts/HarmonyOS_Sans_SC_Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Light";
    src: url("../fonts/HarmonyOS_Sans_SC_Light.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HarmonyOS_Sans_SC_Medium";
    src: url("../fonts/HarmonyOS_Sans_SC_Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
} */


/*初始化样式*/
body {
    margin: 0px;
    padding: 0px;
    margin: 0px auto;
    zoom: 1;

    /*设置字体*/
    font-size: 0.18rem;
    line-height: 1.5;
    font-family: HarmonyOS_Sans_SC_Regular, sans-serif;
    color: #666666;
    /*设置宽度*/
    width: 100%;
    background-color: #ebf2ef;
}

ul,
li,
form,
dl,
dt,
dd,
div {
    padding: 0px;
    margin: 0px;
}

.ul,
.ul li {
    list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.p {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666666;
    font-family: HarmonyOS_Sans_SC_Light;
}

input:focus {
    outline: none;
}

/*强制去除表单自带的样式*/
input,
button,
select,
textarea {
    outline: none;
    /*-webkit-appearance:none;*/
}

/*强制去除textarea自带的样式*/
textarea {
    resize: none;
    /*-webkit-appearance:none;*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

/*html5设置*/
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
}

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    vertical-align: baseline;
    max-width: 100%;
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    noline: -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #00773F;
}

ul,
li {
    list-style: none;
    font-style: normal;
}

* {
    font-style: normal;
}

/*清楚浮动*/
.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.imgBox {
    width: 100%;
    display: block;
}

.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}

.pulbicCon {
    width: 93.75%;
    max-width: 16rem;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    body {
        font-size: 14px;
    }
    .Header .Search .searchbox .input{
        height: 36px !important;
        line-height: 34px !important;
        font-size: 15px !important;!i;!;
        padding-left: 36px !important;!I;!;
    }
    .Header .Search .searchbox .btn {
        width: auto !important;
        height: 36px !important;
        padding: 0 10px;
    }
}


@-webkit-keyframes icon-bounce {
    0%,
    100% {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    25% {
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    50% {
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
    75% {
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    85% {
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
  }
  @-moz-keyframes icon-bounce {
    0%,
    100% {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    25% {
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    50% {
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
    75% {
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    85% {
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
  }
  @-o-keyframes icon-bounce {
    0%,
    100% {
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    25% {
      -moz-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
      -webkit-transform: rotate(15deg);
      transform: rotate(15deg);
    }
    50% {
      -moz-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
      -webkit-transform: rotate(-15deg);
      transform: rotate(-15deg);
    }
    75% {
      -moz-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg);
    }
    85% {
      -moz-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
    }
  }
  
/*初始化样式*/

.publicCon {
    width: 93.75%;
    max-width: 14.4rem;
    margin: 0 auto;
}
.imgbox{
    overflow: hidden;
}

.imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: inherit;
}


/*Top*/
.hide {
    display: none;
}

.Header {
    height: 2.1rem;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.2);
    z-index: 100;
    transition: all 0.3s;
    text-align: center;
    background: linear-gradient(0deg, #006636, #00773F);
}

.Header .auto {
    width: 93.75%;
    max-width: 14.4rem;
    margin: 0 auto;
}

.Header .Logo {
    float: left;
    /* padding-top: 0.23rem; */
    transition: all 0.3s;
}

@media screen and (min-width:1025px) {
    .Header .Logo {
        height: 1rem;
        display: flex;
        align-items: center;
    }

    .Header .Logo a {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .closebtn{
        display: none !important;
    }
}

.Header .toper {
    /* float: right; */
    /* transition: all 0.3s; */
    /* font-size: 16px; */
    /* height: 1rem; */
    /* display: flex; */
    /* align-items: center; */
}
.Header .toper ul{
    display: flex
;
    align-items: center;
}

.Header .toper a {
    color: #fff;
    display: flex;
    align-items: center;
}

.Header .toper a:hover{
    color: #fff !important;!i;!;
}

.Header .toper .ver {
    color: #fff;
    position: relative;
}

.Header .toper .ver dt {
    display: flex;
    align-items: center;
}

.Header .toper .ver .iconxjt {
    font-size: 16px;
    color: #fff;
    margin-left: 0.06rem;
}

.Header .toper .ver .iconver {
    font-size: 0.28rem;
    margin-right: 0.1rem;
    color: #fff;
}

.Header .toper .ver dd {
    display: none;
    position: absolute;
    left: 50%;
    top: 0.25rem;
    width: 100%;
    text-align: center;
    line-height: 0.32rem;
    background-color: #fff;
    border-radius: 0.05rem;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    -webkit-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
}

.Header .toper .ver.on dd {
    display: block;
}

.Header .toper .ver.on dd p {
    padding: 5px 0px;
}

.Header .toper .user {
    width: 0.96rem;
    height: 0.44rem;
    background: #E99706;
    border-radius: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.14rem;
}


.Header .toper .gz{
  width: 0.96rem;
  height: 0.44rem;
  background: #00773f;
  border-radius: 0.04rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.14rem;
}



/* .Header .Search {
    padding-right: 0 !important;
    margin-right: 0 !important;
    border-right: 0 !important;
} */

.Header .Search .Searchico {
    cursor: pointer;
    color: #fff;
}

.Header .Search .Searchico .icongb {
    display: none;
}

.Header .Search .Searchico.on .icongb {
    display: block;
}

.Header .Search .Searchico.on .iconso {
    display: none;
}

.Header .Search .Searchico .iconfont,
.Header .user .userico .iconfont {
    /* font-size: 26px; */
    margin-right: 0.06rem;
    margin-top: -0.01rem;
}

.Header .Search .searchbox {
    width: 3.5rem;
    line-height: 0.34rem;
    /* position: absolute; */
    /* display: block; */
    /* right: 0; */
    /* top: 0.6rem; */
}
.Header .Search .searchbox .iconso{
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translate(0px, -50%);
}

.Header .Search .searchbox .input {
    background: #fff;
    width: 100%;
    height: 0.44rem;
    line-height: 0.42rem;
    border: none;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
    border: 0.01rem solid #D2D2D2;
    padding-left: 0.5rem;
    padding-right: 0.8rem;
    font-size: 0.16rem;
}

.Header .Search .searchbox .input::-webkit-input-placeholder {
    color: #959595;
}

.Header .Search .searchbox .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.76rem;
    height: 0.44rem;
    color: #fff;
    background: #00773F;
    border-radius: 0 0.04rem 0.04rem 0;
    -webkit-border-radius: 0 0.04rem 0.04rem 0;
    -moz-border-radius: 0 0.04rem 0.04rem 0;
    -ms-border-radius: 0 0.04rem 0.04rem 0;
    -o-border-radius: 0 0.04rem 0.04rem 0;
    border: none;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.Header .Search .searchbox .btn:hover{
    background-color: #E99706;
}

/* .Header .Search .searchbox .btn:hover {
    background: #00773F;
} */

.MainNav {
    line-height: 0.6rem;
    height: 0.6rem;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

.MainNav li {
    float: left;
    z-index: 100;
    position: relative;
}

.MainNav span a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    font-size: 0.2rem;
    transition: all ease 0.3s;
    /* padding: 0 0.07rem; */
    color: #fff
}

.MainNav span a em {
    position: relative;
    z-index: 1;
}

.MainNav .bg {
    position: absolute;
    width: 1.35rem;
    bottom: 0;
    height: 0.65rem;
    transition: all ease 0.3s;
    background-size: 1.32rem;
    transform: translate(-50%, 0px);
    left: 100%;
}

.MainNav .arr {
    display: none;
}



.MainNav li.onnav span a {
    color: #fff;
}



.MainNav li.onnav .bg,
.MainNav li span a.bg {
    width: 1.35rem;
    left: 50%;
    background-image: url(../images/hoverBg.png);
}
.MainNav li:hover .bg {
    background-image: url(../images/hoverBg.png);
    width: 1.35rem;
    left: 50%;
}
.NavPull {
    z-index: 99;
    display: none;
    position: absolute;
    top: 0.6rem;
    left: 50%;
    width: 1.2rem;
    background: #f3f8ff;
    text-align: center;
    transform: translate(-50%, 0px);
}

.PullBox {
    width: 100%;
    line-height: 1.5;
    padding: 0.1rem 0;
}


.NavPull dl {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.NavPull.null {
    background: none;
    padding: 0;
}

.NavPull dd {
    position: relative;
    line-height: 0.44rem;
    font-size: 0.16rem;
    color: #666666;
}

.NavPull dd a {
    display: block;
}

.NavPull dd span {
    float: right;
    line-height: 0.44rem;
    height: 0.44rem;
}

.NavPull dd img {
    opacity: 0;
    vertical-align: middle;
    transition: all 0.3s
}

.NavPull dd:hover img {
    opacity: 1;
}

.NavPull dd a:hover {
    color: #00773F;
}

.NavPull a:hover,
.NavPull dd:hover a {
    color: #00773F;
}

.openbtn {
    cursor: pointer;
    display: none;
    width: 0.32rem;
    height: 0.25rem;
    background: #fff;
    position: absolute;
    right: 0.1rem;
    top: 0.11rem;
    z-index: 999;
}

.closebtn {
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.openbtn span {
    display: block;
    height: 0.03rem;
    background: #00773F;
    border-radius: 0.04rem;
    margin: 0.04rem;
    transition: all ease 0.3s;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
}

.openbtn.on .sp1 {
    -webkit-transform: translate(0, 7px) rotate(45deg) !important;
    -moz-transform: translate(0, 7px) rotate(45deg) !important;
    -ms-transform: translate(0, 7px) rotate(45deg) !important;
    -o-transform: translate(0, 7px) rotate(45deg) !important;
    transform: translate(0, 7px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    -webkit-transform: translate(0, 0) rotate(-45deg) !important;
    -moz-transform: translate(0, 0) rotate(-45deg) !important;
    -ms-transform: translate(0, 0) rotate(-45deg) !important;
    -o-transform: translate(0, 0) rotate(-45deg) !important;
    transform: translate(0, 0) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    display: none;
}
.Header .toper{
    display: flex;
}
.Header .toper li {
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* margin-left: 0.16rem; */
    /* padding-left: 0.16rem; */
    position: relative;
    /* height: 25px; */
    /* line-height: 25px; */
}

.Header.fix .toper .ver,
.Header:hover .toper .ver {
    color: #181818;
}

.Header.fix .Logo img.hide,
.Header:hover .Logo img.hide {
    display: inline-block !important;
}

.Header.fix .Logo img,
.Header:hover .Logo img {
    display: none
}

.Header.fix .MainNav a,
.Header:hover .MainNav a {
}

.Header.fix .toper .ver .iconver,
.Header.fix .toper .ver .iconxjt,
.Header:hover .toper .ver .iconver,
.Header:hover .Search .Searchico,
.Header:hover .toper .ver .iconxjt,
.Header:hover .toper a,
.Header:hover .toper a {
    /* color: #181818; */
}
.Header.fix .toper .ver .iconver,
.Header.fix .toper .ver,
.Header.fix .toper a,
.Header.fix .Search .Searchico{
    /* color: #181818; */
}
.Header.fix .toper .ver .iconver:hover,
.Header.fix .toper .ver:hover,
.Header.fix .toper a:hover,
.Header.fix .Search .Searchico:hover{
    /* color: #181818; */
}
.Header:hover,
.Header.fix {
}
.Header  .top{
    background-image: url(../images/headBg.jpg);
    background-size: cover;
    background-position: right bottom;
    height: 1.5rem;
}
.Header  .top .publicCon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.Header  .top .publicCon .logo{
    display: flex;
    align-items: center;
}

.Header  .top .publicCon .logo img{
    height: 0.81rem;
}
@media screen and (min-width:1025px) {

    .Header .Search .Searchico .iconfont,
    .Header .user .userico .iconfont {
        /* font-size: 0.24rem; */
    }

    /* .Header .toper li {
        height: 0.25rem;
        line-height: 0.25rem;
    } */

    .Header .toper .ver dt {
        font-size: 0.16rem;
    }

    .Header .toper .ver .iconxjt {
        font-size: 0.16rem;
    }

    .Header .Logo img {
        width: 1.66rem;
    }
}

@media (max-width:1024px) {

    .Header,
    .Header .toper {
        height: 90px !important;
        z-index: 224;
    }

    .Header .top{
        height: 45px;
    }

    .Header .toper .ver dd {
        top: 35px;
        width: 100px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .Header .auto {
        width: auto;
        padding: 0 15px;
    }

    .Header .Logo {
        padding-top: 0px !important;
        width: auto;
        height: 45px;
        display: flex;
        align-items: center;
    }

    .Header .Logo a {
        display: flex;
    }

    .Header .Logo img {
        height: 26px;
    }

    .Header.fix .MainNav,
    .Header.fix .toper,
    .Header .toper {
        line-height: normal;
    }

    /* .Header .Search .searchbox {
        right: 5%;
        width: 90%;
    } */
    .Header .Search .searchbox{
        line-height: 34px;
    }

    .Header .toper li {
        margin-right: 0;
        padding-right: 0;
        position: static;
        margin-left: 5px !important;
    }

    .Header .toper .ver .iconver {
        font-size: 22px;
    }

    .Search {
        /* padding: 0 38px 0 0 !important; */
        position: static;
    }

    .Search .searchbox {
        width: 96%;
        right: 2%;
        top: 0 !important;
        position: relative;
    }

    .Header .openbtn {
        display: block;
        width: 32px;
        height: 25px;
        top: 55px;
        right: 2%;
    }
    .Header .top .publicCon .logo img{
        height: 36px;
    }
    .Header .toper .user {
        width: auto;
        height: 36px;
        margin-left: 10px;
        padding: 0 10px;
    }
    .Header .toper {
        padding-right: 0;
    }
    .publicCon {
        width: 96%;
    }
   
    .Header .toper li {
        margin-left: 0;
        padding-left: 0;
    }

    .openbtn span {
        height: 3px;
        border-radius: 0.04rem;
        margin: 4px;
        background: #E99706;
    }

    .MainNav {
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        width: 300px;
        padding: 0;
        right: -300px;
        background: #fff;
        top: 90px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all ease 0.3s;
    }

    .MainNav ul {
        padding-top: 30px;
        width: 100%;
    }

    .MainNav li {
        display: block;
        position: relative;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f9f8f6;
        width: auto;
        margin: 0;
        background: none;
    }

    .MainNav li span a {
        font-size: 16px;
        text-align: left;
        height: auto;
        display: block;
        line-height: 28px !important;
        height: auto !important;
        height: auto;
        padding: 8px 0 8px 20px;
        border: 0;
        color: #666;
    }

    .MainNav span a:after {
        display: none;
    }

    .MainNav .bg {
        display: none
    }

    .MainNav li:hover span a,
    .MainNav li.onnav span a,
    .MainNav li span a.sele {
        color: #00773F !important;!i;!;!I;!;
    }

    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 10;
        width: 100px;
        line-height: 38px;
        height: 38px;
        right: 0px;
        top: -1px;
    }

    .MainNav .arr i {
        position: absolute;
        height: auto;
        background: none;
        right: 15px;
        top: 5px;
        transition: all ease 0.3s;
    }

    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
    }

    .MainNav.on {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
    }

    .PullBox {
        margin-left: 0;
        display: inline-block;
        width: 100%;
        float: none;
    }

    .NavPull .rigthbox {
        display: none
    }

    .NavPull dl {
        width: 100%;
    }

    .NavPull:before {
        display: none
    }

    .NavPull {
        position: static;
        line-height: 30px;
        padding: 8px;
        width: auto;
        margin: 0 5px;
        text-align: left;
        transform: translate(0, 0px);
    }

    .NavPull dl {
        padding: 0 !important;
    }

    .NavPull dd {
        position: relative;
        text-align: left;
        display: block;
    }

    .NavPull dd a {
        padding: 0 0 0 10px;
        font-size: 14px !important;
        line-height: 2;
        padding-left: 15px;
    }

    .Header .Search .Searchico .iconfont, .Header .user .userico .iconfont {
        font-size: 18px;
    }
    .iconfont{
        font-size: 20px !important;
    }
}

@media screen and (min-width:1025px){
    .MainNavUl{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

.Header.fix .onnav a em,
.Header .toper a:hover{
    color: #ffffff;
}

.Header .Search:hover .Searchico .iconfont,
.Header .user:hover .userico .iconfont
{
    color: #fff;
}
@media screen and (max-width:760px){
    .Header .toper .user {
        width: auto;
        height: 36px;
        margin-left: 10px;
        padding: 0 10px;
        position: absolute;
        top: 50px;
        right: 55px;
    }
    .Header .toper li.Search{
        position: absolute;
        left: 2%;
        top: 50px;
    }
    .Header .Search .searchbox{
        width: 5.7rem;
    }
}





/* .totop {
    width: 0.76rem;
    height: 0.76rem;
    background-image: url(../images/backTop.png);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.totop.cd-is-visible{
    display: block;
    position: fixed;
    right: 5%;
    bottom: 10%;
} */




.mt210{
    margin-top: 2.1rem;
}
.dot,
.dot1,
.dot2,
.dot3,
.dot4,
.dot5,
.dot6,
.dot7 {
    overflow: hidden;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dot1 {
    -webkit-line-clamp: 1;
}

.dot2 {
    -webkit-line-clamp: 2;
}

.dot3 {
    -webkit-line-clamp: 3;
}

.dot4 {
    -webkit-line-clamp: 4;
}

.dot5 {
    -webkit-line-clamp: 5;
}

.dot6 {
    -webkit-line-clamp: 6;
}

.dot7 {
    -webkit-line-clamp: 7;
}


/*font*/
.font14{
    font-size: 0.14rem;
}
.font16{
    font-size: 0.16rem;
}
.font18{
    font-size: 0.18rem;
}
.font20{
    font-size: 0.2rem;
}
.font22{
    font-size: 0.22rem;
}
.font24{
    font-size: 0.24rem;
}
.font26{
    font-size: 0.26rem;
}
.font30{
    font-size: 0.3rem;
}
.font40{
    font-size: 0.4rem;
}
.font50{
    font-size: 0.5rem;
}
.font60{
    font-size: 0.6rem;
}
.color333{
    color: #333333;
}
.color555{
    color: #555555;
}
.color999{
    color: #999999;
}
.color666{
    color: #666666;
}
.color222{
    color: #222222;
}
.color1a1a1a{
    color: #1A1A1A;
}
.colorbbb{
    color: #BBBBBB;
}
.colorGreen{
    color: #00773F;
}
.colorWhite{
    color: #FFFFFF;
}
.pt60{
    padding-top: 0.6rem;
}
.pb60{
    padding-bottom: 0.6rem;
}
.pt100{
    padding-top: 1rem;
}
.pb100{
    padding-bottom: 1rem;
}
.pb70{
    padding-bottom: 0.7rem;
}
.fontLight{
    font-family: HarmonyOS_Sans_SC_Light;
    font-weight: lighter;
}
.fontmedium{
    font-family: HarmonyOS_Sans_SC_Medium;
    font-weight: 600;
}
.line2{
    line-height: 2;
}
.wow{
    visibility: visible !important;
}
@media screen and (max-width:1024px){
   
    .mt210{
        margin-top: 90px;
    }
    .font14{
        font-size: 14px;
    }
    .font16{
        font-size: 15px;
    }
    .font18{
        font-size: 16px;
    }
    .font20{
        font-size: 17px;
    }
    .font22{
        font-size: 18px;
    }
    .font24{
        font-size: 19px;
    }
    .font26{
        font-size: 20px;
    }
    .font30{
        font-size: 20px;
    }
    .font40{
        font-size: 21px;
    }
    .font50{
        font-size: 22px;
    }
    .font60{
        font-size: 22px;
    }
}
@media screen and (max-width:760px){
    .pt60 {
        padding-top: 30px;
      }
      .pt100 {
        padding-top: 30px;
      }
      .pb100 {
        padding-bottom: 30px;
      }
      .pb70 {
        padding-bottom: 30px;
      }
}

/* footer */
.Footer{
    background: #1E252D;
    color: #fff;
}
.Footer .publicCon{}
.Footer .publicCon .top{
    display: flex;
    justify-content: space-between;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.Footer .publicCon .top .topUl{}
.Footer .publicCon .top .topUl{
    display: flex;
    line-height: 1;
    border-right: 1px solid rgba(255,255,255,0.08);
}
.Footer .publicCon .top .topUl dl{
    margin-right: 0.3rem;
}
.Footer .publicCon .top .topUl dl dt{
    margin-bottom: 0.26rem;
}
.Footer .publicCon .top .topUl dl dt a{white-space: nowrap;}
.Footer .publicCon .top .topUl dl dd{
    margin-top: 0.18rem;
}
.Footer .publicCon .top .topUl dl dd a{color: rgba(255,255,255,0.6);white-space: nowrap;}
.Footer .publicCon .top .topUl dl dd a:hover{color: #00773F;}
.Footer .publicCon .top .right{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.Footer .publicCon .top .right .item1{
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: flex-end;
}
.Footer .publicCon .top .right .item1 img{
    margin-right: 0.12rem;
}
.Footer .publicCon .top .right .item2{
    font-weight: bold;
    line-height: 1;
    margin-top: 0.15rem;
}

.Footer .publicCon .top .right .ul{display: flex; flex-wrap: wrap; justify-content: flex-end;}
.Footer .publicCon .top .right .item3{display: flex;flex-direction: column;justify-content: center;align-items: center;margin-top: 0.24rem; width:40%;}
.Footer .publicCon .top .right .item3:nth-child(2n){margin-left: 4%;}
.Footer .publicCon .top .right .item3 .codeBox{
    width: 1.1rem;
    height: 1.1rem;
    background: #FFFFFF;
    border-radius: 0.05rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Footer .publicCon .top .right .item3 .codeBox img{
    width: 1.04rem;
    height: 1.04rem;
    object-fit: contain;
    border-radius: 0.05rem;
}
.Footer .publicCon .top .right .item3 .codeFont{
    color: rgba(255,255,255,0.7);
    margin-top: 0.15rem;
    line-height: 1;
}
.Footer .bottom{
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
    color: rgba(255,255,255,0.6);
}
.Footer .bottom .publicCon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Footer .bottom .publicCon .bottomUl{
    display: flex;
    align-items: center;
}
.Footer .bottom .publicCon .bottomUl li{}
.Footer .bottom .publicCon .bottomUl li a{display: flex;align-items: center;}
.Footer .bottom .publicCon .bottomUl li a::after{
    content: '';
    display: block;
    width: 0.02rem;
    height: 0.02rem;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 0.16rem;
    margin-right: 0.16rem;
}
.Footer .bottom .publicCon .bottomUl li:last-child a::after{
    display: none;
}
.Footer .bottom .publicCon .right{}
.Footer .bottom .publicCon .right a{
    margin-left: 0.16rem;
    margin-right: 0.16rem;
}
@media screen and (max-width:1024px){
    .Footer .publicCon .top{
        flex-direction: column;
    }
    .Footer .publicCon .top .topUl {
        border-right: none;
        justify-content: space-between;
    }
    .Footer .publicCon .top .topUl dl {
        margin-right: 0;
    }
    .Footer .publicCon .top .right,
    .Footer .publicCon .top .right .item1 {
        align-items: center;
    }
    .Footer .publicCon .top .topUl dl dd{
        display: none;
    }
    .Footer .bottom .publicCon {
        flex-direction: column;
    }
    .Footer .publicCon .top .right {
        margin-top: 0.34rem;
    }
    .Footer .bottom .publicCon .right {
        text-align: center;
    }
}
@media screen and (max-width:760px){
    .Footer .publicCon .top .topUl{
        display: none;
    }
    .Footer .bottom .publicCon .right {
        text-align: center;
        margin-top: 5px;
        font-size: 13px;
    }
    .Footer .publicCon .top .right {
        margin-top: 0;
    }
}



/* current */
.current{
    display: flex;
    /* justify-content: center; */
    height: 0.7rem;
    align-items: center;
    color: #001B0E;
    background: #F5F7F6;
}
.current .item{
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.current .item a{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.current .item.aon a{
    color: #00773F;
}
.current .item a::after{
    content: '';
    display: block;
    width: 0;
    height: 0.01rem;
    min-height: 1px;
    background: #00773F;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.current .item.aon a::after{
    width: 100%;
    left: 0;
}
.current .item a:hover::after{
    width: 100%;
    left: 0;
}
.nav-menu{
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: center;
    background: #F5F7F6;
}
.nav-menu .current{
    /* width: 100%; */
    height: 0.7rem;
    overflow-x: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    overflow-y: hidden;
}
.nav-menu .current .item{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
.nav-menu ::-webkit-scrollbar {
    width: 4px;
    height: 5px;
  }
  .nav-menu ::-webkit-scrollbar-thumb {
    background: #00773f;
    border-radius: 50px;
  }
  .nav-menu ::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 100px;
    overflow: hidden;
  }
@media screen and (max-width:1024px){
    .nav-menu .current{
        height: 52px;
    }
}


/*Page001773*/
.Page001773 {
    text-align: center;
    padding: 1rem 0;
    color: #888;
}

.Page001773 .p_cur,
.Page001773 .p_count,
.Page001773 a.a_first,
.Page001773 a.a_end {
    display: none;
}

.Page001773 a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.06rem;
    color: #999999;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background-size: cover;
    border: 1px solid rgba(153,153,153,0.2);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 50%;
}

.Page001773 a.a_prev,
.Page001773 a.a_next {
    /* position: relative; */
    /* border: none; */
}

.Page001773 a.a_prev span,
.Page001773 a.a_next span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
    font-size: 18px;
    display: none;
}

.Page001773 a:hover,
.Page001773 a.a_cur {
    color: #fff;
    background-color: #00773F !important;!i;!;
}

.Page001773 em {
    font-style: normal;
}

.Page001773 b {
    font-weight: normal;
}

.Page001773 .i_text,
.Page001773 .i_button {
    width: 0.52rem;
    height: 0.52rem;
    border: none;
    padding: 0;
    vertical-align: middle;
    margin: 0 0.06rem;
    font-size: 0.16rem;
    color: #555555;
}

.Page001773 .i_text {
    text-align: center;
    line-height: 0.52rem;
    border: 1px solid #DADADA;
}

.Page001773 .i_button {
    cursor: pointer;
    margin-right: 0;
    display: none;
}

.p_total,
.p_jump {
    font-size: 0.16rem;
    color: #555;
    display: none;
}

.a_prev:hover {
    background-image: url(../images/prev2.png) !important;
}

.a_next:hover {
    background-image: url(../images/next2.png) !important;
}

.a_prev {
    background-image: url(../images/prev1.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    background-size: 0.11rem 0.18rem !important;
}

.a_next {
    background-image: url(../images/next1.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: transparent !important;
    background-size: 0.11rem 0.18rem !important;!I;!;
}

@media(max-width:768px) {
    .Page001773 .p_jump {
        display: none;
    }
}

@media(max-width:640px) {

    .Page001773 .p_count,
    .Page001773 .p_total {
        display: none;
    }
}


@media screen and (max-width:1024px) {
    .Page001773 {
        padding: 30px 0px;
    }

    .Page001773 a {
        font-size: 14px;
    }

    .Header.fix .onnav a em, .Header .toper a:hover {
        color: inherit;
    }

}







.cav-menu{text-align:center; overflow:hidden;}
.cav-menu li{display: block;background:#fff; padding: 10px; margin-bottom: 1px; }
.cav-menu li a{color: #777;}
.cav-menu li.aon,
.cav-menu li:hover{ background-color:#00773F;}
.cav-menu li.aon a,
.cav-menu li:hover a{ color:#fff; }
@media(min-width:768px){
.cav-menu li{display:inline-block; line-height:.4rem;  padding:0 .2rem; min-width:1.2rem; border-radius:.4rem; overflow:hidden; margin:0 .15rem 1px;}
}
@media(min-width:1024px){
.cav-menu li{display:inline-block;line-height:.4rem; padding:0 .2rem;background:#fff; min-width:1.4rem; border-radius:.4rem;}
}


.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
  zoom: 0;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}



.Follow{padding:.8rem 0; background:url(../images/Follow-bg.jpg) no-repeat center; background-size: cover; position: relative;}
.Follow::before{display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; content:''; background:#000; opacity: 0.1; z-index:1;}
.Follow .flex{display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 2;}
.Follow .tit{font-size: .38rem; color: #fff; font-weight: bold;}





.Popups{display:none; position: fixed; left: 0; top:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 10000;}
.Popups .con{background: #fff; border-radius: 10px; text-align: center; padding:.38rem .76rem; left:50%; top: 50%; transform: translate(-50%,-50%); position: fixed;}
.Popups .tit{font-size: .3rem; font-weight: bold; color:#00773F;}
.Popups .btn{display:inline-block; line-height:.5rem; padding: 0 .5rem; background: #00773F;color: #fff; border-radius: 5px; cursor: pointer; margin-top:.36rem;}

@media(max-width:1024px){
 .Popups .con{width: 80%; padding:.3rem;}
}
 

.d-flex{display: flex;}
.a-center{align-items: center;}
.a-end{align-items: flex-end;}
.j-sb{justify-content: space-between;}
.f-wrap{flex-wrap: wrap;}
.f-colu{flex-direction: column;}
.j-center{justify-content: center;}
.j-end{justify-content: flex-end;}
.a-start{align-items: flex-start;}



@media (max-width: 768px) {
    .cav-menu li a{display: block;padding: 10px;}
    .cav-menu li{padding: 0;}
}