* {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  width: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.nav-div {
  background-color: #07d;
  border-radius: 0;
}
.navbar-nav li a {
  color: #fff !important;
}
.navbar-default .navbar-nav > .open > a {
  background-color: #0a60ca !important;
}
.navbar-default .navbar-nav li:hover,
.navbar-default .navbar-nav li > a:hover {
  background-color: #0a60ca !important;
}
.dropdown-menu {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu > li {
  width: 100%;
}
.dropdown-menu > li > a {
  display: block;
  padding: 10px 0 10px 15px;
  text-align: left;
  background: #fff;
  color: #000 !important;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dropdown-menu > li > a:visited {
  color: #000 !important;
}
.dropdown-menu > li > a:hover {
  background-color: #f6f6f6;
  color: #fff !important;
}
.open > .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -18px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.top_Bar {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.top_Bar span {
  color: gray;
  font-size: 12px;
}
.top_Bar img {
  margin: 5px 10px 5px;
}
#language {
  height: 20px;
  line-height: 20px;
  display: inline-block;
  padding-left: 15px;
  margin: 10px 0 5px 15px;
  border-left: 1px solid #e0e0e0;
}
.second_bar {
  height: 168px;
}

.youqing {
  text-align: center;
  margin-top: 50px;
}
.st-li {
  border: 0 !important;
}

.contain {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.bottom_bar {
  padding: 15px 0;
  background: #edf5fc;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.media-body > span {
  font-size: 14px;
  color: gray;
}
.carousel-indicators {
  left: 85%;
  bottom: 0;
}
.header-link {
  text-align: right;
  line-height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.search {
  
  background-size: 100% 100%;
  height: 168px;
}
.header-search {
}
.header-search form {
  position: relative;

  width: 200px;
  height: 28px;
}
.search-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 30px;
  padding: 0 8px;
  font-size: 12px;
  color:rgba(50, 50, 50, 0.3);
  background-color: rgba(50, 50, 50, 0.3);
  border: none;
  border-radius: 0;
}
.search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.search-input:focus {
  outline: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  border: 0;
  background: url(../img/icon_search.png) no-repeat center;
}
.search-button:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

/* Footer */
.footer {
  width: 100%;
  padding: 40px 0;
  color: #fff;
  background: #0070d0 url(../img/footerbg.png) no-repeat top center;
}
.footer-logo {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.footer-copyright {
  text-align: left;
  color: #f1f1f1;
}
.footer-link {
  float: right;
  margin-top: -80px;
}
.link-select {
  position: relative;
  display: inline-block;
  width: 210px;
  height: 32px;
  line-height: 30px;
  padding-left: 10px;
  background: #fff;
  text-align: left;
  color: #6d6d6d;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
.link-select-icon {
  float: right;
  margin-top: 2px;
  margin-right: 8px;
  font-size: 12px;
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
.link-select ul {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110%;
  width: 95%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
}
.link-select:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.link-select:hover .link-select-icon {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: translateY(180px);
}
.link-select:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}
.link-select li {
  border-bottom: 1px dashed #f1f1f1;
}
.link-select li:last-child {
  border-bottom: none;
}
.link-select li a {
  display: block;
  width: 100%;
  line-height: 1.2;
  padding: 10px 15px;
  color: #222;
}
.link-select li a:hover {
  background: #0077dd;
  color: #fff;
}

@media (min-width: 1200px) {
  .navbar-nav > li > a {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav > li > a {
    padding: 15px 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 15px 5px;
  }
  .footer_bar {
    height: 250px;
  }
  .footer_bar .media-body {
    text-align: center;
  }
}
@media (max-width: 765px) {
  .second_bar {
    height: 100px;
    line-height: 100px;
  }
  .footer_bar {
    height: 300px;
  }
  .footer_bar .media-body {
    text-align: center;
  }
  .youqing {
    margin-top: 25px;
  }
}

.second_bar{
  background: url(../img/bg2.png) no-repeat;
}
