@font-face {
    font-family: "iconfont";
    src: url("./font-icon/iconfont.woff?t=1680619639471") format("woff"), url("./font-icon/iconfont.ttf?t=1680619639471") format("truetype");
}

@font-face {
    font-family: "nav-font";
    src: url(font/SourceHanSerifCN-Bold.woff) format("truetype");
}

body {
    background-color: #fff !important;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 1.36rem !important;
    background: url(../img/header-bg.png) 100% 100%;
    width: 100%;
    transition: 0.5s;
}

.header .right_on_list a {
    line-height: 28px;
    font-size: 16px;
    color: white;
    border: 1px solid #ffffff4d;
    border-radius: 6px;
}

.header .right_on_list a:hover {
    color: rgb(216, 216, 216);
    border: 1px solid #afafaf4d;
}

.header .right_on_list a:active {
    color: rgb(189, 189, 189);
    border: 1px solid #afafaf4d;
}

.header .right_on_list .search #searchBut {
    background: transparent;
    border: 0;
    color: white;
    font: 24px/28px "iconfont" !important;
    cursor: pointer;
    transition: all 0.3s;
}

.header .right_on_list .search #searchBut:hover {
    color: rgb(216, 216, 216);
}

.header .right_on_list .search #searchBut:active {
    color: rgb(112, 112, 112);
}

.header .right_on_list .search #searchText {
    width: 0px;
    opacity: 0;
    border-radius: 6px;
    padding-left: 7px;
    line-height: 28px;
    border: 0px;
    margin-right: 2px;
    position: relative;
    height: 26px;
    transition: all 0.3s;
}

.header .right_on_list .search #searchText:focus {
    outline: none;
}

.footer {
    padding: 42px 0 0;
    background-color: #21a675;
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 60px;
}

.footer-logo {
    float: left;
    margin-top: 45px;
    margin-left: -40px;
    margin-right: 40px;
}

.footer-logo img {
    width: 480px;
    height: auto;
}

.footer-title {
    margin: 0 0 20px;
    color: #dae7fb;
    font-size: 22px;
}

.footer-title span {
    font-size: 16px;
}

.footer-passage {
    float: left;
    padding: 0px 135px;
    padding-left: 0px;
}

.footer-passage ul li {
    float: left;
    margin-right: 28px;
    padding: 14px 0;
    width: 98px;
    text-align: center;
}

.footer-passage ul li.on1 {
    background-color: rgba(0, 214, 255, 0.21);
}

.footer-passage ul li.on1:hover {
    background-color: rgba(0, 214, 255, 0.31);
}

.footer-passage ul li.on2 {
    background-color: rgba(0, 129, 255, 0.25);
}

.footer-passage ul li.on2:last-of-type {
    padding: 0;
    margin-right: 0;
}

.footer-passage ul li.on2:hover {
    background-color: rgba(0, 129, 255, 0.37);
}

.footer-passage ul li .passage-img {
    overflow: hidden;
    color: white;
    margin: 0 auto;
    width: 45px;
    height: 47px;
}

.footer-passage ul li p {
    margin: 8px 0 0;
    color: #dae7fb;
    font-size: 16px;
}

.footer-us {
    float: left;
}

.footer-us p {
    color: #dae7fb;
    font-size: 14px;
    line-height: 28px;
}

.Copyright {
    padding: 10px 0;
    border-top: 1px solid #14866e;
    text-align: center;
}

.Copyright a {
    color: inherit;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}

.Copyright a:hover {
    border-bottom: 1px solid #9cc1e5;
}

.Copyright p {
    color: #dae7fb;
    font-size: 14px;
    line-height: 28px;
    opacity: 0.5;
}

.passage-img {
    font-style: normal;
    font-size: 45px;
    font-family: iconfont !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.show {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1600px;
}

.header_box {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 0;
}

.header_box:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2.556rem;
    height: 1.28rem;
    background-size: 100% 100%;
    content: "";
    transition: 0.5s;
}

.header .show {
    height: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.header .logo,
.header .show {
    display: flex;
    align-items: center;
}

.header .logo {
    padding: 0;
    margin-left: -0.64rem;
}

.header .logo a {
    display: block;
    width: 100%;
}

.header .logo img {
    width: 600px;
    height: auto;
    transition: all 0.5s;
}

.header .right {
    padding: 0;
    width: 63%;
}

.header .right * {
    font-family: nav-font !important;
}

.header .right .right_on {
    color: #ccc;
    font-size: 12px;
}

.header .right .right_on,
.header .right .right_under {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .right .right_under {
    padding: 0;
}

.header .show {
    max-width: 1600px;
    backdrop-filter: blur(2px);
}

.header.on .right .right_on {
    display: none !important;
}

.header.on {
    height: 0.8rem !important;
    background: none;
    background-color: #21a675;
}

.header.on .logo img {
    width: auto;
    height: 80px;
    transition: all 0.5s;
}

#nav {
    position: relative;
    z-index: 1000;
    padding: 0;
    width: 100%;
}

#nav ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#nav ul li {
    position: relative;
    z-index: 0;
}

#nav ul li a {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0;
}

#nav ul li h3 {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 0.18rem;
    padding: 0.24rem 0;
    font-family: SourceHanSerifCN-Bold;
    transition: 0.36s;
    align-items: center;
    justify-content: center;
}

#nav ul li h3:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    content: "";
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#nav ul li:hover h3:after {
    width: 160px;
    transform: translateX(-80px);
}

#nav .sub_nav {
    top: 100%;
    left: 50%;
    z-index: 99;
    visibility: hidden;
    margin-left: -80px;
    width: 160px;
    text-align: left;
    transition: 0.5s;
}

#nav .sub_nav,
#nav .sub_nav:before {
    position: absolute;
    opacity: 0;
    filter: Alpha(opacity=0);
}

#nav .sub_nav:before {
    top: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    height: 0;
    border-radius: 0.09rem;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    content: "";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#nav .sub_nav .box {
    padding: 0;
    border-radius: 0.08rem;
}

#nav .sub_nav .box .li {
    position: relative;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0s 0s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0s 0s;
    -moz-transition: all 0.8s;
    -o-transition: all 0s 0s;
    -o-transition: all 0.8s;
    transition: all 0s 0s;
    transition: all 0.8s;
    -ms-transition: all 0s 0s;
    -ms-transition: all 0.8s;
    filter: Alpha(opacity=0);
    filter: Alpha(opacity=100);
}

#nav .sub_nav a:hover {
    background: #21a675;
    color: #fff;
    pointer-events: auto;
}

#nav .sub_nav.box-child:hover,
#nav .sub_nav a:hover+.box-child {
    visibility: visible !important;
    opacity: 1 !important;
    filter: Alpha(opacity=100) !important;
}

#nav .sub_nav.box-child {
    position: absolute;
    top: 0;
    left: 100%;
    visibility: hidden !important;
    margin-left: 10px;
    opacity: 0 !important;
}

#nav .box-child .li:first-child a:before {
    position: absolute;
    top: 8px !important;
    left: 0 !important;
    display: block;
    margin-left: -27px !important;
    width: 0;
    height: 0;
    border-top: 14px solid transparent !important;
    border-right: 14px solid #fff !important;
    border-bottom: 14px solid transparent !important;
    content: "";
}

#nav .sub_nav>.box>.li:first-child>a:first-of-type,
#nav .sub_nav .box .box .li:first-child a:first-of-type {
    border-top-left-radius: 0.08rem;
    border-top-right-radius: 0.08rem;
}

#nav .sub_nav>.box>.li:last-child>a:last-of-type,
#nav .sub_nav .box .box .li:last-child a:last-of-type {
    border-bottom-left-radius: 0.08rem;
    border-bottom-right-radius: 0.08rem;
}

#nav .sub_nav a:hover:before {
    border-bottom: 10px solid #21a675 !important;
}

#nav .sub_nav.box-child a:hover:before {
    border-right: 14px solid #21a675 !important;
}

#nav li:hover .sub_nav .box .li {
    position: relative;
    opacity: 1;
}

#nav .sub_nav .box .li:first-child {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#nav .sub_nav .box .li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#nav .sub_nav .box .li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#nav .sub_nav .box .li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#nav .sub_nav .box .li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#nav .sub_nav .box .li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#nav .sub_nav .box .li:first-child a:before {
    position: absolute;
    top: -23px;
    left: 50%;
    display: block;
    margin-left: -14px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-bottom: 10px solid #fff;
    content: "";
    pointer-events: none;
}

#nav li:hover .sub_nav:before {
    height: 100%;
    opacity: 1;
    filter: Alpha(opacity=100);
}

#nav li:hover .sub_nav {
    visibility: visible;
    opacity: 1;
    filter: Alpha(opacity=100);
}

#nav .sub_nav a {
    display: flex;
    padding: 0;
    border-radius: 0;
    color: #333;
    text-align: center;
    letter-spacing: 0.02rem;
    font-size: 0.15rem;
    font-family: SourceHanSerifCN-Bold;
    line-height: 3.125;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
}

#nav li.on>a:before {
    visibility: hidden;
    opacity: 0;
}

#nav li.on>a:after {
    visibility: visible;
    width: 16px;
    opacity: 1;
}

.header_box #nav ul li h3 {
    color: #fff;
    cursor: pointer;
}

.right_on_list li a {
    display: flex;
    width: 83px;
    height: 26px;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
}

.right_on_list {
    display: flex;
    margin-left: 0.24rem;
    align-items: center;
}

.right_on_list li {
    margin-left: 0.01rem;
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    box-sizing: border-box;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}

body,
html {
    position: relative;
}

html {
    overflow: -moz-scrollbars-vertical;
}

:after,
:before {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #f5f5f5;
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e2e2;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}

a {
    color: inherit;
    outline: 0;
    outline-style: none;
    text-decoration: none;
}

h3,
li,
ul {
    font-weight: 400;
}

nav,
section {
    display: block;
}

img {
    vertical-align: middle;
    outline-style: none;
    margin: 0;
    border: none;
}

ul {
    margin-block-start: 0;
    margin-block-end: 0;
    list-style: none;
    padding-inline-start: 0;
}

ul li {
    list-style-type: none;
    vertical-align: top;
}

html {
    font-size: 100px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-size: 0.16rem !important;
    font-family: 微软雅黑 !important;
    color: #333;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    background-color: #095b9a45;
}

ul {
    list-style: none;
}

a {
    color: #333;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:hover {
    /* color: #d23626; */
}

img {
    display: block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
}

:focus {
    outline: 0;
}

.check:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.check:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 14px;
    font-size: 14px;
    cursor: pointer;
    padding-left: 20px;
}

.radio:not(:checked)+label {
    position: relative;
    display: inline-block;
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    padding-left: 20px;
}

.radio:not(:checked)+label:after,
.radio:not(:checked)+label:before {
    border: 1px solid #888;
}

.radio:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

::-webkit-input-placeholder {
    color: #999;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

:-ms-input-placeholder {
    color: #999;
}

.footer .footer-title,
.footer .footer-title span,
.footer-passage p,
.footer-us p {
    font-family: "nav-font";
}

table {
    margin: 0 auto;
}


/* 面包屑 */

.current-position {
    position: relative;
}

.current-position .breadcrumb a {
    color: #999;
}

.current-position .breadcrumb a:hover {
    color: #006ec7;
}

.current-position .breadcrumb {
    display: flex;
    float: right;
    margin-bottom: 20px;
}

.current-position .breadcrumb li {
    line-height: 32px;
}

.current-position .breadcrumb .oblique {
    margin: 0 10px;
}

.current-position .column {
    width: 30px;
    position: absolute;
    left: 25px;
    top: 0;
    color: #21a675;
    font-size: 30px;
    line-height: 40px;
}

.current-position .column span {
    font-size: 30px;
    line-height: 1.6;
}

.current-position .jump-list {
    position: absolute;
    bottom: -45px;
    font-size: 20px;
}

.current-position .jump-list li {
    float: left;
    padding-right: 50px;
}

.current-position .jump-list li a:hover {
    color: #006ec7;
}

.current-position .jump-list li a {
    color: #21a675;
}