@charset "UTF-8";

body {
  width: 100%;
  box-sizing: border-box;
  background: url(../images/common/page-bg.png);
}



@font-face {
  font-family: din-bold;
  src: url("../font/din-bold.otf") format("opentype");
}



.font-din {
  font-family: din-bold;
}



.base-bg {
  background: url("../images/common/base-bg.png");
}



.navigator {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  z-index: 999;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px 0 60px;
}



.navigator.static {
  position: static;
  left: 0;
  transform: none;
}



.navigator.black {
  padding: 60px;
  background-color: #333;
}



.navigator.black::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background-color: #333;
  z-index: -1;
}



.header-nav {
  margin-right: 20px;
  display: flex;
  justify-content: space-around;
}



.header-nav .header-nav-item {
  text-align: center;
}



.header-nav .header-nav-item a {
  display: inline-block;
  /* width: 100px; */
  font-size: 18px;
  padding: 10px 20px;
  color: #c6c6c6;
}



.header-nav .header-nav-item:hover,
.header-nav .header-nav-item.active {
  background: url(../images/home/index-tabs-active__bg.png) center no-repeat;
}



.header-nav .header-nav-item:hover a,
.header-nav .header-nav-item.active a {
  color: #fff;
}



.header-right {
  display: flex;
  align-items: center;
}



.header-right .circle-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  margin-right: 11px;
  cursor: pointer;
  background: #c02e2f;
}



/* 底部导航样式-开始 */

.footer-nav {
  box-sizing: border-box;
  padding: 4vw 0 3.7vw;
  background-color: rgba(255, 255, 255, 0.5);
}



.footer-nav .qrcode {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  text-align: center;
}



.footer-nav .qrcode img {
  display: block;
  width: 150px;
  margin-bottom: 12px;
}



.footer-nav .qrcode span {
  color: #787878;
}



.footer-nav ul {
  width: 55.8vw;
  display: flex;
  justify-content: space-between;
}



.footer-nav .footer-nav-item p {
  font-size: 24px;
  color: #000000;
  margin-bottom: 40px;
}



.footer-nav .footer-nav-item a {
  display: block;
  line-height: 36px;
  font-size: 16px;
  color: #454545;
  transition: color 0.3s;
}



.footer-nav .footer-nav-item a:hover {
  color: #bf2e2f;
}



/* 底部导航样式-结束 */

.footer {
  box-sizing: border-box;
  padding: 40px 0 30px;
  background-color: rgba(0, 0, 0, 0.8);
}



.footer p {
  text-align: center;
  color: #817d81;
  font-size: 16px;
  line-height: 28px;
}



.footer .footer-highlight {
  color: #ededed;
}



.back-top {
  width: 64px;
  height: 61px;
  text-align: center;
  /* line-height: 61px; */
  position: fixed;
  right: 113px;
  bottom: 81px;
  cursor: pointer;
  background: url(../images/home/back-top.png) center no-repeat;
  background-size: cover;
  z-index: 99;
}



.back-top img {
  margin-top: 12px;
}



.back-top span {
  display: block;
  color: #e3e3e3;
}



.hide-layer-title .layui-layer-title {
  display: none;
}



.pagination {
  width: 100%;
  padding: 30px 0;
  white-space: nowrap;
}



.pagination.border-top {
  border-top: 1px solid rgba(166, 166, 166, 0.14);
}



.pagination button {
  width: 30px;
  height: 28px;
  line-height: 28px;
  background-color: #f4f4f5;
  border-radius: 6px;
  cursor: pointer;
}



.pagination button .iconfont {
  color: #666;
  font-size: 13px;
}



.pagination button:disabled {
  cursor: not-allowed;
}



.pagination button:disabled .iconfont {
  color: #999;
}



.pagination .pager {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}



.pagination .pager .number {
  display: inline-block;
  text-align: center;
  margin: 0 5px;
  min-width: 30px;
  height: 28px;
  background-color: #f4f4f5;
  color: #666;
  border-radius: 6px;
  padding: 0 4px;
  vertical-align: top;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
}



.pagination .pager .number.active {
  background-color: var(--hover-color);
  color: #fff;
}



.pagination .pager .number:not(.active):hover {
  color: var(--hover-color);
}



.pagination form {
  display: inline-block;
  margin-left: 22px;
}



.pagination form input[type=text],
.pagination form input[type=submit] {
  border-radius: 6px;
  border: none;
  outline: none;
}



.pagination form input[type=text] {
  width: 30px;
  height: 30px;
  background-color: #f4f4f5;
  padding-left: 5px;
  margin: 0 6px;
}



.pagination form input[type=submit] {
  background-color: var(--hover-color);
  color: #fff;
  width: 45px;
  line-height: 1;
  padding: 8px 0;
  font-size: 14px;
  margin-left: 6px;
  cursor: pointer;
}



.inner-page-banner {
  position: relative;
  height: 56.3vw;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}



.intro-detail-link {
  display: inline-block;
  cursor: pointer;
  padding: 12px 5px;
  border: 1px solid #9d9d9d;
  border-radius: 20px;
  color: #9d9d9d;
  margin-left: 4px;
  letter-spacing: 1px;
  transition: 0.3s;
}



.intro-detail-link:hover {
  border-color: var(--hover-color);
  color: var(--hover-color);
}



.intro-head .title {
  font-size: 1.6vw;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
  letter-spacing: 2px;
}



.intro-head .title span {
  vertical-align: middle;
}



.intro-head .sub-title {
  font-size: 16px;
  color: #767676;
  line-height: 36px;
  margin: 0 0 0 5px;
  letter-spacing: 2px;
}



.intro-head.top {
  text-align: center;
  padding: 50px 0 65px;
}



.intro-head.top .title img {
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
}



.intro-head.top .desc {
  font-size: 18px;
  color: #000;
  margin: 32px 0 20px;
}



.intro-head.top .sub-title {
  line-height: 24px;
}



.title-bg-vertical {
  display: flex;
  justify-content: center;
  width: 39px;
  height: 168px;
  line-height: 39px;
  font-size: 16px;
  background: url("../images/common/title-bg-vertical.png") no-repeat center;
  writing-mode: vertical-rl;
  color: #FAFAFA;
  letter-spacing: 2px;
}



.main-search {
  min-height: 600px;
  padding: 50px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #fff;
}



.main-search form {
  padding: 40px;
  margin-bottom: 30px;
  background-color: #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
}



.main-search form .input-wrap {
  flex: 1;
  height: 46px;
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
}



.main-search form input,
.main-search form button {
  height: 46px;
  line-height: 1;
  border: none;
  outline: none;
}



.main-search form button {
  width: 200px;
  font-size: 16px;
  letter-spacing: 2px;
  flex-shrink: 0;
  border-radius: 0 4px 4px 0;
  background-color: var(--hover-color);
  color: #fff;
}



.main-search form input {
  padding-left: 12px;
}



.search-result a {
  display: block;
  padding: 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
  transition: .3s;
}



.search-result a:hover {
  background-color: #eee;
}



.search-result a:last-child {
  border: none;
}



.search-result em {
  font-style: normal;
  color: var(--hover-color);
}



.search-result h4 {
  font-style: 16px;
  margin-bottom: 8px;
}



.search-result p {
  line-height: 1.5;
  color: #666;
}



.dot {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 16px;
  vertical-align: middle;
  margin-top: -2px;
  height: 16px;
  border: 1px solid #ddd;
  border-radius: 50%;
}



.dot::after {
  content: "";
  transition: all .6s;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/common/dot.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  transform: translateX(50%);
  top: -1px;
}



.popout-box {
  width: 100%;
  height: 100vh;
  padding: 6.8vw 3.3vw;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}



.popout-close {
  position: absolute;
  top: 3vw;
  right: 2.1vw;
}



.popout-box .video {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}



.popout-box .video video {
  width: 100%;
}



@media screen and (min-width: 1360px) {
  body {
    font-size: 13px;
  }

  .footer-nav ul {
    width: 900px;
  }

  .footer-nav .flex-row-between {
    width: 1200px;
    margin: 0 auto;
  }
}



@media screen and (min-width: 1920px) {
  body {
    font-size: 13px;
  }

  .footer-nav ul {
    width: 1070px;
  }

  .footer-nav .flex-row-between {
    width: 1375px;
    margin: 0 auto;
  }
}