/*柏维力官网V3.0*/

@font-face {
    font-family: HarmonyOS_Medium;
    font-style: normal;
    font-display: swap;
    src: url('/cn/fonts/HarmonyOS_Medium.woff') format('woff');
}

@font-face {
    font-family: HarmonyOS_Regular;
    font-style: normal;
    font-display: swap;
    src:url('/cn/fonts/HarmonyOS_Regular.woff') format('woff');
}

@font-face {
    font-family: HarmonyOS_Bold;
    font-style: normal;
    font-display: swap;
    src:url('/cn/fonts/HarmonyOS_Bold.woff') format('woff');
}

ul, li, form, dl, dt, dd, div, ul, li, p, em, i, address {
    font-style: normal;
    list-style: none;
    padding: 0;
    margin: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}

select, input, textarea, button {
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #333;
    font-family: HarmonyOS_Medium, arial, sans-serif;
}

input:focus {
    outline: none;
}

input, button, select, textarea {
    border: 0;
    outline: none; /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none; /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article, aside, footer, header, hgroup, nav, section, figure, address {
    display: block;
}

/*html5设置*/
figure, figcaption {
    margin: 0;
    padding: 0;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    transition: all ease 0.3s;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.fl {
    float: left;
}

.fr img {
    max-width: 128px;
}

.Logo.fl img {
    max-width: 128px
}

.fr {
    float: right;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center !important;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.clear {
    clear: both;
}

/*网页滚动条*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #58504a;
}

::-webkit-scrollbar-button {
    height: 0;
    background-color: #e6e6e6;
}

.svg-color a {
    filter: invert(0.5);
    cursor: pointer
}

.svg-color:hover a {
    filter: invert(0);
}

.w1700 {
    width: 95%;
    max-width: 1700px;
    margin: 0 auto;
}

.blackBg {
    background: #fff;
}



* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'HarmonyOS_Regular', Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    width: 100%;
    zoom: 1;
}

/* Top */
.nBan {
    width: 100%;
    height: 100%
}

.nBan .banner {
    width: 100%;
    height: 4rem;
    overflow: hidden;
    position: relative;
}

.nBan .banner span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Top {
    line-height: 88px;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .Top {
        background: rgba(50, 50, 50);
    }
}
.Top .Logo img {
    height: 88px;
}

.Top .MainNav {
    /*margin-left: 20%;*/
}

.Top .MainNav ul {
    margin: 0;
}

.Top .MainNav ul li {
    display: inline-block;
    font-size: 18px;
    margin: 0 40px;
    line-height: 80px;
}

.Top .MainNav ul li em > a {
    color: #fff;
    display: block;
    font-weight: 450
}

.Top .MainNav ul li .NavPull {
    width: 100%;
    background-color: rgba(250, 250, 250, 0.8);
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    box-shadow: 0 2px 10px rgb(0, 0, 0, 0.2);
}

.Top .MainNav ul li .NavPull .w1700 {
    max-width: 1700px;
}

.Top .MainNav ul li .NavPull dl {
    /*padding: 30px 0;*/
}

.Top .MainNav ul li .NavPull dl dd {
    display: inline-block;
    line-height: 40px;
    margin: 0;
    text-align: center;

}

.Top .MainNav ul li .NavPull dl dd .tit a {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    display: block;
    border-radius: 5px;
    padding: 0 1.5rem;
}

.Top .MainNav ul li .NavPull dl dd .tit a:hover {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.1);
}

.Top .MainNav ul li .NavPull dl dd a {
    color: #666;
}

.Top .m-btn {
    display: none;
    cursor: pointer;
    padding: 15px 5px;
    border-radius: 5px;
    margin-top: 23px;
    margin-left: 20px;
    position: relative;
    z-index: 9999;
}

.Top .m-btn span {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.Top .m-btn span::before, .m-btn span::after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.Top .m-btn span:before {
    top: -8px;
}

.Top .m-btn span:after {
    bottom: -8px;
}

.Top .m-btn.active span {
    background: transparent;
}

.Top .m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
    width: 24px;
}

.Top .m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
    width: 24px;
}

.navA {
    cursor: pointer;
}

@media (max-width: 1800px) {
    .Top {
        line-height: 4.5rem;
    }

    .Top .Logo img {
        height: 3rem;
    }

    .Top .MainNav ul li {
        display: inline-block;
        font-size: 1rem;
        margin: 0 1.5rem;
        line-height: 60px;
    }

    .Top .MainNav ul li .NavPull dl {
        /*padding: 0.6rem 0;*/
    }

    .Top .MainNav ul li .NavPull dl dd {
        line-height: 2.5rem;
    }

    .Top .MainNav ul li .NavPull dl dd .tit a {
        font-size: 0.8rem;
    }

    .Top .m-btn {
        /*margin-top: 0.23rem;*/
        /*margin-left: 0.2rem;*/
    }
}

@media (max-width: 1024px) {
    .Top .MainNav ul li .NavPull dl dd .tit a {
        font-size: 1rem;
    }
    .Top .m-btn {
        display: block;
    }

    .w1700 {
        max-width: 1700px;
    }

    .Top .MainNav {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 999;
        backdrop-filter: blur(10px);
        background: rgba(0, 0, 0, 0.6);;
        height: calc(100vh - 1.1rem);
        width: 0;
        opacity: 0;
        overflow: hidden;
        transition: all .5s;
        -webkit-transition: all .5s;
        overflow-y: auto;
    }

    .Top .MainNav ul {
        padding: 0.2rem;
        box-sizing: border-box;
        width: 200px;
    }

    .Top .MainNav ul li {
        margin: 0;
        width: 100%;
        display: block;
        position: relative;
        box-sizing: border-box;
        padding: 0;
        line-height: 40px;
    }

    .Top .MainNav ul li a {
        position: relative;
    }

    .Top .MainNav ul li em {
        position: relative;
        display: block;
    }

    .Top .MainNav ul li b {
        width: 100%;
        height: 100%;
        background: url(../images/more.png) no-repeat right center;
        position: absolute;
        top: 0;
        right:20px;
        z-index: 999;
        display: block;
    }

    .Top .MainNav ul li .NavPull {
        position: static;
    }

    .Top .MainNav ul li .NavPull dl {
        text-align: center;
        margin: 0;
        padding: 0.6rem 0;
    }

    .Top .MainNav ul li .NavPull dl dd {
        font-size: 0.14rem;
        width: 100%;
        margin: 0;
    }

    .Top .MainNav.show {
        width: 200px;
        opacity: 1;;
    }
}

@media (max-width: 768px) {
    .Top .MainNav ul li {
        font-size: 16px;
        line-height: 40px;
    }

    .Top .MainNav ul li .NavPull dl dd {
        font-size: 14px;
        line-height: 35px;
    }

    .Top .m-btn {
        /*margin-top: 5px;*/
    }

    .Top .MainNav ul li .NavPull dl dd .threenav a {
        line-height: 25px;
    }

    .Top .MainNav ul li .NavPull .w1700 {
        width: 95%;
    }
    ::-webkit-scrollbar {
        display: none;
    }
}

/* Bottom */
.Bottom{padding-top:30px;background:#333333;}
.Bottom .w1700{max-width:1700px;}
.Bottom .BottomCon .BottomEwa{width:15%;max-width:128px;text-align:center;padding-bottom: 30px}
.Bottom .BottomCon .BottomEwa p{color:#fff;margin-top:10px;font-size:13px;}
.Bottom .BottomCon .BottomNav{width:85%;}
.Bottom .BottomCon .BottomNav ul{display:flex;justify-content:space-between;}
.Bottom .BottomCon .BottomNav ul li{font-size:20px;line-height:35px;}
.Bottom .BottomCon .BottomNav ul li h1{font-size:20px;}
.Bottom .BottomCon .BottomNav ul a{color: rgba(255, 255, 255, 0.5);cursor:pointer}
.Bottom .BottomCon .BottomNav ul a:hover{color:#fff;}
.Bottom .BottomCon .BottomNav ul dl dd{}
.Bottom .CopyRight{text-align:center;padding:5px 0;background-color: #000;color: rgba(255, 255, 255, 0.5);}
.Bottom .CopyRight a{color: rgba(255, 255, 255, 0.5);cursor:pointer}
.Bottom .CopyRight a:hover{color: rgba(255, 255, 255, 1);}
.svg-color{
    width: 90%;
    padding-top: 20px;
}
.authentication{
    width: 60%
}
.contact{
    width: 38%
}
@media(max-width:1800px){
    .Bottom .w1700{max-width:1700px;}
    .Bottom .BottomCon .BottomEwa p{margin-top:10px;}
    .Bottom .BottomCon .BottomNav ul li{font-size:1rem;line-height:2rem;}
    .Bottom .BottomCon .BottomNav ul li h1{font-size:0.2rem;}
}
@media(max-width:1024px){
    .Bottom .w1700{max-width:95%;}
    #c-coverage {border-radius: 20px;}
}
@media(max-width:768px){
    .Bottom .BottomCon .BottomNav{display:none;}
    .Bottom .BottomCon .BottomEwa{width:100%;max-width:100%;}
    .Bottom .CopyRight{font-size: 15px}
}
/* 右侧浮窗 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media(max-width:768px){
    #c-right-fixed {
        top: 80%;
    }

}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #eff1f5;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
    box-sizing: border-box;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #323232;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
    box-sizing: border-box;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #323232;
    background: #323232;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #323232;
    background: #323232;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: hidden;
    background: #323232;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}

