* {
    padding: 0;
    margin: 0;
}

.asdtop {
    width: 100%;
    background-color: #fff;
    border-bottom: 0.0125rem solid #eeeeee;
    position: fixed;
    top: 0px;
    z-index: 99;
}
.xnav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    opacity: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #427AF4;
}
.xnav_item {
    width: 13%;
    height: 60px;
    line-height: 60px;
    color: #fafafa;
    cursor: pointer;
    font-size: 18px;
}
.xnav_item:hover{
    font-size: 18px;
}
.xnav_item_active {
    width: 13%;
    color: #F9AB4E;
    height: 60px;
    line-height: 60px;
    background-color: #1D58D8;
    cursor: pointer;
    padding-bottom: 5px;
    /*border-bottom: 2px solid #EB850B;*/
}
.asdtop_box {
    width: 15rem;
    height: 0.3875rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.asdtop_left {
    width: 8rem;
}

.asdtop_left,
.asdtop_item {
    font-size: 0.125rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    opacity: 1;
}

.asdtop_item {
    display: flex;
    align-items: center!important;
    justify-content: center;

}

.asdtop_right {
    width: 7rem;
    display: flex;
    justify-content: space-between;
    align-items: center!important;

}

.asdtop_img {
    margin-right: 0.0375rem;
}

.asdtopImg {
    width: 0.2rem;
    height: 0.2rem;
}

.asdnav {
    width: 100%;
    height: 0.825rem;
    position: fixed;
    top: 0.3875rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0rem 0.0375rem 0.075rem rgba(28, 53, 109, 0.2);
    z-index: 99;
}

.asdnav_box {
    width: 80%;
    height: 0.825rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.change-sss{
    color: #427af4;
    height: 0.6625rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 0.825rem;
    text-align: center;
    cursor: pointer;
    padding-bottom: 0.125rem;
    border-bottom: 0.025rem solid #f9ab4e;
}
.change-yyy{
    color: #333;
    height: 0.6625rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 0.825rem;
    text-align: center;
    cursor: pointer;
    padding-bottom: 0.125rem;
}
.change-sss:hover,
.change-yyy:hover{
    color: #427af4;
    font-size: 0.2rem;
}
.asdnavLeft {
    height: 0.825rem;
    display: flex;
}

.asdlogoImg {
    width: 2.075rem;
    height: 0.425rem;
    margin-top: 0.2rem;
}

.asdnavArea {
    height: 0.25rem;
    border: 0.0125rem solid #427af4;
    border-radius: 0.025rem;
    font-size: 0.125rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 0.25rem;
    color: #427af4;
    text-align: center;
    margin: 0.35rem 0 0 0.3375rem;
    padding: 0 0.0625rem 0 0.0625rem;
}
.asdnavArea:hover{
    color:#427af4;
}

.asdnavRight {
    height: 0.825rem;
    display: flex;
    justify-content: space-around;
}

.asdnrItem,
.asdnrItem2 {
    height: 0.6625rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 0.825rem;
    color: #333333;
    text-align: center;
    cursor: pointer;
    margin: 0 20px;
}
.asdnrItemBox .asdnrItem2 a{
    font-size: 0.2rem;
    color: #333;
    padding-bottom: 0.125rem;
    text-decoration: none;

}
.asdnrItemBox .asdnrItem2 a:hover{
    color: #427af4;
}
/*.xianshi{*/
/*    border-bottom: 0.025rem solid #f9ab4e;*/
/*}*/

.asdnrItem:hover {
    height: 0.6625rem;
}

.asdnrItemBox {
    /*width: 1.25rem;*/
    height: 0.825rem;
    margin: 0 0.325rem 0 0.325rem;
    overflow: hidden;
    /* border: 1px solid black; */
    display: flex;
}

.asdnrItem2 {
    /* border: 1px solid black; */
}

.asdnrItem:hover,
.asdnrItem2:hover {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 0.825rem;
    color: #333333;
    text-align: center;
    color: #427af4;
}

.asdnrItemActive {
    height: 0.6625rem;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 0.825rem;
    color: #333333;
    text-align: center;
    color: #427af4;
    border-bottom: 0.025rem solid #f9ab4e;
}

.asdpopup {
    width: 13.75rem;
    /* height: 3.1375rem; */
    position: fixed;
    top: 1.2125rem;
    left: 5.125rem;
    background: #ffffff;
    border-radius: 0rem 0rem 0.125rem 0.125rem;
    box-shadow: 0rem 0.0375rem 0.075rem rgba(28, 53, 109, 0.2);
    z-index: 99;
    display: none;
}

.asdpopupItem {
    float: left;
    margin: 0.3rem 0 0 0.8rem;
}

.asdpopupItem1 {
    margin-top: 0.5875rem;
}

.asdpopupTitle {
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 0.3rem;
    color: #333333;
    margin-bottom: 0.4125rem;
}

.asdpopupt {
    font-size: 0.175rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 0.3rem;
    color: #999999;
    margin-bottom: 0.2rem;
    cursor: pointer;
}

.asdpopuptActive {
    color: #427af4;
}

.asdpopupTitle1 {
    line-height: 0.3rem;
    margin-bottom: 0.4125rem;
    color: #fff;
}

.asdlb {
    width: 100%;
    margin-top: 1.225rem;
    /* border: 0.0125rem solid black; */
}


/*包含以下四种的链接*/

.asdnrItem>a,
.asdnrItem>a:active,
.asdnrItem>a:link,
.asdnrItem>a:visited {
    text-decoration: none;
    color: #333;
    padding-bottom: 10px;
}

.asdpopupt>a,
.asdpopupt>a:active,
.asdpopupt>a:link,
.asdpopupt>a:visited {
    text-decoration: none;
    color: #999999;
}

.asdpopupt>a:hover,
.asdnrItem>a:hover {
    color: #427af4;
}

.asdyd {
    display: none;
}

.asdlbBtn {
    width: 3.125rem;
    height: 0.85rem;
    background: #3b61f9;
    border-radius: 0.125rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 0.85rem;
    color: #fafafa;
    position: absolute;
    top: 5.7rem;
    left: 7.1625rem;
    text-align: center;
    cursor: pointer;
}
.boxones1{
  position: fixed; right: 1vw; top: 70vh;display: flex;flex-direction: column;align-items: center;
  z-index: 1;
}
.imgsed{
  width: 10vw;
  height: 4vw;
  display: none;
}
.imgseds{
  width: 7vw;
  height: 7vw;
}
@media only screen and (max-width: 540px) {
     .boxones1{
        position: fixed; right: 2vw; top: 70vh;display: flex;flex-direction: column;align-items: center;
        z-index: 1;
      }
      .imgsed{
      width: 35vw;
      height: 17vw;
      display: block;
    }
    .imgseds{
      width: 7vw;
      height: 7vw;
      display: none;
    }
    .boxones2{
      display: none;
    }
    .asdtop {
        display: none;
    }
    .asdnav {
        width: 100%;
        height: 44px;
        position: fixed;
        top: 0px;
        background: #ffffff;
        box-shadow: 0px 3px 6px rgba(28, 53, 109, 0.2);
        z-index: 99;
    }
    .asdnav_box {
        width: 100%;
        height: 44px;
        margin: auto;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .asdnavLeft {
        /* width: 41%; */
        height: 44px;
        display: flex;
        /* border: 1px solid black; */
    }
    .asdlogoImg {
        width: 88px;
        height: 17px;
        margin-top: 11.5px;
    }
    .asdliange{
        margin-top: -8px;
        /*border: 1px solid black;*/
    }
    .change-sss{
        color: #427af4;
        height: 45px;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        line-height: 0px;
        text-align: center;
        cursor: pointer;
        padding-bottom: 6px;
        border-bottom: 2px solid #f9ab4e;
        /*border: 1px solid black;*/
        /*margin-bottom: 20px;*/
    }
    .change-yyy{
        color: #333;
        height: 45px;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        line-height: 0px;
        text-align: center;
        cursor: pointer;
        padding-bottom: 6px;
    }
    .change-sss:hover,
    .change-yyy:hover{
        color: #427af4;
        font-size: 12px;
    }
    .asdnavArea {
        height: 20px;
        border: 1px solid #427af4;
        border-radius: 1px;
        font-size: 10px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        line-height: 20px;
        color: #427af4;
        text-align: center;
        margin: 14px 0 0 13.5px;
        padding: 0 2.5px 0 2.5px;
    }
    .asdnavRight {
        width: 75%;
        height: 44px;
        display: flex;
        justify-content: space-around;
        align-items: center
    }
    .asdnrItemBox{
        margin: 0;
    }
    .asdnrItemBox .asdnrItem2{
          margin: 0 1px;
          font-size: 10px;
      }
    .asdnrItemBox .asdnrItem2 a{
        margin: 0;
        width: 100%;
        margin-left: 9px;
        font-size: 10px;
        /*color: red;*/
    }
    .asdnrItemBox .asdnrItem2 .gywm1{
        display: none;
    }
    .asdpopup {
        width: 96%;
        /*height: 360px;*/
        position: fixed;
        top: 44px;
        left: 2%;
        background: #ffffff;
        border-radius: 0px 0px 5px 5px;
        box-shadow: 0px 1.5px 3px rgba(28, 53, 109, 0.2);
        display: none;
        flex-wrap: wrap;
        z-index: 99;
    }
    .asdpopupItem {
        width: 90%;
        float: left;
        margin: 8px 0 0 10px;
    }
    .asdpopupItem1 {
        margin-top: -10px;
    }
    .asdpopupTitle {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        line-height: 12px;
        color: #333333;
        margin-bottom: 10px;
    }
    .asdpoptBox {
        display: flex;
        flex-wrap: wrap;
    }
    .asdpopupt {
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 12px;
        color: #999999;
        margin-bottom: 10px;
        cursor: pointer;
        margin-left: 15px;
    }
    .asdpopupt a {
        font-size: 12px;
    }
    .asdpopupt>a:hover{
        color: #427af4;
        font-size: 12px;
    }
    .asdlb {
        width: 100%;
        margin-top: 44px;
    }
    .asdydnav {
        height: 30px;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        line-height: 50px;
        text-align: center;
        cursor: pointer;
        margin: 0 10px 0 10px;
        color: #333;
    }
    .asdydnavActive {
        height: 35px;
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        line-height: 44px;
        text-align: center;
        cursor: pointer;
        margin: 0 10px 0 10px;
        color: #427af4;
        border-bottom: 1px solid #f9ab4e;
    }
    .asdpc {
        display: flex;
        width: 100%;
    }
    .asdyd {
        display: block;
    }
    /* .lbBtn {
        width: 60px;
        height: 20px;
        background: #3b61f9;
        border-radius: 10px;
        font-size: 10px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        line-height: 20px;
        color: #fafafa;
        position: absolute;
        top: 85px;
        left: 85px;
        text-align: center;
        cursor: pointer;
    } */
    .xnav {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        opacity: 1;
        text-align: center;
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
        background-color: #427AF4;
    }
    .xnav_item {
        width: 13%;
        height: 40px;
        line-height: 40px;
        color: #fafafa;
        cursor: pointer;
        font-size: 12px;
    }
    .xnav_item:hover{
        font-size: 12px;
    }
    .xnav_item_active {
        width: 13%;
        color: #F9AB4E;
        height: 40px;
        line-height: 40px;
        background-color: #1D58D8;
        cursor: pointer;
        padding-bottom: 5px;
        /*border-bottom: 2px solid #EB850B;*/
    }
}