body {
  position: relative;
  height: 100%;
  /* max-width: 1920px; */
  overflow-x: hidden;
  margin: 0 auto;
  /* font-family: "Ek Mukta", sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
  max-height: 120px;
  height: 120px;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

img {
  font-size: 0;
}

li {
  list-style: none;
}


::-webkit-scrollbar {
  width: 1px;
  background-color: #035EB2;
}

::-webkit-scrollbar-thumb {
  background-color: #f8f8f8;
}

::-webkit-scrollbar-track {
  background-color: #035EB2;
}

.banner {
  position: relative;
  width: 100%;
}

.top {
  max-height: 90px;
  background: #004db3;
  /* background: rgba(0, 57, 133, .9); */
  transition: all .5s;
  position: relative;
}

.scrolled {
  position: fixed;
  z-index: 5000;
  width: 100%;
  /* box-shadow: 0 0 10px 0 #000; */
  /* max-width: 1920px; */
}

.head {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  height: 90px;
}

.head_foot ul {
  display: flex;
  justify-content: right;
  text-transform: uppercase;
}

.head_foot_A {
  display: flex;
  justify-content: right;
  align-items: center;
}

.head_foot ul li {
  height: 90px;
  line-height: 90px;
  display: flex;
  align-items: center;
}

.head_foot ul li a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  /* border-radius: 5px; */
  transition: all .5s;
  font-weight: 600;
  font-size: 17px;
  color: white;
}

.head_foot ul li {
  margin: 0 15px;
}

.head_foot ul li a:hover {
  color: #D6000F;
}

.head_foot ul li a::after {
  content: '';
  display: block;
  height: 3px;
  background-color: #D6000F;
  width: 0;
  transition: width 0.3s ease;
}

.head_foot ul li a:hover::after {
  width: 100%;
}

.head_foot ul li a:hover::after {
  width: 100%;
  transition: width 0.3s ease-in;
}

.head_top {
  display: flex;
  align-items: center;
  color: white;
}

.head_top:hover {
  color: white;
}

.head_top img {
  max-width: 75px;
  max-height: 75px;
  margin-right: 5px;
}

.head_top>div div:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
}

.head_top>div div:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
}

.language {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.language div {
  font-size: 18px;
  margin-right: 5px;
}

.language img {
  width: 15px;
  padding-top: 3px;
}

.head_foot_img {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.head_foot_img img {
  width: 100%;
  margin-right: 15px;
  max-width: 30px;
  transition: all .5s;
}

.head_foot_img img:nth-child(2) {
  width: 25px;
}

.head_foot_img img:hover {
  transform: scale(1.5);
}

.foot {
  background-color: #1C4A9D;
}

.foot_div {
  width: 80%;
  margin: 0 auto 70px;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.foot_div+div {
  text-align: center;
  font-size: 16px;
  color: white;
  border-top: 1px solid white;
  padding: 15px 0 10px;
}

.foot_div+div div {
  width: 90%;
  margin: 0 auto;
}

.foot a {
  color: white;
}

.lianix {
  color: white;

}

.foot_div_img {
  display: flex;
  align-items: center;
  color: white;
  font-size: 0;
}

.foot_div_img img {
  max-width: 75px;
  max-height: 75px;
  margin-right: 5px;
}

.foot_div_img div:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
}

.foot_div_img div:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
}

.foot_daoh {
  display: flex;
  font-size: 22px;
}

.foot_daoh li {
  margin: 0 10px;
  color: white;
}

.lianix div {
  margin: 0 0 10px;
}

.lianix {
  width: 300px;
}

.ourtent {
  margin-top: 20px;
}

.ourtent li {
  margin: 0 0 10px;
  font-size: 16px;
}

.foot_daoh .oiuouiuo:nth-last-child(1) {
  display: none;
}

.ourtent li a:hover {
  color: #D6000F;
}

.foot_daoh_A {
  display: none;
}

.foot_daoh_A li:nth-child(1) {
  color: #fff;
  font-size: 22px;
  margin-bottom: 20px;
}

.foot_daoh_A li {
  margin-bottom: 10px;
}

/* .dapingmu li:nth-last-child(1) {
  display: flex;
  align-items: center;
  margin: 0;
  color: white;
}

.dapingmu li:nth-last-child(1) a {
  margin: 0 5px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.dapingmu li:nth-last-child(1) a::after {
  display: none;
} */

.language {
  position: relative;
  margin: 0 !important;
  width: 50px;
}

.language_A+div {
  position: absolute;
  top: 100%;
  right: -55px;
  z-index: 10;
  background-color: #f8f8f8;
  width: 150px;
}

.language_A::after {
  display: none !important;
}

.language_A+div a {
  color: #000 !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
}

.language_A+div a:hover {
  color: white;
}


.language_A+div a::after {
  display: none !important;
}

.language_A+div a:hover {
  background-color: #D6000F;
  color: white !important;
}

.language_A+div {
  display: none;
}

.language:hover .language_A+div {
  display: block;
}

.language_A img {
  width: 20px !important;
  padding-top: 10px !important;
}


@media (max-width:1700px) {
  .foot_daoh {
    display: none;
  }

  .foot_daoh_A {
    display: block;
  }
}

.xioapingmu {
  display: none !important;
}

.xioapingmu_li {
  display: none;
}

@media (max-width:1520px) {
  .head_foot ul li {
    margin: 0 10px;
  }
}

@media (max-width:1400px) {
  .head_top img {
    max-width: 55px;
    max-height: 55px;
  }

  .head_top>div div:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
  }

  .head_top>div div:nth-child(2) {
    font-size: 11.6px;
    font-weight: bold;
  }
}

@media (max-width:1250px) {
  .head_foot ul li {
    margin: 0 4px;
  }

  .head_foot ul li a {
    font-size: 16px;
  }
}

@media (max-width:1200px) {

  .head,
  .foot_div {
    width: 90%;
  }
}

@media (max-width:998px) {
  .dapingmu {
    display: none !important;
  }

  .xioapingmu {
    display: block !important;
  }

  .xioapingmu img {
    width: 30px;
  }

  .xioapingmu_li {
    position: absolute;
    z-index: 50;
    top: 98%;
    left: 0;
    width: 100%;
    background-color: white;
    /* box-shadow: 0 0 10px 0 #ccc; */
  }

  .xioapingmu_li li {
    width: 100%;
  }

  .xioapingmu_li li a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
  }

  .xioapingmu_li {
    display: none;
    transition: all .5s ease;
    height: 0;
    overflow: hidden;
  }

  .xioapingmu_img2 {
    display: none;
  }

  .foot_div {
    flex-wrap: wrap;
  }

  .foot_div {
    width: 360px;
  }

  .foot_daoh_A {
    display: none;
  }

  .foot_div_img {
    margin-bottom: 20px;
  }
}

@media (max-width:400px) {
  .foot_div {
    width: 275px;
  }

  .foot_div_img div:nth-child(1) {
    font-size: 22px;
  }

  .foot_div_img div:nth-child(2) {
    font-size: 14px;
  }

  .foot_div_img img {
    max-width: 55px;
    max-height: 55px;
  }
}