@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700;900&family=Open+Sans:wght@300;400;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}
body {
    background: #f9f9f9;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: .14rem;
    color: #000;
    margin: 0;
    padding: 0;
}

ul, li{
    list-style: none;
}

/* 头部-------------------------------------------- start */
#header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: .18rem 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 999;
    margin-left: 0;
    margin-right: 0;
    /* transition: all 0.4s ease-in; */
    /* background: gray; */
}
.left{
    padding-left: 1.20rem;
}
.right{
    padding-right: 1.20rem; 
}

.logo{
    text-align: left;
    cursor: pointer;
}
.imgsvg{
    width: 1.62re;
    height: .32rem;
}

.right{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


/* 颜色 1 */
.nav-link{
    margin-right: .24rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.nav-link:focus, .nav-link:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: underline;
}

.nav-active{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}
.nav-active:focus, .nav-active:hover {
    color: #FFF;
    text-decoration: underline;
}
/* 颜色 2 */
.nav-gray{
    margin-right: .24rem;
    /*color: rgba(28, 28, 28, 0.8);*/
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}
.nav-activegray{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.nav-gray:focus, .nav-gray:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

.nav-activegray:focus, .nav-activegray:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

.h5leftselectgoggle{
    display: none;
}

/* 中英文切换 start */

/* 按钮 start */
.nav_btn {
    display: block;
    width: .26rem;
    height: .20rem;
    position: absolute;
    right: .24rem;
    top: -0.21rem;
    cursor:pointer;
}
.mondoinfo-next{
  cursor:pointer;
}

.nav_btn span {
  display: block;
  transition: all 0.3s;
  height: .03rem;
  width: 100%;
  position: absolute;
  left: 0;
  border-radius: .02rem;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}
.nav_btn span:nth-of-type(2) {
  top: 50%;
  width: 63%;
  margin-top: -0.015rem;
}
.nav_btn span:nth-of-type(3) {
  bottom: 0;
}

.nav_btn.on span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.nav_btn.on span:nth-of-type(2) {
  opacity: 0;
}
.nav_btn.on span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
/* 按钮 end */

/* pc zh en  start */
#dropdown{
    width: .69rem;
    height: .32rem;
}
.language{
    position: relative;
}

.languagedefault{
    width: .69rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    border: .014rem solid rgba(28, 28, 28, 0.2);
    box-sizing: border-box;
    border-radius: .26rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: #FFF;
    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.languagedefault .dropdownimg{
    width: .10rem;
    height: .06rem;
}

.languageText{
    width: .43rem;
    height: .20rem;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: 500;
    font-size: .14rem;
    line-height: .20rem;
    display: inline-block;
}
.langlist{
    display: none;
    width: .69rem;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-radius: .16rem;
    z-index: 1;

    background: rgba(255, 255, 255, 0.6);
    border: .014rem solid rgba(28, 28, 28, 0.2);
    box-sizing: border-box;
    backdrop-filter: blur(.50rem);
}
.langlist{
    padding: .32rem 0 0 .14rem;
}
.langlist > a:first-child{
    margin-top: .12rem;
    margin-bottom: .12rem;
}
.langlist > a:last-child{
    margin-bottom: .06rem;
}
.langlist > a{
    height: .20rem;
    display: block;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: 500;
    font-size: .14rem;
    line-height: .20rem;
    color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}
/* pc zh en  end */

/* 头部-------------------------------------------- end*/


/* 底部-------------------------------------------- start*/
#footer{
    background: #0E141C;
    padding: .42rem 1.20rem .36rem 1.20rem;
    /* transition: all 1s ease-in; */
}

.fottercontent{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .48rem;
}
.footercopyright > p{
    font-size: .10rem !important;
    text-align: center;
}
.footercopyright > p > span{
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    font-size: .10rem !important;
    line-height: .14rem;
    color: rgba(255, 255, 255, 0.6);
}
.footercopyright > p > span:first-child{
    padding-right: .10rem;
}

#footer .footerlogo{
    text-align: left;
    width: 1.50rem;
}

.footerlogo, .footerlinktext, .footerwx{
    height: .52rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footerlogo{
    justify-content: left;
}
.footerlogo > img {
    width: .55rem;
    height: .32rem;
}
.footerlinktext{
    justify-content: center;
}

.footerwx{
    text-align: right;
    position: relative;
    width: 1.50rem;
    height: .52rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    z-index: 999;
}
.footerwx .wxicon {
    width: 1.50rem;
    height: .52rem;
}
.footerlinktext > a{
    text-decoration: none;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    font-size: .15rem;
    text-align: center;
    color: #F8F8F8;
    margin: 0 .15rem;
}
.footerlinktext > a:hover{
    text-decoration: underline;
}

/* 底部--------------------------------------------- end*/
/* 底部-------------微信二维码------------------------ start*/
#footer .wxqrcode {
    position: absolute;
    width: 1.30rem;
    height: 1.30rem;
    left: 0;
    top: -1.53rem;
    border-radius: .12rem;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #F9F9F9;
    box-shadow: 0 1.00rem .80rem rgba(0, 0, 0, 0.08), 0 .417776rem .334221rem rgba(0, 0, 0, 0.0575083), 0 .223363rem .17869rem rgba(0, 0, 0, 0.0476886), 0 .125216rem .100172rem rgba(0, 0, 0, 0.04), 0 .066501rem .532008rem rgba(0, 0, 0, 0.0323114), 0 .0276726rem .0221381rem rgba(0, 0, 0, 0.0224916);
    border-radius: .02rem;
    
}
#footer .footerwx:hover .wxqrcode{
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#footer .wxqrcodebox{
    width: .9938rem;
    height: .9938rem;
    position: relative;
    background: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#footer .wxqrcodebox .wxqrcodemark > img{
    width: 1rem;
    height: 1rem;
}
#footer .wxpolygon{
    position: absolute;
    bottom: -0.23rem;
    width: .21rem;
    height: .21rem;
    background: #FFF;
    transform: rotate(138deg);
    border-radius: .04rem;
}
/* 底部--------------------------------------------- end*/





/**************************************************************************
*   h5 style                                                              *
***************************************************************************/
#footerh5{
    display: none;
    background: #0E141C;
}

#footerh5 .fotterinfo {
    padding: 0 .24rem .22rem .24rem;
}

#footerh5 .fottercontent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

#footerh5 .footerlogo {
    padding: .42rem 0 .42rem 0;
    
}

#footerh5 .footerright {
    margin-bottom: .42rem;
    
}

#footerh5 .footerlinktext {
    flex-direction: column;
    align-items: center;
    height: initial;
    margin-bottom: .38rem;
}
#footerh5 .footerlinktext > a{
    flex-direction: column;
    align-items: center;
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    font-size: .16rem;
    line-height: .23rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    margin-right: 0;
    margin-bottom: .24rem;
}
#footerh5 .footercopyright > p:first-child{
    margin-bottom: .06rem;

}
#footerh5 .footercopyright > p{
    font-family: Noto Sans SC;
    font-style: normal;
    font-weight: normal;
    font-size: .10rem;
    line-height: .14rem;
    color: rgba(255, 255, 255, 0.6);
    
}

/*适应pad端 宽度在390-640之间*/
@media screen and (min-width: 320px) and (max-width: 900px) {
    #header{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    #header .right{ 
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding-right: 0;
        position: relative;
     }
    #header .left {
        padding-left: .24rem;
    }
    #dropdown{
        position: absolute;
        top: -0.27rem;
        right: .70rem;
    }
    .logo {
        height: .24rem;
    }
    .imgsvg {
        width: 1.21rem;
        height: .24rem;
    }
    .navmenu{
        padding-top: .62rem;
        padding-bottom: .54rem;
        display: none;;
    }
     .navmenu > a{
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-bottom: .24rem;
        font-family: Noto Sans SC;
        font-style: normal;
        font-weight: normal;
        font-size: .18rem;
        line-height: .26rem;
     }
     .nav-link{
        margin-right: 0;
     }

    .nav-gray {
        margin-right: 0;
    }

    .imgsvg {
        width: 1.21rem;
        height: .24rem;
    }

     #footerh5{
        display: block;
    }
}
