@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../font/SourceHanSansCN-Regular.ttf") format("truetype");
}
body {
  font-family: "SourceHanSansCN-Regular", "Noto Sans SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC" !important;
  color: #333;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  color: #333;
}

p {
  margin: 0;
}

.hearderUL {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 100%;
  top: 0;
  z-index: 100;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: auto;
  padding: 1.5rem 0.5rem 0.5rem;
  font-size: 0.3rem;
}
.hearderUL .menu-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 0.25rem;
  height: 0.25rem;
}
.hearderUL .menu-close img {
  width: 100%;
  height: 100%;
}
.hearderUL li {
  border-bottom: 0.01rem solid #eaeaea;
  list-style: none;
}
.hearderUL li .title {
  padding: 0.25rem 0;
}
.hearderUL li .title a {
  position: relative;
}
.hearderUL li .title a.active {
  color: #b71b31;
}
.hearderUL li .title img {
  width: 0.25rem;
}
.hearderUL li .subnav {
  display: none;
  font-size: 0.28rem;
}
.hearderUL li .subnav .link a {
  padding: 0rem 0.5rem;
  display: block;
  width: 100%;
  line-height: 3;
}
.hearderUL li .subnav .link a.active {
  color: #b71b31;
}
.hearderUL .headerUL-item {
  text-align: center;
  font-size: 0.3rem;
  color: #333;
}
.hearderUL.active {
  left: 0;
}

.search-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 999;
}
.search-box .search-box-header {
  height: 1rem;
}
.search-box .search-box-header .search-close {
  width: 0.25rem;
  height: 0.25rem;
  margin-right: 1rem;
  cursor: pointer;
}
.search-box .search-box-content {
  height: calc(100vh - 1rem);
}
.search-box .search-box-content .search-box-title {
  text-align: center;
  color: #004098;
  font-size: 0.5rem;
  margin: 1rem 0;
}
.search-box .search-box-content .search-box-input {
  transition: all 0.3s ease;
  border: 0.02rem solid #cbcbcb;
  border-right: none;
  height: 0.8rem;
  width: 70%;
  box-sizing: border-box;
  padding-left: 0.3rem;
  margin: 0 auto;
}
.search-box .search-box-content .search-box-input:hover {
  border: 0.02rem solid #004098;
  border-right: none;
}
.search-box .search-box-content .search-box-input img {
  width: 0.4rem;
  height: auto;
}
.search-box .search-box-content .search-box-input input {
  width: auto;
  height: 0.55rem;
  border: none;
  outline: none;
  font-size: 0.3rem;
  background: #fff;
  color: #333;
  padding-left: 0.2rem;
}
.search-box .search-box-content .search-box-input button {
  background: #004098;
  color: #fff;
  font-size: 0.3rem;
  text-align: center;
  height: 0.8rem;
  width: 1.8rem;
  border: none;
}
.search-box .search-box-content .search-box-input button:hover {
  background: linear-gradient(to bottom, #004098, #022f6d);
}

.menu-box-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
}
.menu-box-wrapper .menu-box-bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  filter: blur(0.02rem);
  background: url("../img/menu-box-bg.jpg") no-repeat center center;
  background-size: cover;
}
.menu-box-wrapper .menu-box {
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
.menu-box-wrapper .menu-box .menu-box-header {
  padding: 0.2rem 0.3rem;
}
.menu-box-wrapper .menu-box .menu-box-header .menu-box-logo {
  width: 3rem;
  height: auto;
}
.menu-box-wrapper .menu-box .menu-box-header .menu-close {
  position: relative;
  width: 0.3rem;
  height: auto;
}
.menu-box-wrapper .menu-box .menu-box-content {
  margin: 2rem 1.2rem 0;
}
.menu-box-wrapper .menu-box .menu-box-content .menu-box-item {
  color: #fff;
}
.menu-box-wrapper .menu-box .menu-box-content .menu-box-item .menu-box-item-title {
  font-size: 0.3rem;
}
.menu-box-wrapper .menu-box .menu-box-content .menu-box-item .menu-box-item-h {
  background: #b71b31;
  height: 0.02rem;
  width: 0.3rem;
  margin: 0.2rem 0;
}
.menu-box-wrapper .menu-box .menu-box-content .menu-box-item .menu-box-item-list a {
  font-size: 0.2rem;
  padding: 0.07rem 0;
}
.menu-box-wrapper .menu-box .menu-box-content .menu-box-item .menu-box-item-list a:hover {
  color: #b71b31;
}
.menu-box-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.phone-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #fff;
}
.phone-header .header-logo {
  width: 3rem;
  height: auto;
  padding: 0.2rem 0;
}
.phone-header .header-right .header-right-item {
  margin-left: 0.3rem;
}
.phone-header .header-right .lang {
  font-size: 0.3rem;
  opacity: 0.3;
  color: #000;
}
.phone-header .header-right .lang img {
  width: 0.3rem;
  height: auto;
  margin-right: 0.2rem;
}
.phone-header .header-right .search {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  width: 0.6rem;
  height: 0.6rem;
}
.phone-header .header-right .search img {
  width: 0.3rem;
  height: auto;
}
.phone-header .header-right .menu {
  position: relative;
  width: 0.4rem;
  height: 0.3rem;
  z-index: 200;
}
.phone-header .header-right .menu span {
  position: absolute;
  left: 0;
  width: 0.4rem;
  height: 2px;
  background-color: #ccc;
  transition: all 0.3s ease;
}
.phone-header .header-right .menu .line1 {
  top: 0;
}
.phone-header .header-right .menu .line2 {
  top: 0.14rem;
}
.phone-header .header-right .menu .line3 {
  bottom: 0;
}
.phone-header .header-right .menu.active .line1 {
  transform: translateY(8px) rotate(45deg);
}
.phone-header .header-right .menu.active .line2 {
  opacity: 0;
}
.phone-header .header-right .menu.active .line3 {
  transform: translateY(-8px) rotate(-45deg);
}

.footer {
  position: relative;
  z-index: 2;
  background: url(../img/bg-footer.png) no-repeat center center;
  background-size: cover;
  padding: 1.5rem 0;
}
.footer .footer-container {
  width: 17.71rem;
  margin: 0 auto;
}
.footer .footer-container .footer-tit span {
  display: block;
  font-weight: bold;
  font-size: 0.24rem;
  color: #fff;
  line-height: 1rem;
}
.footer .footer-container .link-list a {
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #fff;
}
.footer .footer-container .footer-logo img {
  width: 70%;
  height: auto;
}
.footer .footer-container .footer-icon-wrapper {
  margin-right: 0.3rem;
  position: relative;
}
.footer .footer-container .footer-icon-wrapper:last-child {
  margin-right: 0;
}
.footer .footer-container .footer-icon-wrapper .footer-icon {
  background: #84a0cf;
  border-radius: 50%;
  overflow: hidden;
  width: 0.66rem;
  height: 0.66rem;
  cursor: pointer;
  position: relative;
}
.footer .footer-container .footer-icon-wrapper .footer-icon img {
  width: 0.3rem;
}
.footer .footer-container .footer-icon-wrapper .footer-tooltip-content {
  background-color: #fff;
  color: #fff;
  text-align: center;
  border-radius: 0.05rem;
  position: absolute;
  z-index: 1;
  top: 140%;
  left: -50%;
  margin-left: -0.1rem;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
  padding: 0.1rem;
  box-sizing: border-box;
}
.footer .footer-container .footer-icon-wrapper .footer-tooltip-content img {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}
.footer .footer-container .footer-icon-wrapper .footer-tooltip-content::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -0.1rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.footer .footer-container .footer-icon-wrapper:hover .footer-tooltip-content {
  opacity: 1;
  transform: translateY(-5px);
}

.beian {
  position: relative;
  z-index: 2;
  padding: 0.2rem 0;
  background: #083884;
  color: #fff;
  font-size: 0.18rem;
}
.beian .warpper {
  width: 17.71rem;
  margin: 0 auto;
}
.beian img {
  margin-right: 0.1rem;
}/*# sourceMappingURL=common.css.map */