@font-face {
    font-family: 'DingTalk';
    src: url("../font/DingTalk_JinBuTi.ttf") format("truetype");
    font-display: swap;
}
@keyframes shine {
    100% {
        left: 115%;
    }
}

@keyframes beat {
    0%,to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(.9,1.1);
        transform: scale(.9,1.1);
    }

    50% {
        -webkit-transform: scale(1.1,.9);
        transform: scale(1.1,.9);
    }

    75% {
        -webkit-transform: scale(.95,1.05);
        transform: scale(.95,1.05);
    }
}

@keyframes move {
    0% {
        -webkit-transform: translateY(-0.6rem);
        -ms-transform: translateY(-0.6rem);
        -o-transform: translateY(-0.6rem);
        transform: translateY(-0.6rem);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scale1 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2.9);
        -ms-transform: scale(4.75);
        -o-transform: scale(4.75);
        transform: scale(4.75);
        opacity: 1;
    }
}

@keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: .6;
    }

    100% {
        -webkit-transform: scale(2.9);
        -ms-transform: scale(2.9);
        -o-transform: scale(2.9);
        transform: scale(2.9);
        opacity: .25;
    }
}

* {
    box-sizing: border-box
}

html, body {
    color: #333;
    font-size: 16px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-family: 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;
}

.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: 70%;
    max-height: 70%;
    margin: auto;
    transition: .8s
}

.img_zd {
    position: relative;
    overflow: hidden;
}

.img_zd .img_hezi {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .8s
}

.img_zd>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .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,.1));
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.1));
}

.pic .a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .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 .8s;
    animation: shine .8s;
}

.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( #153D97, #153D97);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .8s;
}

.alin_r:hover .aline_r {
    background-size: 100% 1px;
    color: #153D97;
}

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: .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: 16rem;
    margin: 0 auto;
    max-width: 96%;
}

.none {
    display: none;
}

.ar_wap {
    display: none;
}

/*=============================Ã¥â€¦Â¬Ã¥â€¦Â± Ã¥Â¼â‚¬Ã¥Â§â€¹===================================*/
/*headerPC*/
.header_box {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 1.2rem;
    background-color: #FFFFFF;
    z-index: 100;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.15);
}

.header_box .header-1 {
    height: 0.4rem;
    background-color: #108B96;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.header_box .header-1 .wp {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_box .header-1 .hd-r {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_box .header-2 {
    height: 0.8rem;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.header_box .header-2 .wp {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_box .header-2 .hd-l {
    margin-right: 0.2rem;
    flex-shrink: 0;
}

.header_box .header-2 .hd-r {
    flex-grow: 1;
}

.header_box.up, .header_box.down {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
}

.header_box.up {
}

.header_box.down {
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
}

.logo_box {
    transition: .8s;
}

.logo {
}

.logo a {
    display: flex;
    align-items: center;
}

.logo img {
    display: block;
    max-width: 4.52rem;
    max-height: 0.6rem;
    flex-shrink: 0;
}

.hd-lang {
    position: relative;
}

.hd-lang dt {
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.6rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.hd-lang dt img {
    margin-right: 0.06rem;
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    flex-shrink: 0;
}

.hd-lang dt span {
}

.hd-lang dd {
    margin-left: -0.6rem;
    padding: 0.06rem 0;
    position: absolute;
    left: 50%;
    top: 150%;
    width: 1.2rem;
    background-color: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
    border-radius: 0.05rem;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.hd-lang dd:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #fff;
    border-left: .1rem solid transparent;
    transition: all 0.5s;
}

.hd-lang dd .box {
}

.hd-lang dd a {
    padding: 0.06rem 0.1rem;
    display: block;
    font-size: 0.16rem;
    color: #333333;
    line-height: 1.3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hd-lang dd a:hover {
    background-color: #108B96;
    color: #ffffff;
}

.hd-lang:hover {
}

.hd-lang:hover dd {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.hd-line {
    margin: 0 0.12rem;
    width: 1px;
    height: 0.2rem;
    background-color: #fff;
    opacity: .6;
}

.hd-search {
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    background: url(../images/icon-so1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    opacity: .8;
}

#nav {
}

#nav ul {
    margin: 0 -0.21rem;
    display: flex;
    justify-content: flex-end;
}

#nav li {
    padding: 0 0.11rem;
    position: relative;
}

#nav li h2 {
    padding: 0 0.1rem;
    font-size: .2rem;
    color: #333333;
    text-align: center;
    font-weight: normal;
    line-height: 0.6rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#nav li a, #nav li h2 a {
    display: block;
}

#nav ul li h2 span {
    display: block;
    font-size: .2rem;
    color: #333333;
    text-align: center;
    line-height: 0.6rem;
    text-transform: uppercase;
}

#nav ul li .sub {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 1.4rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99;
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.3);
    padding: .1rem 0;
    border-radius: .05rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

#nav ul li .sub:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #fff;
    border-left: .1rem solid transparent;
    transition: all 0.5s;
}

#nav ul li .sub .box {
}

#nav ul li .sub a {
    display: block;
    font-size: .18rem;
    color: #333333;
    line-height: .5rem;
    white-space: nowrap;
    padding: 0 .1rem;
    transition: all 0.5s;
    position: relative;
}

#nav ul li .sub a:hover {
    background-color: #108B96;
    color: #ffffff;
}

#nav ul li:hover {
}

#nav ul li:hover h2 {
    -webkit-transform: translateY(0.03rem);
    -ms-transform: translateY(0.03rem);
    -o-transform: translateY(0.03rem);
    transform: translateY(0.03rem);
}

#nav ul li:hover .sub {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

#nav ul li.on {
}

#nav ul li.on h2 {
    color: #108B96;
}

/*headerMob*/
.m_header_box {
    transition: .8s;
    display: none;
    height: .75rem;
    position: relative;
    z-index: 800;
}

.m_header_box header {
    padding: 0 0 0 15px;
    height: .75rem;
    background: #108B96;
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
    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 {
    max-width: 3.2rem;
    max-height: .46rem;
}

.m_header_box header #logo {
    padding: 0;
    width: 100%;
}

#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: .8s;
    margin-right: .2rem;
    position: relative;
    line-height: .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 .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: .85rem;
    height: .75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-width: .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 .75rem solid;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: .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 .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .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 .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .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,.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(16, 139, 150, .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: #fe9800 url(../images/icon-so1.png) center no-repeat;
    background-size: 1.75rem;
}

#m_nav .old_rukou {
    margin: .24rem 0 0;
    width: 100%;
}

.nav_link {
    padding: 0.1rem 0.12rem;
    min-width: 100%;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, .5);
    line-height: 2;
    border-bottom: 1px solid rgba(255,255,255,.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,.3);
    display: flex;
    flex-wrap: wrap;
}

.nav_lang .tit {
    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.24rem;
    height: 0.24rem;
    background: url(../images/icon-lang1.png) center center no-repeat;
    -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,.15);
    line-height: .64rem;
    color: rgba(255,255,255,.8);
    padding: 0;
    font-size: .2rem;
    display: flex;
    position: relative;
    transition: .8s;
}

.list_box_nav_mobile>li i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: .64rem;
    height: .64rem;
    display: inline-block;
    background: url(../images/m_nav_down.png) center no-repeat;
    background-size: .15rem !important;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.list_box_nav_mobile>li.on1 .con i,
.list_box_nav_mobile>li .li.on1 i{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.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,.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 .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/icon-so1.png) center no-repeat #fe9800;
    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Ã¦Â¶Ë†Ã¥Â¤Â±-Ã§Â»â€œÃ¦ÂÅ¸ */
/*headerMob end*/
/*foot*/
.foot {
    background: url(../images/fot-bg1.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.foot .foot-1 {
    padding: 0.34rem 0 0.32rem;
    position: relative;
}

.foot .foot-1:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0;
    height: 1px;
    background-color: #fff;
    opacity: .3;
}

.foot .foot-1 .wp {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot .foot-1 .ft-l {
    margin-right: 0.9rem;
    flex-shrink: 0;
}

.foot .foot-1 .ft-r {
    flex-grow: 1;
}

.foot .foot-2 {
    padding: 0.1rem 0;
}

.foot .foot-2 .wp {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot .foot-2 .ft-l {
    flex-grow: 1;
}

.foot .foot-2 .ft-r {
    flex-shrink: 0;
}

.foot .ft-logo {
}

.foot .ft-logo img {
    display: block;
    width: 2.77rem;
    max-height: 0.7rem;
}

.foot .ft-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.foot .ft-nav li {
}

.foot .ft-nav .con {
    display: block;
}

.foot .ft-nav .icon {
    margin: 0 auto 0.12rem;
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 0.1rem;
}

.foot .ft-nav .icon img {
    max-width: 72%;
    max-height: 72%;
}
.foot .ft-nav .icon .svg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.foot .ft-nav .icon .svg svg{
    display: block;
    width: 1rem;
    height: 1rem;
    margin-top: -.2rem;
    stroke: #f4ca91;
    stroke-width: 2;
    fill: none;
    /* Ã¨Â®Â¾Ã§Â½Â®Ã¨â„¢Å¡Ã§ÂºÂ¿Ã¦â€¢Â°Ã§Â»â€žÃ¯Â¼Å¡Ã¦â‚¬Â»Ã©â€¢Â¿Ã¤Â¸Âº1Ã¯Â¼Å’Ã¥Â®Å¾Ã§ÂºÂ¿0Ã¯Â¼Å’Ã¥Â®Å¾Ã§Å½Â°Ã¥Ë†ÂÃ¥Â§â€¹Ã¤Â¸ÂÃ¥ÂÂ¯Ã¨Â§Â */
    stroke-dasharray: 310; /* Ã©Å“â‚¬Ã¦Â Â¹Ã¦ÂÂ®Ã¥Â®Å¾Ã©â„¢â€¦Ã¨Â·Â¯Ã¥Â¾â€žÃ©â€¢Â¿Ã¥ÂºÂ¦Ã¨Â°Æ’Ã¦â€¢Â´ */
    stroke-dashoffset: 310;
    /* Ã¨Â¿â€¡Ã¦Â¸Â¡Ã¥Å Â¨Ã§â€Â» */
    transition: stroke-dashoffset 1s ease-in-out;
}
/* Ã¥Â®Å¡Ã¤Â¹â€°Ã¦ÂÂÃ¨Â¾Â¹Ã¥Å Â¨Ã§â€Â»Ã¨Â·Â¯Ã¥Â¾â€ž */
.animated-border {

}

/* Ã©Â¼Â Ã¦Â â€¡Ã¦â€šÂ¬Ã¥ÂÅ“Ã¦â€”Â¶Ã¯Â¼Å¡Ã¨Â¾Â¹Ã¦Â¡â€ Ã¤Â»Å½Ã¥Â·Â¦Ã¤Â¸Å Ã¨Â§â€™Ã¥Â¼â‚¬Ã¥Â§â€¹Ã§Â»â€¢Ã¨Â¡Å’Ã¤Â¸â‚¬Ã¥â€˜Â¨ */
.foot .ft-nav .icon:hover .svg svg{
    stroke-dashoffset: 0;
}

.foot .ft-nav .tit {
    font-size: 0.18rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}

.foot .ft-nav .con:hover {
}

.foot .ft-nav .con:hover .icon img {
    animation: beat .5s;
}

.foot .ft-info {
    padding: 0;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.26rem;
}

.foot .ft-info a {
}

.foot .ft-info img {
    margin: -2px 0.16rem 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 0.26rem;
}

.foot .ft-info a:hover {
    text-decoration: underline;
}

/*foot end*/
/*Ã¦ÂÅ“Ã§Â´Â¢Ã¥Â¼Â¹Ã§Âªâ€”*/
.popSearch {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

.popSearch input {
    outline: none;
    border: none;
}

.popSearch .close {
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/icon-close1.png) center center no-repeat;
    -webkit-background-size: 0.24rem auto;
    background-size: 0.24rem auto;
    cursor: pointer;
    z-index: 10;
}

.popSearch .cont {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5.5rem;
    min-height: 0.5rem;
    -webkit-transform: translate(-50%, 1000%);
    -ms-transform: translate(-50%, 1000%);
    -o-transform: translate(-50%, 1000%);
    transform: translate(-50%, 1000%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.popSearch .cont .inp {
    padding: 0 1.1rem 0 0.2rem;
    display: block;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: #fff;
    font-size: 0.16rem;
    color: #333333;
}

.popSearch .cont .submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.9rem;
    background: #108B96 url(../images/icon-so1.png) center center no-repeat;
    -webkit-background-size: 0.3rem auto;
    background-size: 0.3rem auto;
}

.popSearch.active {
    opacity: 1;
    visibility: visible;
}

.popSearch.active .cont {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Ã¥Ë†â€ Ã¤ÂºÂ«*/
.share-g1 {
    margin: 0 -0.07rem -0.1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.share-g1 .item {
    padding: 0.15rem 0.07rem;
    margin-bottom: 0.1rem;
    position: relative;
    flex-shrink: 0;
}

.share-g1 .con {
    display: block;
}

.share-g1 .icon {
    width: 0.46rem;
    height: 0.46rem;
    position: relative;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
}

.share-g1 .icon img {
}

.share-g1 .mask {
    margin-left: -0.7rem;
    position: absolute;
    left: 50%;
    bottom: 120%;
    width: 1.4rem;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all.5s;
    -o-transition: all.5s;
    transition: all.5s;
}

.share-g1 .mask:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-bottom: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-top: .1rem solid #fff;
    border-left: .1rem solid transparent;
    transition: all 0.5s;
}

.share-g1 .code {
    background-color: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .15);
}

.share-g1 .code img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.share-g1 .item:hover {
}

.share-g1 .item:hover .mask {
    bottom: 100%;
    opacity: 1;
    visibility: visible;
}

/*Ã¤Â¾Â§Ã¨Â¾Â¹*/
.slide-nav {
    position: fixed;
    right: 0;
    top: 50%;
    width: 0.95rem;
    z-index: 100;
    display: none;
    transform: translateY(-50%);
}

.slide-nav:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/sN-bg1.png) center bottom no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
}

.slide-nav .content {
    padding: 0 0.06rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-nav .item {
    padding: 0.1rem 0;
    display: block;
    min-height: 0.8rem;
    position: relative;
    border-bottom: 1px dashed rgba(255, 255, 255, .5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slide-nav .item:last-child {
    border: none;
}

.slide-nav .icon {
    margin: 0 auto 0.04rem;
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 15;
}

.slide-nav .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.slide-nav .icon .img-2{
    display: none;
}
.slide-nav .tit {
    font-size: 0.14rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}

.slide-nav .item.goTop {
    min-height: 0.84rem;
}

.slide-nav .item.goTop .icon {
    width: 0.38rem;
    height: 0.38rem;
    line-height: 0.38rem;
}

.slide-nav .item:hover {
}

.slide-nav .item:hover .icon img {
    animation: beat .5s;
}
.slide-nav .item:hover .icon .img-2{
    display: inline-block;
}
.slide-nav .item:hover .icon  .img-1{
    display: none;
}
.slide-nav .item:hover .tit{
    color: #f4ca91;
}

/*Ã¤Â¾Â§Ã¨Â¾Â¹ end*/
/*Ã¦Â â€¡Ã©Â¢Ëœ*/
.hd-g1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.hd-g1 .hd-l {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hd-g1 .hd-r {
    flex-shrink: 0;
}

.tit-g1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tit-g1 .cn {
    font-size: 0.6rem;
    color: #108B96;
    line-height: 1.15;
    position: relative;
    z-index: 1;
    font-family: 'DingTalk',sans-serif;
    letter-spacing: -0.05em;
}

.tit-g1 .cn:before {
    content: '';
    position: absolute;
    right: -0.3rem;
    top: -0.22rem;
    width: 1.46rem;
    height: 0.7rem;
    background: url(../images/tit-icn1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.tit-g1 .cn span {
    color: #191A1E;
}

.tit-g1 .en {
    margin-top: 0.03rem;
    font-size: 0.14rem;
    color: #108B96;
    text-transform: uppercase;
    line-height: 1.43;
    display: flex;
    align-items: center;
    font-family: 'DingTalk',sans-serif
}

.tit-g1 .en span {
}

.tit-g1 .en:after {
    content: '';
    margin-left: 0.08rem;
    display: block;
    width: 0.91rem;
    height: 0.05rem;
    background: url(../images/tit-icn2.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

/*Ã¦Å’â€°Ã©â€™Â®*/
.btns-g1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btns-g1 .s1 {
    padding: 0 0.02rem;
    display: block;
    font-size: 0.18rem;
    color: #108B96;
    height: 0.5rem;
    line-height: 0.5rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btns-g1 .s1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #108B96;
    z-index: -1;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btns-g1:hover .s1:before {
    background-color: #f8d2a0;
}

.btns-g1 .icon-arrow {
    margin-left: 0.08rem;
    display: block;
    width: 0.17rem;
    height: 0.14rem;
    background: url(../images/icon-arrow1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btns-g1 .s1:hover {
    padding: 0 0.3rem;
    font-size: 0.2rem;
    color: #fff;
}

.btns-g1 .s1:hover:before {
    opacity: 1;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.btns-g1 .s1:hover .icon-arrow {
    background-image: url(../images/icon-arrow2.png);
}

/*Ã¥â€œÂÃ¥Âºâ€*/
@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 .foot-1 {
        padding: 0.25rem 0;
    }

    .foot .foot-1:before {
        left: 15px;
        right: 15px;
    }

    .foot .foot-1 .wp {
        display: block;
    }

    .foot .foot-1 .ft-l {
        margin: 0;
        margin-bottom: 0.15rem;
    }

    .foot .foot-2 {
        padding: 0.2rem 0 0.1rem;
    }

    .foot .foot-2 .wp {
        flex-wrap: wrap;
    }

    .foot .foot-2 .ft-l, .foot .foot-2 .ft-r {
        width: 100%;
    }

    .foot .foot-2 .ft-l {
        order: 2;
    }

    .foot .foot-2 .ft-r {
        order: 1;
    }

    .foot .ft-logo img {
        margin: 0 auto;
        width: 2rem;
    }

    .foot .ft-nav .icon {
        width: 0.54rem;
        height: 0.54rem;
    }
    .foot .ft-nav .icon .svg svg{
        width: 0.64rem;
        height: 0.64rem;
        margin-top: -.1rem;
    }
    .foot .ft-info {
        line-height: 1.5;
        text-align: center;
    }

    .foot .ft-info img {
        max-width: 0.22rem;
    }

    .share-g1 .item {
        padding: 0.05rem 0.07rem;
    }

    .slide-nav {
        width: auto;
        height: auto;
    }

    .slide-nav:before {
        display: none;
    }

    .slide-nav .item {
        display: none;
    }

    .slide-nav .item.goTop {
        padding: 0;
        margin: 0;
        min-height: 0;
        display: flex;
    }

    .slide-nav .item.goTop .icon {
        background-color: #108B96;
        border-radius: 50%;
        width: 0.4rem;
        height: 0.4rem;
        line-height: 0.4rem;
    }

    .slide-nav .icon img {
        max-width: 64%;
        max-height: 64%;
    }

    .hd-g1 {
        margin-bottom: 0.25rem !important;
    }

    .tit-g1 .cn {
        font-size: 0.42rem;
    }

    .btns-g1 .s1:hover {
        padding: 0 0.2rem;
    }
}

@media (max-width: 959px) {
}

@media (max-width: 767px) {
    .foot .ft-nav {
        margin: 0 -0.1rem -0.1rem;
    }

    .foot .ft-nav li {
        padding: 0 0.1rem;
        margin-bottom: 0.1rem;
        width: 25%;
        flex-grow: 0;
        flex-shrink: 0;
    }

    .foot .ft-info {
        font-size: 0.16rem;
    }

    .foot .ft-info img {
        margin: -2px 0.1rem 0;
    }

    .tit-g1 .cn {
        font-size: 0.3rem;
    }

    .tit-g1 .cn:before {
        right: -0.24rem;
        top: -0.14rem;
        width: 1rem;
        height: 0.48rem;
    }

    .tit-g1 .en {
        font-size: 0.12rem;
    }

    .tit-g1 .en:after {
        width: 0.5rem;
        height: 0.03rem;
    }

    .btns-g1 .s1 {
        height: 0.36rem;
        line-height: 0.36rem;
        font-size: 0.16rem !important;
    }

    .btns-g1 .s1:hover {
        padding: 0 0.15rem;
    }

    .btns-g1 .icon-arrow {
        margin-left: 0.04rem;
        width: 0.1rem;
        height: 0.13rem;
    }
}

@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;
}

#nav li h2 {
    position: relative;
}

#nav li h2:after {
    position: absolute;
    content: '';
    left: 50%;
    top: calc(100% - .1rem);
    width: .02rem;
    height: 0.16rem;
    background: #108B96;
    margin-left: -.01rem;
    transform: scaleY(0);
    transform-origin: top center;
    transition: .5s;
}

#nav li.xiala:hover h2:after {
    transform: scaleY(1);
}

.sub-nav {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 0.1rem;
    width: 11.3rem;
    /* opacity: 0; */
    /* visibility: hidden; */
    z-index: 999;
    transition: .5s;
    display: none;
}

.sub-nav:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0.1rem;
    height: .02rem;
    background: rgba(14, 133, 146, 0.9);
}

.sub-nav .sub-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    padding: .25rem .6rem .39rem .54rem;
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.15);
}

.sub-nav .sub-link {
    width: 37.28%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-nav .sub-link a {
    position: relative;
    margin-top: .22rem;
    display: block;
    width: 44.16%;
    padding: .1rem .1rem;
    font-size: .18rem;
    color: #333333;
    line-height: .28rem;
    transition: .5s;
}

.sub-nav .sub-link a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .07rem;
    height: .13rem;
    background: url("../images/nav-ico.png") no-repeat 50%/100%;
    transform: translateY(-50%);
}

.sub-nav .sub-link a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: #808080;
    transition: .5s;
}

.sub-nav .sub-link a:nth-child(-n+2) {
    margin-top: 0;
}

.sub-nav .sub-link a:hover:before {
    background-image: url("../images/nav-ico2.png");
}

.sub-nav .sub-link a:hover:after {
    background: #0E8592;
}

.sub-nav .sub-link a:hover {
    color: #0E8592;
}

.sub-nav .sub-right {
    width: 57.28%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-nav .sub-right .pic {
    width: 2.4rem;
    height: 1.6rem;
}

.sub-nav .sub-right .sub-txt {
    width: calc(100% - 2.66rem);
}

.sub-nav .sub-right h3 {
    font-size: .2rem;
    line-height: .3rem;
    color: #108b96;
}

.sub-nav .sub-right .line {
    display: block;
    height: .01rem;
    background: #0E8592;
    margin: .05rem 0 .1rem;
}

.sub-nav .sub-right h4 {
    font-size: .18rem;
    line-height: .28rem;
    color: #108b96;
}

#nav li:nth-child(2) .sub-nav {
    left: -1.1rem;
}

#nav li:nth-child(3) .sub-nav {
    left: -2.32rem;
}

#nav li:nth-child(4) .sub-nav {
    left: -3.54rem;
}

#nav li:nth-child(5) .sub-nav {
    left: -4.76rem;
}

#nav li:nth-child(6) .sub-nav {
    left: auto;
    right: -4.1rem;
}

#nav li:nth-child(7) .sub-nav {
    left: auto;
    right: -2.88rem;
}

#nav li:nth-child(8) .sub-nav {
    left: auto;
    right: -1.66rem;
}

#nav li:nth-child(9) .sub-nav {
    left: auto;
    right: -0.45rem;
}

#nav li:nth-child(10) .sub-nav {
    left: auto;
    right: -0.25rem;
}

#nav li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    display: block;
}

#nav ul li:hover h2 {
    color: #108b96;
}

.list_box_nav_mobile>li .list h4 a{
    color: rgba(255, 255, 255, 0.8);
}
.list_box_nav_mobile>li .list .li{
    position:relative;
}
.list_box_nav_mobile>li .list .li i{
    font-size:13px;
    width:2.5em;
    height:2.5em;
}
.list_box_nav_mobile>li .s-link{
    display: none;
}

.header_box .header-1 .wp{
}
.header_box .header-1 .hd-l{
    display: flex;
    flex-wrap: wrap;
    margin-right: .2rem;
}
.header_box .header-1 .hd-l .li{
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.header_box .header-1 .hd-l .li a{
    display: block;
    position: relative;
}
.header_box .header-1 .hd-l .li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 0;
    bottom: .06rem;
    height: .01rem;
    background: #f4ca91;
    transition: .5s;
}
.header_box .header-1 .hd-l .li:hover a:after{
    width: 100%;
}
.header_box .header-1 .hd-l .li:hover a{color:#f4ca91;}
.header_box .header-1 .hd-l .li +.li{
    margin-left: .1rem;
}
.list_box0{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.list_box0 .li a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px;
    color: #fff;
    position: relative;
}