* {
  font-family: Arial;
}
.h100 {
  height: 100%;
}
.font16 {
  font-size: 1rem;
}
.font18 {
  font-size: 1.125rem;
}
.font20 {
  font-size: 1.25rem;
}
.font22 {
  font-size: 1.375rem;
}
.font24 {
  font-size: 1.5rem;
}
.font30 {
  font-size: 1.875rem;
}
.font32 {
  font-size: 2rem;
}
.font40 {
  font-size: 2.5rem;
}
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h {
  height: 5.8125rem;
}
.img100 img {
  display: block;
  width: 100%;
}
.w1650 {
  width: 1650px;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.8125rem;
  background: #fff;
  z-index: 999999;
}
header .logo {
  display: block;
  width: 14.5rem;
}
header .logo img {
  display: block;
  width: 100%;
}
header .r-box .first-nav > li {
  position: relative;
  line-height: 5.8125rem;
}
header .r-box .first-nav > li > a {
  font-size: 1.125rem;
  color: #000;
}
header .r-box .first-nav > li > a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #11256d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}
header .r-box .first-nav > li:not(:last-child) {
  margin-right: 4.6875rem;
}
header .r-box .first-nav > li:hover > a {
  color: #11256d;
}
header .r-box .first-nav > li:hover > a::after {
  width: calc(100% + 1.875rem);
}
header .r-box .first-nav > li.active > a {
  color: #11256d;
}
header .r-box .first-nav > li.active > a::after {
  width: calc(100% + 1.875rem);
}
header .r-box .first-nav > li:hover .subNav {
  display: block;
}
header .r-box .first-nav .subNav {
  display: none;
  position: absolute;
  top: 5.8125rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: max-content;
  padding: 1.25rem;
}
header .r-box .first-nav .subNav li {
  line-height: 1.2;
  text-align: center;
}
header .r-box .first-nav .subNav li a {
  font-size: 18px;
  color: #000;
}
header .r-box .first-nav .subNav li:not(:last-child) {
  margin-bottom: 1.5625rem;
}
header .r-box .first-nav .subNav li:hover a {
  color: #bf8c48;
}
header .r-box .searchBtn {
  margin: 0 2.5rem;
  font-size: 1.25rem;
  position: relative;
}
header .r-box .searchBtn .searchBox {
  position: absolute;
  top: 215%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: none;
}
header .r-box .searchBtn .searchBox input {
  border: 0;
  outline: 0;
}
header .r-box .lang a {
  font-size: 1.125rem;
  color: #000;
}
header .r-box .lang a:hover {
  color: #bf8c48;
}
header .r-box .lang a.active {
  color: #bf8c48;
}
header .r-box .lang span {
  font-size: 1.375rem;
  color: #000;
  margin: -0.3125rem 0.4375rem 0;
}
header .r-box .caidan {
  display: none;
  font-size: 25px;
  margin-left: 1.25rem;
}
.leftNavBox {
  position: fixed;
  top: 64px;
  left: -100%;
  width: 100%;
  height: calc(100% - 64px);
  z-index: 90;
}
.leftNavBox .leftNav {
  height: 100%;
  width: 60%;
  background: #fff;
}
.leftNavBox .leftNav .leftNav-one {
  box-sizing: border-box;
  padding: 1rem;
}
.leftNavBox .leftNav .leftNav-one > li {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.leftNavBox .leftNav .leftNav-one > li a {
  font-size: 18px;
  color: #000;
}
.leftNavBox .leftNav .leftNav-one > li p {
  font-size: 18px;
  color: #000;
}
.leftNavBox .leftNav .leftNav-one .leftNav-sub {
  display: none;
  box-sizing: border-box;
  padding-left: 0.9375rem;
}
.leftNavBox .leftNav .leftNav-one .leftNav-sub li a {
  font-size: 16px;
}
.leftNavBox .leftNav .leftNav-one .leftNav-sub li:not(:last-child) {
  margin-bottom: 5px;
}
.leftNavBox .bgBox {
  flex-grow: 1;
  background: transparent;
}
footer {
  background: #11256d;
  box-sizing: border-box;
  padding-top: 4.6875rem;
}
footer img {
  display: block;
  width: 21.6875rem;
  margin: 0 auto;
}
footer .footer-ul {
  margin: 3.4375rem 0 2.1875rem;
}
footer .footer-ul li a {
  color: #fff;
  font-size: 1.125rem;
}
footer .footer-ul li:not(:last-child) {
  margin-right: 7.5rem;
}
footer .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.17);
}
footer .footer-row {
  margin: 3.75rem 0;
}
footer .footer-row .l-box input {
  width: 25.3125rem;
  height: 3.75rem;
  background: transparent;
  border: 1px solid #fff;
  box-sizing: border-box;
  padding-left: 2.5rem;
  color: #fff;
}
footer .footer-row .l-box button {
  width: 7.5rem;
  height: 3.875rem;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 1.125rem;
  background: #bf8c48;
}
footer .footer-row .l-box button .bi {
  margin-right: 5px;
}
footer .footer-row .r-box .item .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}
footer .footer-row .r-box .item .con {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #fff;
  opacity: 0.65;
}
footer .footer-row .r-box .item:not(:last-child) {
  margin-right: 13.125rem;
}
footer .footer-bottom {
  font-size: 0.875rem;
  opacity: 0.5;
  padding: 2.125rem 0 1.375rem;
}
footer .footer-bottom a,
footer .footer-bottom p {
  color: #fff;
}
.more {
  width: 13.75rem;
  height: 3.5625rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 3.5625rem;
  letter-spacing: 0.1875rem;
  font-size: 0.875rem;
  color: #000;
  position: relative;
  overflow: hidden;
}
.more span {
  position: relative;
  z-index: 2;
}
.more::after,
.more::before {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  transform: skew(15deg);
  transition: all 0.5s;
  overflow: hidden;
  z-index: -1;
}
.more::before {
  left: -10px;
  background: #bf8c48;
}
.more::after {
  right: -10px;
  background: #11256d;
}
.more:hover {
  color: #fff;
}
.more:hover::before,
.more:hover::after {
  width: 58%;
  z-index: 1;
}
.newsList li {
  width: 32.2%;
}
.newsList li .img-box {
  overflow: hidden;
}
.newsList li .img-box img {
  display: block;
  width: 100%;
}
.newsList li .img-box img {
  transition: all 0.5s ease-in-out;
}
.newsList li .text-box {
  background: #fff;
  box-sizing: border-box;
  padding: 2.5rem 2.375rem 3.125rem 1.6875rem;
}
.newsList li .title {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsList li .con {
  margin: 1.875rem 0 3.125rem;
  font-size: 1rem;
  color: #000;
  opacity: 0.73;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsList li .news-more {
  font-size: 14px;
  color: #000;
  letter-spacing: 3px;
}
.newsList li .line {
  width: 9.375rem;
  height: 2px;
  background: rgba(0, 0, 0, 0.21);
  position: relative;
  margin-top: 0.75rem;
}
.newsList li .line::after {
  content: "";
  width: 2.25rem;
  height: 2px;
  background: #11256d;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.newsList li:hover .img-box img {
  transform: scale(1.1);
}
.newsList li:hover .news-more {
  color: #11256d;
}
.newsList li:hover .line::after {
  width: 100%;
}
.banner {
  position: relative;
}
.banner img {
  display: block;
  width: 100%;
}
.banner .title {
  font-size: 6.0625rem;
  line-height: 1;
  color: #fff;
}
.banner .icon-box {
  margin: 1.875rem 0 0;
}
.banner .icon-box .sqr {
  width: 10px;
  height: 10px;
  background: #fff;
}
.banner .icon-box .line {
  width: 185px;
  height: 1px;
  background: #fff;
}
.bread-page {
  padding-top: 2.1875rem;
}
.bread-page .bi {
  margin-right: 0.625rem;
}
.bread-page a {
  font-size: 1rem;
  color: #000;
  opacity: 0.72;
}
.publicTitle {
  position: relative;
}
.publicTitle img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9.1875rem;
  opacity: 0.27;
  z-index: 1;
}
.publicTitle .title {
  position: relative;
  box-sizing: border-box;
  padding-left: 3.4375rem;
  font-size: 2.8125rem;
  line-height: 1;
  color: #11256d;
  font-family: AvantGardeGothicC-Demi;
  z-index: 2;
}
.publicTitle.white .title {
  color: #fff;
}
.publicTitle.center {
  display: flex;
  justify-content: center;
}
.i-product-title {
  display: inline-block;
  font-size: 4.0625rem;
  line-height: 1;
  background: linear-gradient(-86deg, #f84f01, #ff9c58);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-family: AvantGardeGothicC-Demi;
}
.i-product-title2 {
  font-family: AvantGardeGothicC-Demi;
  font-size: 3.25rem;
  line-height: 1;
  color: #fff;
}
.i-product-con {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #fff;
}
.i-product-list li .img-box {
  width: 5.375rem;
  height: 5.375rem;
  border-radius: 1.25rem;
  border: 1px dashed #fff;
  position: relative;
  margin: 0 auto;
}
.i-product-list li .img-box img {
  display: block;
  max-width: 70%;
}
.i-product-list li p {
  font-family: AvantGardeGothicC-Demi;
  font-size: 1.0625rem;
  line-height: 1;
  color: #fff;
  margin-top: 1.25rem;
  text-align: center;
}
.i-product-list li:not(:last-child) {
  margin-right: 2.5rem;
}
.i-product-list li:hover .img-box {
  background: #bf8c48;
  border: 1px solid #bf8c48;
}
.i-product-list li:hover .img-box img {
  filter: grayscale(100%) brightness(200%);
}
.i-product-list2 li .img-box {
  border: 1px dashed #000;
}
.i-product-list2 li p {
  color: #000;
}
.i-product-list2 li:hover .img-box img {
  filter: grayscale(100%) brightness(600%);
}
.fenye {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6.25rem;
}
.fenye .page-link {
  padding: 0;
  background: transparent;
  border: 0;
  margin-left: 0;
}
.fenye .page-item.disabled .page-link {
  background: transparent;
  border: 0;
}
.fenye .page-item {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 5px;
}
.fenye .page-item a,
.fenye .page-item span {
  color: #777777;
  width: 100% !important;
  height: 100% !important;
  line-height: 2.5rem !important;
  text-align: center;
}
.fenye .page-item a:focus,
.fenye .page-item span:focus {
  border: 0;
  outline: 0;
}
.fenye .page-item.active {
  background-color: #11256d;
  border-radius: 0.3125rem;
}
.fenye .page-item.active span {
  color: #fff;
}
.fenye .page-item:hover {
  background: #11256d;
  border-radius: 0.3125rem;
}
.fenye .page-item:hover a,
.fenye .page-item:hover span {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .i-product-title {
    font-size: 2.03rem;
  }
  .i-product-title2 {
    font-size: 2.5rem;
  }
  .i-product-list li .img-box {
    width: 4.375rem;
    height: 4.375rem;
    border-radius: 0.85rem;
  }
  .i-product-list li .img-box img {
    max-width: 50%;
  }
  .i-product-list li p {
    font-size: 12px;
  }
  .more {
    width: 10rem;
    height: 3rem;
    line-height: 3rem;
  }
  footer {
    padding-top: 2.343rem;
  }
  footer .footer-ul {
    margin: 0;
    display: none !important;
  }
  footer .line {
    margin-top: 1.875rem;
  }
  footer .footer-row {
    flex-wrap: wrap;
    margin: 1.84rem 0;
  }
  footer .footer-row .l-box {
    width: 100%;
  }
  footer .footer-row .l-box form {
    display: flex;
    justify-content: center;
  }
  footer .footer-row .r-box {
    margin-top: 1.25rem;
    width: 100%;
    justify-content: space-between;
  }
  footer .footer-row .r-box .item:not(:last-child) {
    margin-right: 0;
  }
}
