

@font-face {
    font-family: "CenturyGothic-Bold";
    src: url("../fonts/LINESeedSans_A.ttf");
    font-display: truetype;
}
@font-face {
    font-family: "CenturyGothic-Regular";
    src: url("../fonts/LINESeedSans_A_Rg.ttf");
    font-display: opentype;
}
@font-face {
    font-family: "Cochin-Bold";
    src: url("../fonts/AbhayaLibre-Bold.ttf");
    font-display: opentype;
}
@font-face {
    font-family: "SourceHanSerifCN-Bold";
    src: url("../fonts/SourceHanSerifCN-Bold.otf");
    font-display: opentype;
}
@font-face {
    font-family: "SourceHanSerifCN-Heavy";
    src: url("../fonts/SourceHanSerifCN-Heavy.otf");
    font-display: opentype;
}
@font-face {
    font-family: "SourceHanSerifCN-SemiBold";
    src: url("../fonts/SourceHanSerifCN-SemiBold.otf");
    font-display: opentype;
}
@font-face {
    font-family: "Daizen";
    src: url("../fonts/Daizen.ttf");
    font-display: opentype;
}
@font-face {
    font-family: "Canela-LightItalic";
    src: url("../fonts/AbhayaLibre-Bold.ttf");
    font-display: swap;
}

@keyframes shine {
    100% {
        left: 115%;
    }
}
@keyframes beat {
    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(0.9, 1.1);
        transform: scale(0.9, 1.1);
    }
    50% {
        -webkit-transform: scale(1.1, 0.9);
        transform: scale(1.1, 0.9);
    }
    75% {
        -webkit-transform: scale(0.95, 1.05);
        transform: scale(0.95, 1.05);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html,
body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
b,
section,
nav {
    padding: 0;
    margin: 0;
    font-weight: normal;
    box-sizing: border-box;
}
i,
em,
b {
    font-style: normal;
}
ol,
ul {
    list-style: none;
}
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:focus,
div:focus {
    border: none;
    outline: none;
}
img,
input {
    border: 0;
}
input,
button {
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.f0 {
    font-size: 0;
}
input[type="text"]:focus-visible {
    outline: none;
}
.clear:after {
    content: "";
    display: block;
    clear: both;
}
.icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: 0.8s;
}
.img_zd {
    position: relative;
    overflow: hidden;
}
.img_zd .img_hezi {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.8s;
}
.img_zd > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.8s;
}
.pic {
    position: relative;
    overflow: hidden;
}
.pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: -86%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
}
.pic .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.8s;
}
.bg-mask:hover .pic .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pic img:hover,
.bg-mask:hover .cover_img .a {
    transform: scale(1.05);
}
.bg-mask:hover .pic:before {
    -webkit-animation: shine 0.5s;
    animation: shine 0.5s;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.noflex {
    display: block !important;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex-left {
    display: flex;
    flex-wrap: wrap;
}
.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flex-v {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}
.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pore {
    position: relative;
}
.aline_r {
    position: relative;
    background-image: linear-gradient(#C81112, #C81112);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s;
}
.alin_r:hover .aline_r {
    background-size: 100% 1px;
    color: #C81112;
}
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;
}
.zi3 {
    position: relative;
    z-index: 3;
}
@media screen and (max-width: 1024px) {
    html {
        font-size: 90px !important;
    }
}
@media screen and (max-width: 900px) {
    html {
        font-size: 85px !important;
    }
}
@media screen and (max-width: 640px) {
    body {
        font-size: 0.18rem;
    }
}
@media screen and (max-width: 480px) {
    html {
        font-size: 80px !important;
    }
}
@media screen and (max-width: 375px) {
    html {
        font-size: 80px !important;
    }
}
@media screen and (max-width: 360px) {
    html {
        font-size: 70px !important;
    }
}
.wp {
    width: 15.6rem;
    margin: 0 auto;
    max-width: 96%;
}
.wp2 {
    width: 12rem;
    margin: 0 auto;
    max-width: 96%;
}
.wp3 {
    width: 14rem;
    margin: 0 auto;
    max-width: 96%;
}
.none {
    display: none;
}
.ar_wap {
    display: none;
}

/*=============================公共 开始===================================*/
.header_box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 999;
    transition: 0.5s;
}
.header_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 2.27rem;
    background: url(../images/h-header_bg1.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.header_box .wp {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_box .hd-l {
    margin-right: 0.4rem;
    flex-shrink: 0;
}
.header_box .hd-r {
    margin-right: -0.3rem;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header_box .lang {
    margin-left: 0.2rem;
}
.header_box .lang .tit {
    display: block;
    min-width: 0.86rem;
    font-size: 0.22rem;
    color: #ffffff;
    line-height: 0.86rem;
    text-align: center;
    transition: all .5s;
}
.header_box .lang .tit:hover{
    color: #ffcd9e;
}
.header_box .so {
    margin-left: 0.2rem;
    width: 0.86rem;
    height: 0.86rem;
    background: url(../images/h-so1.png) center center no-repeat;
    -webkit-background-size: 0.24rem auto;
    background-size: 0.24rem auto;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s;
}
.header_box .so:hover{
    background-image: url(../images/h-so2.png);
}
.header_box .menuBtn {
    margin-left: 0.2rem;
    width: 0.86rem;
    height: 0.86rem;
    background: url(../images/h-menu1.png) center center no-repeat;
    -webkit-background-size: 0.3rem auto;
    background-size: 0.3rem auto;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header_box .menuBtn.open {
    background-image: url(../images/h-close1.png);
}
.header_box .menuBtn:hover{
    background-image: url(../images/h-menu2.png)
}
.logo_box {
    transition: 0.5s;
}
.logo {
}
.logo a {
    display: flex;
    align-items: center;
}
.logo img {
    display: block;
    max-width: 3.1rem;
    max-height: 0.7rem;
    flex-shrink: 0;
}
.header_box.active {
    /*    background-color: rgba(0, 0, 0, 0.6);*/
    border-color: transparent;
}
.header_box.active:before {
    height: 125%;
}

.searchPop-g1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(5px);
    z-index: 1000;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.searchPop-g1 .close {
    position: absolute;
    right: 0.52rem;
    top: 0.38rem;
    width: 0.65rem;
    height: 0.65rem;
    background: url(../images/h-close3.png) center center no-repeat;
    -webkit-background-size: 0.65rem auto;
    background-size: 0.65rem auto;
    cursor: pointer;
    z-index: 10;
}
.searchPop-g1 .cont {
    padding: 0 0.25rem;
    flex-grow: 1;
    -webkit-transform: translateY(60vh);
    -ms-transform: translateY(60vh);
    -o-transform: translateY(60vh);
    transform: translateY(60vh);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.searchPop-g1 .title {
    font-family: "Cochin-Bold";
    margin-bottom: 0.48rem;
    font-size: 0.5rem;
    color: #fff;
    line-height: 1.25;
    text-align: center;
}
.searchPop-g1.active {
    opacity: 1;
    visibility: visible;
}
.searchPop-g1.active .cont {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

.bigNav-g1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: url(../images/nav-bg.jpg) no-repeat center / cover;
    padding: 120px 0 0;
}
.bigNav-g1 .close {
    position: absolute;
    right: 0.35rem;
    top: 0.3rem;
    width: 80px;
    height: 80px;
    background: rgba(1, 91, 147, 0.1) url(../images/close.png) no-repeat center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
}
.bigNav-g1 .nav-logo {
    width: 3.8rem;
    margin: 0 auto 0.7rem;
}
.bigNav-g1 .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 2.6rem;
    bottom: 0;
    padding-top: 1px;
    padding-bottom: 0.3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bigNav-g1 .wp {
    display: flex;
    justify-content: space-between;
}
.bigNav-g1 dl {
    margin-bottom: 0.2rem;
    padding: 0 0.1rem;
    transform: translateY(1rem);
    opacity: 0;
    flex-grow: 1;
}
.bigNav-g1 dt {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 0.28rem;
    padding-top: 0.75rem;
    padding-bottom: 0.15rem;
    margin-bottom: 0.1rem;
    position: relative;
}
.bigNav-g1 dt:before {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    left: 0;
    top: -2px;
    background: #fff;
}
.bigNav-g1 dt a {
    color: #fff;
}
.bigNav-g1 dd ul a {
    color: #fff;
    display: block;
    font-family: CenturyGothic-Regular;
    font-size: 0.2rem;
    line-height: 0.5rem;
}
.bigNav-g1 dd ul a:hover{
    color: #FFCD9E;
    text-decoration: underline;
}
.bigNav-g1 dl:nth-child(1) {
    transition: 0.8s 0.2s;
}
.bigNav-g1 dl:nth-child(2) {
    transition: 0.8s 0.3s;
}
.bigNav-g1 dl:nth-child(3) {
    transition: 0.8s 0.4s;
}
.bigNav-g1 dl:nth-child(4) {
    transition: 0.8s 0.5s;
}
.bigNav-g1 dl:nth-child(5) {
    transition: 0.8s 0.6s;
}
.bigNav-g1 dl:nth-child(6) {
    transition: 0.8s 0.7s;
}
.bigNav-g1 dl:nth-child(7) {
    transition: 0.8s 0.8s;
}
.bigNav-g1 dl:nth-child(8) {
    transition: 0.8s 0.9s;
}
.bigNav-g1 dl:nth-child(9) {
    transition: 0.8s 1s;
}
.bigNav-g1.active {
    opacity: 1;
    visibility: visible;
}
.bigNav-g1.active dl {
    transform: translateY(0);
    opacity: 1;
}
.bigNav-g1.active .on dt:before {
    width: 100%;
    transition: width 0.6s 1s linear;
}
body.navShow {
    overflow: hidden;
}

/*foot*/
.foot {
    font-family: "CenturyGothic-Regular";
    border-top: 2px solid #ffcd9e;
    background: url(../images/h-footer_bg1.jpg) right bottom no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.foot .ft-cont {
    padding: 1.07rem 0 0.94rem;
}
.foot .ft-cont .wp {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.foot .ft-cont .col,
.foot .ft-cont .cor {
    flex-shrink: 0;
}
.foot .ft-cont .col {
    width: 7.2rem;
}
.foot .ft-cont .cor {
    padding-top: 0.28rem;
    width: 4.64rem;
}
.foot .ft-bot {
    padding: 0.32rem 0 0.47rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot .ft-bot .wp {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.foot .ft-bot .col,
.foot .ft-bot .cor {
    flex-shrink: 0;
}
.foot .ft-bot .col {
    padding: 0.15rem 0;
    flex-grow: 1;
}
.foot .ft-bot .cor {
    flex-shrink: 0;
}
.foot .fot-info {
    font-size: 0.22rem;
    color: #ffffff;
    line-height: 1.3;
}
.foot .fot-info p{
    display:flex;
    align-items:center;
}
.foot .fot-info p + p{
    margin-top:.15rem
}
.foot .fot-info p img{
    display:block;
    width:.23rem;
    margin-right:.1rem;
}
.foot .fot-info .title {
    font-family: "SourceHanSerifCN-Heavy";
    margin-bottom: 0.25rem;
    font-size: 0.4rem;
    font-weight: normal;
}
.foot .h-shares1 {
    margin: 0 -0.12rem;
    margin-top: 0.26rem;
}
.foot .fot-nav {
    font-family: "SourceHanSerifCN-Bold";
    margin-right: -0.9rem;
    display: flex;
    flex-wrap: wrap;
}
.foot .fot-nav a {
    padding: 0.14rem 0.1rem;
    display: block;
    width: 50%;
    font-size: 0.28rem;
    color: #ffffff;
    line-height: 1.5;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.foot .fot-nav a:hover {
    color: #ffcd9e;
}
.foot .fot-copy {
    font-size: 0.2rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 0.4rem;
}
.foot .fot-copy a {
    font-size: inherit;
    color: inherit;
}
.foot .fot-copy a:hover {
    text-decoration: underline;
    color: #fff;
}
.foot .fot-link {
    font-family: "CenturyGothic-Bold";
    margin: 0 -0.1rem -0.1rem;
    display: flex;
    flex-wrap: wrap;
}
.foot .fot-link a {
    margin: 0 0.1rem;
    margin-bottom: 0.1rem;
    padding: 0 0.36rem;
    display: block;
    min-width: 2.7rem;
    font-size: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    height: 0.69rem;
    line-height: 0.69rem;
    border-radius: 0.35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    background:#fff;
    color:#003161
}
.foot .fot-link .icn {
    margin-right: 0.1rem;
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    flex-shrink: 0;
}
.foot .fot-link a.on {
    color: #ffffff;
    background-color: #ffcd9e;
}
.foot .fot-link .a1 .icn {
    background-image: url(../images/h-dingyue2.png);
}
.foot .fot-link .a1.on .icn {
    background-image: url(../images/h-dingyue1.png);
}
.foot .fot-link .a2 {
    color: #003161;
    background-color: #ffffff;
}
.foot .fot-link .a2 .icn {
    background-image: url(../images/h-tougao1.png);
    transition: all .5s;
}
.foot .fot-link a:hover {
    opacity: 0.9;
}
.foot .fot-link a:hover .icn {
    animation: beat 0.5s;
}
.foot .fot-link .a2.on .icn{
    background-image: url(../images/h-tougao2.png);
}
.foot .fot-link .a2.on{
    color: #FFFFFF;
    background-color: #ffcd9e;
}

/*=================================响应开始========================================*/
/*手机端开始*/
.m_header_box {
    transition: 0.6s;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 0.75rem;
    background: url(../images/h-header_bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 800;
}
.m_header_box header {
    padding: 0 0 0 15px;
    height: 0.75rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.m_header_box header #logo img {
    height: 0.56rem;
}
.m_header_box header #logo {
    padding: 0;
    width: 100%;
}
.m_header_box.active {
    background: rgba(0, 0, 0, 0.7);
}

#m_nav .list_box0 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#m_nav .list_box0 .li {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    transition: 0.6s;
    margin-right: 0.2rem;
    position: relative;
    line-height: 0.5rem;
}
#m_nav .list_box0 .li > a {
    display: block;
}
#m_nav .list_box0 .li a > img {
    margin: -2px 0 0 0;
}
#m_nav .list_box0 .li a .ewm_box {
    display: inline-block;
    border: #d3d3d3 1px solid;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleY(1);
    top: 3.5rem;
    opacity: 1;
    visibility: visible;
    transform-origin: top;
    display: none;
}
#m_nav .list_box0 .li a .ewm_box:before {
    content: "";
    position: absolute;
    border-left: transparent 6px solid;
    border-right: transparent 6px solid;
    border-bottom: #fff 6px solid;
    top: -6px;
    left: 50%;
    margin-left: -6px;
}
#m_nav .list_box0 .li:hover {
    opacity: 1;
    color: #fe9800;
}
#m_nav .list_box0 {
    justify-content: center;
    width: 100%;
}
#m_nav .list_box0 .li {
    margin: 0 0.05rem;
}

/*导航按钮开始*/
#nav_btn_box.on {
    background: none;
}
#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
}
#nav_btn_box {
    position: relative;
    width: 0.85rem;
    height: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-width: 0.85rem;
}
#nav_btn_box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#nav_btn_box:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: -6px;
    border-bottom: transparent 0.75rem solid;
}
#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    outline: none;
    box-shadow: none;
}
#nav_btn .point {
    display: inline-block;
    width: 0.34rem;
    height: 18px;
    position: relative;
    outline: none;
}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 100%;
}
#nav_btn .navbtn {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #fff;
    margin-top: -1px;
}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #fff;
}
#nav_btn .navbtn::after {
    top: -8px;
}
#nav_btn .navbtn::before {
    top: 8px;
}
#nav_btn .point.on .navbtn {
    background: transparent;
}
#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

.m_nav_list {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    display: flex;
    background: rgba(255, 255, 255, 0.1);
}
.m_nav_list::-webkit-scrollbar {
    display: none;
}
#m_nav {
    z-index: 799;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -105vw;
    top: 0;
    display: none;
    padding: 64px 0px 0;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(0, 50, 98, 0.8);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}
#m_nav .close {
    position: absolute;
    top: 7px;
    right: 15px;
    left: 15px;
    font-size: 30px;
    color: #333;
    z-index: 10000;
    width: auto;
    height: 35px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0;
}
#m_nav.act {
    pointer-events: auto;
    right: 0;
    opacity: 1;
    visibility: visible;
}

#m_nav .search_box input.submit {

    background-size: 1.75rem;
}

#m_nav .old_rukou {
    margin: 0.24rem 0 0;
    width: 100%;
}

.nav_link {
    padding: 0.1rem 0.12rem;
    min-width: 100%;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 2;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.nav_link a {
    padding: 0 0.13rem;
    display: block;
    font-size: inherit;
    color: #ffffff;
}

.nav_lang {
    padding: 0.1rem 0.22rem;
    min-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-wrap: wrap;
}
.nav_lang .tit {
    margin-right: 0.2rem;
    display: block;
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 2;
}
.nav_lang .tit .icon-lang {
    margin: -2px 4px 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 0.26rem;
    height: 0.26rem;

    -webkit-background-size: contain;
    background-size: contain;
}

.list_box_nav_mobile {
    width: 100%;
    height: 100%;
    padding: 0 0 10px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 0;
    flex: 1;
}
.list_box_nav_mobile > li {
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin: 0 auto;
    padding: 0 0.25rem;
}
.list_box_nav_mobile > li .con {
    position: relative;
}
.list_box_nav_mobile > li .a {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 0.64rem;
    color: rgba(255, 255, 255, 0.8);
    padding: 0;
    font-size: 0.2rem;
    display: flex;
    position: relative;
    transition: 0.5s;
}
.list_box_nav_mobile > li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 0.64rem;
    height: 0.64rem;
    display: inline-block;
    background: url(../images/arrow3.png) center no-repeat;
    background-size: 0.2rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}
.list_box_nav_mobile > li.on1 i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.list_box_nav_mobile > li.on .a {
    color: rgba(255, 255, 255, 1);
}

/*三级导航 开始*/
.list_box_nav_mobile > li .list {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
}
.list_box_nav_mobile > li .list a {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 2.5;
}
.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 798;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

/*顶部搜索*/
.wap_search {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    width: 100%;
    height: 60px;
    display: block;
    padding: 0 0.25rem;
}
.wap_search .header-search {
    height: 44px;
    border-radius: 0;
    background: rgb(255 255 255);
    position: relative;
    width: 100%;
    margin: 10px auto;
    border-radius: 50vw;
}
.wap_search .input {
    font-size: 14px;
    color: #646464;
    height: 44px;
    line-height: 44px;
    padding: 0 0.24rem;
    box-shadow: none;
    -webkit-appearance: none;
    float: left;
    border-right: 0;
    background: none;
    width: calc(100% - 40px);
}
.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: url(../images/h-so1.png) center no-repeat #fe9800;
    background: #fe9800;
    padding: 10px;
    background-size: 0.24rem;
    border-radius: 0;
    border-radius: 50vw;
}
.wap_search .btn_blue.fr {
    background: #e9edef;
    color: #4e4f53;
}
.wap_search input::-webkit-input-placeholder {
    color: #999;
}
.wap_search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}
.wap_search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.wap_search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
} /* WebKit browsers */
.wap_search input:focus::-webkit-input-placeholder {
    color: transparent; /* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
} /* Mozilla Firefox 4 to 18 */
.wap_search input:focus:-moz-placeholder {
    color: transparent;
} /* Mozilla Firefox 19+ */
.wap_search input:focus::-moz-placeholder {
    color: transparent;
} /* Internet Explorer 10+ */
.wap_search input:focus:-ms-input-placeholder {
    color: transparent;
} /* 点击搜索框获取焦点 placeholder消失-结束 */

/*导航按钮结束*/

/*弹窗*/
.m-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}
.m-pop .pop-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.h-popWin1 {
    padding: 0.7rem 0.75rem 0.4rem;
    margin: -3.12rem 0 0 -4.54rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9.08rem;
    height: 6.24rem;
    border-top: 0.05rem solid rgba(0, 0, 0, 1);
    background-color: #fff;
    z-index: 10;
}
.h-popWin1 input,
.h-popWin1 textarea,
.h-popWin1 button,
.h-popWin1 select {
    outline: none;
    border: none;
}
.h-popWin1 .close {
    position: absolute;
    right: -0.33rem;
    top: -0.29rem;
    width: 0.67rem;
    height: 0.67rem;
    background: url(../images/h-close2.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 10;
    cursor: pointer;
}
.h-popWin1 .hd {
    margin-bottom: 0.5rem;
}
.h-popWin1 .hd .title {
    font-family: "SourceHanSerifCN-Heavy";
    font-size: 0.3rem;
    color: #003262;
    font-weight: normal;
    line-height: 1.5;
}
.h-popWin1 .content {
    font-family: "CenturyGothic-Regular";
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.h-popWin1 .content .items {
    margin-bottom: 0.3rem;
    width: calc(50% - 0.15rem);
    flex-shrink: 0;
}
.h-popWin1 .content .items.col1 {
    width: 100%;
}
.h-popWin1 .content .input {
    padding: 1px;
    height: 0.7rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-popWin1 .content .input:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(0, 49, 97, 0.1);
    border-radius: 0.05rem;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.h-popWin1 .content .input .label {
    position: absolute;
    left: 1px;
    top: 1px;
    right: 1px;
    padding: 0 0.2rem;
    font-size: 0.18rem;
    color: rgba(18, 30, 79, 0.2);
    background-color: #fff;
    border-radius: 0.05rem;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.h-popWin1 .content .input .inp,
.h-popWin1 .content .input .sel {
    padding: 0 0.2rem;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0.05rem;
    font-size: 0.18rem;
    color: #121e4f;
    position: relative;
    z-index: 5;
    flex-grow: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.h-popWin1 .content .input .inp {
}
.h-popWin1 .content .input .inp::-webkit-input-placeholder {
    color: rgba(18, 30, 79, 0.2);
}
.h-popWin1 .content .input .inp:-moz-placeholder {
    color: rgba(18, 30, 79, 0.2);
}
.h-popWin1 .content .input .inp::-moz-placeholder {
    color: rgba(18, 30, 79, 0.2);
}
.h-popWin1 .content .input .inp:-ms-input-placeholder {
    color: rgba(18, 30, 79, 0.2);
}
.h-popWin1 .content .input .sel {
    padding-right: 0.4rem;
    background: url(../images/h-arrow6.png) right 0.14rem center no-repeat;
    -webkit-background-size: 0.16rem auto;
    background-size: 0.16rem auto;
    color: rgba(18, 30, 79, 0.2);
}
.h-popWin1 .content .input.vcode {
}
.h-popWin1 .content .input.vcode .inp {
}
.h-popWin1 .content .input.vcode .pic {
    margin: 0 0.12rem;
    width: 1rem;
    height: 0.4rem;
    overflow: hidden;
    flex-shrink: 0;
}
.h-popWin1 .content .input.vcode .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.h-popWin1 .content .input.vcode .btnSend{
    width: 2.6rem;
    height: 100%;
    font-size: .26rem;
    color: #FFFFFF;
    text-align: center;
    background: #003161;
    flex-shrink: 0;
}
.h-popWin1 .content .input.vcode .btnSend button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: .2rem;
    cursor: pointer;
}

.h-popWin1 .content .input.active {
}
.h-popWin1 .content .input.active:before {
    border-color: #015b93;
}
.h-popWin1 .content .input.active .label {
    padding: 0 0.04rem;
    left: 0.16rem;
    bottom: auto;
    right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #015b93;
    background: #ffffff !important;
    opacity: 1;
    visibility: visible;
}
.h-popWin1 .content .input.active .sel {
    color: #121e4f;
}
.h-popWin1 .content .input.done {
}
.h-popWin1 .content .input.done .sel {
    color: #121e4f;
}
.h-popWin1 .bot {
}
.h-popWin1 .bot .submit {
    display: block;
    width: 100%;
    height: 70px;
    background-color: #003161;
    font-size: 0.28rem;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.h-popWin2 {
    margin-left: -4.87rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9.74rem;
    min-height: 5.36rem;
    border-top: 0.09rem solid #003161;
    position: relative;
    background: url(../images/h-bg1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.3rem 0 rgba(0, 49, 97, 0.3);
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.h-popWin2 .close {
    position: absolute;
    right: -0.32rem;
    top: -0.25rem;
    width: 0.67rem;
    height: 0.67rem;
    background: url(../images/h-close2.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    z-index: 10;
}
.h-popWin2 .cont {
    padding: 0.7rem 0.86rem;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}
.h-popWin2 .cont .pic {
    margin-right: 0.86rem;
    width: 3rem;
    height: 3.82rem;
    position: relative;
    flex-shrink: 0;
}
.h-popWin2 .cont .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.h-popWin2 .cont .right {
    padding-top: 0.24rem;
    flex-grow: 1;
}
.h-popWin2 .cont .tit {
    font-family: "SourceHanSerifCN-Heavy";
    font-size: 0.3rem;
    color: #015b93;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
}
.h-popWin2 .cont .tit .leaf {
    position: absolute;
    left: -0.28rem;
    top: 0;
    width: 0.56rem;
    height: 0.63rem;
    z-index: -1;
}
.h-popWin2 .cont .tit .leaf:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/h-leaf1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0.2;
}
.h-popWin2 .cont .tit .leaf .lf_line {
    position: absolute;
    left: -1.18rem;
    top: 0.44rem;
    width: 2.86rem;
    height: 4.49rem;
    background: url(../images/h-line1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0.2;
}
.h-popWin2 .cont .desc {
    font-family: "SourceHanSerifCN-Bold";
    margin-top: 0.7rem;
    font-size: 0.24rem;
    color: #122644;
    line-height: 0.46rem;
    max-height: 2.76rem;
    overflow-y: auto;
}

/*搜索*/
.search-g1 {
    position: relative;
    margin: 0 auto;
    width: 9.2rem;
    max-width: 100%;
    position: relative;
}
.search-g1::after{
    content: "";
    position: absolute;
    right: 0.96rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.27rem;
    background: rgba(0, 0, 0, 0.2);
}
.search-g1 input {
    outline: none;
    border: none;
    background-color: transparent;
}
.search-g1 .inp {
    padding: 0 0.5rem;
    display: block;
    width: 100%;
    font-size: 0.22rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background-color: #fff;
    border-radius: 0.45rem;
}
.search-g1 input::-webkit-input-placeholder {
    color: #999;
}
.search-g1 input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}
.search-g1 input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.search-g1 input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}
.search-g1 .submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.96rem;
    height: 0.9rem;
    line-height: 0.9rem;
    background: url(../images/h-so3.png) 0.22rem center no-repeat;
    -webkit-background-size: 0.36rem auto;
    background-size: 0.36rem auto;
    cursor: pointer;
    font-size: 0;
}

/*分享*/
.h-shares1 {
    display: flex;
    flex-wrap: wrap;
}
.h-shares1 .item {
    display: block;
    position: relative;
}
.h-shares1 .icon {
    width: 0.76rem;
    height: 0.76rem;
    position: relative;
}
.h-shares1 .mask {
    position: absolute;
    left: 50%;
    bottom: 85%;
    z-index: 10;
    -webkit-transform: translate(-50%, -0.15rem);
    -ms-transform: translate(-50%, -0.15rem);
    -o-transform: translate(-50%, -0.15rem);
    transform: translate(-50%, -0.15rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.h-shares1 .icon-arrow {
    display: block;
    width: 10px;
    height: 10px;
    border: 10px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    flex-shrink: 0;
    order: 2;
}
.h-shares1 .code {
    width: 1.8rem;
    background-color: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    flex-shrink: 0;
    order: 1;
}
.h-shares1 .code img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
.h-shares1 .item:hover {
}
.h-shares1 .item:hover .mask {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.h-share2 {
    font-family: "CenturyGothic-Bold";
    font-size: 0.22rem;
    color: #015b93;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.h-share2 .tit {
    margin-right: 0.02rem;
}
.h-share2 .share-con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.h-share2 .share-con .item {
    display: block;
    margin-right: 0.15rem;
}
.h-share2 .share-con .icon {
    width: 0.55rem;
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0;
    text-align: center;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.h-share2 .share-con .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    position: static;
}
.h-share2 .share-con .item:hover {
}
.h-share2 .share-con .item:hover .icon {
    opacity: 0.8;
}

.h-share3 {
    margin: 0 -0.1rem -0.2rem;
    position: relative;
    z-index: 50;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.h-share3 .item {
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
    display: block;
    position: relative;
}
.h-share3 .icon {
    width: 0.61rem;
    height: 0.61rem;
    background-color: rgba(0, 49, 97, 0.1);
    border-radius: 50%;
    position: relative;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.h-share3 .icon img {
    display: block;
    width: 100%;
    height: 100%;
}
.h-share3 .mask {
    position: absolute;
    left: 50%;
    bottom: 85%;
    z-index: 10;
    -webkit-transform: translate(-50%, -0.15rem);
    -ms-transform: translate(-50%, -0.15rem);
    -o-transform: translate(-50%, -0.15rem);
    transform: translate(-50%, -0.15rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
.h-share3 .icon-arrow {
    display: block;
    width: 10px;
    height: 10px;
    border: 10px solid #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    flex-shrink: 0;
    order: 2;
}
.h-share3 .code {
    width: 1.8rem;
    background-color: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    flex-shrink: 0;
    order: 1;
}
.h-share3 .code img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.h-share3 .item:hover {}
.h-share3 .item:hover .icon{
    background-color: #fff;
}
.h-share3 .item:hover .mask {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

/*页码*/
.pages {
    font-family: "CenturyGothic-Bold";
    padding-top: 1.2rem;
    font-size: 0.2rem;
    color: #6e7a8b;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pages ul {
    margin: 0 0.05rem -0.1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pages ul li {
    margin: 0 0.05rem 0.1rem;
}
.pages ul a {
    padding: 0 0.12rem;
    display: block;
    font-size: inherit;
    color: inherit;
    text-align: center;
    min-width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.pages ul a:before {
    content: "";
    position: absolute;
    left: -0.08rem;
    top: -0.05rem;
    width: 0.6rem;
    height: 0.65rem;
    background: url(../images/h-page_bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
    opacity: 0;
}
.pages ul a:after {
    content: "";
    position: absolute;
    left: -0.32rem;
    top: 0.6rem;
    width: 0.32rem;
    height: 0;
    /*height: 1.15rem;*/
    background: url(../images/h-page_line1.png) center top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    z-index: -1;
    opacity: 0;
}
.pages .prev,
.pages .next {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}
.pages .prev {
}
.pages .next {
}
.pages .prev a,
.pages .next a {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.09rem auto;
    background-size: 0.09rem auto;
}
.pages .prev a {
    background-image: url(../images/h-page_arrow1.png);
}
.pages .next a {
    background-image: url(../images/h-page_arrow2.png);
}
.pages .prev a:hover {
    background-image: url(../images/h-page_arrow3.png);
}
.pages .next a:hover {
    background-image: url(../images/h-page_arrow4.png);
}
.pages ul .disable a {
    opacity: 0.5;
    pointer-events: none;
}
.pages ul .active a,
.pages ul a:hover {
    color: #015b93;
}
.pages ul .active a:before {
    opacity: 0.2;
}
.pages ul .active a:after {
    opacity: 0.2;
}
.pages.aos-animate{}
.pages.aos-animate ul a:after{
    height: 1.15rem;
    -webkit-transition: 3s ease-in-out; -o-transition: 3s ease-in-out; transition: 3s ease-in-out;
}

/*标题*/
.h-hd1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.h-hd1 .title {
    font-family: "SourceHanSerifCN-Heavy";
    font-size: 0.5rem;
    color: #015b93;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.h-hd1 .title .leaf {
    position: absolute;
    left: -0.3rem;
    top: 0.14rem;
    width: 0.56rem;
    height: 0.63rem;
    z-index: -1;
}
.h-hd1 .title .leaf:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/h-leaf1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0.2;
}
.h-hd1 .desc {
    font-family: "SourceHanSerifCN-Bold";
    margin: 0.53rem auto 0;
    width: 12.4rem;
    font-size: 0.24rem;
    color: #6e7a8b;
    line-height: 1.67;
    text-align: center;
}
.h-hd1 .desc.v1 {
    font-family: "CenturyGothic-Regular";
    margin-top: 0.51rem;
    font-size: 0.26rem;
    color: #122644;
    line-height: 1.77;
    font-style: italic;
}
.h-hd1.tal {
    justify-content: flex-start;
    align-items: flex-start;
}
.h-hd1.tal .title {
    text-align: left;
}
.h-hd1.c1 {
}
.h-hd1.c1 .title {
    color: #ffffff;
}
.h-hd1.c1 .desc {
    color: #ffffff;
}
.h-hd1.c2 {
}
.h-hd1.c2 .title {
    color: #003262;
}
.h-hd1.c2 .desc.v1 {
    margin-top: 0.44rem;
    color: #122644;
}

.h-hd2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.h-hd2 .title {
    font-family: "SourceHanSerifCN-Heavy";
    font-size: 0.4rem;
    color: #015b93;
    font-weight: bold;
    text-align: center;
    position: relative;
    line-height: 1.2;
}
.h-hd2 .title .leaf {
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.26rem;
    position: relative;
    top: -0.08rem;
    width: 0.6rem;
    height: 0.65rem;
    z-index: -1;
}
.h-hd2 .title .leaf:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/h-leaf2.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0.2;
}
.h-hd2 .title .leaf .lf_line {
    position: absolute;
    left: -3.03rem;
    top: 0.64rem;
    width: 8.32rem;
    height: 7.88rem;
    opacity: 0.2;
}
.h-hd2 .title .leaf .lf_line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: url(../images/h-line6.png) center top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.h-hd2.tal {
    justify-content: flex-start;
}
.aos-animate .h-hd2 .title .leaf .lf_line:before{
    height: 100%;
    -webkit-transition: 5.4s ease-in-out; -o-transition: 5.4s ease-in-out; transition: 5.4s ease-in-out;
}

/*按钮*/
.h-foldBtn1 {
    font-family: "CenturyGothic-Bold";
    padding: 0.6rem 0 1.12rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
}
.h-foldBtn1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 8rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
    z-index: -1;
    pointer-events: none;
}
.h-foldBtn1 .icon {
    display: block;
    margin: 0 auto 0.24rem;
    width: 0.32rem;
}
.h-foldBtn1 .tit {
    font-size: 0.4rem;
    color: #003161;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.h-btns1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.h-btns1 .s1 {
    font-family: "CenturyGothic-Bold";
    display: block;
    font-size: 0.18rem;
    color: #015b93;
    line-height: 2;
    position: relative;
    z-index: 2;
    transition: all .8s;
}
.h-btns1 .leaf {
    position: absolute;
    left: -0.3rem;
    top: -0.1rem;
    width: 0.6rem;
    height: 0.65rem;
    z-index: -1;
}
.h-btns1 .leaf:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/h-leaf2.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0.2;
    transition: all .8s;
}
.h-btns1 .leaf .lf_line {
    position: absolute;
    left: -0.24rem;
    top: 0.64rem;
    width: 2.38rem;
    height: 5.51rem;
    opacity: 0.2;
    pointer-events: none;
}
.h-btns1 .leaf .lf_line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: url(../images/h-line5.png) center top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.h-btns1 .s1:hover{
    color: #C81112;
    transform: translateX(.1rem);
}
.h-btns1.tal {
    justify-content: flex-start;
}
.h-btns1.c1 {
}
.h-btns1.c1 .s1 {
    color: #ffcd9e;
}
.h-btns1.c1 .leaf {
    left: -0.42rem;
    width: 0.68rem;
    height: 0.61rem;
}
.h-btns1.c1 .leaf:before {
    background-image: url(../images/h-leaf3.png);
    opacity: 0.5;
}
.h-btns1.c1 .leaf .lf_line {
    left: -0.32rem;
    top: 0.58rem;
    width: 0.37rem;
    height: 1.68rem;
    opacity: 0.5;
}
.h-btns1.c1 .leaf .lf_line:before{
    background-image: url(../images/h-line8.png);
}
.h-btns1.v1 {
}
.h-btns1.v1 .leaf {
}
.h-btns1.v1 .leaf .lf_line {
    left: -5.62rem;
    width: 12.08rem;
    height: 9.71rem;
    opacity: 1;
}
.h-btns1.v1 .leaf .lf_line:before{
    background-image: url(../images/h-line7.png);
}
.h-btns1.v2 {
}
.h-btns1.v2 .leaf {
}
.h-btns1.v2 .leaf:before {
    background-image: url(../images/h-leaf4.png);
    opacity: 0.5;
}
.h-btns1.v2 .leaf .lf_line {
    left: -7.98rem;
    top: 0.58rem;
    width: 11.46rem;
    height: 12.64rem;
    opacity: 0.6;
}
.h-btns1.v2 .leaf .lf_line:before{
    background-image: url(../images/h-line9.png);
}
.h-btns1.v3 {
}
.h-btns1.v3 .leaf {
}
.h-btns1.v3 .leaf .lf_line {
    left: -1.78rem;
    width: 2.38rem;
    height: 5.51rem;
}
.h-btns1.v3 .leaf .lf_line:before{
    background-image: url(../images/h-line17.png);
}
.h-btns1.v4{}
.h-btns1.v4 .leaf .lf_line{
    top: 0.64rem;
    left: -0.54rem;
    width: 2.2rem;
    height: 8.08rem;
    opacity: 1;
}
.h-btns1.v4 .leaf .lf_line:before{
    background-image: url(../images/h-line19.png);
}

.h-btns2 {
    display: flex;
}
.h-btns2 .s1 {
    font-family: "CenturyGothic-Bold";
    padding: 0 0.2rem;
    display: block;
    min-width: 3.96rem;
    line-height: 0.64rem;
    border: 0.02rem solid #ffcd9e;
    background-color: #ffcd9e;
    border-radius: 0.35rem;
    font-size: 0.2rem;
    color: #ffffff;
    text-align: center;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.h-btns2 .s1:hover {
    background-color: #fff;
    color: #ffcd9e;
    box-shadow: 0 0 0.35rem 0 rgba(255, 205, 158, 0.25);
}
.h-btns2.ver{
    flex-direction: column;
    align-items: flex-start;
}
.h-btns2.ver .s1+.s1{
    margin-top: 0.35rem;
}
.aos-animate{}
.aos-animate .h-btns1 .leaf .lf_line:before, .h-btns1.aos-animate .leaf .lf_line:before{
    height: 100%;
    -webkit-transition: 5.4s ease-in-out; -o-transition: 5.4s ease-in-out; transition: 5.4s ease-in-out;
}

@media (max-width: 1199px) {
    html,
    body {
        overflow-x: hidden !important;
    }
    body {
        padding-top: 0;
    }
    .ar_web {
        display: none;
    }
    .ar_wap {
        display: block;
    }
    .wp,
    .wp2 {
        width: 100%;
        padding: 0 15px;
        max-width: 100%;
    }
    /*底部*/
    .foot .ft-cont {
        padding: 0.2rem 0;
    }
    .foot .ft-cont .wp {
        display: block;
    }
    .foot .ft-cont .col,
    .foot .ft-cont .cor {
        width: auto;
    }
    .foot .ft-cont .cor {
        padding: 0;
        margin-top: 0.1rem;
    }
    .foot .fot-info {
        font-size: 0.18rem;
    }
    .foot .fot-info .title {
        margin-bottom: 0.15rem;
        font-size: 0.24rem;
    }
    .foot .h-shares1 {
        margin-top: 0.1rem;
    }
    .foot .fot-nav {
        margin: 0 -0.1rem;
    }
    .foot .fot-nav a {
        padding: 0.1rem;
        font-size: 0.18rem;
        line-height: 1.3;
        text-align: center;
    }
    .foot .ft-bot {
        padding: 0.15rem 0;
    }
    .foot .ft-bot .wp {
        flex-wrap: wrap;
    }
    .foot .ft-bot .col,
    .foot .ft-bot .cor {
        width: 100%;
    }
    .foot .ft-bot .col {
        padding: 0;
        margin-top: 0.15rem;
        order: 2;
    }
    .foot .ft-bot .cor {
        order: 1;
    }
    .foot .fot-link {
        justify-content: center;
    }
    .foot .fot-link a {
        height: 0.42rem;
        line-height: 0.42rem;
        min-width: 2rem;
        padding: 0 0.2rem;
        font-size: 0.18rem;
    }
    .foot .fot-link .icn {
        margin-right: 0.05rem;
        width: 0.2rem;
        height: 0.2rem;
    }
    .foot .fot-copy {
        line-height: 1.3;
        text-align: center;
        font-size: 0.18rem;
    }
    /*弹窗*/
    .h-popWin1 {
        width: 86%;
        height: 5.1rem;
        margin-left: -43%;
        margin-top: -2.55rem;
        padding: 0.3rem 0.2rem;
    }
    .h-popWin1 .close {
        right: -0.25rem;
        top: -0.25rem;
        width: 0.6rem;
        height: 0.6rem;
    }
    .h-popWin1 .hd {
        margin-bottom: 0.2rem;
    }
    .h-popWin1 .hd .title {
        font-size: 0.24rem;
    }
    .h-popWin1 .content .items {
        margin-bottom: 0.2rem;
        width: 100%;
    }
    .h-popWin1 .content .input {
        height: 0.6rem;
    }
    .h-popWin1 .bot .submit {
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .h-popWin2 {
        width: 8rem;
        min-height: 4rem;
        margin-left: -4rem;
    }
    .h-popWin2 .cont {
        padding: 0.2rem;
    }
    .h-popWin2 .cont .pic {
        margin-right: 0.4rem;
    }
    .h-popWin2 .cont .desc {
        margin-top: 0.4rem;
    }
    /*分享*/
    .h-shares1 {
        justify-content: center;
    }
    .h-shares1 .item {
        padding: 0 0.05rem;
    }
    .h-shares1 .icon {
        width: 0.5rem;
        height: 0.5rem;
    }
    .h-shares1 .icon img {
        max-height: 0.3rem;
    }
    /*页码*/
    .pages {
        padding-top: 0.25rem;
        display: block;
    }
    .pages ul {
        margin-top: 0.1rem;
        margin-bottom: 0;
    }
    .pages ul li {
        margin-left: 0.05rem;
        margin-right: 0.05rem;
    }
    .pages ul a:after{
        height: 1.15rem;
    }
    /*标题*/
    .h-hd1 {
        margin-bottom: 0.5rem !important;
    }
    .h-hd1 .desc {
        margin-top: 0.4rem !important;
        width: auto !important;
    }
    .h-hd2 {
        margin-bottom: 0.4rem !important;
    }
    .h-hd2 .title .leaf .lf_line:before{
        height: 100%;
    }
    /*按钮*/
    .h-btns1 .leaf .lf_line:before{
        height: 100%;
    }
    .h-foldBtn1 {
        padding: 0.6rem 0;
    }
    .h-foldBtn1:before {
        height: 5rem;
    }
}

@media (max-width: 959px) {
}

@media (max-width: 767px) {
    /*弹窗*/
    .h-popWin2 {
        width: 4rem;
        min-height: 0;
        margin-left: -2rem;
    }
    .h-popWin2 .cont {
        display: block;
        max-height: 86vh;
        overflow-y: auto;
    }
    .h-popWin2 .cont .pic {
        margin: 0 auto 0.2rem;
    }
    .h-popWin2 .cont .right {
        padding-top: 0;
    }
    .h-popWin2 .cont .tit {
        font-size: 0.24rem;
    }
    .h-popWin2 .cont .tit .leaf .lf_line{
        display: none;
    }
    .h-popWin2 .cont .desc {
        margin-top: 0.1rem;
        font-size: 0.18rem;
        line-height: 0.3rem;
        max-height: 2.1rem;
    }
    /*分享*/
    .h-share2 {
        font-size: 0.18rem;
    }
    .h-share2 .share-con .item {
        margin-right: 0.1rem;
    }
    .h-share2 .share-con .icon {
        width: 0.4rem;
        height: 0.4rem;
        line-height: 0.4rem;
    }
    .h-share3 {
        margin-left: -0.05rem;
        margin-right: -0.05rem;
    }
    .h-share3 .item {
        padding: 0 0.05rem;
    }
    .h-share3 .icon {
        width: 0.4rem;
        height: 0.4rem;
    }
    /*页码*/
    .pages {
        padding-top: 0.3rem !important;
    }
    /*标题*/
    .h-hd1 {
        margin-bottom: 0.25rem !important;
    }
    .h-hd1 .title {
        font-size: 0.28rem;
    }
    .h-hd1 .title .leaf {
        top: 0;
        width: 0.4rem;
        height: 0.45rem;
    }
    .h-hd1 .desc {
        margin-top: 0.25rem !important;
        font-size: 0.18rem !important;
        line-height: 1.5 !important;
    }
    .h-hd2 {
        margin-bottom: 0.25rem !important;
    }
    .h-hd2 .title {
        padding: 0;
        font-size: 0.28rem;
    }
    .h-hd2 .title .leaf {
        width: 0.4rem;
        height: 0.45rem;
        top: 0;
    }
    .h-hd2 .title .leaf .lf_line {
        left: -3.04rem;
        top: 0.44rem;
    }
    /*按钮*/
    .h-foldBtn1 {
        padding: 0.4rem 0;
    }
    .h-foldBtn1:before {
        height: 2.6rem;
    }
    .h-foldBtn1 .icon {
        width: 0.24rem;
        margin-bottom: 0.1rem;
    }
    .h-foldBtn1 .tit {
        font-size: 0.24rem;
    }
    .h-btns1 .s1 {
        padding: 0.08rem 0;
        line-height: 1.3;
        font-size: 0.16rem;
    }
    .h-btns1 .leaf {
        width: 0.4rem;
        height: 0.45rem;
        top: 0;
        left: -0.18rem;
    }
    .h-btns1 .leaf .lf_line {
        left: -0.24rem;
        top: 0.46rem;
    }
    .h-btns1.c1 .leaf{
        top: 0;
        left: -0.18rem;
        width: 0.4rem;
        height: 0.45rem;
    }
    .h-btns1.v1 .leaf .lf_line {
        left: -5.6rem;
        top: 0.42rem;
    }
    .h-btns1.v3 .leaf .lf_line {
        left: -1.74rem;
    }
    .h-btns1.v4 .leaf .lf_line{
        left: -0.54rem;
        top: 0.44rem;
    }
    .h-btns2 .s1 {
        line-height: 0.48rem;
        min-width: 2.8rem;
        font-size: 0.18rem;
    }

    .h-popWin1 .content .input.vcode .btnSend{
        width: 1.6rem;
        font-size: .2rem;
    }
}

@media (max-width: 479px) {
}

/*兼容*/
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 99999999;
}
#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    z-index: -1;
}
#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #fff;
    border-radius: 5px;
}
#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}
#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}
#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
}
#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 20px auto;
    height: 130px;
}
#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
}
#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;
}
#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}
#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}
#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;
}
#browser-modal .browser-content .browser-item a {
    cursor: pointer;
    display: block;
}
#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}
#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}



