* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  font-size: 0;
}

::-webkit-scrollbar {
  width: 2px;
  background-color: #f8f8f8;
}

::-webkit-scrollbar-thumb {
  background-color: #296BB5;
}

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

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  max-width: 1921px;
  width: 100%;
  margin: 0 auto !important;
}

.top {
  width: 100%;
  max-height: 80px;
}

.top_A {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top_left {
  max-width: 100px;
}

.top_left img {
  width: 100%;
}

.top_right_licuot {
  position: relative;
}

.top_right>ul {
  display: flex;
}

.top_right>ul>li {
  text-transform: uppercase;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0px 10px;
}

.top_right>ul>li>a {
  /* padding-bottom: 10px; */
  /* transition: all .2s; */
  font-size: 18px;
  padding: 10px;
  /* border: 1px solid white; */
  border-radius: 5px;
}

.top_right ul li a {
  color: black;
}

.foot {
  background-color: #EEEFF1;
  padding: 50px 0 10px;
}

.liuyan {
  padding: 0;
}

.liuyan a {
  padding: 15px !important;
  background: #296BB4;
  border-radius: 60px !important;
  color: white !important;
}


.foot_div {
  width: 80%;
  margin: 0px auto 80px;
  display: flex;
  justify-content: space-between;
}

.lianjie {
  display: flex;
}

.lianjie a {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 7px;
  background-color: #8AABD3;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.lianjie img {
  width: 65%;
}

button {
  background-color: #22AC88;
  color: white;
  border-radius: 5px;
  padding: 12px 45px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

button img {
  width: 50px;
}

.foot_contect {
  width: 24%;
}

.foot_form {
  width: 30%;
}

.foot_form form div input,
.foot_form form div textarea {
  width: 100%;
  border: 1px solid #CBCBCB;
  outline: none;
  padding: 10px;
  border-radius: 7px;
  font-family: Arial, Helvetica, sans-serif !important;

}

.foot_contect {
  color: #2668B5;
}

.foot_contect div {
  margin-bottom: 15px;
}

.foot_contect div:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.foot_form div {
  margin-bottom: 20px;
}

.foot_form form div input::placeholder,
.foot_form form div textarea::placeholder {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  color: #CBCBCB;
}

.language_A {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: none;
}

.language {
  position: relative;
}

.language_B {
  background-color: white;
  position: absolute;
  width: 150px;
  top: 80%;
  z-index: 99;
  left: 0;
  padding: 5px 20px;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.language_B a {
  display: flex !important;
  align-items: center;
  text-transform: none;
}

.language_B a img {
      margin-right: 15px;
    width: 30px;
}

.lianjie img:hover {
  transform: scale(1.1);
}

.language_B a div {
  font-size: 14px;
}

@media (max-width:1700px) {
  .foot_div {
    width: 90%;
  }

  .top_A {
    width: 90%;
  }
}

.top_right_A {
  display: none;
}

@media (max-width:1200px) {
  .foot_logo {
    width: 20%;
  }

  .foot_logo img {
    width: 100%;
  }

  .foot_contect {
    width: 35%;
  }
}

.banquan {
  border-top: 1px solid #fff;
}

.banquan div {
  width: 90%;
  margin: 15px auto 0;
  text-align: center;
  font-size: 16px;
  color: #2668B5;
}

.xioapingmu_li {
  display: none;
}

@media (max-width:1300px) {
  .liuyan {
    display: none !important;
  }
}

@media (max-width:998px) {
  .top_right_A {
    display: block;
  }

  .top_right {
    display: none;
  }

  .xioapingmu_img2 {
    display: none;
  }


  .top_right_A img {
    width: 40px;
    height: 40px;
  }

  .top {
    position: relative;
  }

  .xioapingmu_li {
    position: absolute;
    z-index: 10;
    top: 98%;
    background-color: #fff;
    width: 100%;
  }

  .xioapingmu_li ul li {
    text-transform: uppercase;
  }

  .xioapingmu_li ul li a {
    font-size: 18px;
    color: #000;
    text-align: center;
    display: block;
    width: 70%;
    padding: 15px;
    margin: 0 auto;
  }

  .xioapingmu_li {
    transition: all .5s;
    height: 0;
    overflow: hidden;
  }

  .foot_form form div input,
  .foot_form form div textarea {
    width: 95%;
  }

  .foot_div {
    width: 60%;
    flex-wrap: wrap;
  }

  .foot_logo,
  .foot_contect,
  .foot_form {
    width: 100%;
    margin-bottom: 20px;
  }

  .foot_logo img {
    width: 30%;
  }
}

@media (max-width:500px) {
  .foot_logo img {
    width: 45%;
  }

  .foot_div {
    width: 90%;
  }

  .foot_contect div:nth-child(1) {
    margin-bottom: 20px;
  }

  .foot_contect div {
    margin-bottom: 10px;
    line-height: 25px;
  }

  .foot_form form div input,
  .foot_form form div textarea {
    width: 93%;
  }
}

@media (max-width:400px) {

  .foot_form form div input,
  .foot_form form div textarea {
    width: 90%;
  }

}

/* .top_right_ulcuot {
  position: absolute;
  top: 100%;
  z-index: 555;
  background-color: white;
}

.top_right_ulcuot a {
  color: white !important;
}

.top_right_ulcuot {
  width: 1000px;
}

.top_right_ulcuot div {
  display: flex;
}

.top_right_ulcuot div>li {
  display: block !important;
}

.top_right_ulcuot li {
  height: auto !important;
  width: 100%;
}

.top_coume {
  display: none !important;
}

.top_cuentyue2:hover .top_coume {
  display: block !important;
}

.top_coume>div>li {
  overflow: hidden;
}

.top_right_ulcuot li a {
  display: block !important;
  padding: 15px 20px;
  width: 100%;
  margin-left: 0 !important;
  color: #000 !important;
}

.top_right_ulcuot li {
  padding: 0 !important;
}

.top_right_ulcuot>li {
  flex-wrap: wrap;
  display: block !important;
  overflow: hidden;
}

.top_right_ulcuot_wws {
  flex-wrap: wrap;
  align-items: flex-start !important;
}

.top_right_ulcuot_wws {
  text-transform: capitalize !important;
}

.top_right_ulcuot li a:hover {
  background-color: #2668B5;
  color: white !important;
} */
.top_right_ulcuot {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 555;
  background-color: #f5f5f5;
  width: 330px;
  text-align: left;
  display: none;
}

.scrolled {
  position: fixed;
  z-index: 500;
  top: 0;
  background-color: white;
}

.top_right_licuot:hover .top_right_ulcuot {
  display: block;
}

.top_right_ulcuot>div>li:hover {
  background-color: #2668B5;
}

.top_right_ulcuot>div>li:hover .top_right_ulcuo_li_A {
  color: white;
}

.top_right_ulcuo_li_A {
  text-transform: capitalize !important;
  font-size: 20px;
}

.top_right_ulcuot_wws a {
  text-transform: capitalize !important;
  font-size: 18px;
}

.top_right_ulcuot>div>li {
  padding: 15px;
  position: relative;
}

.top_right_ulcuot_wws {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #f5f5f5 !important;
  width: 550px;
  text-align: left;
  display: none;
}

.top_right_ulcuot_wws li {
  padding: 15px;
}

.top_right_ulcuot_wws li:hover {
  padding: 15px;
}

.top_right_ulcuot_wws li:hover {
  background-color: #2668B5;
}

.top_right_ulcuot_wws li:hover a {
  color: white;
}

.top_right_ulcuo_li:hover .top_right_ulcuot_wws {
  display: block;
}

.top_right>ul>li>a:hover {
  background-color: #22AC88 !important;
  color: white;
  /* border-bottom: 1px solid #2668B5; */
}

.top_cuentyue_active {
  background-color: #22AC88 !important;
  color: white !important;
}

@media (max-width:1200px) {
  .top_right>ul>li {
    padding: 0px 5px;
  }
}

.youlist {
  position: fixed;
  z-index: 55555;
  right: 0;
  top: 30%;
}

.youlist a {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #22AC88;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  padding: 10px;
}

.youlist a img {
  width: 100%;
}

.youlist img:hover {
  transform: scale(1.1);
}

@media (max-width:998px) {
  .youlist {
    display: none;
  }
}