@media screen and (min-width: 768px) {
  .common .header_bottom {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .common .header_bottom .navbar-collapse {
    background: transparent !important;
  }
  .common .header_bottom .navbar-collapse .navbar-nav {
    margin: 0 !important;
  }
  .common .header_bottom .navbar-collapse .navbar-nav .open a {
    background: transparent !important;
  }
  .common .header_bottom .navbar-collapse .navbar-nav .open .dropdown-menu {
    background: #143C5F;
    position: absolute;
    left: -50%;
    margin-top: 15px;
    padding: 0;
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
  }
  .common .header_bottom .navbar-collapse .navbar-nav .open .dropdown-menu li {
    padding: 12px 15px;
  }
  .common .header_bottom .navbar-collapse .navbar-nav .open .dropdown-menu li a {
    color: #FFFFFF;
  }
  .common .header_bottom .navbar-collapse .navbar-nav .open .dropdown-menu li:hover {
    background: #00539E;
  }
  .common .header_bottom .navbar-form {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .center {
    padding: 0 20px;
  }
  .common .header_bottom {
    height: 50px !important;
    position: relative;
    bottom: -30px;
  }
  .common .header_bottom .container {
    padding: 0 !important;
  }
  .common .header_bottom .container .navbar-header {
    margin: 0 !important;
  }
  .common .header_bottom .navbar-collapse .navbar-nav {
    margin: 0 !important;
  }
  .common .header_bottom .navbar-collapse .navbar-nav .open .dropdown-toggle {
    background: transparent !important;
  }
  .common .header_bottom .navbar-collapse .navbar-nav .open .dropdown-menu li {
    padding: 6px 7px;
  }
  .common .header_bottom .navbar-collapse .navbar-nav .open .dropdown-menu li:hover {
    background: #00539E;
  }
  .common .header_bottom .navbar-form {
    margin: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .header .header_top .top_title {
    padding: 15px 20px 0 !important;
  }
  .header .header_top .top_title .top_title_left {
    padding-top: 20px;
  }
  .header .header_top .top_title .top_title_left .titel {
    font-size: 20px !important;
  }
  .header .header_top .top_title .top_title_left .titel2 {
    font-size: 15px !important;
  }
  .header .header_top .top_title .top_title_right {
    width: 30% !important;
    height: auto !important;
  }
}

@media screen and (max-width: 375px) {
  .header .header_top .top_title .top_title_left .titel {
    font-size: 16px !important;
  }
  .header .header_top .top_title .top_title_left .titel2 {
    font-size: 10px !important;
  }
  .header .header_top .top_title .top_title_right {
    width: 30% !important;
    height: auto !important;
  }
}

.common .header {
  width: 100%;
  background: url("../images/header_bg0001.png") no-repeat;
  background-size: 100% 100%;
  min-height: 330px;
  position: relative;
}

.common .header .header_top {
  height: 249px;
}

.common .header .header_top .top_title {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0 0;
}

.common .header .header_top .top_title .top_title_left {
  width: 960px;
}

.common .header .header_top .top_title .top_title_left .titel {
  font-size: 32px;
  font-family: Poppins-Medium;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.common .header .header_top .top_title .top_title_left .titel2 {
  font-size: 18px;
  font-family: Poppins-Medium;
  font-weight: 300;
  color: #FFFFFF;
}

.common .header .header_top .top_title .top_title_right {
  height: 180px;
  width: 180px;
}

.common .header .header_bottom {
  height: 80px;
  width: 100%;
  background: rgba(0, 46, 85, 0.7);
}

.common .header .header_bottom .navbar-inverse {
  background: transparent;
  border-color: transparent;
  position: relative;
}

.common .header .header_bottom .navbar-inverse .navbar-nav .active a {
  background: transparent !important;
}

.common .header .header_bottom .navbar {
  margin: 0;
}

.common .header .header_bottom .navbar-collapse {
  background: rgba(0, 46, 85, 0.7);
}

.common .header .header_bottom .navbar-form {
  width: 234px;
  height: 40px;
  padding: 0;
  margin: 0 0 15px 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.common .header .header_bottom .navbar-form .form-group {
  width: 100%;
  height: 100%;
  position: relative;
}

.common .header .header_bottom .navbar-form .form-group .form-control {
  width: 100%;
  height: 100%;
  background: rgba(0, 113, 237, 0.4);
  border-radius: 20px;
  border: 1px solid rgba(0, 113, 237, 0.4);
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  color: #FFFFFF;
  padding-right: 45px;
}

.common .header .header_bottom .navbar-form .form-group .glyphicon {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
}

.common .footer {
  height: 120px;
  background: #174678;
}

.common .footer .footer_center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common .footer .footer_center .footer_title {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.9;
  text-align: center;
  margin-bottom: 15px;
}

.common .footer .footer_center .footer_title2 {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 300;
  color: #E1E1E1;
  text-align: center;
}

.common .footer .footer_center .footer_title2 .bold {
  font-weight: bold;
}
