html {
  /*便捷内容*/
  font-size: 0.52083333vw;
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
@font-face {
  font-family: 'Source Han Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/思源黑体 CN-Normal.otf') format('otf');
}
*,
html,
body,
h1,
h4,
p,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Source Han Sans', sans-serif;
}
.x_container {
  width: 137.6rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .x_container {
    width: 90%;
  }
}
.hidden-pc {
  display: none !important;
}
@media (max-width: 768px) {
  .hidden-pc {
    display: block !important;
  }
}
.dropdown-menu {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  text-align: center;
  min-width: 10.5rem;
  padding: 0 1.5rem;
}
.dropdown-menu li {
  border-top: 1px solid #fff;
}
.dropdown-menu li:nth-of-type(1) {
  border: none;
}
.dropdown-menu li a {
  font-size: 1.6rem !important;
  font-weight: normal !important;
  color: #666 !important;
  padding: 0 !important;
  line-height: 5rem !important;
  height: auto !important;
}
.dropdown-menu li a:hover {
  background: none !important;
  color: #0867a3 !important;
}
@media (max-width: 768px) {
  .dropdown-menu li a {
    font-size: 14px !important;
    color: #666 !important;
    line-height: unset !important;
    padding: 15px !important;
  }
}
.x_title {
  font-size: 5rem;
  font-weight: bold;
  height: 7rem;
  display: flex;
  justify-content: center;
}
.x_title .x_cn {
  padding-right: 3rem;
  position: relative;
}
.x_title .x_cn:after {
  content: '';
  background: #0867a3;
  width: 0.6rem;
  border-radius: 1rem;
  right: 1.5rem;
  top: 0;
  bottom: 0;
  position: absolute;
}
.x_title .x_en {
  padding-top: 2rem;
  font-weight: normal;
  color: #999;
}
.x_title .x_en b {
  color: #0867a3;
}
@media (max-width: 768px) {
  .x_title {
    font-size: 16px;
  }
}
.x_breadcrumb {
  background: #fff;
  padding: 3rem 0;
  color: #333;
  font-size: 1.6rem;
  box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.08);
}
.x_breadcrumb a {
  color: #333;
}
.x_breadcrumb ul {
  display: flex;
}
.x_breadcrumb ul li a {
  margin-right: 3rem;
  border-right: 1px solid #666;
  padding-right: 3rem;
}
.x_breadcrumb ul li a:hover,
.x_breadcrumb ul li a.active {
  color: #0867a3;
}
.x_breadcrumb ul li:last-child a {
  margin-right: 0;
  border-right: none;
}
@media (max-width: 768px) {
  .x_breadcrumb {
    font-size: 12px;
  }
  .x_breadcrumb .x_flex {
    flex-wrap: wrap;
  }
  .x_breadcrumb .x_channel {
    flex-wrap: wrap;
    margin-top: 5px;
  }
  /* 修改head */
  .hidden-xs{
    display: none!important
  }
  .navbar-nav .open .dropdown-menu{
    position:static;
    float:none;
    width:auto;
    margin-top:0;
    background-color:transparent;
    border:0;
    -webkit-box-shadow:none;
    box-shadow:none
  }
}
/* 修改navbar */
@media (max-width: 769px) {
  .navbar-toggle{
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar-nav>li{
    float: none;
  }
  .navbar-header{
    float: none;
  }
  .container-fluid>.navbar-collapse, 
  .container-fluid>.navbar-header, 
  .container>.navbar-collapse, 
  .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 769px){
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .navbar-toggle{
    float: left;
  }
}
/* 结束修改 */
a:hover {
  text-decoration: none;
}
.x_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x_top .x_logo {
  margin: 3rem 25.6rem;
}
.x_top .x_logo .x_phone {
  font-size: 1.8rem;
  color: #055882;
  font-weight: 500;
}
.x_top .x_logo .x_phone span {
  display: block;
  font-size: 3.2rem;
}
.x_top .x_nav {
  margin: 0 25.6rem;
}
.x_top .x_nav .navbar-default {
  background-color: transparent;
  margin: 0;
  border: none;
  min-height: auto;
}
.x_top .x_nav .container-fluid,
.x_top .x_nav .navbar-collapse {
  margin: 0;
  padding: 0;
}
.x_top .x_nav .nav {
  display: flex;
  width: 100rem;
  align-items: center;
  justify-content: space-between;
}
.x_top .x_nav .nav li a {
  width: 12.5rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0;
  color: #055882;
}
.x_top .x_nav .nav li a:hover {
  background: #055882;
  color: #fff;
}
.x_top .x_nav .nav li.active a {
  background: #055882;
  color: #fff;
}
.x_top .x_nav .nav li.active a:hover {
  color: #fff;
}
.x_top .x_nav .nav li.active .dropdown-menu li a {
  background: none;
  color: #055882;
}
.x_top .x_nav .nav li.x_last a {
  background: #055882;
  color: #fff;
  width: 19.8rem;
  height: 5.3rem;
  line-height: 5.3rem;
  text-align: center;
  margin-left: 5rem;
  border-radius: 5rem;
}
.x_top .dropdown-toggle {
  display: none;
}
@media (max-width: 768px) {
  .x_top {
    padding-top: 30px;
  }
  .x_top .x_logo {
    margin: 0 30px;
  }
  .x_top .x_logo a {
    width: 50%;
  }
  .x_top .x_logo a img {
    width: 100%;
  }
  .x_top .x_logo .x_phone {
    font-size: 16px;
  }
  .x_top .x_logo .x_phone span {
    font-size: 14px;
  }
  .x_top .x_nav {
    margin: 0 30px;
  }
  .x_top .x_nav .nav {
    display: block;
    width: 100%;
    margin: 0;
  }
  .x_top .x_nav .nav li a {
    text-align: left;
    font-size: 14px;
    height: auto;
    width: 100%;
    font-weight: normal;
    padding: 15px;
  }
  .x_top .x_nav .nav li.x_last a {
    margin: 0;
    width: auto;
    height: auto;
    margin-bottom: 15px;
  }
  .x_top .dropdown-toggle {
    display: block;
  }
}
.x_footer {
  background: url("../upload/footer.png") no-repeat;
  height: 52rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #fff;
  background-size: cover;
}
.x_footer .x_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x_footer a {
  color: #fff;
}
.x_footer_top_right a {
  margin-left: 3rem;
}
.x_footer_content {
  margin: 5rem 0;
  padding-top: 5rem;
  line-height: 5rem;
  align-items: flex-start !important;
}
.x_footer_content_right {
  display: flex;
}
.x_footer_content div {
  width: 33.33%;
}
.x_footer_content div img {
  width: 16.7rem;
  display: block;
  margin: 0 auto;
}
.x_footer_content div:nth-last-of-type(1) img {
  margin-right: 0;
  width: 13.6rem;
}
.x_footer_bottom {
  padding-top: 2rem;
}
@media (max-width: 768px) {
  .x_footer {
    background: #0867A3;
    height: auto;
    font-size: 14px;
    line-height: 22px;
  }
  .x_footer .x_container {
    padding-top: 10px !important;
  }
  .x_footer_content {
    flex-wrap: wrap;
    line-height: 22px;
  }
  .x_footer_content div {
    width: 100%;
  }
  .x_footer_content div img {
    width: 135px;
    margin: 10px auto;
  }
  .x_footer_content div:nth-last-of-type(1) img {
    margin: 10px auto;
    width: 85px;
  }
  .x_footer_bottom {
    padding-bottom: 20px;
  }
}
.nbanner {
  max-height: 56.7rem;
  overflow: hidden;
}
.nbanner img {
  display: block;
  object-fit: cover;
  width: 100%;
  max-height: 56.7rem;
}
/*# sourceMappingURL=common.css.map */
