* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
a {
  cursor: pointer;
  text-decoration: none
}

ul,
li {
  list-style: none;
}

nav {
  background-color: #fff;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
nav .navbar-brand {
  width: 10rem;
  height: 3rem;
  display: flex;
  align-items: center;
}
nav .navbar-nav{
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  align-items: center;
}
nav .navbar-brand img {
  width: 2rem;
}

nav .navbar-brand .logo-text {
  display: flex;
  flex-direction: column;
  margin-left: .5rem;
  font-size: 1.08rem;
  line-height: 1.3;
  font-weight: bold;
}

nav .navbar-brand .logo-text p {
  margin: 0;
  /* line-height: 0; */
  color: #003B80;
}
nav #translate{
  padding: 1rem;
}



/* nav .navbar-brand img {
  width: 13rem;
  height: 3rem;
} */

nav .navbar-nav > li > a {
  font-size: .88rem;
  font-weight: 700;
  color: #5f5f5f;
}
nav .active {
  color: rgb(45, 104, 200) !important;
}
nav .nav-item .active  a{
  color: rgb(45, 104, 200) !important;

}

nav .nav-right span {
  display: block;
}

nav .nav-right .nav-right-1 {
  font-size: .9rem;
  color: #163d5e;
}

nav .nav-right .nav-right-1 i {
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
}

nav .nav-right .nav-right-2 {
  font-size: 1rem;
  color: rgb(45, 104, 200);
  font-weight: 700;
}




.footer-bg {
  background-color: #2e2e2e;
  margin-top: 2.78rem;
}

.footer-bg .footer-mid {
  display: flex;
  justify-content: space-around;
}

.footer-bg .footer-mid .footer-cell {
  padding: 1.95rem 0 0.1rem 0;
}
.footer-bg .footer-mid .footer-cell a{
  color: #979797;
}
.footer-bg .footer-mid .footer-cell .bai {
  color: #fff;
}
.footer-bg .footer-mid .footer-cell li:first-child {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.51rem;
}

.footer-bg .footer-mid .footer-cell li {
  color: #979797;
  line-height: 1.6rem;
}

.footer-bg .footer-mid .footer-cell li img {
  padding-right: .88rem;
}

.footer-bg .footer-mid button {
  border: none;
  padding: 1.45rem .75rem 1.12rem .75rem;
  background-color: rgb(45, 104, 200) ;
  color: #fff;
  height: 3.5rem;
  font-size: .88rem;
}

.footer-bg .footer-bottom {
  width: 100%;
  border-top: 0.06rem solid #454545;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.06rem;
}

.footer-bg .footer-bottom p {
  font-size: .75rem;
  color: #676767;
  line-height: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 450px) {
  nav .navbar-brand .logo-text {
    font-size: 0.88rem;
  }
  nav .navbar-brand{
    width: 8rem;
  }
  nav #translate{
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  nav {
    ul>li:first-child {
      padding-left: 0;
    }
  }

  .footer-bottom {
    p:first-child {
      line-height: 1.5rem;
      margin-bottom: 0.5rem;
    }
  }
  nav ul > li:first-child {
    padding-left:0;
  }
}

@media all and (max-width:320px){
  html{
      font-size: 12px;
  }
}
/* 中屏手机 375px */
@media all and (min-width:321px) and (max-width:375px){
  html{
      font-size: 14px;
  }
}
/* 大屏手机 414px */
@media all and (min-width:414px){
  html{
      font-size: 16px;
  }
}
.arabic{direction:rtl}

