.top {
  height: 46px;
  border-bottom: 1px solid #ececec;
  color: var(--web-main-color);
}
.top .d-flex {
  height: 100%;
}
.top .left {
  display: flex;
  align-items: center;
}
.top .left .ls {
  display: flex;
  align-items: center;
}
.top .left .ls img {
  display: block;
  margin-right: 15px;
}
.top .right {
  display: flex;
  align-items: center;
}
.top .right .myshire {
  display: flex;
}
.top .right .myshire .shire {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.top .right .myshire .shire img {
  max-width: 17px;
}
.top .right .myshire .shire .img1 {
  display: block;
}
.top .right .myshire .shire .img2 {
  display: none;
}
.top .right .myshire .shire:hover .img1 {
  display: none;
}
.top .right .myshire .shire:hover .img2 {
  display: block;
}
.top .right .language {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.top .right .language img.qi {
  display: block;
  margin-right: 15px;
}
.top .right .language .lanname {
  display: flex;
  align-items: center;
  height: 45px;
  cursor: pointer;
}
.top .right .language .lanname span {
  display: block;
  margin-right: 5px;
  font-size: 16px;
  color: var(--web-main-color);
}
.top .right .dropdown-menu {
  padding: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}
.top .right .dropdown-item {
  height: 40px;
  line-height: 40px;
  padding: 0 15px !important;
}
.top .right .dropdown-item:hover {
  background-color: var(--web-main-color);
  color: #fff !important;
}

.navbar {
  height: 155px;
}
.navbar .navbar-brand {
  margin-right: 0 !important;
}
.navbar .nav-item {
  width: 140px;
  display: flex;
  justify-content: center;
}
.navbar .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 18px;
  font-family: Roboto-Medium;
  color: var(--web-main-color);
}
.navbar .nav-item .nav-link:hover {
  color: #ffffff;
}
.navbar .active .nav-link {
  color: #ffffff !important;
}
.navbar .search {
  display: flex;
  align-items: center;
  color: var(--web-main-color);
  cursor: pointer;
}

.bg-light {
  background-color: #fff !important;
}

.submail {
  width: 100%;
  margin-top: 50px;
  background-color: #eee;
  padding: 60px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #414141;
}
.submail h2 {
  font-family: Roboto-Bold;
  font-size: 30px;
}
.submail h1 {
  font-family: Roboto-Bold;
  font-size: 45px;
}
.submail p {
  font-size: 18px;
  color: #b0b0b0;
}
.submail .input {
  display: flex;
  align-items: center;
  padding-top: 35px;
}
.submail .input .inps {
  display: block;
  border: 0;
  height: 90px;
  padding: 0 50px;
  width: 600px;
  font-size: 20px;
  border-radius: 0;
}
.submail .input .buts {
  height: 90px;
  border: 0;
  width: 125px;
  display: flex;
  background-color: var(--web-main-color);
  border-radius: 0;
  justify-content: center;
  align-items: center;
}

.footer {
  color: var(--web-main-color);
  padding-bottom: 120px;
}
.footer h5 {
  text-transform: uppercase;
  font-family: Roboto-Bold;
  padding-bottom: 30px;
}
.footer .logoimg img {
  display: block;
  width: 185px;
}
.footer li {
  border-top: 1px solid #e5e5e5;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.footer li::before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background: #979797;
  margin-right: 10px;
  border-radius: 50%;
}
.footer li a {
  color: #979797;
}
.footer li a:hover {
  color: var(--web-main-color);
}
.copyright {
  background-color: var(--web-main-color);
  padding: 40px 0 30px;
  color: #fff;
}
.copyright .toop {
  display: flex;
  justify-content: flex-end;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #96c3fc;
}

/*# sourceMappingURL=main.css.map */
