html,
body {}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  cursor: pointer;
}

/* 取消下划线 */
a:hover {
  text-decoration: none;
}

/* 公共头部pc端 */
#header {
  font-size: 14px;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9;
  
}
.header_show {
  top: 0px !important;
}
.header_hidden {
  top: -150px !important;
}
.header_top {
  height: 50px;
  background: #1e1e2b;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.header_top_wrap {
  width: 1200px;
}

.header_ul_right li {
  margin-right: 65px;
}

.header_ul_right li:last-child {
  margin-right: 0;
}

.header_top li a {
  color: #ffffff;
}

.header_border {
  margin: 0 5px;
}

.header_log {
  height: 100px;
  background-color: #fff;
  box-shadow: 0px 24px 64px 0px rgba(2,41,0,0.09); 
}

.header_log_wrap {
  width: 1200px;
}

.header_log_ul a {
  width: 600px;
  color: black;
  position: relative;
}

.header_log_ul li {

  margin-right: 53px;
}

.header_log_ul li:last-child {

  margin-right: 0px;
}

/* 滚动头部样式 */
.top-nav-collapse {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* 点击导航样式 */
.hover {
  color: #0a6edd !important;
}

.hover::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #0a6edd;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-top: 22px;
}

/* h5手机头部样式 */
#header_mobile {
  height: 1.75rem;
  display: flex;
  align-items: center;
  padding: 0 0.375rem;
}

.header_mobile_logo {
  height: 0.893333rem;
  width: 4.875rem;
}

.header_mobile_right img {
  width: 1.225rem;
  height: 1.1875rem;
}

/* pc footer */
@media screen and (min-width:768px) {
  .footer {
    height: 520px;
    background: #171721;
    color: #686876;
    padding: 91px 0 50px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
  }

  .footer_row {
    display: flex;
    width: 1200px;
    justify-content: space-between;
  }

  .footer_col1 {
    /* margin-right: 74px; */
  }

  .footer_col1_top {
    margin-bottom: 142px;
  }

  .footer_col1_top img {
    width: 214px;
    height: 30px;
    margin-bottom: 21px;
  }

  .footer_col1_bottom ul li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  .footer_col1_bottom ul li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .footer_title {
    font-size: 24px;
    font-family: Poppins-SemiBold;
    color: #ffffff;
    position: relative;
    margin-bottom: 48px;
  }

  .footer_title::before {
    /* display: inline-block; */
    content: '';
    width: 40px;
    height: 2px;
    background-color: #0a6edd;
    position: absolute;
    bottom: -14px;
  }

  .footer_col2 {
    margin-right: 104px;
  }

  .col2_row {
    display: flex;
  }

  .footer_col2 ul li {
    margin-bottom: 12px;
  }

  .footer_col3 {
    /* margin-right: 15px; */
  }

  .footer_col3 ul li {
    margin-bottom: 12px;
  }

  .footer_email {
    display: flex;
    align-items: center;
  }

  .footer_email input {
    width: 209px;
    height: 56px;
    border-radius: 5px;
    box-shadow: 0px 12px 25px 0px rgba(25, 50, 152, 0.08);

  }

  .footer_email span {
    display: inline-block;
    width: 61px;
    height: 56px;
    background-color: #3d37f1;
    border-radius: 5px;
    box-shadow: 0px 12px 25px 0px rgba(25, 50, 152, 0.08);
    margin-left: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_english {
    margin-top: 229px;
  }

  .footer li:hover {
    color: #fff;
  }
}

/* h5 footer */
@media screen and (max-width:768px) {
  .footer {
    /* height: 520px; */
    background: #171721;
    color: #686876;
    padding: 1.066667rem 1.053333rem 1.066667rem 0.6rem;
    font-size: 14px;
    height: 100%;
  }

  .footer_row {
    /* width: 1200px; */
  }

  .footer_col1 {
    /* margin-right: 74px; */
  }

  .footer_col1_top {
    margin-bottom: 1.2rem;
    font-size: 0.32rem;
  }

  .footer_col1_top img {
    width: 4.346667rem;
    height: 0.613333rem;
    margin-bottom: 0.146667rem;
  }

  .footer_col1_bottom ul li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-size: 0.453333rem;
  }

  .footer_col1_bottom ul li img {
    /* width: 0.76rem;
    height: 0.76rem; */
    margin-right: 0.32rem;
  }

  .footer_title {
    font-size: 0.453333rem;
    font-family: Poppins-SemiBold;
    color: #ffffff;
    position: relative;
    margin-bottom: 0.466667rem;
  }

  .footer_title::before {
    /* display: inline-block; */
    content: '';
    width: 40px;
    height: 2px;
    background-color: #0a6edd;
    position: absolute;
    bottom: -0.186667rem;
  }

  .footer_col2 {
    /* margin-right: 89px; */
  }

  .col2_row {
    display: flex;
    justify-content: space-between;
  }

  .footer_col2 ul li {
    margin-bottom: 0.306667rem;
    font-size: 0.32rem;
  }

  .footer_col3 {
    /* margin-right: 15px; */
  }

  .footer_col3 ul li {
    margin-bottom: 0.306667rem;
    font-size: 0.32rem;
  }

  .footer_col3 ul li:last-child {
    margin-bottom: 0;
  }

  .footer_col4 {
    margin-top: 1.773333rem;
  }

  .footer_email {
    display: flex;
    align-items: center;
  }

  .footer_email input {
    width: 4.306667rem;
    height: 1.146667rem;
    border-radius: 0.066667rem;
    box-shadow: 0px 12px 25px 0px rgba(25, 50, 152, 0.08);

  }

  .footer_email span {
    display: inline-block;
    width: 1.266667rem;
    height: 1.146667rem;
    background-color: #3d37f1;
    border-radius: 5px;
    box-shadow: 0px 12px 25px 0px rgba(25, 50, 152, 0.08);
    margin-left: -4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer_english {
    margin-top: 0.826667rem;
    font-size: 0.32rem;
  }

  .footer li:hover {
    color: #fff;
  }
}

.query {
  /* padding-left: 20px; */
}

.query_title {
  width: 34px;
  font-size: 16px;
  font-family: Poppins-SemiBold;
  color: #171721;
  /* border-bottom: 1px solid #0a6edd;
  padding-bottom: 11px; */
  white-space: nowrap
}
.query_Line {
  height: 2px;
}

.query_input {
  margin: 30px 0 45px 0;
  position: relative;
}
.query_search {
  position: absolute;
  top: 14px;
  right: 15px;
}
.query_input input {
  width: 370px;
}

.query_list {
  margin-top: 18px;
  width: 370px;
}

.query_list ul li {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #ececec;
  font-size: 14px;
}

.query_list ul li:hover {
  color: #00C282;
}


/* menu 样式 */
#menu {
  position: fixed;
  top: 0;
  left: -2500px;
  width: 7.493333rem;
  height: 100%;
  background-color: #fff;
  z-index: 9;
  padding: 0 0.52rem;
  /* display: none; */
}

#menu img {
  height: 0.506667rem;
  width: 3.32rem;
  margin-top: 0.4rem;
}

.menu_ul {
  margin-top: 1.066667rem;
}

.menu_ul li {
  font-size: 0.373333rem;
  font-family: SF UI Text, SF UI Text-Medium;
  font-weight: 500;
  line-height: 0.36rem;
  margin-bottom: 1.106667rem;
}

.menu_ul li a {
  color: #333333;
}