/* -------------------------------------------

Name:     SuperOrange
Version:  1.0
Author:	  Bing
blog:     https://blog.csdn.net/Centenario_0?spm=1000.2115.3001.5343&type=blog

------------------------------------------- */
@media (min-width: 1920px) and (max-width: 2560px) {
  html {
    font-size: 24px;
  }
}
@media (min-width: 1440px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 1366px) and (max-width: 1400px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 20px;
  }
}
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
img,
form,
input,
textarea,
select,
header,
nav,
main,
menu,
section,
figure,
figcaption,
footer {
  margin: 0;
  padding: 0;
  font: inherit;
  color: #343434;
  box-sizing: border-box;
  font-size: 0.8rem;
}
html,
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Noto Sans SC", Arial, Tahoma, sans-serif;
  scroll-behavior: smooth;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  /**/
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 2px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #082a49;
  border-radius: 10px;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: #767676;
}
html::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
  background: #767676;
}
h1,
h2,
h3,
h4,
h5,
p {
  line-height: 1;
}
a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
ul,
li {
  list-style: none;
}
button,
input,
textarea {
  outline: none;
  border: none;
}
textarea {
  overflow: auto;
  resize: none;
}
img {
  width: 100%;
  max-height: 100%;
  display: block;
  border: none;
  object-fit: cover;
}
.fx {
  display: flex;
}
.fy {
  display: flex;
  flex-direction: column;
}
.justify-c {
  justify-content: center;
}
.justify-b {
  justify-content: space-between;
}
.align-c {
  align-items: center;
}
.fc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 0.9rem;
  background: transparent !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.page-bullet-active {
  background: #d4c19f !important;
  opacity: 1 !important;
}
.one-row {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.more-row {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 87.2%;
}
/***** header *****/
header .head-tag {
  padding: 0.8rem 7%;
  background-color: #082a49;
}
header .head-tag p {
  color: #fff;
  font-size: 0.7rem;
}
header .head-tag .contact-tag {
  height: 1rem;
}
header .head-tag .contact-tag span {
  position: relative;
  color: #fff;
  font-size: 0.7rem;
  transition: 0.3s;
  cursor: pointer;
}
header .head-tag .contact-tag span:hover {
  color: #d4c19f;
}
header .head-tag .contact-tag span:first-child,
header .head-tag .contact-tag span:nth-child(2) {
  margin-right: 1rem;
}
header .head-tag .contact-tag span i {
  margin-right: 0.3rem;
  color: inherit;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
  transition: 0.3s;
}
header .head-tag .contact-tag span i:hover + .yer {
  top: 1.5rem;
  display: block;
}
header .head-tag .contact-tag span:last-child i {
  font-size: 0.9rem;
}
header .head-tag .contact-tag span .yer {
  padding: 0.2rem;
  position: absolute;
  top: 2rem;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  width: 5rem;
  background-color: #fff;
  border-radius: 0.2rem;
  border: 0.05rem solid #eee;
  transition: all 0.5s ease;
  display: none;
}
header .head-cont {
  padding: 1.25rem 7%;
  width: 100%;
}
header .head-cont .logo {
  width: 16.4%;
  min-width: 12%;
}
header .head-cont .head-cont-r nav ul li {
  padding: 0 1.5rem;
  font-size: 0.8rem;
  font-weight: 600;
}
header .head-cont .head-cont-r nav ul li:hover a {
  color: #d4c19f;
}
header .head-cont .head-cont-r nav ul li:hover a::before {
  transform: scaleX(1);
  transform-origin: left;
}
header .head-cont .head-cont-r nav ul li a {
  padding: 0.3rem 0;
  position: relative;
  transition: all 0.5s ease;
  white-space: nowrap;
}
header .head-cont .head-cont-r nav ul li a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  height: 0.05rem;
  background-color: #d4c19f;
  transition: transform 0.5s;
}
header .head-cont .head-cont-r nav ul .active a {
  color: #d4c19f;
}
header .head-cont .head-cont-r nav ul .active a::before {
  width: 100%;
}
header .head-cont .head-cont-r .head-icon {
  margin-left: 0.4rem;
}
header .head-cont .head-cont-r .head-icon span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.7rem;
  height: 1.7rem;
  background-color: #d4c19f;
  border-radius: 50%;
  transition: all 0.5s ease;
}
header .head-cont .head-cont-r .head-icon span:hover {
  background-color: #082a49;
}
header .head-cont .head-cont-r .head-icon span:hover i {
  color: #fff;
}
header .head-cont .head-cont-r .head-icon span:first-child {
  margin-right: 1rem;
}
header .head-cont .head-cont-r .head-icon span i {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.4s ease;
}
/***** footer *****/
footer {
  padding: 2.5rem 0 0;
  background: url(../images/foot-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
footer .f-left {
  width: 70%;
}
footer .f-left .f-nav-box {
  padding: 0 4%;
  border-right: 0.05rem solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
footer .f-left .f-nav-box:first-child {
  padding-left: 0;
}
footer .f-left .f-nav-box h4 {
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  color: inherit;
  white-space: nowrap;
}
footer .f-left .f-nav-box ul li {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 100;
  cursor: pointer;
  transition: all 0.5s ease;
  white-space: nowrap;
}
footer .f-left .f-nav-box ul li:hover {
  color: #d4c19f;
}
footer .f-left .f-nav-box h2 {
  margin-bottom: 2.1rem;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
}
footer .f-left .f-nav-box h2 span {
  font-size: 0.8rem;
  color: inherit;
  font-weight: 100;
}
footer .f-left .f-nav-box p {
  font-size: 0.7rem;
  color: #fff;
  font-weight: 100;
}
footer .f-right {
  width: 25%;
}
footer .f-right .logo {
  margin-bottom: 2.5rem;
  height: 2.5rem;
}
footer .f-right .f-icon span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border: 0.05rem solid #fff;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.5s ease;
}
footer .f-right .f-icon span:hover {
  border-color: #d4c19f;
}
footer .f-right .f-icon span:hover .fpic {
  bottom: 120%;
  opacity: 1;
}
footer .f-right .f-icon span:last-child {
  margin-right: 0;
}
footer .f-right .f-icon span .fpic {
  position: absolute;
  bottom: 60%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem;
  width: 6rem;
  height: 6rem;
  background-color: #fff;
  border-radius: 0.2rem;
  opacity: 0;
  transition: all 0.4s ease;
}
footer .f-right .f-icon span .fpic img {
  width: 100%;
}
footer .f-right .f-icon i {
  color: #fff;
  font-size: 1rem;
}
footer .f-right .f-icon img {
  width: 1rem;
}
footer .f-right .f-link {
  margin-top: 2.5rem;
}
footer .f-right .f-link a {
  padding: 0.5rem 1.8rem;
  color: #fff;
  border: 0.05rem solid #fff;
  font-size: 0.7rem;
  font-weight: 200;
  transition: all 0.5s ease;
}
footer .f-right .f-link a:hover {
  border-color: #d4c19f;
  color: #d4c19f;
}
footer .f-right .f-link a:first-child {
  margin-right: 0.6rem;
}
footer .f-copy {
  margin-top: 2rem;
}
footer .f-copy .container {
  padding: 2rem 0 1rem;
}
footer .f-copy .container p {
  font-size: 0.6rem;
  color: #ccc;
  line-height: 1rem;
}
footer .f-copy .container p span {
  color: inherit;
  font: inherit;
}
/**** floattag ****/
.float-tag {
  position: fixed;
  top: 38%;
  right: 0.5%;
  z-index: 200;
  width: 4rem;
}
.float-tag .f-top {
  background-color: rgba(4, 27, 60);
}
.float-tag .f-top .tag {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.8rem 0.5rem;
  color: #fff;
  cursor: pointer;
  border-bottom: 0.05rem solid rgba(255, 255, 255, 0.1);
}
.float-tag .f-top .tag:last-child {
  border-bottom: none;
}
.float-tag .f-top .tag:hover p,
.float-tag .f-top .tag:hover i {
  color: #d4c19f;
}
.float-tag .f-top .tag:hover .tag-pic {
  transform: translateX(-130%);
  opacity: 1;
}
.float-tag .f-top .tag p {
  margin-top: 0.2rem;
  font-size: 0.7rem;
  line-height: 0.8rem;
  text-align: center;
  color: inherit;
  transition: all 0.4s ease;
}
.float-tag .f-top .tag i {
  font-size: 1.4rem;
  transition: all 0.4s ease;
}
.float-tag .f-top .tag .tag-pic {
  position: absolute;
  width: 6rem;
  height: 6rem;
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0.15rem;
  transition: all 0.36s ease;
  top: 0;
  opacity: 0;
  left: 40%;
  box-shadow: 0 0.25rem 0.45rem rgba(4, 0, 0, 0.17);
}
.float-tag .f-bottom {
  margin-top: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #041b3c;
}
.float-tag .f-bottom:hover i {
  color: #d4c19f;
}
.float-tag .f-bottom i {
  font-size: 1.4rem;
  color: #fff;
  transition: all 0.4s ease;
}
.pgtop {
  position: fixed;
  right: 1%;
  z-index: 1000;
  bottom: 5%;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  background-color: #d4c19f;
  border-radius: 0.05rem;
  transition: all 0.3s ease;
}
.pgtop:hover {
  background-color: #656561;
}
.pgtop i {
  font-size: 1rem;
  color: #eee;
}
.menu-box .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu-box .menu span {
  display: block;
  background-color: #d4c19f;
  width: 30px;
  height: 3px;
  margin: 2px auto;
  transition: all 0.3s ease;
}
.menu-box .menu span.open:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}
.menu-box .menu span.open:nth-child(2) {
  opacity: 0;
}
.menu-box .menu span.open:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px);
}
#dowebok {
  background-color: #091627;
  right: -100%;
  opacity: 0;
}
#dowebok .sidebar-wrapper {
  position: relative;
  overflow: auto;
}
#dowebok .nav {
  margin-top: 60px;
  line-height: 40px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#dowebok .nav li {
  padding: 18px;
  margin-bottom: 15px;
  margin-right: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45%;
  background-color: #010c1b;
  border-radius: 8px;
}
#dowebok .nav li:nth-child(even) {
  margin-right: 0;
}
#dowebok .nav li i {
  font-size: 30px;
  color: #fff;
}
#dowebok .nav li:last-child {
  flex-direction: row;
  align-items: center;
  width: 93%;
  margin: 0 auto;
  justify-content: center;
}
#dowebok .nav a {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  text-decoration: none;
}
.on {
  opacity: 1 !important;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  transition: all 0.5s ease;
  display: none;
  z-index: 1000;
}
.m-wechat {
  padding: 30px 20px;
  background-color: #fff;
  position: fixed;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -1;
  border-radius: 4px;
  transition: all 0.4s ease;
}
.m-wechat > div {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-wechat > div:last-child {
  margin-right: 0;
}
.m-wechat img {
  margin: 0 auto;
  width: 120px;
}
.m-wechat p {
  margin-top: 5px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.moveup {
  top: 40%;
  opacity: 1;
  z-index: 1100;
}
.paged {
  font-size: 0;
  text-align: center;
}
.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  vertical-align: top;
  margin: 6px 3px 0;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.paged .current,
.paged a:hover {
  color: #fff;
  background: #041b3c;
}
.paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}
.paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}
