@media screen and (min-width: 1024px) {
  .navigation {
    position: fixed;
    right: 15px;
    top: 39%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .navigation_kefu {
    background: #f9aa45;
    box-shadow: 0px 10px 20px 0px rgba(20, 33, 60, 0.08);
    border-radius: 8px;
    width: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .navigation_kefu div {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    background-color: #fff;
  }
  .navigation_kefu div img {
    width: 25px;
    height: 25px;
  }
  .navigation_kefu span {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
  }
  .navigation_call {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 78px;
    padding: 15px 0;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(20, 33, 60, 0.08);
    border-radius: 8px;
    border: 1px solid #f9aa45;
    z-index: 100000;
  }
  .navigation_call img {
    width: 26px;
    height: 26px;
    margin-bottom: 10px;
  }
  .navigation_call span {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
  }
  .navigation_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    width: 78px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(20, 33, 60, 0.08);
    border-radius: 8px;
  }
  .navigation_call_hover {
    margin: 10px 0;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    height: 78px;
    background: #f9aa45;
    box-shadow: 0px 10px 20px 0px rgba(20, 33, 60, 0.08);
    border-radius: 8px;
    display: none;
  }
  .navigation_call_hover img {
    width: 33px;
    height: 39px;
    user-select: none;
  }
  .navigation_call_hover_right {
    margin-left: 10px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navigation_call_hover_text {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    user-select: none;
  }
  .navigation_call_hover_phone {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
  }
  .navigation_top img {
    width: 19px;
    height: 23px;
  }
  /* 导航栏  */
  .language {
    display: block;
    width: 50%;
    height: 100%;
    text-align: center;
  }

  .Showlanguage {
    background-color: #0d2f80;
    border-radius: 50px;
    color: #fff;
  }

  .clear {
    display: none;
  }

  .head {
    width: 100%;
    height: 95px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    box-sizing: border-box;
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    position: relative;
    z-index: 10000;
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .head-info{
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 10000
  }

  .logoimg {
    width: 210.04px;
    height: 60px;
    cursor: pointer;
  }

  .menuBar {
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 30px;
  }
  .menuBar div{
    min-width: 50px;
  }

  .navitem {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .navitem:hover {
    font-weight: bold;
    color: rgba(13, 47, 128, 1);
  }
  .highlight {
    font-weight: bold;
    color: #0d2f80;
  }
  .searchBox {
    display: flex;
  }
  .call {
    display: flex;
    align-items: center;
    justify-self: center;
    font-size: 16px;
    color: #0d2f80;
  }
  .line {
    width: 2px;
    height: 22px;
    background-color: #0d2f80;
    margin: 0 30px;
  }
  .Mylanguage {
    width: 74px;
    height: 24px;
    border: 1px solid #0d2f80;
    border-radius: 50px;
    display: flex;
  }

  /* 底部 */
  .bottom {
    width: 100%;
  }

  .top_bottom {
    height: 266px;
    background-color: #191d2e;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    align-items: center;   
    box-sizing: border-box;
  }

  .top_bottom_left {
    flex: 1;
    display: flex;
    justify-content: space-around;
    margin-right: 226px;
  }

  .bottom_bottom_title {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  .bottom_bottom_text {
    font-weight: 400;
    font-size: 14px;
    color: #737680;
    margin-top: 28px;
    cursor: pointer;
  }

  .top_bottom_right {
    flex: 1;
    display: flex;
    justify-content: space-between;
  }

  .bottomRight:first-child {
    margin-bottom: 40px;
  }

  .bottomRight_title {
    font-weight: 400;
    font-size: 14px;
    color: #737680;
  }

  .bottomRight_text {
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 12px;
  }

  .dl_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dl_dt img {
    width: 123px;
    height: 123px;
  }

  .attention {
    text-align: center;
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
  }

  .bottom_bottom {
    height: 60px;
    background-color: #141726;
    display: flex;
    justify-content: space-between;
    padding: 0 10%;
    box-sizing: border-box;
  }

  .bottom_bottom_left {
    font-weight: 400;
    font-size: 14px;
    color: #737680;
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: none;
  }

  .bottomRight_address {
    font-weight: 400;
    font-size: 14px;
    color: #ebebeb;
    margin-top: 12px;
  }

  .bottomRight:last-of-type {
    margin-top: 30px;
  }
}

/* 移动端 */
@media screen and (max-width: 1023px) {
  .navigation {
    position: fixed;
    right: 15px;
    bottom: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 99;
  }
  .navigation_kefu {
    background: #f9aa45;
    box-shadow: 0px 10px 20px 0px rgba(20, 33, 60, 0.08);
    border-radius: 8px;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }
  .navigation_kefu div {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 6px;
    background-color: #fff;
  }
  .navigation_kefu div img {
    width:18px;
    height: 18px;
  }
  .navigation_kefu span {
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
  }
  .navigation_call {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    padding: 10px 0;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(20, 33, 60, 0.08);
    border-radius: 8px;
    border: 1px solid #f9aa45;
  }
  .navigation_call img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .navigation_call span {
    font-weight: 400;
    font-size: 10px;
    color: #333333;
  }
  .navigation_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    width: 50px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0px rgba(20, 33, 60, 0.08);
    border-radius: 8px;
  }
  .navigation_call_hover {
    margin: 10px 0;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #f9aa45;
    box-shadow: 0px 10px 20px 0px rgba(20, 33, 60, 0.08);
    border-radius: 8px;
    display: none;
  }
  .navigation_call_hover img {
    width: 20px;
    height: 24px;
    user-select: none;
  }
  .navigation_call_hover_right {
    margin-left: 8px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .navigation_call_hover_text {
    font-weight: 400;
    font-size: 11px;
    color: #ffffff;
    user-select: none;
  }
  .navigation_call_hover_phone {
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
  }
  .navigation_top img {
    width: 13px;
    height: 16px;
  }
  .bottomRight_address {
    font-weight: 400;
    font-size: 10px;
    color: #ebebeb;
  }
  img {
    width: 100%;
  }
  .head {
    position: relative;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
  }

  .logoimg {
    width: 150px;
    height: 30px;
    margin-left: 15px;
  }

  .clear {
    width: 32px;
  }

  .menuBar {
    position: absolute;
    top: 60px;
    z-index: 999;
  }
  #myContent {
    display: none;
  }
  .navitem {
    width: 1200px;
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
    line-height: 50px;
    font-size: 14px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .highlight {
    background-color: #0d2f80;
    color: #fff;
  }

  .searchBox {
    right: 50px;
    position: absolute;
    display: flex;
  }
  .call {
    display: none;
  }
  .line {
    display: none;
  }
  .Mylanguage {
    width: 74px;
    height: 24px;
    border: 1px solid #0d2f80;
    border-radius: 50px;
    display: flex;
  }
  .language {
    display: block;
    width: 50%;
    height: 100%;
    text-align: center;
  }
  .Showlanguage {
    background-color: #0d2f80;
    border-radius: 50px;
    color: #fff;
  }
  /* 底部 */
  .bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .top_bottom {
    background-color: #191d2e;
    display: flex;
    flex-direction: column;
    padding: 15px 15px;
    box-sizing: border-box;
  }

  .top_bottom_left {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bottom_bottom_title {
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
  }

  .bottom_bottom_text {
    font-weight: 400;
    font-size: 10px;
    color: #737680;
    margin-top: 10px;
    cursor: pointer;
  }

  .top_bottom_right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .bottomRight {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .bottomRight_text {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
  }

  .bottomRight_title {
    font-weight: 400;
    font-size: 12px;
    color: #737680;
    margin-bottom: 10px;
  }

  .dl_dt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
  }

  .dl_dt img {
    width: 90px;
    height: 90px;
  }

  .attention {
    font-weight: 400;
    font-size: 10px;
    color: #ffffff;
    margin-top: 12px;
  }

  .bottom_bottom {
    width: 100%;
    background-color: #141726;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
    padding: 6px 0;
  }

  .bottom_bottom_left {
    font-weight: 400;
    font-size: 10px;
    color: #737680;
  }
}
/* PC端 */
@media screen and (max-width: 1380px) and (min-width: 1025px) {
  .navitem {
    font-size: 1vw;
  }
  .call {
    font-size: 1vw;
    min-width: 127px;
  }
  .bottom_bottom_title {
    font-size: 1.1vw;
  }
  .bottom_bottom_text {
    font-size: 0.9vw;
  }
  .bottomRight_title {
    font-size: 0.9vw;
  }
  .bottomRight_text {
    font-size: 1.4vw;
  }
  .attention {
    font-size: 0.9vw;
  }
  .bottom_bottom_left {
    font-size: 0.9vw;
  }
  .bottomRight_address {
    font-size: 0.9vw;
  }
}
