@charset "UTF-8";
@font-face {
  font-family: 'Rajdhani-Bold-4';
  src: url("../fonts/Rajdhani-Bold-4.ttf");
}
@font-face {
  font-family: 'Rajdhani-Light-6';
  src: url("../fonts/Rajdhani-Light-6.ttf");
}
@font-face {
  font-family: 'Rajdhani-Medium-3';
  src: url("../fonts/Rajdhani-Medium-3.ttf");
}
@font-face {
  font-family: 'Rajdhani-Regular-2';
  src: url("../fonts/Rajdhani-Regular-2.ttf");
}
@font-face {
  font-family: 'Rajdhani-SemiBold-5';
  src: url("../fonts/Rajdhani-SemiBold-5.ttf");
}
@keyframes o-svg-2 {
  0% {
    stroke-dashoffset: 3264;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes ani-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animation-line {
  0% {
    stroke-dashoffset: 180px;
  }
  14.28571% {
    stroke-dashoffset: 0px;
  }
  21.42857% {
    stroke-dashoffset: 0px;
  }
  35.71429% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes animate-cloud {
  from {
    background-position: 100vw 100%;
  }
  to {
    background-position: 0 100%;
  }
}
@keyframes o-scale {
  0%,
    85%,
    100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes o-opacity {
  0%,
    30%,
    60%,
    100% {
    opacity: 0;
  }
  15%,
    45% {
    opacity: 1;
  }
}
@keyframes o-opacity-2 {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-scroll {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes p-ani-2 {
  from,
    to {
    opacity: 1;
    transform: none;
  }
  50% {
    opacity: 1;
    transform: translate3d(0, 12px, 0);
  }
}
@keyframes p-ani-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-width {
  0% {
    width: 0;
    left: 0;
    right: auto;
  }
  60% {
    width: 100%;
    left: 0;
    right: auto;
  }
  61% {
    width: 100%;
    left: auto;
    right: 0;
  }
  100% {
    width: 0%;
    left: auto;
    right: 0;
  }
}
@keyframes p-ani-4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  70%,
    100% {
    opacity: 0;
    transform: translateX(1vw);
  }
}
@keyframes p-ani-5 {
  0%,
    100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }

  .dom-loaded .header {
    transition: all .3s ease;
  }
}
.no-pointer {
  pointer-events: none;
}

.wrapper {
  width: 75vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.wrapFull {
  width: 80vw;
  margin: 0 auto;
}

.fixed-cookie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.fixed-cookie .main-box {
  position: absolute;
  bottom: 3.75rem;
  left: 3.75rem;
  right: 3.75rem;
  background-color: #0021c6;
  border-radius: 10px;
  padding-right: 7.5rem;
}
.fixed-cookie .close {
  width: 11px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/n-close.png");
  cursor: pointer;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
}
.fixed-cookie .cont-box {
  display: flex;
  align-items: center;
  padding: 1.5rem 0 1.5rem 3.75rem;
  grid-gap: 12.5rem;
}
.fixed-cookie .txt-box .tit {
  font-size: max(14px, 1.25rem);
  color: #333333;
}
.fixed-cookie .txt-box p {
  font-size: max(12px, 0.875rem);
  color: #ffffff;
  line-height: 1.5;
  margin-top: 1rem;
}
.fixed-cookie .txt-box p a {
  color: #ff5807;
  text-decoration: underline;
}
.fixed-cookie .btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 3.125rem;
}
.fixed-cookie .btns .box {
  font-size: max(12px, 0.875rem);
  color: #fff;
  line-height: 3rem;
  border-radius: 8px 0 8px 0;
  border: 1px solid transparent;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.fixed-cookie .btns .box:nth-of-type(1) {
  padding: 0 3rem;
  border: 1px solid #fff;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 59;
}
@media screen and (min-width: 1025px) {
  .header.hover {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .header.down {
    transform: translateY(0);
  }
  .header.up {
    transform: translateY(-101%);
  }
}
.header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 22.5rem;
}
.header .logo img {
  display: block;
  width: 100%;
}
.header .main {
  display: flex;
  grid-gap: 3.75rem;
  align-items: center;
}
.header ul {
  display: flex;
  grid-gap: 3.75rem;
}
.header li {
  position: relative;
}
.header li a.single {
  display: block;
  font-size: max(15px, 1.125rem);
  color: #333;
  font-weight: bold;
  line-height: max(70px, 6.25rem);
  position: relative;
}
.header li a.single::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 60%;
  margin: 0 auto;
  background: #143885;
  display: block;
  opacity: 0;
  transition: all .3s ease;
  transform-origin: center center;
  transform: scale(0.5);
}
.header li .secondary-menu {
  position: absolute;
  left: 50%;
  margin-left: -120px;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
  display: flex;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.header li .secondary-menu .box {
  padding: 1.5rem 0;
  width: 240px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header li .secondary-menu .box a {
  width: 100%;
  height: max(40px, 3.75rem);
  text-align: center;
  font-size: max(14px, 1rem);
  color: #191919;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .header li .secondary-menu .box a:hover {
    color: #fff;
    background: #143885;
  }
}
@media (any-hover: hover) {
  .header li:hover a.single::before {
    opacity: 1;
    transform: scale(1);
  }
  .header li:hover .secondary-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.header .ope {
  display: flex;
  grid-gap: 1.25rem;
  align-items: center;
}
.header .ope a {
  font-size: max(15px, 1.125rem);
  color: #143885;
}
.header .search-box {
  width: max(20px, 1.5rem);
  height: max(20px, 1.5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/search-1.png");
  cursor: pointer;
}
.header .line {
  width: 1px;
  height: 1rem;
  background-color: #9999994d;
}
.header .mNavBtn {
  display: none;
}

/* search */
.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
  display: none;
}
.fixed-search .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.fixed-search .logo {
  position: fixed;
  left: 3.75rem;
  top: 2.5rem;
  z-index: 3;
}
.fixed-search .logo img {
  display: block;
  width: 200px;
}
.fixed-search .close {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5rem;
  top: 3.125rem;
  margin-top: -15px;
  cursor: pointer;
  z-index: 3;
}
.fixed-search .close .icon-svg {
  width: 20px;
  height: 20px;
  fill: #000000;
}
.fixed-search .main {
  position: relative;
  z-index: 2;
}
.fixed-search .box {
  width: 37%;
  margin: 0 auto;
}
.fixed-search .top-box {
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
}
.fixed-search form {
  position: relative;
  height: 48px;
  padding-left: 14px;
  border: 1px #e6e6e6 solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-search form .icon-svg {
  width: 22px;
  height: 22px;
  fill: #143885;
}
.fixed-search form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: transparent;
  font-size: 14px;
  color: #353544;
  border: 0;
}
.fixed-search form input::-webkit-input-placeholder {
  color: #353544;
}
.fixed-search form input:-moz-placeholder {
  color: #353544;
}
.fixed-search form input::-moz-placeholder {
  color: #353544;
}
.fixed-search form input:-ms-input-placeholder {
  color: #353544;
}
.fixed-search form button {
  width: 120px;
  height: 48px;
  color: #fff;
  font-size: 14px;
  background: #143885;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.fixed-search .bot-box {
  padding: 2.5rem 0 5rem;
  background-color: #f5f5f5;
}
.fixed-search .tit {
  font-size: max(14px, 1rem);
  color: #bfbfbf;
}
.fixed-search .link {
  padding: 10px 0 0;
  font-size: 0;
}
.fixed-search .link a {
  padding: 0 2.5rem;
  font-size: max(16px, 1rem);
  color: #000;
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .3s ease;
  line-height: 3.75rem;
}
.fixed-search .link a .icon-svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .fixed-search .link a:hover {
    color: #143885;
    background-color: #ffffff;
  }
  .fixed-search .link a:hover .icon-svg {
    fill: #143885;
  }
}

/* footer */
.footer {
  font-size: 0;
  background-color: #143885;
}
.footer .top-block {
  padding: 4vw 0;
  display: flex;
  justify-content: space-between;
}
.footer .left-box .tel-tips {
  font-size: max(14px, 1rem);
  color: rgba(255, 255, 255, 0.8);
}
.footer .left-box .tel {
  display: block;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  margin-top: 0.625rem;
}
.footer .left-box .spacediv {
  margin-top: 1rem;
}
.footer .left-box .info {
  margin-top: 1rem;
}
.footer .left-box .info p {
  font-size: max(14px, 1rem);
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.625rem;
}
.footer .left-box .info p:nth-of-type(1) {
  margin-top: 0;
}
.footer .left-box .blogroll-btn {
  margin-top: 3.125rem;
  position: relative;
  width: max(200px, 17.5rem);
  border-radius: 4px;
  border: 1px solid #ffffff66;
  background: #143885;
  height: max(40px, 3.25rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  transition: all .3s ease;
}
.footer .left-box .blogroll-btn .box {
  padding: 0 1.5rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.footer .left-box .blogroll-btn .box span {
  font-size: max(14px, 1rem);
  color: rgba(255, 255, 255, 0.8);
  transition: all .3s ease;
}
.footer .left-box .blogroll-btn .box .icon-svg {
  transform: rotate(90deg);
  width: 14px;
  height: 14px;
  fill: #ffffff;
  transition: all .3s ease;
}
.footer .left-box .blogroll-btn:hover {
  background: #143885;
}
.footer .left-box .blogroll-btn:hover .box span {
  color: #fff;
}
.footer .left-box .blogroll-btn:hover ul {
  display: block;
}
.footer .left-box .blogroll-btn ul {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
  border-radius: 2px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.08);
}
.footer .left-box .blogroll-btn ul li a {
  padding: 0 1.5rem;
  height: max(40px, 3.25rem);
  font-size: max(14px, 1rem);
  color: #666;
  display: flex;
  align-items: center;
}
.footer .left-box .blogroll-btn ul li a:hover {
  background: #f4f4f4;
  color: #143885;
}
.footer .left-box .layui-form input {
  font-size: 14px;
  border: 1px #e6e6e6 solid;
  border-radius: 20px 0 20px 0;
  padding: 0 30px;
  background: #f5f5f5;
}
.footer .left-box .layui-form dd {
  font-size: 12px;
}
.footer .nav-box:nth-child(6) {
  display: none;
}
.footer .nav-box h3 {
  font-size: max(14px, 1rem);
  color: #fff;
  font-weight: 700;
}
.footer .nav-box h3 a {
  color: #fff;
}
.footer .nav-box h3:after {
  content: '';
  width: 1rem;
  height: 3px;
  background-color: #fff;
  display: block;
  margin: 1.25rem 0;
}
.footer .nav-box .link {
  font-size: 0;
}
.footer .nav-box .link a {
  display: block;
  font-size: max(14px, 1rem);
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1rem;
  opacity: 1;
  transition: all .3s ease;
}
.footer .nav-box .link a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .footer .nav-box .link a:hover {
    color: #fff;
  }
}
.footer .ewm-box {
  width: max(100px, 9.375rem);
  text-align: center;
}
.footer .ewm-box .item:first-child {
  margin-bottom: 20px;
}
.footer .ewm-box img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.footer .ewm-box p {
  font-size: max(14px, 1rem);
  line-height: 18px;
  color: #ffffff;
  margin-top: 0.625rem;
}
.footer .bot-block {
  position: relative;
  padding: 2vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.footer .bot-block .link a {
  display: inline-block;
  vertical-align: top;
  font-size: max(14px, 1rem);
  color: rgba(255, 255, 255, 0.8);
  margin-left: 2vw;
  transition: all .3s ease;
}
.footer .bot-block .link a:hover {
  color: #fff;
}
.footer .bot-block .link a:nth-of-type(1) {
  margin-left: 0;
}
.footer .copyright {
  display: inline-block;
  font-size: max(14px, 1rem);
  color: rgba(255, 255, 255, 0.8);
}
.footer .copyright a {
  margin-left: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .copyright a:hover {
  color: #fff;
}

.layui-form-select dl dd:first-child {
  color: #143885;
}

.layui-form-select dl dd.layui-this {
  color: #143885;
}

/* media */
@media screen and (max-width: 1200px) {
  .header .main {
    grid-gap: 2.5rem;
  }

  .header ul {
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 1025px) {
  .header {
    height: 60px;
    background-color: #fff;
  }
  .header .wrapper {
    height: 100%;
  }
  .header .flex {
    height: 100%;
  }
  .header .logo {
    width: 180px;
  }
  .header .main {
    margin-right: 40px;
  }
  .header ul {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 70px 30px;
    text-align: left;
    z-index: 3;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: auto;
  }
  .header ul.active {
    left: 0;
  }
  .header li {
    position: relative;
    display: block;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .header li a.single {
    color: #333;
    line-height: 50px;
    font-size: 16px;
    padding: 0;
    margin-right: 50px;
  }
  .header li i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon-2-1.png);
    background-size: auto 9px;
  }
  .header li .secondary-menu {
    position: static;
    border-top: 1px solid #e6e6e6;
    opacity: 1;
    visibility: visible;
    background: none;
    box-shadow: none;
    padding: 10px 0;
    display: none;
    transition: none !important;
    transform: none;
    margin: 0;
  }
  .header li .secondary-menu .box {
    width: 100%;
    padding: 0;
  }
  .header li .secondary-menu .box a {
    font-size: 1.4rem;
    display: block;
    padding: 0 2rem;
    line-height: 3.375rem;
    height: auto;
    display: none;
    color: #42474e;
    position: relative;
    z-index: 2;
    transition: none;
    display: block;
    text-align: left;
  }
  .header .mNavBtn {
    display: block;
    width: 20px;
    height: 16px;
    right: 5%;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .header .mNavBtn span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #143885;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .mNavBtn span.line1 {
    top: 0;
  }
  .header .mNavBtn span.line2 {
    top: 7px;
  }
  .header .mNavBtn span.line3 {
    bottom: 0;
  }
  .header .mNavBtn.active .line2 {
    display: none;
  }
  .header .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .header .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }

  .footer .top-block {
    padding: 3rem 0;
    display: block;
  }

  .footer .left-box .spacediv {
    margin-top: 2rem;
  }

  .footer .left-box .info {
    margin-top: 2rem;
  }

  .footer .left-box .blogroll-btn {
    width: 100%;
  }

  .footer .nav-box {
    display: none;
  }

  .footer .bot-block {
    display: block;
    padding: 2rem 0;
  }

  .footer .bot-block .link {
    text-align: center;
  }

  .footer .copyright {
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  .footer .copyright a {
    margin-left: 10px;
    display: inline-block;
  }

  .footer .ewm-box {
    display: none;
  }

  .fixed-search .logo {
    top: 12px;
    left: 5%;
  }

  .fixed-search .logo img {
    height: 36px;
  }

  .fixed-search .close {
    right: 5%;
    top: 15px;
    margin-top: 0;
  }

  .fixed-search .top-box {
    height: 60px;
    position: relative;
  }

  .fixed-search .box {
    width: 90%;
  }

  .fixed-search .top-box .box {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }

  .fixed-search .link a .icon-svg {
    fill: #000;
  }

  .fixed-search form {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 10px;
  }

  .fixed-search form input {
    padding: 0 .5rem;
  }

  .fixed-search form:before {
    display: none;
  }

  .fixed-search form button {
    display: block;
  }

  .fixed-search .bot-box {
    padding: 90px 0 30px;
  }

  .fixed-search .tit {
    padding: 0;
  }

  .fixed-search .link {
    padding: 10px 0 0;
  }

  .fixed-search .link a {
    padding: 0 1.5rem;
  }

  .fixed-cookie .main-box {
    padding: 0;
    left: 5%;
    width: 90%;
    bottom: 2rem;
  }

  .fixed-cookie .cont-box {
    padding: 3rem 2rem;
    display: block;
  }

  .fixed-cookie .txt-box {
    width: 100%;
  }

  .fixed-cookie .btns {
    width: 100%;
    grid-gap: 2rem;
    justify-content: flex-start;
    margin-top: 2rem;
  }

  .fixed-cookie .btns .box:nth-of-type(1) {
    padding: 0 2rem;
  }

  .fixed-cookie .btns .box {
    font-size: 10px;
    line-height: 30px;
  }
}
@media screen and (max-width: 769px) {
  .fixed-search .link a,
  .footer .left-box .info-text .p {
    font-size: 14px;
  }

  .footer .copyright a {
    display: block;
    margin-left: 0;
  }
}
.fixed-right {
  position: fixed;
  right: 2rem;
  bottom: 0;
  transform: translateY(-60px);
  z-index: 10;
  display: none;
}
.fixed-right .block {
  padding: 0 6px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.fixed-right .line {
  width: 24px;
  height: 1px;
  margin: 0 auto;
  background-color: #d9d9d9;
}
.fixed-right .box {
  width: 3rem;
  height: 3rem;
  position: relative;
  margin: 6px 0;
}
.fixed-right .box a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 1.5rem;
  transition: all .3s ease;
  border-radius: 4px;
}
.fixed-right .box .hide {
  position: absolute;
  right: 100%;
  bottom: -4.125rem;
  padding-right: 1.625rem;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.fixed-right .box .hide.pic {
  transform: none;
  top: auto;
  bottom: 0;
}
.fixed-right .box .h {
  position: relative;
  width: 36rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fixed-right .box .h .h-w {
  padding: 20px 40px 30px;
}
.fixed-right .box .h .h-w .layui-btn {
  background: #0021c6;
}
.fixed-right .box .h .h-w .layui-btn:hover {
  background: #143885;
  box-shadow: 0 10px 20px 5px rgba(9, 39, 194, 0.2);
}
.fixed-right .box .h .h-w .z-text {
  height: auto;
  font-size: 1rem;
}
.fixed-right .box .h:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 100%;
  bottom: 76px;
  margin-top: -10px;
}
.fixed-right .box .h .tohead {
  height: 4.5rem;
  padding: 0 40px;
  background: linear-gradient(90deg, #ff8a19, #ff5807);
  border-radius: 5px 5px 0 0;
  display: flex;
  align-items: center;
}
.fixed-right .box .h .tohead .h3 {
  font-size: 1.4rem;
  color: #fff;
}
.fixed-right .box .ewm-box {
  position: relative;
  width: 10rem;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.fixed-right .box .ewm-box:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 100%;
  bottom: 14px;
}
.fixed-right .box .ewm-box img {
  display: block;
  width: 100%;
}
.fixed-right .box .ewm-box p {
  font-size: 14px;
  color: #143885;
  text-align: center;
  margin-top: 10px;
}
.fixed-right .box.form a {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/editor.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .box.form:hover a {
    background-color: #0021c6;
    background-image: url("../images/editor-hover.svg");
  }
}
.fixed-right .box.totop a {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/top.svg");
}
@media screen and (min-width: 1025px) {
  .fixed-right .box.totop:hover a {
    background-color: #143885;
    background-image: url("../images/top-hover.svg");
  }
}
@media screen and (min-width: 1025px) {
  .fixed-right .box:hover a {
    background-color: #143885;
  }
  .fixed-right .box:hover .hide {
    opacity: 1;
    visibility: visible;
  }
}

.layui-form-select dl dd,
.layui-form-select dl dt {
  line-height: 48px;
}

.layui-input:focus,
.layui-textarea:focus {
  border-color: #143885 !important;
  box-shadow: none;
}

.layui-form input {
  height: 48px;
}

.layui-form-select dl {
  top: 62px;
}

.layui-form-selectup dl {
  top: auto;
  bottom: 62px;
}

.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
  border: 0;
}

.layui-laypage {
  display: flex;
  align-items: center;
}

.layui-laypage a:hover {
  color: #143885;
}

.layui-laypage > a:last-child,
.layui-laypage > a:last-child em {
  border-radius: 8px;
}

.layui-laypage a,
.layui-laypage .layui-laypage-curr {
  position: relative;
  height: 48px;
  width: 48px;
  border-radius: 8px;
  padding: 0;
  border: 0;
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: 'Microsoft YaHei';
}

.layui-laypage-prev {
  margin-right: 10px !important;
}

.layui-laypage-next {
  margin-left: 10px !important;
}

.layui-layer-setwin .layui-layer-close {
  transition: all .3s ease;
}

.layui-layer-setwin .layui-layer-close:hover {
  opacity: 1;
  transform: rotate(180deg);
}

.layui-btn:hover {
  box-shadow: 0 10px 20px 5px rgba(9, 39, 194, 0.2);
  opacity: 1;
}

.layui-laypage a:hover {
  background: #ffeee6;
}

@media screen and (max-width: 1024px) {
  .layui-laypage a[data-page],
  .layui-laypage .layui-laypage-curr {
    height: 38px;
    width: 38px;
    border-radius: 6px;
  }

  .layui-laypage-prev {
    margin-right: 8px !important;
  }

  .layui-laypage-next {
    margin-left: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .layui-laypage a,
  .layui-laypage .layui-laypage-curr {
    height: 24px;
    width: 24px;
    border-radius: 4px;
  }

  .layui-laypage .layui-laypage-prev,
  .layui-laypage .layui-laypage-next {
    width: 34px !important;
    white-space: pre;
  }

  .layui-laypage-prev {
    margin-right: 6px !important;
  }

  .layui-laypage-next {
    margin-left: 6px !important;
  }

  .layui-laypage-spr {
    padding: 0 5px !important;
  }

  .layui-form-select dl dd,
  .layui-form-select dl dt {
    height: 40px;
    line-height: 40px;
  }
}
/* common */
.mt20 {
  margin-top: 20px;
}

.n-index-s1 .item {
  height: 100vh;
  position: relative;
}
.n-index-s1 .item .img-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.n-index-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.n-index-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.n-index-s1 .item h3 {
  font-size: 3.75rem;
  color: #333333;
  font-weight: bold;
  opacity: 0;
}
.n-index-s1 .item h3 span {
  display: block;
  font-size: 1.75rem;
  color: #143885;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 1.25rem;
}
.n-index-s1 .item h3 span:before {
  content: '';
  width: 4px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
  background-color: #143885;
}
.n-index-s1 .item .para {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.875rem;
  opacity: 0;
}
.n-index-s1 .item .para p {
  width: 100%;
  max-width: 31.25rem;
  font-size: max(14px, 1.125rem);
  color: #666666;
  line-height: 1.75;
}
.n-index-s1 .item .para span {
  font-size: max(14px, 1.125rem);
  color: #666666;
}
.n-index-s1 .item .para span:before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nindex/n-icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.625rem 0 0;
}
.n-index-s1 .item .btns {
  margin-top: 5.625rem;
  display: flex;
  opacity: 0;
}
.n-index-s1 .item .btns span {
  width: max(120px, 11.25rem);
  line-height: max(36px, 3.25rem);
  padding: 0 1.875rem;
  font-size: max(12px, 1rem);
  background-color: #143885;
  color: #fff;
  border-radius: 4px;
  position: relative;
  transition: all .3s ease;
}
.n-index-s1 .item .btns span:after {
  content: '';
  width: max(10px, 0.875rem);
  height: max(10px, 0.875rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nindex/n-icon-2.png");
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .n-index-s1 .item .btns span:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 39, 194, 0.2);
  }
}
.n-index-s1 .item.swiper-slide-active h3, .n-index-s1 .item.swiper-slide-active .para, .n-index-s1 .item.swiper-slide-active .btns {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.n-index-s1 .item.swiper-slide-active .para {
  animation-delay: .15s;
}
.n-index-s1 .item.swiper-slide-active .btns {
  animation-delay: .3s;
}
.n-index-s1 .pagination {
  width: 100%;
  position: absolute;
  bottom: 3.125rem;
  display: flex;
  justify-content: center;
  grid-gap: 1.25rem;
  z-index: 4;
}
.n-index-s1 .pagination span {
  width: 2rem;
  height: 4px;
  background-color: #143885;
  opacity: 0.2;
  cursor: pointer;
  border-radius: 2px;
  transition: all .3s ease;
}
.n-index-s1 .pagination span.active {
  opacity: 1;
}

.n-index-s2 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/nindex/img-4.jpg");
}
.n-index-s2 .cont-box {
  height: 100%;
  padding-top: max(70px, 6.25rem);
}
.n-index-s2 .wrapper {
  height: 100%;
  padding-top: 12vh;
}
.n-index-s2 .top-block {
  display: flex;
  align-items: flex-start;
}
.n-index-s2 .txt-block {
  width: 50%;
}
.n-index-s2 .txt-block .label {
  font-size: 2.875rem;
  color: #ffffff;
  font-weight: bold;
}
.n-index-s2 .txt-block p {
  max-width: 620px;
  font-size: max(14px, 1.125rem);
  color: #ffffff;
  line-height: 1.75;
  margin-top: 1rem;
}
.n-index-s2 .btns {
  margin-top: 4.375rem;
  display: flex;
  grid-gap: 1.5rem;
}
.n-index-s2 .btns a {
  width: max(120px, 11.25rem);
  line-height: max(36px, 3.25rem);
  padding: 0 1.875rem;
  font-size: max(12px, 1rem);
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
  transition: all .3s ease;
}
.n-index-s2 .btns a:after {
  content: '';
  width: max(10px, 0.875rem);
  height: max(10px, 0.875rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nindex/n-icon-2-1.png");
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
.n-index-s2 .btns a:nth-of-type(1) {
  color: #fff;
  border-color: #ffffff66;
}
.n-index-s2 .btns a:nth-of-type(1):after {
  background-image: url("../images/nindex/n-icon-2.png");
}
.n-index-s2 .btns a:nth-of-type(2) {
  background-color: #fff;
  color: #143885;
  border-color: #ffffff;
}
.n-index-s2 .btns a:nth-of-type(2):after {
  background-image: url("../images/nindex/n-icon-2-1.png");
}
@media (any-hover: hover) {
  .n-index-s2 .btns a:hover {
    background-color: #fff;
    color: #143885;
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 39, 194, 0.2);
  }
  .n-index-s2 .btns a:hover:after {
    background-image: url("../images/nindex/n-icon-2-1.png");
  }
}
.n-index-s2 .img-block {
  width: 50%;
}
.n-index-s2 .img-block .child {
  display: none;
}
.n-index-s2 .img-block .child.active {
  display: block;
}
.n-index-s2 .img-block .child.active .img-box {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.n-index-s2 .img-block .img-box {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
}
.n-index-s2 .img-block .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.n-index-s2 .tab-block {
  position: absolute;
  bottom: 4.375rem;
  left: 0;
  width: 100%;
}
.n-index-s2 .tab-block .item {
  width: calc((100% - 7.5rem) / 4);
  height: 150px;
  margin-right: 2.5rem;
  border-radius: 8px;
  border: 1px solid #ffffff;
  background: #ffffff4d;
  backdrop-filter: blur(10px);
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.n-index-s2 .tab-block .item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff00 100%);
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.n-index-s2 .tab-block .item .txt-box {
  width: 54%;
  position: relative;
  z-index: 2;
}
.n-index-s2 .tab-block .item .tit {
  font-size: max(13px, 1rem);
  color: #fff;
  transition: color .3s ease;
}
.n-index-s2 .tab-block .item .more {
  margin-top: 1.5rem;
  display: none;
}
.n-index-s2 .tab-block .item a {
  display: block;
}
.n-index-s2 .tab-block .item a span {
  display: none;
}
.n-index-s2 .tab-block .item a:after {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nindex/n-icon-2-1.png");
}
.n-index-s2 .tab-block .item .img-box {
  width: 46%;
  height: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
}
.n-index-s2 .tab-block .item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.n-index-s2 .tab-block .item.active:before {
  opacity: 1;
}
.n-index-s2 .tab-block .item.active .tit {
  color: #143885;
}
.n-index-s2 .tab-block .item.active .more {
  display: block;
}
.n-index-s2 .button {
  width: max(30px, 2.75rem);
  height: max(30px, 2.75rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all .3s ease;
}
.n-index-s2 .prev {
  left: -4rem;
  background-image: url("../images/nindex/prev-1.png");
}
@media (any-hover: hover) {
  .n-index-s2 .prev:hover {
    background-image: url("../images/nindex/prev-2.png");
  }
}
.n-index-s2 .next {
  right: -4rem;
  background-image: url("../images/nindex/next-1.png");
}
@media (any-hover: hover) {
  .n-index-s2 .next:hover {
    background-image: url("../images/nindex/next-2.png");
  }
}

.n-index-s3 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.n-index-s3 .bg-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/nindex/img-2.jpg");
  opacity: 0;
  transition: opacity .3s ease;
}
.n-index-s3 .bg-box .bg.active {
  opacity: 1;
}
.n-index-s3 .cont-box {
  height: 100%;
  padding-top: max(70px, 6.25rem);
}
.n-index-s3 .wrapper {
  height: 100%;
  padding-top: 12vh;
}
.n-index-s3 .label {
  font-size: 2.875rem;
  color: #ffffff;
  font-weight: bold;
}
.n-index-s3 .txt-box {
  margin-top: 2.5rem;
  padding: 1rem 0 1rem 1.875rem;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  position: relative;
}
.n-index-s3 .txt-box:before {
  content: '';
  width: 1px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -1px;
}
.n-index-s3 .txt-box .child {
  display: none;
}
.n-index-s3 .txt-box .child.active {
  display: block;
}
.n-index-s3 .txt-box .child.active span, .n-index-s3 .txt-box .child.active p, .n-index-s3 .txt-box .child.active .btns {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.n-index-s3 .txt-box .child.active p {
  animation-delay: .15s;
}
.n-index-s3 .txt-box .child.active .btns {
  animation-delay: .3s;
}
.n-index-s3 .txt-box span, .n-index-s3 .txt-box p, .n-index-s3 .txt-box .btns {
  opacity: 0;
}
.n-index-s3 .txt-box span {
  display: block;
  font-size: max(18px, 1.5rem);
  color: #fff;
}
.n-index-s3 .txt-box p {
  margin-top: 1rem;
  max-width: 560px;
  font-size: max(13px, 1rem);
  color: #fff;
  line-height: 1.75;
}
.n-index-s3 .txt-box .btns {
  margin-top: 3.125rem;
  display: flex;
}
.n-index-s3 .txt-box .btns a {
  width: max(120px, 11.25rem);
  line-height: max(36px, 3.25rem);
  padding: 0 1.875rem;
  font-size: max(12px, 1rem);
  background-color: #fff;
  color: #143885;
  border-radius: 4px;
  position: relative;
  transition: all .3s ease;
}
.n-index-s3 .txt-box .btns a:after {
  content: '';
  width: max(10px, 0.875rem);
  height: max(10px, 0.875rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nindex/n-icon-2-1.png");
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .n-index-s3 .txt-box .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 39, 194, 0.2);
  }
}
.n-index-s3 .tab-tit {
  position: absolute;
  bottom: 5rem;
  width: 100%;
  left: 0;
  border: 1px solid #ffffff4d;
  border-radius: 8px;
  background: #57575e66;
  backdrop-filter: blur(12px);
}
.n-index-s3 .tab-tit .sw {
  display: flex;
}
.n-index-s3 .tab-tit .item {
  flex: 1 1;
  position: relative;
  height: max(60px, 5.625rem);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s ease;
  cursor: pointer;
}
.n-index-s3 .tab-tit .item:last-of-type:after {
  display: none;
}
.n-index-s3 .tab-tit .item:after {
  content: '';
  width: 1px;
  height: 1.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 100%;
  transition: opacity .3s ease;
}
.n-index-s3 .tab-tit .item span {
  font-size: max(13px, 1rem);
  color: #fff;
  text-align: center;
}
.n-index-s3 .tab-tit .item.active {
  background-color: #143885;
}
.n-index-s3 .tab-tit .item.active:after {
  opacity: 0;
}

.n-index-s4 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/nindex/img-2.jpg");
}
.n-index-s4 .cont-box {
  height: 100%;
  padding-top: max(70px, 6.25rem);
}
.n-index-s4 .top-block .label {
  font-size: 2.875rem;
  color: #ffffff;
  font-weight: bold;
}
.n-index-s4 .top-block p {
  max-width: 620px;
  font-size: max(14px, 1.125rem);
  color: #ffffff;
  line-height: 1.75;
  margin-top: 1rem;
}
.n-index-s4 .btns {
  margin-top: 4.375rem;
  display: flex;
}
.n-index-s4 .btns a {
  width: max(120px, 11.25rem);
  line-height: max(36px, 3.25rem);
  padding: 0 1.875rem;
  font-size: max(12px, 1rem);
  background-color: #fff;
  color: #143885;
  border-radius: 4px;
  position: relative;
  transition: all .3s ease;
}
.n-index-s4 .btns a:after {
  content: '';
  width: max(10px, 0.875rem);
  height: max(10px, 0.875rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nindex/n-icon-2-1.png");
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .n-index-s4 .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 39, 194, 0.2);
  }
}
.n-index-s4 .bot-block {
  display: flex;
  margin-top: 22vh;
}
.n-index-s4 .data {
  width: 25%;
}
.n-index-s4 .data .num span {
  font-size: 5rem;
  color: #fff;
  font-family: 'Rajdhani-Regular-2';
}
.n-index-s4 .data .num i {
  font-size: 1.5rem;
  color: #fff;
  font-style: normal;
}
.n-index-s4 .data p {
  font-size: max(13px, 1rem);
  color: #fff;
}

.n-index-s5 .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/nindex/img-1.jpg");
}
.n-index-s5 .cont-box {
  height: 100%;
  padding-top: max(70px, 6.25rem);
}
.n-index-s5 .top-block .label {
  font-size: 2.875rem;
  color: #333333;
  font-weight: bold;
}
.n-index-s5 .top-block .label span {
  color: #143885;
}
.n-index-s5 .top-block p {
  font-size: max(14px, 1.125rem);
  color: #333333;
  margin-top: 1rem;
}
.n-index-s5 .mid-block {
  margin-top: 2.5rem;
  display: flex;
  grid-gap: 3.75rem;
}
.n-index-s5 .left-box {
  width: calc(50% - 1.875rem);
}
.n-index-s5 .left-box a {
  display: block;
  background-color: #fff;
  box-shadow: 4px 4px 10px #1438851a;
  border-radius: 10px;
  overflow: hidden;
}
.n-index-s5 .left-box .img-box {
  aspect-ratio: 690 / 388;
  overflow: hidden;
}
.n-index-s5 .left-box img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .5s ease;
}
.n-index-s5 .left-box .txt-box {
  height: 120px;
  padding-left: 5rem;
  display: flex;
  align-items: center;
}
.n-index-s5 .left-box .date {
  white-space: nowrap;
}
.n-index-s5 .left-box .date span {
  display: block;
  font-size: 2.875rem;
  color: #143885;
  font-weight: bold;
  text-align: center;
}
.n-index-s5 .left-box .date i {
  display: block;
  font-style: normal;
  font-size: max(12px, 0.875rem);
  color: #143885;
  border-top: 1px solid #ededed;
  text-align: center;
  padding-top: 0.5rem;
}
.n-index-s5 .left-box .tit {
  padding: 0 2.5rem;
  font-size: max(14px, 1.125rem);
  color: #333333;
  font-weight: bold;
}
@media (any-hover: hover) {
  .n-index-s5 .left-box:hover img {
    transform: scale(1.05);
  }
}
.n-index-s5 .right-box {
  width: calc(50% - 1.875rem);
}
.n-index-s5 .right-box .item {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cdcdcd;
}
.n-index-s5 .right-box .item:nth-of-type(1) {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.n-index-s5 .right-box .item a {
  display: flex;
  align-items: center;
}
.n-index-s5 .right-box .item .img-box {
  width: 170px;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
}
.n-index-s5 .right-box .item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .5s ease;
}
.n-index-s5 .right-box .item .txt-box {
  width: calc(100% - 170px);
  padding-left: 2rem;
}
.n-index-s5 .right-box .item .tit {
  font-size: max(14px, 1.125rem);
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.n-index-s5 .right-box .item .date {
  font-size: max(12px, 0.875rem);
  color: #666666;
  margin-top: 1.25rem;
}
.n-index-s5 .right-box .item .date:before {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nindex/n-icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.625rem 0 0;
}
@media (any-hover: hover) {
  .n-index-s5 .right-box .item:hover img {
    transform: scale(1.05);
  }
}
.n-index-s5 .btns {
  position: absolute;
  right: 0;
  top: 1.25rem;
  display: flex;
}
.n-index-s5 .btns a {
  width: max(120px, 11.25rem);
  line-height: max(36px, 3.25rem);
  padding: 0 1.875rem;
  font-size: max(12px, 1rem);
  border: 1px solid #14388566;
  color: #143885;
  border-radius: 4px;
  position: relative;
  transition: all .3s ease;
}
.n-index-s5 .btns a:after {
  content: '';
  width: max(10px, 0.875rem);
  height: max(10px, 0.875rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nindex/n-icon-2-1.png");
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .n-index-s5 .btns a:hover {
    color: #fff;
    background-color: #143885;
    border-color: #143885;
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 39, 194, 0.2);
  }
  .n-index-s5 .btns a:hover:after {
    background-image: url("../images/nindex/n-icon-2.png");
  }
}

.n-inner-s1 {
  background: #eef0f6;
  height: 30rem;
}
.n-inner-s1 .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.n-inner-s1 .wrapper:after {
  display: none;
}
.n-inner-s1 .txt-box {
  width: 50%;
}
.n-inner-s1 .tit {
  font-size: 3.375rem;
  color: #333;
}
.n-inner-s1 .img-box {
  width: 30rem;
}
.n-inner-s1 .img-box .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-inner-s1 .img-box .img img {
  max-width: 100%;
  max-height: 100%;
}
.n-inner-s1 .pagination {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(50% + 4.375rem);
  display: flex;
  grid-gap: 1.25rem;
}
.n-inner-s1 .pagination span {
  width: 2rem;
  height: 4px;
  border-radius: 2px;
  background-color: #143885;
  opacity: 0.2;
  transition: opacity .3s ease;
  cursor: pointer;
}
.n-inner-s1 .pagination span.active {
  opacity: 1;
}

.n-inner-s2 {
  padding: 5.625rem 0;
}
.n-inner-s2 .item {
  border-bottom: 1px solid #d4d4d4;
  margin-top: 2rem;
}
.n-inner-s2 .item:nth-of-type(1) {
  margin-top: 0;
}
.n-inner-s2 .item .tit {
  padding-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.n-inner-s2 .item .tit span {
  font-size: max(16px, 1.375rem);
  color: #143885;
  font-weight: bold;
}
.n-inner-s2 .item .tit:after {
  content: '';
  width: max(16px, 1.5rem);
  height: max(16px, 1.5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1-1.png");
  transition: all .3s ease;
}
.n-inner-s2 .item .hide {
  font-size: max(14px, 1rem);
  color: #666666;
  line-height: 1.75;
  padding-bottom: 2rem;
  display: none;
}
.n-inner-s2 .item .hide p {
  margin-top: 0.625rem;
}
.n-inner-s2 .item .hide p:nth-of-type(1) {
  margin-top: 0;
}
.n-inner-s2 .item.active .tit:after {
  background-image: url("../images/news/icon-1-2.png");
}
.n-inner-s2 .item.active .hide {
  display: block;
}

.n-inner-s3 {
  padding: 5rem 0;
}
.n-inner-s3 .flex {
  display: flex;
  align-items: flex-start;
  grid-gap: 3.75rem;
}
.n-inner-s3 .tab-tit {
  width: 13.75rem;
}
.n-inner-s3 .tab-tit .sitem {
  display: flex;
  padding: 0.75rem 1rem;
  margin-top: 0.75rem;
  align-items: center;
  justify-content: space-between;
  background-color: #899bc2;
  transition: all .3s ease;
}
.n-inner-s3 .tab-tit .sitem:nth-of-type(1) {
  margin-top: 0;
}
.n-inner-s3 .tab-tit .sitem span {
  font-size: max(14px, 1rem);
  color: #fff;
}
.n-inner-s3 .tab-tit .sitem:after {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-2.png");
}
.n-inner-s3 .tab-tit .sitem.active {
  background-color: #143885;
}
@media (any-hover: hover) {
  .n-inner-s3 .tab-tit .sitem:hover {
    background-color: #143885;
  }
}
.n-inner-s3 .right-block {
  width: calc(100% - 17.5rem);
}
.n-inner-s3 .items {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2.5rem;
  margin-bottom: 2rem;
}
.n-inner-s3 .item {
  width: calc((100% - 5rem) / 3);
  border: 1px #e6e6e6 solid;
}
.n-inner-s3 .item a {
  display: block;
  height: 100%;
}
.n-inner-s3 .item .img-box {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.n-inner-s3 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.n-inner-s3 .item .txt-box {
  padding: 1.875rem;
}
.n-inner-s3 .item .date {
  display: flex;
  align-items: center;
}
.n-inner-s3 .item .date .icon-svg {
  width: 14px;
  height: 14px;
  fill: #143885;
}
.n-inner-s3 .item .date span {
  font-family: 'Rajdhani-Regular-2';
  margin-left: 6px;
  font-size: 14px;
  line-height: 1;
  color: #143885;
}
.n-inner-s3 .item .tit {
  font-size: max(16px, 1.25rem);
  margin-top: 1rem;
}
@media (any-hover: hover) {
  .n-inner-s3 .item:hover img {
    transform: scale(1.1);
  }
}

.c-subnav {
  background-color: #f5f5f5;
  display: flex;
  grid-gap: 2.5rem;
  justify-content: center;
  position: sticky;
  top: max(70px, 6.25rem);
  z-index: 5;
  transition: top .3s ease;
}
.c-subnav.translate {
  top: 0;
}
.c-subnav a {
  font-size: max(12px, 1rem);
  color: #808080;
  line-height: 60px;
  position: relative;
  transition: color .3s ease;
}
.c-subnav a:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #143885;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}
.c-subnav a.active {
  color: #191919;
}
.c-subnav a.active:after {
  transform: scaleX(1);
}
@media (any-hover: hover) {
  .c-subnav a:hover {
    color: #191919;
  }
  .c-subnav a:hover:after {
    transform: scaleX(1);
    transition: transform .3s ease;
  }
}

.n-about-s1 {
  position: relative;
}
.n-about-s1 .bg-block {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 1;
}
.n-about-s1 .bg-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity .3s ease;
}
.n-about-s1 .bg-block .bg.active {
  opacity: 1;
}
.n-about-s1 .wrapper {
  padding: 7.5rem 0;
  margin-top: -100vh;
  z-index: 3;
}
.n-about-s1 .block {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
}
.n-about-s1 .block:nth-of-type(1) {
  margin-top: 0;
}
.n-about-s1 .block:nth-of-type(even) .img-box {
  order: 2;
}
.n-about-s1 .block .img-box {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.n-about-s1 .block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.n-about-s1 .block .txt-box {
  width: 50%;
  padding: 0 3.75rem;
}
.n-about-s1 .block h3 {
  font-size: 2rem;
  color: #191919;
}
.n-about-s1 .block p {
  font-size: max(16px, 1.5rem);
  color: #191919;
  margin-top: 1rem;
}
.n-about-s1 .block a {
  display: inline-block;
  margin-top: 5rem;
  font-size: max(16px, 1.5rem);
  color: #191919;
}
.n-about-s1 .block a:before {
  content: '';
  width: max(16px, 1.5rem);
  height: max(16px, 1.5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nimg/icon-1.svg");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
@media (any-hover: hover) {
  .n-about-s1 .block:hover img {
    transform: scale(1.1);
  }
}

.n-about-s2 {
  padding: 7.5rem 0;
}
.n-about-s2 .items {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.n-about-s2 .item {
  width: calc((100% - 3rem) / 3);
  background: #f5f5f7 url("../images/nimg/img-1.jpg") center bottom no-repeat;
  background-size: 100% auto;
  padding: 2vw;
}
.n-about-s2 .item .img-box {
  height: max(120px, 11.25rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-about-s2 .item img {
  display: block;
  max-width: 12.5vw;
  max-height: 100%;
  box-shadow: 1.875rem 1.875rem 1.875rem rgba(0, 0, 0, 0.1);
  transition: transform .5s ease;
  will-change: transform;
}
.n-about-s2 .item .tit {
  margin-top: 1vw;
  font-size: max(16px, 1.125rem);
  color: #333333;
  text-align: center;
}
@media (any-hover: hover) {
  .n-about-s2 .item:hover img {
    transform: scale(1.05);
  }
}

.n-about-s3 {
  position: relative;
}
.n-about-s3 .r-box {
  width: 7.5rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.n-about-s3 .r-box .cell-box {
  height: 100vh;
  position: sticky;
  top: 0;
}
.n-about-s3 .r-box span {
  display: block;
  font-size: max(14px, 1.25rem);
  color: #191919;
  font-family: 'Rajdhani-Regular-2';
  margin-top: 2rem;
  cursor: pointer;
  position: relative;
}
.n-about-s3 .r-box span:after {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  position: absolute;
  left: max(40px, 3.125rem);
  top: 50%;
  border-radius: 50%;
  margin-top: -4px;
  transform: scale(0.5);
  transition: all .3s ease;
}
.n-about-s3 .r-box span:nth-of-type(1) {
  margin-top: 0;
}
.n-about-s3 .r-box span.active {
  color: #143885;
  font-family: 'Rajdhani-SemiBold-5';
}
.n-about-s3 .r-box span.active:after {
  background-color: #143885;
  transform: scale(1);
}
.n-about-s3 .txt-box {
  width: 50%;
  position: absolute;
  top: 6.25rem;
  left: 0;
  font-size: 2rem;
  color: #191919;
  line-height: 1.5;
}
.n-about-s3 .line {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #e6e6e6;
  z-index: 1;
  overflow: hidden;
}
.n-about-s3 .line span {
  width: 100%;
  background-color: #143885;
  position: absolute;
  top: 0;
  left: 0;
}
.n-about-s3 .items {
  padding: 16.875rem 0 7.5rem;
  max-width: 71.25rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.n-about-s3 .item {
  margin-top: -5rem;
  display: flex;
}
.n-about-s3 .item .box {
  width: 50%;
  position: relative;
}
.n-about-s3 .item .year {
  display: block;
  font-size: 3.75rem;
  line-height: 1;
  font-family: 'Rajdhani-Regular-2';
  color: #191919;
  transition: color .3s ease;
}
.n-about-s3 .item .year:before {
  content: '';
  width: 2.25rem;
  height: 3.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nimg/icon-2-1.png");
  position: absolute;
  top: 0;
}
.n-about-s3 .item .tit {
  font-size: max(16px, 1.5rem);
  color: #191919;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.n-about-s3 .item .img-box {
  display: inline-block;
  width: 30rem;
  height: 15rem;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
  margin-top: 1rem;
}
.n-about-s3 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.n-about-s3 .item:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .n-about-s3 .item:nth-of-type(odd) {
    justify-content: right;
  }
  .n-about-s3 .item:nth-of-type(odd) .box {
    padding-left: 5rem;
  }
  .n-about-s3 .item:nth-of-type(odd) .year:before {
    left: -1.125rem;
  }
  .n-about-s3 .item:nth-of-type(even) {
    justify-content: left;
    text-align: right;
  }
  .n-about-s3 .item:nth-of-type(even) .box {
    padding-right: 5rem;
  }
  .n-about-s3 .item:nth-of-type(even) .year:before {
    right: -1.125rem;
  }
}
.n-about-s3 .item.active .year {
  color: #143885;
}
.n-about-s3 .item.active .year:before {
  background-image: url("../images/nimg/icon-2-2.png");
}
@media (any-hover: hover) {
  .n-about-s3 .item:hover .img-box img {
    transform: scale(1.1);
  }
}

.n-about-s4 {
  padding: 7.5rem 0;
}
.n-about-s4 .item {
  margin-top: 3.75rem;
  display: flex;
  align-items: center;
}
.n-about-s4 .item:nth-of-type(1) {
  margin-top: 0;
}
.n-about-s4 .item:nth-of-type(even) .img-box {
  order: 2;
}
.n-about-s4 .item .img-box {
  width: 50%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.n-about-s4 .item .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
  will-change: transform;
}
.n-about-s4 .item .txt-box {
  width: 50%;
  padding: 0 3.75rem;
}
.n-about-s4 .item .pic {
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n-about-s4 .item .pic img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.n-about-s4 .item .tit {
  font-size: 2rem;
  color: #191919;
  margin-top: 2.5rem;
}
.n-about-s4 .item .para {
  font-size: max(16px, 1.5rem);
  color: #808080;
  margin-top: 1rem;
  line-height: 1.5;
}
@media (any-hover: hover) {
  .n-about-s4 .item:hover .img-box img {
    transform: scale(1.1);
  }
}

.index-tit {
  letter-spacing: 2px;
  position: relative;
  z-index: 4;
}
.index-tit h3 {
  line-height: 1;
  font-size: 3.125rem;
  margin-bottom: .875rem;
  font-weight: normal;
}
.index-tit h3 span {
  color: #143885;
}
.index-tit p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.index-tit.gray .en {
  color: #000;
}
.index-tit.gray h3 {
  color: #333;
}
.index-tit.gray p {
  color: #333333;
}
.index-tit.white .en {
  color: #fff;
}
.index-tit.white h3 {
  color: #fff;
}
.index-tit.white p {
  color: #fff;
}
.index-tit.center h3 {
  text-align: center;
}
.index-tit.center p {
  text-align: center;
}

a.index-more {
  display: block;
  width: 140px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  text-align: center;
  background-color: #143885;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  a.index-more:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(201, 23, 29, 0.3);
  }
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 79;
  display: none;
}
.video-pop .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.video-pop .close {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 60px;
  top: 60px;
  background: url("../images/close.svg") center no-repeat;
  background-size: 48px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
.video-pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video-pop video {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 80vh;
  max-width: 75vw;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-banner {
  position: relative;
  overflow: hidden;
}
.c-banner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.c-banner h3 {
  margin-top: 13vw;
  font-size: 3.75rem;
  color: #fff;
  font-weight: normal;
  letter-spacing: 2px;
}
.c-banner p {
  margin-top: .5vw;
  font-size: max(14px, 1.25rem);
  color: #fff;
  text-transform: uppercase;
  opacity: .2;
}

.c-nav {
  position: relative;
  border-top: 1px #e5e5e5 solid;
}
.c-nav .wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 0;
}
.c-nav .wrapper:after {
  display: none;
}
.c-nav .icon-triangle {
  margin: 0 1.5vw;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #143885;
}
.c-nav a {
  transition: all .3s ease;
}
.c-nav a.home {
  margin-right: 10px;
}
.c-nav a.home .icon-svg {
  width: 20px;
  height: 20px;
  fill: #143885;
}
.c-nav a.link {
  font-size: max(13px, 1rem);
  color: #808080;
  line-height: 48px;
}
.c-nav a.link:hover, .c-nav a.link.active {
  color: #191919;
}
.c-nav .left-box {
  display: flex;
  align-items: center;
}
.c-nav .left-box .home .icon-svg {
  position: relative;
  top: -1px;
}
.c-nav .right-box {
  display: flex;
  align-items: center;
}
.c-nav .right-box a {
  margin-left: 60px;
  border-bottom: 2px #fff solid;
}
.c-nav .right-box a:first-of-type:before {
  display: none;
}
.c-nav .right-box a.active {
  border-color: #143885;
}

.comm-page {
  font-size: 0;
  text-align: center;
}
.comm-page ul {
  display: inline-block;
  vertical-align: top;
}
.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.comm-page li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dee2e6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #143885;
  background-color: #143885;
  color: #fff;
}

.comm-share {
  float: left;
  margin-left: -100px;
  margin-top: 15vw;
  width: 40px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.comm-share span {
  margin-top: 20px;
  height: 1px;
  background-color: #e6e6e6;
  display: block;
}
.comm-share a {
  display: block;
  width: 40px;
  height: 40px !important;
  padding: 0 !important;
  margin: 10px 0 0 !important;
  float: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comm-share a:first-of-type {
  border-radius: 5px;
  background-color: #143885;
  background-image: url("../images/detail-1.png");
}
.comm-share a.wx {
  background-image: url("../images/detail-2.png");
}
.comm-share a.wx:hover {
  background-image: url("../images/detail-2-on.png");
}
.comm-share a.sina {
  background-image: url("../images/detail-3.png");
}
.comm-share a.sina:hover {
  background-image: url("../images/detail-3-on.png");
}
.comm-share a.qq {
  background-image: url("../images/detail-4.png");
}
.comm-share a.qq:hover {
  background-image: url("../images/detail-4-on.png");
}

.inner-tit h3 {
  font-size: 36px;
}
.inner-tit p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 20px;
}
.inner-tit:after {
  content: '';
  display: block;
  width: 22px;
  height: 3px;
  margin-top: 24px;
  background-color: #143885;
}
.inner-tit.gray h3 {
  color: #333;
}
.inner-tit.gray p {
  color: #999;
}
.inner-tit.white h3 {
  color: #fff;
}
.inner-tit.white p {
  color: #fff;
}
.inner-tit.center {
  text-align: center;
}
.inner-tit.center:after {
  margin-left: auto;
  margin-right: auto;
}

.c-pd {
  padding-top: max(70px, 6.25rem);
}

.c-mt {
  margin-top: 120px;
}

.c-subheading {
  padding-bottom: 26px;
  text-align: center;
  font-size: 3rem;
  color: #191919;
  position: relative;
}
.c-subheading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: '';
  width: 60px;
  height: 4px;
  background: #143885;
}
.c-subheading.style1 {
  text-align: left;
}
.c-subheading.style1:after {
  right: auto;
}

.c-page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-align: center;
}

.tc-popup {
  display: none;
}

.index-main .section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.btn-select dd {
  font-size: 16px;
}
.btn-select dl {
  top: 48px;
}
.btn-select .layui-select-title input {
  padding: 0 30px;
  height: 48px;
  border-radius: 20px 0 20px 0;
  background: #0021c6;
  font-size: 18px;
  color: #fff;
}
.btn-select .layui-select-title i {
  right: 30px;
  border-top-color: #fff;
}

.blue-btn,
.orange-btn,
.default2-btn {
  width: 180px;
  height: 48px;
  padding: 0 30px;
  border-radius: 14px 0 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all .3s ease;
}
.blue-btn:hover,
.orange-btn:hover,
.default2-btn:hover {
  background: #143885;
  box-shadow: 0 10px 20px 5px rgba(9, 39, 194, 0.2);
  transform: translateY(-10px);
}
.blue-btn span,
.orange-btn span,
.default2-btn span {
  font-size: max(12px, 1rem);
  color: #fff;
}
.blue-btn .icon-svg,
.orange-btn .icon-svg,
.default2-btn .icon-svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue-btn {
  background: #0021c6;
}

.default2-btn {
  background: none;
  border: 1px rgba(255, 255, 255, 0.2) solid;
}

.orange-btn {
  background: #143885;
}

.default-btn {
  width: 180px;
  height: 48px;
  padding: 0 30px;
  border-radius: 20px 0 20px 0;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all .3s ease;
}
.default-btn.white {
  border-color: rgba(255, 255, 255, 0.2);
}
.default-btn.white span {
  color: #fff;
}
.default-btn.white .icon-svg {
  fill: #fff;
}
.default-btn:hover {
  background: #143885;
  box-shadow: 0 10px 20px 5px rgba(9, 39, 194, 0.2);
  border-color: #143885;
  transform: translateY(-10px);
}
.default-btn:hover span {
  color: #fff;
}
.default-btn:hover .icon-svg {
  fill: #fff;
}
.default-btn span {
  font-size: 16px;
  color: #191919;
  transition: all .3s ease;
}
.default-btn .icon-svg {
  width: 14px;
  height: 14px;
  fill: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}

.scroll {
  position: absolute;
  width: 28px;
  opacity: 1;
  z-index: 2;
  display: none;
}
.scroll span {
  display: block;
  width: 28px;
  height: 44px;
  border: 2px #fff solid;
  border-radius: 20px;
}
.scroll i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  margin: 16px auto;
  border-radius: 50%;
  overflow: hidden;
  -webkit-animation: moveUpDown 1s infinite;
  animation: moveUpDown 1s infinite;
}

.index-eleNav {
  position: fixed;
  top: 30%;
  right: 2rem;
  display: flex;
  flex-direction: column;
}
.index-eleNav .item {
  padding: .875rem 0;
  position: relative;
  cursor: pointer;
}
.index-eleNav .item.active .icon, .index-eleNav .item:hover .icon {
  border: 2px #143885 solid;
}
.index-eleNav .item.active .icon i, .index-eleNav .item:hover .icon i {
  background: #143885;
}
.index-eleNav .item .icon {
  position: relative;
  width: .875rem;
  height: .875rem;
  border-radius: 50%;
  border: 2px rgba(0, 0, 0, 0) solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  z-index: 2;
}
.index-eleNav .item .icon i {
  display: block;
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  transition: all .3s ease;
}
.index-eleNav .item .text {
  visibility: hidden;
  position: absolute;
  top: 50%;
  line-height: 1;
  margin-top: -1.25rem;
  right: -.625rem;
  font-size: 16px;
  color: #143885;
  width: 120px;
  height: 35px;
  padding-left: 1.5rem;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.01);
  opacity: 0;
  transition: all .5s ease;
  z-index: 1;
  display: flex;
  align-items: center;
  transform-origin: right center;
  transform: scale(0.5);
}
.index-eleNav .item:hover .text {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.main-content {
  min-height: 90vh;
}
.main-content .time {
  display: flex;
  align-items: center;
}
.main-content .time .icon-svg {
  width: 14px;
  height: 14px;
  fill: #143885;
}
.main-content .time span {
  font-family: 'Rajdhani-Regular-2';
  margin-left: 6px;
  font-size: 14px;
  line-height: 1;
  color: #143885;
}

.website-box {
  padding: 60px 0 120px;
}
.website-box dl {
  min-height: 198px;
  border-bottom: 1px #d9d9d9 solid;
  padding: 60px 0;
  display: flex;
}
.website-box dl dt {
  width: 20%;
  flex: none;
}
.website-box dl dt .h3 {
  margin-top: 12px;
  position: relative;
  font-size: 2.625rem;
  letter-spacing: 2px;
  color: #191919;
}
.website-box dl dt .h3:after {
  content: '';
  position: absolute;
  bottom: -.4em;
  left: 0;
  width: 1em;
  height: 4px;
  background: #143885;
}
.website-box dl dd {
  display: flex;
  flex-wrap: wrap;
}
.website-box dl dd a {
  font-size: max(14px, 1.25rem);
  min-width: max(140px, 12.5rem);
  height: max(40px, 3.75rem);
  border-radius: 5px;
  padding: 0 1.875rem;
  margin: 0.75rem;
  border: 1px #d9d9d9 solid;
  color: #191919;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  justify-content: space-between;
  background-size: 18px;
  transition: all .3s ease;
}
.website-box dl dd a .icon-svg {
  width: 14px;
  height: 14px;
  fill: #191919;
  transition: all .3s ease;
}
.website-box dl dd a:hover {
  border-color: #143885;
  background: #143885;
  color: #fff;
}
.website-box dl dd a:hover .icon-svg {
  fill: #fff;
}

.read-main {
  height: 100%;
  display: flex;
}
.read-main .left-box,
.read-main .right-box {
  padding: 120px 0;
}
.read-main .left-box {
  padding-right: 10px;
  border-right: 1px #e6e6e6 solid;
}
.read-main .right-box {
  flex: 1;
  width: 100%;
  padding-left: 60px;
}
.read-main .right-box .content p {
  margin-bottom: 30px;
  font-size: max(14px, 1.125rem);
  line-height: 2;
  text-align: justify;
  color: #191919;
}
.read-main .right-box .content p a {
  color: #143885;
}
.read-main .right-box .content h3 {
  font-weight: normal;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 28px;
  color: #191919;
  font-size: 2rem;
  border-bottom: 1px #d9d9d9 solid;
  line-height: 1.4;
}
.read-main .right-box .content h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 4em;
  height: 1px;
  background: #143885;
}
.read-main .nav-list {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.read-main .nav-list a {
  margin-bottom: 10px;
  padding: 0 30px;
  width: 350px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .5s ease;
}
.read-main .nav-list a span {
  color: #000;
  font-size: max(12pxx, 1rem);
}
.read-main .nav-list a .icon-svg {
  width: 20px;
  fill: #fff;
  height: 20px;
  opacity: 0;
}
.read-main .nav-list a.active {
  background: #143885;
}
.read-main .nav-list a.active span {
  color: #fff;
}
.read-main .nav-list a.active .icon-svg {
  opacity: 1;
}

.contact-main .contact-s1 {
  padding: 120px 0 0;
}
.contact-main .contact-s1 .top-box {
  margin: 40px 0;
  border-radius: 4vw 0 4vw 0;
  overflow: hidden;
  display: flex;
}
.contact-main .contact-s1 .top-box .img {
  position: relative;
  width: 50%;
}
.contact-main .contact-s1 .top-box .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
.contact-main .contact-s1 .top-box .img .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16%;
  padding: 0 4%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000);
  display: flex;
  align-items: center;
}
.contact-main .contact-s1 .top-box .img .info p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}
.contact-main .contact-s1 .top-box .map {
  flex: 1;
}
.contact-main .contact-s1 .top-box .map img {
  width: 100%;
}
.contact-main .contact-s1 .top-box .map .contact-para {
  white-space: pre;
}
.contact-main .contact-s1 .top-box .map .amap-icon {
  width: 24px;
}
.contact-main .contact-s1 .top-box .map .amap-info-close {
  display: none;
}
.contact-main .contact-s1 .top-box .map .amap-info-content {
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
  padding: 1rem 3rem;
  border-radius: 10px 0 10px 0;
}
.contact-main .contact-s1 .top-box .map .amap-info-sharp:after {
  border-left: 0;
  border-right: 0;
}
.contact-main .contact-s1 .top-box .map .amap-logo {
  display: none !important;
}
.contact-main .contact-s1 .bot-box dl dt {
  border-bottom: 1px #e6e6e6 solid;
}
.contact-main .contact-s1 .bot-box dl dt .h3 {
  position: relative;
  padding: 48px 40px 20px;
  color: #191919;
  font-size: 2rem;
  display: inline-flex;
}
.contact-main .contact-s1 .bot-box dl dt .h3:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #143885;
}
.contact-main .contact-s1 .bot-box dl dd {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.contact-main .contact-s1 .bot-box dl dd:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-main .contact-s1 .bot-box dl dd .text {
  width: 50%;
  padding: 1.875rem 2.5rem;
  border-bottom: 1px #e6e6e6 solid;
  position: relative;
}
.contact-main .contact-s1 .bot-box dl dd .text:nth-of-type(even):before {
  content: '';
  width: 1px;
  height: 1.5rem;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: calc(50% - 0.75rem);
}
.contact-main .contact-s1 .bot-box dl dd .text span {
  font-size: max(16px, 1.25rem);
  color: #191919;
}
.contact-main .contact-s1 .bot-box dl dd .text span:nth-child(1) {
  opacity: .5;
}
.contact-main .contact-s2 {
  padding: 120px 0;
}
.contact-main .contact-s2 .form-box {
  margin-top: 40px;
  background: #f5f5f7;
  width: 100%;
  padding: 60px;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}

.layui-form-style1 input {
  height: 60px;
  border-radius: 6px;
}
.layui-form-style1 textarea {
  border-radius: 6px;
}
.layui-form-style1 button {
  border-radius: 6px;
  height: 60px;
  background: #143885;
}
.layui-form-style1 .text {
  margin: 0;
  padding: 0;
  height: 60px;
  color: #808080;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.layui-form-style1 .code {
  border-left: 1px #e6e6e6 solid;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 20px;
  overflow: hidden;
  cursor: pointer;
}
.layui-form-style1 .code img {
  width: 100%;
}

.layui-form-style2 input {
  height: 60px;
  border-radius: 6px;
}
.layui-form-style2 textarea {
  border-radius: 6px;
}
.layui-form-style2 button {
  border-radius: 10px 0 10px 0;
  height: 60px;
  background: #143885;
}
.layui-form-style2 .text {
  margin: 0;
  padding: 0;
  height: 60px;
  color: #808080;
  line-height: 1;
  display: flex;
  align-items: center;
}
.layui-form-style2 .code {
  border-left: 1px #e6e6e6 solid;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 20px;
  overflow: hidden;
  cursor: pointer;
}
.layui-form-style2 .code img {
  width: 100%;
}

.recruitment-main {
  margin-bottom: 120px;
}
.recruitment-main .layui-form-selected input {
  background: #fff !important;
  border: 1px #143885 solid !important;
}
.recruitment-main .top-box {
  margin: 60px 0 40px;
}
.recruitment-main .top-box input {
  background: #f5f5f7;
  border: 0;
  padding: 0 30px;
}
.recruitment-main .top-box .layui-edge {
  right: 30px;
}
.recruitment-main .top-box .layui-input-prefix {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 50px;
  height: 100%;
}
.recruitment-main .top-box .layui-input-prefix .icon-svg {
  width: 20px;
  height: 20px;
  fill: #143885;
}
.recruitment-main .top-box .layui-input-prefix ~ input {
  padding-left: 60px;
}
.recruitment-main .top-box .layui-btn {
  position: absolute;
  top: 6px;
  right: 8px;
  height: 48px;
  width: 120px;
  line-height: 1;
}
.recruitment-main .job-list {
  margin-bottom: 40px;
  border-top: 1px #e6e6e6 solid;
}
.recruitment-main .job-list dl {
  border-bottom: 1px #e6e6e6 solid;
}
.recruitment-main .job-list dl dt {
  padding: 38px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.recruitment-main .job-list dl dt .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.recruitment-main .job-list dl dt .item:nth-child(1) {
  width: 27%;
}
.recruitment-main .job-list dl dt .item:nth-child(2) {
  width: 35%;
  padding-right: 5%;
}
.recruitment-main .job-list dl dt .item:nth-child(3) {
  width: 23%;
}
.recruitment-main .job-list dl dt .item:nth-child(4) {
  width: 10%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  align-items: center;
}
.recruitment-main .job-list dl dt .item span {
  line-height: 1;
  font-size: max(14px, 1rem);
  font-family: 'Rajdhani-Regular-2';
  color: #808080;
}
.recruitment-main .job-list dl dt .item .h4 {
  margin-top: 14px;
  line-height: 1;
  font-size: 2rem;
  color: #191919;
}
.recruitment-main .job-list dl dt .item .icon {
  width: 24px;
  height: 24px;
  position: relative;
}
.recruitment-main .job-list dl dt .item .icon::after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  content: '';
  width: 24px;
  height: 2px;
  background: #143885;
}
.recruitment-main .job-list dl dt .item .icon::before {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  content: '';
  height: 24px;
  width: 2px;
  background: #143885;
}
.recruitment-main .job-list dl dd {
  display: none;
  padding: 0 90px;
}
.recruitment-main .job-list dl dd .dd-top {
  padding: 50px 0;
  border-bottom: 1px #e6e6e6 solid;
  display: flex;
}
.recruitment-main .job-list dl dd .dd-top .case {
  width: 50%;
  padding: 0;
}
.recruitment-main .job-list dl dd .dd-top .case:nth-child(1) {
  padding-right: 50px;
}
.recruitment-main .job-list dl dd .dd-top .case .h3 {
  margin-bottom: 20px;
  font-size: max(16px, 1.5rem);
  color: #191919;
  line-height: 1;
}
.recruitment-main .job-list dl dd .dd-top .case p {
  font-size: max(13px, 1rem);
  color: #191919;
  line-height: 2;
}
.recruitment-main .job-list dl dd .dd-bot {
  padding: 60px 0;
}
.recruitment-main .job-list dl dd .dd-bot .btn {
  width: 200px;
  height: 60px;
  background: #143885;
  color: #fff;
  font-size: max(14px, 1.125rem);
  border-radius: 10px 0 10px 0;
  border: 0;
  cursor: pointer;
  transition: all .3s ease;
}
.recruitment-main .job-list dl dd .dd-bot .btn:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px 5px rgba(9, 39, 194, 0.2);
}
.recruitment-main .job-list dl.active {
  border-bottom: 0;
  box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.05);
}
.recruitment-main .job-list dl.active dt {
  background: url(../images/joinUs/tit-bg.png) no-repeat;
  background-size: cover;
}
.recruitment-main .job-list dl.active dt .item span {
  color: #fff;
  opacity: .5;
}
.recruitment-main .job-list dl.active dt .item .h4 {
  color: #fff;
}
.recruitment-main .job-list dl.active dt .item .icon::after {
  background: #fff;
}
.recruitment-main .job-list dl.active dt .item .icon::before {
  opacity: 0;
}

.applyjob-tc {
  width: 640px;
  padding: 40px;
}
.applyjob-tc form {
  margin-bottom: 16px;
}
.applyjob-tc .text {
  padding-left: 2em;
  color: #808080;
  font-size: 1rem;
}

.layui-custom-title .layui-layer-title {
  height: 7.5rem;
  padding: 0 40px;
  line-height: 1;
  background: url(../images/joinUs/tc-title-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
}
.layui-custom-title .layui-layer-setwin {
  top: 0;
  right: 40px;
  height: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layui-custom-title .layui-layer-setwin span {
  width: 32px;
  height: 32px;
  border: 2px #fff solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layui-custom-title .layui-layer-setwin span::before {
  color: #fff;
  font-size: 16px;
}

.join-banner {
  position: relative;
  overflow: hidden;
  height: 90vh;
}
.join-banner .cell {
  height: 100%;
}
.join-banner .cont-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.join-banner .cont-box .flex-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.join-banner .top-block {
  margin-top: 60px;
  width: 100%;
}
.join-banner .mid-block {
  text-align: center;
}
.join-banner .mid-block .h2 {
  margin-bottom: 6vw;
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
}
.join-banner img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: o-scale 20s linear infinite;
  animation: o-scale 20s linear infinite;
  z-index: 1;
}
.join-banner .join-search {
  padding: 0 30px;
  height: 60px;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join-banner .join-search .icon-svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.join-banner .join-search input {
  padding: 0 20px;
  background: none;
  border: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: max(12px, 1rem);
}
.join-banner .join-search input::-webkit-input-placeholder {
  color: #fff;
}
.join-banner .join-search a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.join-banner .join-search a span {
  line-height: 1;
  color: #fff;
  font-size: 16px;
  transition: all .3s ease;
  white-space: pre;
}
.join-banner .join-search a .icon-svg {
  margin-left: 5px;
  width: 14px;
  height: 14px;
  transition: all .3s ease;
}
.join-banner .join-search a:hover span {
  color: #143885;
}
.join-banner .join-search a:hover .icon-svg {
  fill: #143885;
}
.join-banner .scroll {
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.joinus-main .join-s1,
.joinus-main .join-s2,
.joinus-main .join-s3 {
  padding: 120px 0 0;
}
.joinus-main .join-s4 {
  padding: 120px 0;
}
.joinus-main .talent-concept {
  margin-top: 6vw;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.joinus-main .talent-concept::after {
  position: relative;
  z-index: 1;
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed #e6e6e6;
}
.joinus-main .talent-concept .item {
  position: relative;
  z-index: 2;
  padding: 24px;
  border-radius: 50%;
  border: 2px dashed #e6e6e6;
  background: #fff;
}
.joinus-main .talent-concept .item .box {
  position: relative;
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  background: #f5f5f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.joinus-main .talent-concept .item .box img {
  width: 3vw;
  height: 3vw;
  -o-object-fit: contain;
  object-fit: contain;
}
.joinus-main .talent-concept .item .box span {
  margin-top: 24px;
  font-size: clamp(0.875rem, calc(0.458rem + 0.87vw), 1.5rem);
  line-height: 1;
  color: #191919;
}
.joinus-main .talent-concept .item:after, .joinus-main .talent-concept .item::before {
  position: absolute;
  top: calc(50% - 2px);
  background: #fff;
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px #143885 solid;
}
.joinus-main .talent-concept .item:after {
  left: -5px;
}
.joinus-main .talent-concept .item::before {
  right: -5px;
}
.joinus-main .talent-concept .item:first-child:after {
  opacity: 0;
}
.joinus-main .talent-concept .item:last-child::before {
  opacity: 0;
}
.joinus-main .talent-concept .item:hover .info {
  opacity: 1;
  transform: scale(1);
}
.joinus-main .talent-concept .item:hover .info .h3,
.joinus-main .talent-concept .item:hover .info p {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.joinus-main .talent-concept .item .info .h3,
.joinus-main .talent-concept .item .info p {
  opacity: 0;
  transform: translateY(-3vw) scale(0.5);
  transition: all .4s ease;
}
.joinus-main .talent-concept .item .info {
  position: absolute;
  top: -2vw;
  left: -2vw;
  right: 0;
  width: 19vw;
  height: 19vw;
  border-radius: 50%;
  overflow: hidden;
  background: #000;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: scale(0.6);
  opacity: 0;
  transition: all .4s ease;
}
.joinus-main .talent-concept .item .info img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.joinus-main .talent-concept .item .info .h3 {
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
  font-size: 1.6vw;
  line-height: 1;
  color: #fff;
}
.joinus-main .talent-concept .item .info p {
  width: 55%;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: .85vw;
  line-height: 1.6;
  color: #fff;
}
.joinus-main .social-benefits {
  position: relative;
  padding-bottom: 6vw;
  background: linear-gradient(180deg, #fff, #fcf6f3);
  overflow: hidden;
}
.joinus-main .social-benefits .z-box {
  position: relative;
  z-index: 2;
}
.joinus-main .social-benefits .bg1 {
  position: absolute;
  top: -12vw;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.joinus-main .social-benefits .bg1 img {
  width: 100%;
}
.joinus-main .social-benefits .bg2 {
  position: absolute;
  bottom: 10vw;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.joinus-main .social-benefits .bg2 img {
  width: 100%;
}
.joinus-main .social-benefits .top-block {
  position: relative;
  width: 480px;
  height: 270px;
  margin: 40px auto 0;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  z-index: 2;
}
.joinus-main .social-benefits .top-block .item {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .3s ease;
}
.joinus-main .social-benefits .top-block .item .img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
.joinus-main .social-benefits .top-block .item .name {
  background: linear-gradient(25deg, rgba(0, 82, 217, 0.4), rgba(0, 0, 0, 0) 100%);
  position: absolute;
  padding: 30px;
  bottom: 0;
  left: 0;
  line-height: 1;
  font-size: 32px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition: all .4s ease .3s;
  transform: translateY(10px);
}
.joinus-main .social-benefits .top-block .item.active {
  opacity: 1;
}
.joinus-main .social-benefits .top-block .item.active .name {
  opacity: 1;
  transform: translateY(0);
}
.joinus-main .social-benefits .mid-block {
  position: relative;
  width: 100%;
  margin-top: 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.joinus-main .social-benefits .mid-block .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.joinus-main .social-benefits .mid-block .item .img {
  background: #fff;
  position: relative;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.03);
  transition: all .5s ease;
}
.joinus-main .social-benefits .mid-block .item .img img {
  position: absolute;
  left: 0;
  right: 0;
  width: 1.8vw;
  margin: 0 auto;
  transition: all .5s ease;
}
.joinus-main .social-benefits .mid-block .item .img img:nth-child(1) {
  opacity: 1;
}
.joinus-main .social-benefits .mid-block .item .img img:nth-child(2) {
  opacity: 0;
}
.joinus-main .social-benefits .mid-block .item.active .img {
  background: #143885;
  box-shadow: 0 10px 20px 5px rgba(9, 39, 194, 0.2);
}
.joinus-main .social-benefits .mid-block .item.active .img img {
  transform: scaleX(-1);
}
.joinus-main .social-benefits .mid-block .item.active .img img:nth-child(1) {
  opacity: 0;
}
.joinus-main .social-benefits .mid-block .item.active .img img:nth-child(2) {
  opacity: 1;
}
.joinus-main .social-benefits .mid-block .item p {
  text-align: center;
  margin-top: 18px;
  font-size: max(12px, 1rem);
  color: #191919;
  line-height: 1;
}
.joinus-main .social-benefits .mid-block .item:nth-child(1), .joinus-main .social-benefits .mid-block .item:nth-child(11) {
  top: -12vw;
}
.joinus-main .social-benefits .mid-block .item:nth-child(2), .joinus-main .social-benefits .mid-block .item:nth-child(10) {
  top: -7vw;
}
.joinus-main .social-benefits .mid-block .item:nth-child(3), .joinus-main .social-benefits .mid-block .item:nth-child(9) {
  top: -4vw;
}
.joinus-main .social-benefits .mid-block .item:nth-child(4), .joinus-main .social-benefits .mid-block .item:nth-child(8) {
  top: -2vw;
}
.joinus-main .social-benefits .mid-block .item:nth-child(5), .joinus-main .social-benefits .mid-block .item:nth-child(7) {
  top: -.5vw;
}

.team-style .team-box {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.team-style .team-box .item {
  position: relative;
  width: 25%;
  background: #000;
  transition: all .5s ease;
  overflow: hidden;
}
.team-style .team-box .item .swiper-container {
  position: relative;
  z-index: 1;
  height: 540px;
}
.team-style .team-box .item .swiper-container .swiper-slide {
  background: #000;
}
.team-style .team-box .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .5;
  transition: all .5s ease;
  cursor: pointer;
}
.team-style .team-box .item .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.team-style .team-box .item .info p {
  font-size: 2rem;
  color: #fff;
}
.team-style .team-box .item .info .icon-svg {
  opacity: 0;
  width: 14px;
  height: 14px;
  fill: #fff;
}
.team-style .team-box .item:nth-child(1) .info {
  background: rgba(0, 82, 217, 0.7);
}
.team-style .team-box .item:nth-child(2) .info {
  background: rgba(255, 88, 7, 0.7);
}
.team-style .team-box .item:nth-child(3) .info {
  background: rgba(43, 167, 198, 0.7);
}
.team-style .team-box .item:nth-child(4) .info {
  background: rgba(183, 48, 188, 0.7);
}
.team-style .team-box .item:nth-child(5) .info {
  background: rgba(255, 202, 19, 0.7);
}
.team-style .team-box .item:nth-child(6) .info {
  background: rgba(43, 198, 98, 0.7);
}
.team-style .team-box .item.active img {
  opacity: 1;
}
.team-style .button-prev,
.team-style .button-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 5;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #143885;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
}
.team-style .button-prev .icon-svg,
.team-style .button-next .icon-svg {
  position: relative;
  width: 12px;
  height: 16px;
  fill: #fff;
}
.team-style .button-prev.swiper-button-disabled,
.team-style .button-next.swiper-button-disabled {
  opacity: 0;
}
.team-style .button-prev {
  left: 18px;
  transform: rotate(180deg);
}
.team-style .button-prev .icon-svg {
  left: 1px;
}
.team-style .button-next {
  right: 18px;
}
.team-style .button-next .icon-svg {
  left: 1px;
}

.talent-recruitment .talent-box {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 24px;
}
.talent-recruitment .talent-box .item {
  position: relative;
  background: #f5f5f7;
  aspect-ratio: 10 / 10;
  border-radius: 25px 0 25px 0;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.talent-recruitment .talent-box .item .num {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  padding: 18px 18px 29px;
  font-family: 'Rajdhani-Bold-4';
  font-size: 20px;
  color: #ccc;
}
.talent-recruitment .talent-box .item .icon {
  margin: 0 auto;
  width: 3vw;
  height: 3vw;
}
.talent-recruitment .talent-box .item .icon img {
  position: absolute;
  left: 0;
  right: 0;
  width: 3vw;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.talent-recruitment .talent-box .item .icon img:nth-child(1) {
  opacity: 1;
}
.talent-recruitment .talent-box .item .icon img:nth-child(2) {
  opacity: 0;
}
.talent-recruitment .talent-box .item .bg-num {
  font-family: 'Rajdhani-Bold-4';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  height: 65%;
  opacity: 0;
  font-size: 5vw;
  opacity: .1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) translateY(20px);
}
.talent-recruitment .talent-box .item .num,
.talent-recruitment .talent-box .item .icon,
.talent-recruitment .talent-box .item .bg-num,
.talent-recruitment .talent-box .item .h4 {
  transition: all .5s ease;
}
.talent-recruitment .talent-box .item.active .num {
  opacity: 0;
  transform: scale(0);
}
.talent-recruitment .talent-box .item.active .bg-num {
  opacity: .1;
  color: #000;
  transform: scale(1) translateY(0);
}
.talent-recruitment .talent-box .item.active .icon img {
  transform: scaleX(-1);
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(1) {
  opacity: 1;
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(2) {
  opacity: 0;
}
.talent-recruitment .talent-box .item.active .h4 {
  margin-top: 1.4vw;
}
.talent-recruitment .talent-box .item.active .num {
  opacity: 0;
  transform: scale(0);
}
.talent-recruitment .talent-box .item.active .bg-num {
  opacity: .1;
  color: #000;
  transform: scale(1) translateY(0);
}
.talent-recruitment .talent-box .item.active .icon img {
  transform: scaleX(-1);
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(1) {
  opacity: 1;
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(2) {
  opacity: 0;
}
.talent-recruitment .talent-box .item.active .h4 {
  margin-top: 1.4vw;
}
.talent-recruitment .talent-box .item.active .num {
  opacity: 0;
  transform: scale(0);
}
.talent-recruitment .talent-box .item.active .bg-num {
  opacity: .1;
  color: #000;
  transform: scale(1) translateY(0);
}
.talent-recruitment .talent-box .item.active .icon img {
  transform: scaleX(-1);
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(1) {
  opacity: 1;
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(2) {
  opacity: 0;
}
.talent-recruitment .talent-box .item.active .h4 {
  margin-top: 1.4vw;
}
.talent-recruitment .talent-box .item.active .num {
  opacity: 0;
  transform: scale(0);
}
.talent-recruitment .talent-box .item.active .bg-num {
  opacity: .1;
  color: #000;
  transform: scale(1) translateY(0);
}
.talent-recruitment .talent-box .item.active .icon img {
  transform: scaleX(-1);
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(1) {
  opacity: 1;
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(2) {
  opacity: 0;
}
.talent-recruitment .talent-box .item.active .h4 {
  margin-top: 1.4vw;
}
.talent-recruitment .talent-box .item.active .num {
  opacity: 0;
  transform: scale(0);
}
.talent-recruitment .talent-box .item.active .bg-num {
  opacity: .1;
  color: #000;
  transform: scale(1) translateY(0);
}
.talent-recruitment .talent-box .item.active .icon img {
  transform: scaleX(-1);
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(1) {
  opacity: 1;
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(2) {
  opacity: 0;
}
.talent-recruitment .talent-box .item.active .h4 {
  margin-top: 1.4vw;
}
.talent-recruitment .talent-box .item.active .num {
  opacity: 0;
  transform: scale(0);
}
.talent-recruitment .talent-box .item.active .bg-num {
  opacity: .1;
  color: #000;
  transform: scale(1) translateY(0);
}
.talent-recruitment .talent-box .item.active .icon img {
  transform: scaleX(-1);
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(1) {
  opacity: 1;
}
.talent-recruitment .talent-box .item.active .icon img:nth-child(2) {
  opacity: 0;
}
.talent-recruitment .talent-box .item.active .h4 {
  margin-top: 1.4vw;
}
.talent-recruitment .talent-box .item .h4 {
  margin-top: .5vw;
  text-align: center;
  font-size: 1.2vw;
  color: #191919;
}
.talent-recruitment .recruitment-channel {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.talent-recruitment .recruitment-channel .box {
  position: relative;
  overflow: hidden;
}
.talent-recruitment .recruitment-channel .box .img {
  position: relative;
  z-index: 1;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}
.talent-recruitment .recruitment-channel .box .img img {
  width: 100%;
  transition: all .3s ease;
}
.talent-recruitment .recruitment-channel .box:hover .img img {
  transform: scale(1.1);
}
.talent-recruitment .recruitment-channel .box .info {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 4vw 5vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.talent-recruitment .recruitment-channel .box .info .h3 {
  font-size: max(20px, 2rem);
  color: #fff;
}
.talent-recruitment .recruitment-channel .box .info p {
  font-size: max(14px, 1rem);
  line-height: 1.6;
  color: #fff;
  opacity: .2;
  text-transform: uppercase;
}
.talent-recruitment .recruitment-channel .box .info .btn {
  font-size: max(14px, 1rem);
  color: #fff;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  border-radius: 40px;
  padding: .8em 2.2em;
  display: inline-flex;
}
.talent-recruitment .recruitment-channel .box .info .btn:hover {
  background: #143885;
}

.news-main {
  padding: 90px 0 120px;
}
.news-main .news-swiper {
  position: relative;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.02);
}
.news-main .news-swiper .item {
  background: #fff;
  display: flex;
}
.news-main .news-swiper .item:hover .img img {
  transform: scale(1.1);
}
.news-main .news-swiper .item .img {
  width: 50%;
  overflow: hidden;
}
.news-main .news-swiper .item .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  transition: all .5s ease;
}
.news-main .news-swiper .item .info {
  width: 50%;
  padding: 40px 55px;
}
.news-main .news-swiper .item .info .time {
  margin-bottom: 1vw;
}
.news-main .news-swiper .item .info .h3 {
  margin-bottom: 1vw;
  font-size: 2rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-main .news-swiper .item .info p {
  font-size: max(13px, 1rem);
  color: #808080;
  line-height: 1.6;
  overflow: hidden;
  /* 隐藏超出容器高度的文本 */
  display: -webkit-box;
  /* 将文本以块级元素显示 */
  -webkit-box-orient: vertical;
  /* 垂直排列文本 */
  -webkit-line-clamp: 3;
  /* 设置文本显示的最大行数为4行 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.news-main .news-swiper .swiper-dot {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  padding: 0 44px 20px;
}
.news-main .news-swiper .swiper-dot .swiper-pagination-bullet-active {
  background: #143885;
}
.news-main .news-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 3rem;
  margin: 3rem 0;
}
.news-main .news-list .items {
  width: calc((100% - 6rem) / 3);
}
.news-main .news-list .items a {
  display: block;
  height: 100%;
}
.news-main .news-list .items .img {
  overflow: hidden;
}
.news-main .news-list .items .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  transition: all .5s ease;
}
.news-main .news-list .items:hover .img img {
  transform: scale(1.1);
}
.news-main .news-list .items .info {
  padding: 38px;
  border: 1px #e6e6e6 solid;
}
.news-main .news-list .items .info .time {
  margin-bottom: 26px;
}
.news-main .news-list .items .info .h3 {
  height: 3em;
  font-size: max(16px, 1.5rem);
  line-height: 1.6;
}

.news-details-main {
  border-top: 1px #e6e6e6 solid;
}
.news-details-main .cell-box {
  display: flex;
}
.news-details-main .left-block,
.news-details-main .right-block {
  padding: 80px 0 120px;
}
.news-details-main .left-block {
  padding-right: 60px;
  border-right: 1px #e6e6e6 solid;
  width: 100%;
}
.news-details-main .left-block .h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  color: #191919;
  line-height: 1.4;
}
.news-details-main .left-block .share-mod {
  position: relative;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-details-main .left-block .share-mod:after {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  content: '';
  z-index: 1;
}
.news-details-main .left-block .share-mod .box {
  position: relative;
  z-index: 2;
  padding: 0 37px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.news-details-main .left-block .share-mod .box .icon {
  margin: 0 6px;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  border: 1px #e6e6e6 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .3s ease;
}
.news-details-main .left-block .share-mod .box .icon:hover {
  border-color: #143885;
}
.news-details-main .left-block .share-mod .box .icon:hover .icon-svg {
  fill: #143885;
}
.news-details-main .left-block .share-mod .box .icon .icon-svg {
  width: 24px;
  height: 24px;
  fill: #0021c6;
  transition: all .3s ease;
}
.news-details-main .left-block .content-main {
  margin-bottom: 1.5vw;
  overflow: hidden;
}
.news-details-main .left-block .content-main p {
  font-size: max(14px, 1.125rem);
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1.2vw;
}
.news-details-main .left-block .content-main img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto !important;
  margin-bottom: 1.2vw;
}
.news-details-main .left-block .article-preview {
  padding: 40px;
  box-shadow: 0 0 6px 5px rgba(0, 0, 0, 0.03);
}
.news-details-main .left-block .article-preview a {
  display: block;
  font-size: max(14px, 1.125rem);
  line-height: 1.8;
}
.news-details-main .right-block {
  padding: 80px 60px;
  width: 40%;
}
.news-details-main .right-block .hot-news {
  position: relative;
  top: 0;
}
.news-details-main .right-block .hot-news .h3 {
  margin-top: 6px;
  margin-bottom: 20px;
  font-size: max(18px, 1.5rem);
  color: #143885;
}
.news-details-main .right-block .hot-news .list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 14px;
}
.news-details-main .right-block .hot-news .list li::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #143885;
  border-radius: 50%;
}
.news-details-main .right-block .hot-news .list li a {
  display: block;
  font-size: max(14px, 1.125rem);
  color: #191919;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all .3s ease;
}
.news-details-main .right-block .hot-news .list li a:hover {
  color: #143885;
}
.news-details-main .right-block .hot-news .list li span {
  display: block;
  font-family: 'Rajdhani-Regular-2';
  margin-top: 8px;
  font-size: max(12px, 0.875rem);
  color: #808080;
  line-height: 1;
}

.product-main {
  padding: 0 0 120px;
}

.product-s1 {
  padding: 120px 0 0;
}

.product-center-main .h3 {
  margin-bottom: 40px;
  font-size: 2rem;
  line-height: 1;
  color: #191919;
}
.product-center-main .c-subheading {
  margin-bottom: 34px;
}
.product-center-main .product-list {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2rem;
}
.product-center-main .product-list li {
  width: calc((100% - 6rem) / 4);
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.product-center-main .product-list li a {
  display: block;
}
.product-center-main .product-list li:hover .img img {
  transform: scale(1.1);
}
.product-center-main .product-list li:hover .info .icon-svg {
  opacity: 1;
  transform: translateX(0);
}
.product-center-main .product-list li .img {
  position: relative;
  z-index: 1;
}
.product-center-main .product-list li .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 10 / 10;
  transition: all .5s ease;
}
.product-center-main .product-list li .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 2rem;
  background: linear-gradient(180deg, transparent, rgba(77, 77, 77, 0.5));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-center-main .product-list li .info p {
  font-size: max(16px, 1.25rem);
  line-height: 1;
  color: #fff;
}
.product-center-main .product-list li .info .icon-svg {
  position: relative;
  top: 1px;
  width: 26px;
  height: 26px;
  fill: #143885;
  opacity: 0;
  transition: all .3s ease;
  transform: translateX(-10px);
}
.product-center-main .btns {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
}
.product-center-main .btns a {
  width: max(120px, 11.25rem);
  line-height: max(36px, 3.25rem);
  padding: 0 1.875rem;
  font-size: max(12px, 1rem);
  background-color: #143885;
  color: #fff;
  border-radius: 4px;
  position: relative;
  transition: all .3s ease;
}
.product-center-main .btns a:after {
  content: '';
  width: max(10px, 0.875rem);
  height: max(10px, 0.875rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/nindex/n-icon-2.png");
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (any-hover: hover) {
  .product-center-main .btns a:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.625rem 1.875rem rgba(9, 39, 194, 0.2);
  }
}

.product-details-main {
  position: relative;
}
.product-details-main .blur {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.product-details-main table {
  border-collapse: collapse;
  width: 100%;
}
.product-details-main th,
.product-details-main td {
  border: 1px solid #e6e6e6;
  padding: 8px;
  font-size: max(14px, 1.125rem);
}
.product-details-main td {
  padding: 10px 38px;
}
.product-details-main .gray-row {
  background-color: #f0f2f5;
}
.product-details-main .white-row {
  background-color: #fff;
}
.product-details-main .product-banner {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.product-details-main .product-banner .bg-block {
  height: 100vh;
}
.product-details-main .product-banner .bg-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-details-main .top-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: calc(100vh - 130px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-details-main .top-block .h2 {
  font-size: 3.75rem;
  color: #191919;
  line-height: 1.4;
}
.product-details-main .top-block .h3 {
  padding-bottom: 15px;
  margin-top: 40px;
  font-size: 2rem;
  color: #191919;
  line-height: 1.4;
  position: relative;
}
.product-details-main .top-block .h3:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 1.3em;
  height: 4px;
  background: #143885;
}
.product-details-main .top-block .text {
  margin-top: 15px;
}
.product-details-main .top-block .text p {
  padding-left: 20px;
  font-size: max(14px, 1.125rem);
  color: #191919;
  line-height: 1.8;
  position: relative;
}
.product-details-main .top-block .text p:after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 5px;
  background: #000;
  content: '';
}
.product-details-main .top-block .btn {
  margin-top: 50px;
}
.product-details-main .nav-block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 10;
  transition: all .8s ease-in-out;
  transform: translateY(-180px);
  z-index: 4;
  opacity: 0;
}
.product-details-main .nav-block.show {
  transform: translateY(0);
  opacity: 1;
}
.product-details-main .nav-block .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-details-main .nav-block::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1;
}
.product-details-main .nav-block a {
  position: relative;
  z-index: 2;
  margin: 0 5px;
  background: #96a1b0;
  font-size: max(12px, 1rem);
  color: #fff;
  width: 180px;
  height: 48px;
  border-radius: 10px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.product-details-main .nav-block a.active {
  background: #0021c6;
}
.product-details-main .details-block {
  padding: 6.25rem 0;
}
.product-details-main .details-block .cell-box .text {
  margin-top: 30px;
}
.product-details-main .details-block .cell-box .text p {
  margin-bottom: 1rem;
  font-size: max(14px, 1.125rem);
  line-height: 2;
  color: #191919;
  text-align: justify;
}
.product-details-main .details-block .cell-box .text p:last-of-type {
  margin-bottom: 0;
}
.product-details-main .details-block .img-boxes {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.product-details-main .details-block .img-boxes img {
  width: 100%;
}
.product-details-main .details-block .line {
  margin: 55px 0;
  width: 100%;
  height: 1px;
  background: #e6e6e6;
}
.product-details-main .leave-message {
  margin-top: 6.25rem;
  display: flex;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 12px #5d5d5d14;
}
.product-details-main .leave-message .left-block,
.product-details-main .leave-message .right-block {
  padding: 5rem 3.75rem;
}
.product-details-main .leave-message .left-block {
  width: 30%;
  background: linear-gradient(190deg, #143885, #143885);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-details-main .leave-message .left-block .tit span {
  font-size: 2rem;
  color: #fff;
  line-height: 1.4;
}
.product-details-main .leave-message .left-block .box p {
  font-size: max(12px, 1rem);
  color: #fff;
  line-height: 1.6;
}
.product-details-main .leave-message .left-block .box .phone1 {
  display: block;
  margin-top: 25px;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  font-family: 'Rajdhani-Regular-2';
}
.product-details-main .leave-message .left-block .box .phone2 {
  display: block;
  color: #fff;
  font-size: max(16px, 1.5rem);
  line-height: 1;
}
.product-details-main .leave-message .right-block {
  flex: 1;
  width: 100%;
  background: #fff;
}
.product-details-main .leave-message .right-block .layui-form {
  padding-top: 20px;
}

.aboutbanner {
  margin-top: -160px;
}

.about-banner {
  position: relative;
}
.about-banner .last-end {
  height: 20vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 2;
  margin-top: -20vh;
}
.about-banner .img-video {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
  background-image: linear-gradient(270deg, #3869d3 0%, #143885 100%);
}
.about-banner .img-video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-banner .ab_bnn_mask_c {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
  z-index: 2;
  margin-top: -100vh;
}
.about-banner .svg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
}
.about-banner .svg-block svg {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.about-banner .company-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  margin-top: -100vh;
  z-index: 3;
}
.about-banner .company-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
}
.about-banner .company-block .block-1 {
  position: absolute;
  top: 35%;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-banner .company-block .h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  letter-spacing: 10px;
  color: #191919;
}
.about-banner .company-block p {
  font-size: 1.1rem;
  color: #191919;
}
.about-banner .company-block .scroll {
  bottom: 3vw;
}
.about-banner .company-block .scroll i {
  background: #143885;
}
.about-banner .company-block .scroll span {
  border-color: #e6e6e6;
}
.about-banner .ab_info {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-height: 100vh;
  z-index: 4;
  padding: 10rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-banner .ab_info .block-1 {
  width: 100%;
  z-index: 1;
  opacity: 0;
}
.about-banner .ab_info .top-block {
  width: 100%;
  display: flex;
}
.about-banner .ab_info .top-block .box {
  width: 50%;
}
.about-banner .ab_info .top-block .box:nth-child(2) {
  padding-left: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-banner .ab_info .top-block .h3 {
  font-size: 3rem;
  color: #fff;
}
.about-banner .ab_info .top-block .h3 span {
  line-height: 1.4;
  display: block;
}
.about-banner .ab_info .top-block .line {
  margin: 1.3rem 0;
  width: 60px;
  height: 4px;
  background: #fff;
}
.about-banner .ab_info .top-block .text {
  margin-bottom: 40px;
}
.about-banner .ab_info .top-block .text p {
  text-align: justify;
  font-size: max(13px, 1rem);
  color: #fff;
  line-height: 1.8;
  margin-bottom: 1rem;
  line-height: 2;
}
.about-banner .ab_info .top-block .text p:first-child {
  display: block;
}
.about-banner .ab_info .top-block .btn-box {
  display: flex;
  justify-content: flex-end;
}
.about-banner .ab_info .top-block .btn-box .icon-svg {
  transform: rotate(90deg);
}
.about-banner .ab_info .top-block .btn-play {
  cursor: pointer;
}
.about-banner .ab_info .top-block .btn-play .icon {
  display: block;
  width: 5.875rem;
  height: 5.875rem;
  margin: 7.5rem auto 0;
  position: relative;
}
.about-banner .ab_info .top-block .btn-play .icon::after, .about-banner .ab_info .top-block .btn-play .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.about-banner .ab_info .top-block .btn-play .icon::before {
  background-image: url(../images/about/icon-2-2.png);
}
.about-banner .ab_info .top-block .btn-play .icon::after {
  background-image: url(../images/about/icon-2-1.png);
  -webkit-animation: ani-rotate 5s linear infinite;
  animation: ani-rotate 5s linear infinite;
}
.about-banner .ab_info .top-block .btn-play p {
  margin-top: 1.5rem;
  font-size: max(13px, 1rem);
  color: #fff;
}
.about-banner .ab_info .mid-block {
  margin-top: 10rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.about-banner .ab_info .mid-block .item .num span {
  color: #fff;
  font-size: 1.3rem;
}
.about-banner .ab_info .mid-block .item .num span:first-child {
  font-family: 'Rajdhani-Regular-2';
  font-size: 5rem;
}
.about-banner .ab_info .mid-block .item p {
  line-height: 1;
  color: #fff;
  font-size: max(13px, 1rem);
}

.mask-csosbg {
  position: absolute;
  z-index: 4;
}

.mask-csosbg1.mask-csosbg {
  left: 90%;
  width: 100vw;
  top: 50%;
  bottom: 0;
  background: #fff;
  height: 100vw;
  transform: translate(0%, -50%);
}

.mask-csosbg2.mask-csosbg {
  right: 90%;
  width: 100vw;
  top: 50%;
  bottom: 0;
  background: #fff;
  height: 100vw;
  transform: translate(0%, -50%);
}

.mask-csosbg3.mask-csosbg {
  left: 50%;
  width: 100vw;
  top: 70%;
  background: #fff;
  height: 100vw;
  transform: translate(-50%, 0);
}

.mask-csosbg4.mask-csosbg {
  left: 0%;
  width: 100vw;
  bottom: 80%;
  background: #fff;
  height: 100vw;
}

.about-s1 {
  padding: 120px 0 0;
}

.abouts2 {
  padding: 120px 0 0;
}

.abouts3 {
  position: relative;
  margin-top: -120px;
  padding: 120px 0;
}

.about-s4 {
  padding: 120px 0 0;
}

.about-s1 {
  overflow: hidden;
}
.about-s1 .cell-box {
  display: flex;
  justify-content: center;
}
.about-s1 .item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.about-s1 .item > img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: all .5s ease;
}
@media screen and (min-width: 1024px) {
  .about-s1 .item:hover {
    box-shadow: 0 10px 20px 5px rgba(9, 39, 194, 0.2);
  }
  .about-s1 .item:hover > img {
    transform: scale(1.1);
  }
  .about-s1 .item:hover .info .h,
  .about-s1 .item:hover .info .text {
    transform: translateY(0);
  }
  .about-s1 .item:hover .info .h {
    transform: scale(1);
  }
  .about-s1 .item:hover .info .icon {
    transform: scale(0.5);
    opacity: 0;
  }
  .about-s1 .item:hover .info::after {
    opacity: .9;
  }
  .about-s1 .item:hover .info.info1 {
    opacity: 0;
    visibility: hidden;
  }
  .about-s1 .item:hover .info.info2 {
    opacity: 1;
    visibility: visible;
  }
}
.about-s1 .item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.about-s1 .item .info.info1 {
  opacity: 1;
  visibility: visible;
}
.about-s1 .item .info.info1 .h {
  display: none;
}
.about-s1 .item .info.info2 {
  opacity: 0;
  visibility: hidden;
}
.about-s1 .item .info::after {
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #143885;
  z-index: -1;
  transition: all .3s ease;
}
.about-s1 .item .info .icon {
  margin-bottom: 2vw;
  background: rgba(255, 255, 255, 0.2);
  padding: .8vw;
  border-radius: 50%;
  transition: all .3s ease;
}
.about-s1 .item .info .icon i {
  background: #fff;
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-s1 .item .info .icon i img {
  width: 50%;
}
.about-s1 .item .info .h {
  margin-bottom: 3rem;
  text-align: center;
  transform: translateY(20px) scale(0.5);
  transition: all .3s ease;
}
.about-s1 .item .info .h span {
  font-size: 16px;
  display: block;
  color: #fff;
  line-height: 1.6;
}
.about-s1 .item .info .text {
  text-align: center;
  transform: translateY(20px);
  transition: all .3s ease;
}
.about-s1 .item .info .text .h3 {
  font-size: 1.75rem;
  color: #fff;
  line-height: 1;
}
.about-s1 .item .info .text p {
  text-transform: uppercase;
  margin-top: .5vw;
  font-size: 1.125rem;
  opacity: .2;
  color: #fff;
  line-height: 1;
}
.about-s1 .item.item1 {
  transform: translateX(100%);
}
.about-s1 .item.item2 {
  transform: translateY(100%);
}
.about-s1 .item.item2:hover {
  box-shadow: none;
}
.about-s1 .item.item3 {
  transform: translateX(100%);
}
.about-s1 .item.item4 {
  transform: translateX(-100%);
}
.about-s1 .left-block {
  margin-right: 4vw;
  width: 40%;
}
.about-s1 .left-block .item {
  margin-top: 140px;
}
.about-s1 .right-block {
  margin-top: 10px;
  width: 60%;
}
.about-s1 .right-block .item1 {
  margin-bottom: 4vw;
}
.about-s1 .right-block .item3 {
  margin-top: 45px;
  width: 100%;
  flex: 1;
}
.about-s1 .right-block .item-logo {
  margin-right: 4vw;
  width: 12vw;
  height: 12vw;
  background: #f5f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 10 / 10;
}
.about-s1 .right-block .item-logo img {
  width: 60%;
}
.about-s1 .right-block .row {
  display: flex;
  justify-content: space-between;
}

.about-s2 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.about-s2 .cloud-1 {
  width: 100%;
  height: 28.4375vw;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/about/cloud-1.png") repeat-x left center;
  background-size: auto 100%;
  -webkit-animation: animate-cloud 60s linear infinite;
  animation: animate-cloud 60s linear infinite;
  z-index: 2;
}
.about-s2 .cloud-2 {
  width: 100%;
  height: 28.4375vw;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/about/cloud-1.png") repeat-x left center;
  background-size: auto 100%;
  -webkit-animation: animate-cloud 100s linear infinite;
  animation: animate-cloud 100s linear infinite;
  z-index: 2;
}
.about-s2 .bg-block {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.about-s2 .bg-block img {
  width: 100%;
}
.about-s2 .cell-boxes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  overflow: hidden;
}
.about-s2 .c-subheading {
  position: relative;
  z-index: 2;
}
.about-s2 .text {
  position: relative;
  z-index: 2;
  margin-top: 15px;
}
.about-s2 .text p {
  font-size: 24px;
  color: #191919;
  line-height: 1.6;
}
.about-s2 .year-block {
  transform: scale(0.6);
}
.about-s2 .year-block .year {
  position: absolute;
  top: -4vw;
  left: 0;
  color: #f4f4f4;
  font-size: 28.5vw;
  font-family: 'Rajdhani-Bold-4';
  line-height: 1;
  z-index: 1;
  transition: all .3s ease;
  transform: scale(0.5) translateY(50px);
  opacity: 0;
  visibility: hidden;
}
.about-s2 .year-block .year.active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.about-s2 .info-block {
  margin-top: 3vw;
  position: relative;
  z-index: 3;
}
.about-s2 .info-block .boxes {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .6s ease;
  transform: scale(1) translateY(10px);
  opacity: 0;
}
.about-s2 .info-block .boxes.active {
  transform: scale(1) translateY(0);
  opacity: 1;
}
.about-s2 .info-block .boxes .img {
  border-radius: 14px 0 14px 0;
  overflow: hidden;
  width: 24%;
}
.about-s2 .info-block .boxes .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
.about-s2 .info-block .boxes .info {
  margin-left: 3rem;
}
.about-s2 .info-block .boxes .info p {
  font-size: 2rem;
  color: #191919;
}
.about-s2 .bot-block {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.about-s2 .bot-block .item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.about-s2 .bot-block .item .num {
  font-size: 1.6vw;
  font-family: 'Rajdhani-Regular-2';
  transition: all .3s ease;
  transform-origin: center center;
}
.about-s2 .bot-block .item .icon {
  position: relative;
  margin-top: 0;
  border-radius: 50%;
  width: 1.8vw;
  height: 1.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.about-s2 .bot-block .item .icon span {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2vw;
  height: 1.2vw;
  background: rgba(0, 33, 198, 0.2);
  transition: all .3s ease;
}
.about-s2 .bot-block .item .icon span i {
  border-radius: 50%;
  width: .72vw;
  height: .72vw;
  background: #0021c6;
  transition: all .3s ease;
}
.about-s2 .bot-block .item.active .num {
  font-weight: bold;
  margin-bottom: .5vw;
  transform: scale(1.4);
  color: #143885;
}
.about-s2 .bot-block .item.active .icon {
  background-color: rgba(255, 88, 7, 0.2);
}
.about-s2 .bot-block .item.active .icon span {
  background-color: #143885;
}
.about-s2 .bot-block .item.active .icon span i {
  background: #fff;
}
.about-s2 .bot-block .item.active .case {
  transform: translateY(0);
  visibility: initial;
  opacity: 1;
}
.about-s2 .bot-block .item .case {
  position: absolute;
  bottom: 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.625rem);
  transition: all .5s ease;
}
.about-s2 .bot-block .item .case .img {
  border-radius: .625rem;
  margin-bottom: 1.25rem;
  width: 18.75rem;
  overflow: hidden;
}
.about-s2 .bot-block .item .case .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}
.about-s2 .bot-block .item .case .info {
  margin-bottom: .9375rem;
  text-align: left;
}
.about-s2 .bot-block .item .case .info p {
  white-space: pre;
  text-align: center;
  font-size: 15px;
}
.about-s2 .bot-block .item1 {
  left: 13vw;
  bottom: 12.5vw;
}
.about-s2 .bot-block .item2 {
  left: 35.4vw;
  bottom: 15vw;
}
.about-s2 .bot-block .item3 {
  left: 46vw;
  bottom: 17.4vw;
}
.about-s2 .bot-block .item4 {
  left: 52.5vw;
  bottom: 20vw;
}
.about-s2 .bot-block .item5 {
  left: 67.8vw;
  bottom: 22.5vw;
}
.about-s2 .bot-block .item6 {
  left: 75vw;
  bottom: 24.5vw;
}
.about-s2 .bot-block .item7 {
  left: 83.5vw;
  bottom: 26.5vw;
}

.about-s3 {
  overflow: hidden;
}
.about-s3 .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-s3 .bg-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-s3 .honor-block {
  margin: 20px 0 0;
}
.about-s3 .honor-block .item ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.about-s3 .honor-block .item ul li {
  padding: 3vw 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-s3 .honor-block .item ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-s3 .honor-block .item ul li .img img {
  height: 11rem;
  display: block;
  transition: all .5s ease;
  cursor: pointer;
}
.about-s3 .honor-block .item ul li .img:hover img {
  transform: scale(1.1);
}
.about-s3 .honor-block .item ul li .text {
  height: 2em;
  text-align: center;
  margin-top: 1.4vw;
  padding: 0 2rem;
}
.about-s3 .honor-block .item ul li .text p {
  line-height: 1.6;
  font-size: 1vw;
  color: #191919;
}
.about-s3 .honor-block .swiper-dot {
  padding: 10px 0;
  margin-top: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-s3 .honor-block .swiper-dot span {
  margin: 0 .5vw;
  background: #e7eaf0;
  width: .6vw;
  height: .6vw;
  opacity: 1;
  transition: all .3s ease;
}
.about-s3 .honor-block .swiper-dot span.swiper-pagination-bullet-active {
  transform: scale(1.6);
  border: 3px #143885 solid;
  background: none;
}
.about-s3 .button {
  position: absolute;
  bottom: 45.5%;
  z-index: 22;
  margin-right: 10px;
  width: clamp(1.5rem, 3.13vw, 3.75rem);
  height: clamp(1.5rem, 3.13vw, 3.75rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background: rgba(255, 255, 255, 0.1) url("../images/index/prev-1.png") no-repeat center;
  background-size: .4vw;
  opacity: 1;
  transition: opacity .3s ease;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .about-s3 .button:hover {
    opacity: 1;
    background-color: #143885;
  }
}
.about-s3 .button-prev {
  left: -5vw;
}
.about-s3 .button-next {
  right: -5vw;
  transform: rotate(180deg);
}

.about-s4 {
  position: relative;
  overflow: hidden;
}
.about-s4 .bg-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all .3s ease;
}
.about-s4 .bg-block .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease;
  opacity: 0;
}
.about-s4 .bg-block .img.active {
  opacity: 1;
}
.about-s4 .nav-block {
  margin: 2vw 0 0;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-s4 .nav-block .item {
  position: relative;
  padding: 0 .8vw 1vw;
  margin: 0 5vw;
  font-size: 1.2vw;
  color: #191919;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}
.about-s4 .nav-block .item.active {
  color: #143885;
}
.about-s4 .nav-block .item.active::after {
  opacity: 1;
}
.about-s4 .nav-block .item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #143885;
  opacity: 0;
  transition: all .3s ease;
}
.about-s4 .mid-block {
  padding: 5rem 0 120px;
}
.about-s4 .mid-block .item {
  display: none;
}
.about-s4 .mid-block .item .case {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-s4 .mid-block .item.active {
  display: block;
}
.about-s4 .mid-block .item .img {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.about-s4 .mid-block .item .img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  transition: all .5s ease;
}
.about-s4 .mid-block .item .img:hover img {
  transform: scale(1.1);
}
.about-s4 .mid-block .item .info {
  margin-left: 3vw;
  width: 50%;
}
.about-s4 .mid-block .item .info .box .h3 {
  font-size: 1.6vw;
  color: #191919;
  line-height: 1.4;
}
.about-s4 .mid-block .item .info .box p {
  margin-top: 16px;
  font-size: 1.2vw;
  color: #191919;
  line-height: 1;
}
.about-s4 .mid-block .item .info .box a {
  margin-top: 6rem;
  display: flex;
  align-items: center;
}
.about-s4 .mid-block .item .info .box a .icon {
  margin-right: 10px;
  background: url(../images/about/icon-map.svg) no-repeat;
  width: 1.3vw;
  height: 1.3vw;
  background-size: 1.3vw;
  display: flex;
}
.about-s4 .mid-block .item .info .box a span {
  font-size: 1.2vw;
  color: #191919;
  line-height: 1;
  transition: all .3s ease;
}
.about-s4 .mid-block .item .info .box a:hover span {
  color: #143885;
}

.s-banner {
  position: relative;
}
.s-banner .img-box {
  overflow: hidden;
}
.s-banner img {
  display: block;
  width: 100%;
}
.s-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.s-banner .en {
  height: max(50px, 4.375rem);
  position: relative;
}
.s-banner .en:after {
  content: '';
  width: 5px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.s-banner span {
  display: block;
  font-size: 2.5rem;
  color: #fff;
  font-family: 'Rajdhani-SemiBold';
  text-transform: uppercase;
  opacity: 0.5;
  line-height: .8;
  padding-left: 1.5rem;
  position: relative;
}
.s-banner .tit {
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: .625rem;
  margin-top: 1rem;
}
.s-banner .form {
  position: relative;
  width: 80%;
  max-width: 45rem;
  margin: 0 auto;
  background-color: #fff;
  height: 5rem;
  border-radius: .625rem;
  overflow: hidden;
}
.s-banner .form input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 1.875rem;
  font-size: max(14px, 1.125rem);
  color: #333;
}
.s-banner .form button {
  position: absolute;
  right: 0;
  border: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
}
.s-banner .form button .icon-svg {
  fill: #143885;
  width: 30px;
  height: 30px;
}

.other-s3 {
  padding: 7.5rem 0;
}
.other-s3 .tips {
  text-align: center;
  font-size: 2rem;
  color: #191919;
}
.other-s3 .tips span {
  color: #143885;
}
.other-s3 .items {
  margin: 1.5rem 0 2.5rem;
}
.other-s3 .item {
  position: relative;
}
.other-s3 .item:before, .other-s3 .item:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
}
.other-s3 .item:before {
  background-color: #f2f2f2;
}
.other-s3 .item:after {
  background-color: #143885;
  transform: scaleX(0);
  transform-origin: left top;
}
.other-s3 .item a {
  position: relative;
  display: block;
  padding: 2.5rem 0;
}
.other-s3 .item .icon-svg {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 2.5rem;
  right: 0;
  display: block;
  fill: #808080;
  transition: all .3s ease;
}
.other-s3 .item span,
.other-s3 .item p {
  display: block;
  font-size: max(14px, 1rem);
  color: #808080;
}
.other-s3 .item .tit {
  margin: 1.5rem 0;
  font-size: max(16px, 1.25rem);
  color: #353844;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .other-s3 .item:hover:after {
    transform: scaleX(1);
    transition: transform .5s linear;
  }
  .other-s3 .item:hover .icon-svg {
    fill: #143885;
  }
  .other-s3 .item:hover .tit {
    color: #143885;
  }
}

@-webkit-keyframes dot {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 0;
    transform: translateY(80px);
  }
}
@keyframes dot {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 0;
    transform: translateY(80px);
  }
}
.details-banner_tip {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 300px;
  z-index: 10;
  transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  display: none;
  align-items: center;
  justify-content: center;
}
.details-banner_tip .details-banner_tip--dot {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-animation: dot 2s .4s infinite;
  animation: dot 2s .4s infinite;
}

.s-banner .radiomod input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 4px #fff solid;
  background: #f4f4f4;
  border-radius: 50%;
}

.s-banner .radiomod input[type="radio"]:checked {
  color: #ffffff;
  background: #143885;
  border: 4px #fff solid;
}

.s-banner .radiomod {
  justify-content: center;
  margin-top: 50px;
  display: flex;
  align-items: center;
}

.s-banner .radiomod .item {
  display: flex;
  align-items: center;
}

.s-banner .radiomod input {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  cursor: pointer;
  border: 3px #fff solid;
}

.s-banner .radiomod label {
  font-size: 18px;
  color: #333;
  margin-right: 40px;
  cursor: pointer;
  font-size: 15px;
}

.layui-form-radio:hover > *,
.layui-form-radioed,
.layui-form-radioed > i {
  color: #143885;
}

.bottom-center .amap-info-sharp {
  bottom: 1px;
}

.tc-share {
  padding: 40px 40px 20px;
}
.tc-share .weixin-img {
  width: 100%;
}
.tc-share .weixin-img canvas {
  width: 100% !important;
}
.tc-share .weixin-text {
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #000;
  line-height: 1;
}

.layui-layer-setwin .layui-layer-close2:hover {
  background-color: #143885;
}

.pc-mod {
  display: block;
}

.m-mod {
  display: none;
}

.pc-mods {
  display: block;
}

.m-mods {
  display: none;
}

@media screen and (max-width: 1920px) {
  .n-index-s2 .wrapper {
    padding-top: 5rem;
  }

  .n-index-s2 .tab-block .item {
    height: 7.8vw;
    max-height: 150px;
  }

  .n-index-s3 .wrapper {
    padding-top: 5rem;
  }

  .n-index-s5 .right-box .item .img-box {
    width: 8.85vw;
  }

  .n-index-s5 .right-box .item .txt-box {
    width: calc(100% - 8.85vw);
  }

  .n-index-s5 .right-box .item {
    margin-top: 1.1vw;
    padding-top: 1.1vw;
  }

  .n-index-s5 .right-box .item .date {
    margin-top: 1vw;
  }

  .n-index-s5 .left-box .txt-box {
    height: 6.5vw;
  }
}
@media screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1720px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1600px) {
  .n-inner-s1 .tit {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1441px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 1025px) {
  html {
    font-size: 10px;
  }

  .wrapper {
    width: 90%;
  }

  .pc-mods {
    display: none;
  }

  .m-mods {
    display: block;
  }

  .m-about .block .block-2 .items .item p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .m-about .block .block-2 .items .item span {
    display: flex;
    align-items: baseline;
  }
  .m-about .block .block-2 .items .item span strong {
    margin-left: 5px;
    position: relative;
    bottom: 2px;
  }

  .c-subnav {
    display: none;
  }

  .aboutbanner {
    margin-top: 0;
  }

  .n-about-s3 .r-box {
    display: none;
  }

  .n-inner-s3 .flex {
    display: block;
  }

  .n-inner-s3 .tab-tit {
    width: 100%;
  }

  .n-inner-s3 .tab-tit .sw {
    display: flex;
    grid-gap: 1rem;
  }

  .n-inner-s3 .tab-tit .sitem {
    padding: 15px 10px;
    margin: 0;
    width: calc((100% - 3rem) / 4);
  }

  .n-inner-s3 .right-block {
    width: 100%;
    margin-top: 3rem;
  }

  .index-main {
    padding-top: 60px;
  }

  .n-index-s1 .item {
    height: 60vw;
  }

  .n-index-s2 .cont-box {
    height: auto;
    padding: 6rem 0;
  }

  .n-index-s2 .wrapper {
    padding-top: 0;
  }

  .n-index-s2 .img-block .img-box {
    height: 300px;
  }

  .n-index-s2 .tab-block {
    position: relative;
    bottom: auto;
    margin-top: 2rem;
  }

  .n-index-s2 .tab-block .item {
    height: 80px;
  }

  .n-index-s2 .button {
    display: none;
  }

  .n-index-s2 .tab-block .item .tit {
    color: #143885;
    font-size: 12px;
  }

  .n-index-s2 .tab-block .item .more {
    display: block;
    margin-top: 5px;
  }

  .n-index-s2 .tab-block .item a {
    display: flex;
    align-items: center;
    grid-gap: 6px;
  }

  .n-index-s2 .tab-block .item a span {
    display: block;
    font-size: 12px;
    color: #143885;
  }

  .n-index-s3 .cont-box {
    height: auto;
    padding: 6rem 0;
  }

  .n-index-s3 .wrapper {
    padding-top: 0;
  }

  .n-index-s3 .tab-tit {
    position: relative;
    bottom: auto;
  }

  .n-index-s3 .txt-box {
    height: 300px;
    border: none;
    padding: 0;
  }

  .n-index-s3 .txt-box:before {
    display: none;
  }

  .n-index-s4 .cont-box {
    height: auto;
    padding: 6rem 0;
  }

  .n-index-s4 .bot-block {
    margin-top: 4rem;
  }

  .n-index-s5 .cont-box {
    height: auto;
    padding: 6rem 0;
  }

  .n-index-s5 .left-box .txt-box {
    height: 70px;
    padding-left: 2.5rem;
  }

  .n-index-s5 .right-box .item {
    margin-top: 1.7rem;
    padding-top: 1.7rem;
  }
}
@media screen and (max-width: 900px) {
  .n-inner-s3 .item {
    width: calc((100% - 2.5rem) / 2);
  }
}
@media screen and (max-width: 769px) {
  .pc-mod {
    display: none;
  }

  .m-mod {
    display: block;
  }

  .n-about-s1 .wrapper {
    padding: 3.125rem 0;
  }

  .n-about-s1 .block {
    display: block;
  }

  .n-about-s1 .block .img-box {
    width: 100%;
    height: 50vw;
  }

  .n-about-s1 .block .txt-box {
    width: 100%;
    padding: 2rem 0 0;
  }

  .n-about-s1 .block h3 {
    font-size: 16px;
  }

  .n-about-s1 .block p {
    font-size: 14px;
  }

  .n-about-s1 .block a {
    margin-top: 2rem;
    font-size: 14px;
  }

  .n-about-s4 {
    padding: 3.125rem 0;
  }

  .n-about-s4 .item {
    display: block;
  }

  .n-about-s4 .item .img-box {
    width: 100%;
    height: 50vw;
  }

  .n-about-s4 .item .txt-box {
    width: 100%;
    padding: 2rem 0 0;
  }

  .n-about-s4 .item .pic {
    width: 40px;
    height: 40px;
  }

  .n-about-s4 .item .tit {
    font-size: 16px;
    margin-top: 1rem;
  }

  .n-about-s4 .item .para {
    font-size: 14px;
  }

  .n-about-s2 {
    padding: 3.125rem 0;
  }

  .n-about-s2 .item {
    width: 100%;
    padding: 2rem;
  }

  .n-about-s2 .item .img-box {
    height: 30vw;
  }

  .n-about-s2 .item img {
    max-width: 50vw;
  }

  .n-about-s2 .item .tit {
    margin-top: 1rem;
  }

  .n-about-s3 {
    padding: 3.125rem 0;
  }

  .n-about-s3 .line {
    display: none;
  }

  .n-about-s3 .txt-box {
    position: static;
    width: 100%;
    font-size: 16px;
  }

  .n-about-s3 .items {
    padding: 0;
    margin-top: 4rem;
  }

  .n-about-s3 .item {
    margin-top: 4rem;
  }
  .n-about-s3 .item:last-of-type .box:before {
    display: none;
  }

  .n-about-s3 .item .box {
    width: 100%;
    padding-left: 4rem;
  }
  .n-about-s3 .item .box:before {
    content: '';
    width: 1px;
    position: absolute;
    top: 18px;
    bottom: -58px;
    left: 11px;
    background-color: #143885;
  }

  .n-about-s3 .item .year:before {
    left: 0;
    background-image: url("../images/nimg/icon-2-2.png");
  }

  .n-inner-s1 {
    height: auto;
    padding: 4rem 0;
  }

  .n-inner-s1 .wrapper {
    display: block;
  }

  .n-inner-s1 .txt-box {
    width: 100%;
    text-align: center;
  }

  .n-inner-s1 .img-box {
    margin: 2rem auto 1rem;
  }

  .n-inner-s1 .pagination {
    justify-content: center;
    top: 100%;
  }

  .n-inner-s1 .pagination span {
    height: 2px;
  }

  .n-inner-s1 .tit {
    font-size: 20px;
  }

  .n-inner-s3 {
    padding: 2rem 0 4rem;
  }

  .n-inner-s3 .tab-tit .sitem {
    padding: 10px 0;
    justify-content: center;
  }

  .n-inner-s3 .tab-tit .sitem span {
    font-size: 12px;
  }

  .n-inner-s3 .tab-tit .sitem:after {
    display: none;
  }

  .n-inner-s3 .right-block {
    margin-top: 2rem;
  }

  .n-index-s1 .item .para {
    display: none;
  }

  .n-index-s1 .item h3 span {
    display: none;
  }

  .n-index-s1 .item h3 {
    font-size: 20px;
  }

  .n-index-s1 .item .btns {
    margin-top: 2rem;
  }

  .n-index-s2 .top-block {
    display: block;
  }

  .n-index-s2 .txt-block {
    width: 100%;
  }

  .n-index-s2 .txt-block .label {
    font-size: 20px;
  }

  .n-index-s2 .img-block {
    width: 100%;
  }

  .n-index-s2 .img-block .img-box {
    margin-top: 2rem;
    height: 60vw;
    max-height: 300px;
    justify-content: center;
  }

  .n-index-s2 .tab-block .item {
    width: calc((100% - 10px) / 2);
  }

  .n-index-s2 .btns {
    margin-top: 2rem;
  }

  .n-index-s3 .label {
    font-size: 20px;
  }

  .n-index-s3 .txt-box span {
    font-size: 16px;
  }

  .n-index-s3 .tab-tit .sw {
    flex-wrap: wrap;
  }

  .n-index-s3 .tab-tit .item {
    flex: auto;
    width: 50%;
    height: auto;
  }
  .n-index-s3 .tab-tit .item:last-of-type:after {
    display: block;
  }
  .n-index-s3 .tab-tit .item:nth-of-type(even):after {
    display: none;
  }

  .n-index-s3 .txt-box .btns {
    margin-top: 2rem;
  }

  .n-index-s4 .top-block .label {
    font-size: 20px;
  }

  .n-index-s4 .data {
    width: 50%;
  }

  .n-index-s4 .bot-block {
    flex-wrap: wrap;
    grid-row-gap: 2rem;
  }

  .n-index-s4 .data .num span {
    font-size: 3rem;
  }

  .n-index-s4 .btns {
    margin-top: 2rem;
  }

  .n-index-s5 .top-block .label {
    font-size: 20px;
  }

  .n-index-s5 .btns {
    position: static;
    margin-top: 2rem;
    justify-content: center;
  }

  .n-index-s5 .mid-block {
    display: block;
  }

  .n-index-s5 .left-box {
    width: 100%;
  }

  .n-index-s5 .right-box {
    width: 100%;
    margin-top: 2rem;
  }

  .n-index-s5 .right-box .item {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .n-index-s5 .right-box .item .img-box {
    width: 30%;
  }

  .n-index-s5 .right-box .item .txt-box {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .n-inner-s3 .items {
    grid-gap: 2rem;
  }

  .n-inner-s3 .item {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .layui-form-select dl {
    top: 52px;
  }

  .applyjob-tc {
    padding: 30px;
  }

  .layui-form-selectup dl {
    top: auto;
    bottom: 52px;
  }

  .layui-upload-drag {
    font-size: 1rem;
  }

  .c-mt {
    margin-top: 90px;
  }

  .c-banner h3,
  .solution-s7 h3,
  .solution-s15 h3 {
    font-size: 32px;
  }

  .c-banner p {
    font-size: 16px;
  }

  .inner-tit h3 {
    font-size: 30px;
  }

  .inner-tit.center:after {
    margin-top: 15px;
  }

  .inner-tit p {
    font-size: 15px;
    margin-top: 15px;
  }

  .about-chairman-s1 .para {
    font-size: 16px;
    line-height: 2;
  }

  .about-chairman-s1 .tip span {
    font-size: 17px;
  }

  .about-history-s1 .item .num {
    font-size: 180px;
  }

  .about-history-s1 .item h3 {
    font-size: 26px;
  }

  .about-history-s1 .item .year {
    font-size: 16px;
  }

  .about-history-s1 .item .para {
    font-size: 16px;
    line-height: 2;
  }

  .about-history-s1 .line-box .line {
    font-size: 14px;
    line-height: 34px;
    padding-right: 40px;
  }

  .about-history-s1 .line-box .line.active {
    font-size: 20px;
    padding-right: 60px;
  }

  .about-history-s1 .item .block {
    margin-top: -60px;
  }

  .about-honor-s1 .item h3 {
    font-size: 18px;
  }

  .about-intro-s1 .para {
    font-size: 16px;
  }

  .contact-s1 .left-box h3 {
    font-size: 24px;
  }

  .contact-s1 .left-box .info span {
    font-size: 16px;
    width: 48%;
    min-width: auto;
  }

  .contact-s1 .ewm {
    width: 140px;
  }

  .contact-s1 .ewm p {
    font-size: 15px;
  }

  .contact-s2 .map-cont {
    width: 740px;
  }

  .contact-s2 .map-cont .img-box {
    width: 240px;
    height: 13.125rem;
  }

  .contact-s2 .map-cont .txt {
    font-size: 14px;
    line-height: 24px;
    width: 360px;
  }

  .contact-s2 .map-cont .ewm {
    width: 140px;
  }

  .contact-s2 .tab-tit .item h3 {
    font-size: 24px;
  }

  .contact-s2 .tab-tit .item p {
    font-size: 14px;
  }

  .news-detail-s1 .tit-box h3 {
    font-size: 30px;
  }

  .news-detail-s1 .tit-box span {
    font-size: 15px;
  }

  .news-detail-s1 .other h4 {
    font-size: 20px;
  }

  .news-detail-s1 .other a p {
    font-size: 15px;
  }

  .news-detail-s1 .other a div {
    font-size: 18px;
  }

  .dangzhibu-list-s1 .item h3 {
    font-size: 20px;
    margin: 10px 0;
  }

  .dangzhibu-list-s1 .item .date {
    font-size: 15px;
  }

  .dangzhibu-list-s1 .item p {
    font-size: 15px;
    line-height: 24px;
    height: 48px;
  }

  .dangzhibu-list-s1 .item span {
    width: 110px;
    line-height: 36px;
    font-size: 15px;
  }

  .news-list-s1 .item .hide .date,
  .news-list-s1 .item .show .date {
    font-size: 15px;
  }

  .news-list-s1 .item .hide h3 {
    font-size: 18px;
  }

  .news-list-s1 .item .hide span {
    width: 110px;
    line-height: 36px;
    font-size: 15px;
  }

  .news-list-s1 .item .show span {
    font-size: 15px;
  }

  .recruit-idea-s1 .para {
    font-size: 16px;
  }

  .recruit-idea-s1 a,
  .about-page-s1 a,
  .about-page-s4 a {
    width: 120px;
    line-height: 40px;
    font-size: 15px;
  }

  .recruit-idea-s3 .item h3 {
    font-size: 24px;
  }

  .recruit-idea-s3 .item p {
    font-size: 16px;
  }

  .recruit-idea-s4 .item h3 {
    font-size: 18px;
  }

  .recruit-idea-s5 .left-box .item h3 {
    font-size: 18px;
  }

  .recruit-idea-s6 h3 {
    font-size: 36px;
  }

  .recruit-idea-s6 p {
    font-size: 15px;
  }

  .recruit-idea-s6 a {
    width: 120px;
    font-size: 15px;
    line-height: 44px;
  }

  .recruit-list-s1 .cont input {
    font-size: 15px;
  }

  .recruit-list-s1 .cont ul li {
    font-size: 15px;
  }

  .recruit-list-s2 .head-box span {
    line-height: 70px;
  }

  .recruit-list-s2 .item .show span {
    line-height: 70px;
  }

  .default-btn span,
  .blue-btn span,
  .orange-btn span {
    font-size: max(12px, 1rem);
  }

  .btn-select dd {
    font-size: 14px;
  }

  .btn-select .layui-select-title input {
    font-size: max(12px, 1rem);
  }

  .c-subheading {
    padding-bottom: 16px;
    font-size: 36px;
  }

  .website-box {
    padding: 40px 0 100px;
  }

  .website-box dl {
    min-height: 158px;
  }

  .website-box dl dt .h3 {
    font-size: 28px;
  }

  .read-main .nav-list a {
    width: 280px;
  }

  .read-main .nav-list a span {
    font-size: 14px;
  }

  .read-main .right-box .content p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .read-main .right-box .content h3 {
    font-size: 26px;
    margin-bottom: 22px;
    padding-bottom: 22px;
  }

  .read-main .left-box,
  .read-main .right-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .contact-main .contact-s1 {
    padding: 90px 0 0;
  }

  .contact-main .contact-s1 .bot-box dl dt .h3 {
    font-size: 28px;
    padding: 38px 30px 18px;
  }

  .contact-main .contact-s1 .bot-box dl dd .text span {
    font-size: 16px;
  }

  .contact-main .contact-s2 {
    padding: 90px 0;
  }

  .contact-main .contact-s2 .form-box {
    padding: 40px;
  }

  .layui-form-style1 .code {
    height: 32px;
    top: 18px;
    width: 100px;
  }

  .layui-form-style1 input,
  .layui-form-style1 .text,
  .layui-form-style1 button {
    height: 3.125rem;
    font-size: 1rem;
  }

  .layui-form-style2 .code {
    height: 32px;
    top: 18px;
    width: 100px;
  }

  .layui-form-style2 input,
  .layui-form-style2 .text,
  .layui-form-style2 button {
    height: 3.125rem;
    font-size: 1rem;
  }

  .layui-custom-title .layui-layer-title {
    padding: 0 30px;
    font-size: 1.625rem;
  }
  .layui-custom-title .layui-layer-setwin {
    right: 30px;
  }
  .layui-custom-title .layui-layer-setwin span {
    width: 28px;
    height: 28px;
  }
  .layui-custom-title .layui-layer-setwin span::before {
    font-size: 14px;
  }

  .recruitment-main {
    margin-bottom: 90px;
  }

  .recruitment-main .top-box .layui-btn {
    width: 100px;
    height: 80%;
    top: 4px;
    right: 4px;
  }

  .recruitment-main .job-list dl dt {
    padding: 28px;
  }

  .recruitment-main .job-list dl dt .item span {
    font-size: 14px;
  }

  .recruitment-main .job-list dl dt .item .h4 {
    font-size: 26px;
  }

  .recruitment-main .job-list dl dt .item .icon {
    transform: scale(0.8);
  }

  .recruitment-main .job-list dl dd {
    padding: 0 70px;
  }

  .recruitment-main .job-list dl dd .dd-top {
    padding: 40px 0;
  }

  .recruitment-main .job-list dl dd .dd-top .case .h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .recruitment-main .job-list dl dd .dd-top .case p {
    font-size: 14px;
  }

  .recruitment-main .job-list dl dd .dd-bot {
    padding: 3.125rem 0;
  }

  .recruitment-main .job-list dl dd .dd-bot .btn {
    height: 3.125rem;
    width: 180px;
    font-size: 16px;
  }

  .join-banner .join-search {
    height: 3.125rem;
  }

  .join-banner .join-search a span,
  .join-banner .join-search input {
    font-size: 14px;
  }

  .join-banner .mid-block .h2 {
    font-size: 60px;
  }

  .join-banner .join-search a .icon-svg {
    width: 12px;
    height: 12px;
  }

  .product-main {
    padding: 0 0 90px;
  }

  .product-s1 {
    padding: 90px 0 0;
  }

  .about-s1 {
    padding: 90px 0 0;
  }

  .abouts2 {
    padding: 90px 0 0;
  }

  .abouts3 {
    margin-top: -90px;
    padding: 90px 0;
  }

  .about-s4 {
    padding: 90px 0 0;
  }

  .joinus-main .join-s1,
  .joinus-main .join-s2,
  .joinus-main .join-s3 {
    padding: 90px 0 0;
  }

  .joinus-main .join-s4 {
    padding: 90px 0;
  }

  .joinus-main .team-style .team-box .item .swiper-container {
    height: 43.125rem;
  }

  .joinus-main .team-style .team-box .item .info {
    height: 80px;
    padding: 0 20px;
  }
  .joinus-main .team-style .team-box .item .info p {
    font-size: 24px;
  }

  .news-main {
    padding: 70px 0 90px;
  }

  .news-main .news-swiper .item .info {
    padding: 30px 44px;
  }

  .news-main .news-swiper .item .info .h3 {
    font-size: 26px;
  }

  .news-main .news-swiper .item .info p {
    font-size: 14px;
  }

  .news-main .news-list .items .info {
    padding: 28px;
  }

  .news-main .news-list .items .info .time {
    margin-bottom: 14px;
  }

  .news-main .news-list .items .info .h3 {
    font-size: 18px;
  }

  .news-details-main .left-block,
  .news-details-main .right-block {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .news-details-main .article-preview {
    padding: 30px;
  }
  .news-details-main .article-preview a {
    font-size: 16px;
  }

  .news-details-main .right-block .hot-news .list li a {
    font-size: 16px;
  }

  .news-details-main .left-block {
    padding-right: 40px;
  }

  .news-details-main .right-block {
    padding: 60px 40px;
  }

  .news-details-main .left-block .h2 {
    font-size: 38px;
  }

  .news-details-main .left-block .content-main p {
    font-size: 16px;
  }

  .news-details-main .left-block .share-mod .box {
    padding: 0 27px;
  }

  .news-details-main .left-block .share-mod .box .icon {
    width: 38px;
    height: 38px;
  }
  .news-details-main .left-block .share-mod .box .icon img {
    width: 20px;
  }

  .product-center-main .h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .product-details-main .top-block .h2 {
    font-size: 40px;
  }

  .product-details-main .top-block .h3 {
    font-size: 26px;
    margin-top: 24px;
    padding-bottom: 12px;
  }

  .product-details-main .top-block .text {
    margin-top: 12px;
  }

  .product-details-main .top-block .text p {
    padding-left: 15px;
    font-size: 16px;
  }

  .product-details-main .top-block .btn {
    margin-top: 36px;
  }

  .product-details-main th,
  .product-details-main td {
    font-size: 16px;
  }
  .product-details-main td {
    padding: 10px 28px;
  }

  .product-details-main .leave-message .left-block .tit span {
    font-size: 26px;
  }

  .product-details-main .leave-message .left-block .box p {
    font-size: 14px;
  }

  .product-details-main .leave-message .left-block .box .phone1 {
    font-size: 36px;
    margin-top: 15px;
  }

  .product-details-main .leave-message .left-block .box .phone2 {
    font-size: 18px;
  }

  .about-s2 .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1367px) {
  .layui-form-select dl {
    top: 42px;
  }

  .layui-form-selectup dl {
    top: auto;
    bottom: 42px;
  }

  .c-subheading,
  .c-banner h3 {
    font-size: 28px;
  }

  .c-mt {
    margin-top: 70px;
  }

  .inner-tit h3 {
    font-size: 26px;
  }

  .inner-tit:after {
    margin-top: 15px;
  }

  .inner-tit p {
    font-size: 14px;
    line-height: 24px;
  }

  .about-chairman-s1 .para {
    font-size: 15px;
  }

  .about-chairman-s1 .tip span {
    font-size: 16px;
  }

  .about-history-s1 .item .num {
    font-size: 13.125rem;
  }

  .about-history-s1 .item h3 {
    font-size: 22px;
  }

  .about-history-s1 .item .year {
    font-size: 15px;
  }

  .about-history-s1 .item .year:after {
    margin: 15px 0;
    height: 2px;
  }

  .about-history-s1 .item .para {
    font-size: 15px;
  }

  .about-history-s1 .item .block {
    margin-top: -3.125rem;
  }

  .about-honor-s1 .item h3 {
    font-size: 16px;
  }

  .about-intro-s1 .para {
    font-size: 15px;
  }

  .about-banner .ab_info .top-block .text p {
    font-size: 14px;
  }

  .contact-s1 .left-box h3 {
    font-size: 20px;
  }

  .contact-s1 .left-box .info span {
    font-size: 15px;
  }

  .contact-s1 .ewm {
    width: 120px;
  }

  .contact-s2 .tab-tit .item h3 {
    font-size: 20px;
  }

  .news-detail-s1 .tit-box h3 {
    font-size: 24px;
  }

  .news-detail-s1 .tit-box span {
    font-size: 14px;
  }

  .comm-share {
    margin-left: -60px;
  }

  .dangzhibu-list-s1 .item .img-box {
    width: 270px;
  }

  .dangzhibu-list-s1 .item .txt-box {
    width: calc(100% - 270px);
  }

  .dangzhibu-list-s1 .item .date {
    font-size: 14px;
  }

  .dangzhibu-list-s1 .item h3 {
    font-size: 18px;
  }

  .dangzhibu-list-s1 .item p {
    font-size: 14px;
  }

  .news-list-s1 .form form {
    height: 3.125rem;
  }

  .news-list-s1 .form button {
    width: 3.125rem;
    height: 3.125rem;
  }

  .news-list-s1 .item .hide .date,
  .news-list-s1 .item .show .date {
    font-size: 14px;
  }

  .news-list-s1 .item .show span {
    font-size: 14px;
  }

  .recruit-idea-s1 .para {
    font-size: 15px;
  }

  .recruit-idea-s3 .item h3 {
    font-size: 20px;
  }

  .recruit-idea-s3 .item p {
    font-size: 15px;
  }

  .recruit-idea-s4 .item:before {
    width: 40px;
    height: 40px;
  }

  .recruit-idea-s4 .item h3 {
    font-size: 16px;
  }

  .recruit-idea-s5 .left-box .item:before {
    width: 48px;
    height: 48px;
  }

  .recruit-idea-s5 .left-box .item h3 {
    font-size: 16px;
  }

  .recruit-idea-s6 h3 {
    font-size: 30px;
  }

  .recruit-idea-s6 p {
    font-size: 14px;
  }

  .recruit-list-s1 .cont input {
    font-size: 14px;
    height: 3.125rem;
  }

  .recruit-list-s1 .cont a {
    height: 3.125rem;
  }

  .recruit-list-s2 .head-box span {
    line-height: 60px;
  }

  .recruit-list-s2 .item .show span {
    line-height: 60px;
  }

  a.index-more {
    font-size: 15px;
    line-height: 40px;
    width: 120px;
  }

  .index-tit .en {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .index-tit .en::before {
    width: 20px;
    height: 20px;
  }

  .index-tit h3 {
    font-size: 26px;
  }

  .index-tit p {
    font-size: 15px;
  }

  .website-box dl {
    padding: 3.125rem 0;
  }

  .website-box dl dt .h3 {
    font-size: 22px;
  }

  .read-main .nav-list a {
    width: 23.125rem;
  }

  .read-main .right-box {
    padding-left: 40px;
  }

  .contact-main .contact-s1 {
    padding: 70px 0 0;
  }

  .contact-main .contact-s2 {
    padding: 70px 0;
  }

  .join-banner .mid-block .h2 {
    font-size: 48px;
  }

  .fixed-right .layui-textarea {
    font-size: 14px;
    min-height: 3.125rem;
    height: 60px;
  }

  .layui-form-style1 input,
  .layui-form-style1 .text,
  .layui-form-style1 button {
    height: 40px;
    font-size: 14px;
  }

  .layui-form-style1 .code {
    top: 13px;
  }

  .fixed-right .box .h .tohead {
    padding: 0 20px;
  }

  .fixed-right .box .h .h-w {
    padding: 20px;
  }

  .fixed-right .box .h .h-w .z-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1025px) {
  .c-pd {
    padding-top: 60px;
  }

  .c-mt {
    margin-top: 60px;
  }

  .c-nav a.link {
    font-size: 14px;
  }

  .c-banner {
    height: 40vh;
  }
  .c-banner img {
    height: 100%;
  }

  .index-eleNav {
    display: none;
  }

  .about-history-s1 .line-box {
    display: none;
  }

  .contact-s2 .map {
    height: 500px;
  }

  .comm-share {
    display: none;
  }

  .index-main .section {
    height: auto;
  }

  .contact-main .contact-s1 {
    padding: 60px 0 0;
  }

  .contact-main .contact-s2 {
    padding: 60px 0;
  }

  .product-center-main .h3 {
    font-size: 24px;
  }

  .product-center-main .h3 {
    font-size: 24px;
  }

  .product-center-main .product-list li {
    width: calc((100% - 4rem) / 3);
  }

  .product-center-main .product-list li .info {
    padding: 16px;
  }

  .news-main .news-swiper .item .info {
    padding: 20px 34px;
  }

  .news-main .news-swiper .item .info .h3 {
    font-size: 24px;
  }

  .news-main .news-swiper .item .info p {
    height: 5em;
    overflow: hidden;
  }

  .news-main .news-swiper .swiper-dot {
    padding: 0 34px 10px;
  }

  .news-main .news-list .items .info {
    padding: 20px;
  }

  .news-main .news-list .items .info .h3 {
    font-size: 16px;
  }

  .recruitment-main .job-list dl dt {
    padding: 24px;
  }

  .recruitment-main .job-list dl dt .item .h4 {
    font-size: 22px;
  }

  .recruitment-main .job-list dl dd {
    padding: 0 5rem;
  }

  .recruitment-main .job-list dl dd .dd-top {
    padding: 4rem 0;
  }

  .recruitment-main .job-list dl dd .dd-bot {
    padding: 4rem 0;
  }

  .recruitment-main .job-list dl dd .dd-bot .btn {
    height: 40px;
    width: 13.125rem;
    font-size: 14px;
  }

  .join-banner .mid-block .h2 {
    font-size: 38px;
  }

  .product-main {
    padding: 0 0 60px;
  }

  .product-s1 {
    padding: 60px 0 0;
  }

  .about-s1 {
    padding: 60px 0 0;
  }

  .abouts2 {
    padding: 60px 0;
  }

  .abouts3 {
    margin-top: 0;
    padding: 60px 0;
  }

  .about-s4 {
    padding: 60px 0 0;
  }

  .joinus-main .join-s1,
  .joinus-main .join-s2,
  .joinus-main .join-s3 {
    padding: 60px 0 0;
  }

  .joinus-main .join-s4 {
    padding: 60px 0;
  }

  .joinus-main .joinus-m1 .talent-concept .item {
    aspect-ratio: 16 / 16;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .joinus-main .joinus-m1 .talent-concept .item .box {
    width: 66vw;
    height: 66vw;
  }
  .joinus-main .joinus-m1 .talent-concept .item .box img {
    width: 25%;
    height: auto;
  }
  .joinus-main .joinus-m1 .talent-concept .item .box span {
    line-height: 1;
    font-size: 16px;
    margin-top: 16px;
  }
  .joinus-main .joinus-m1 .talent-concept .item .box p {
    width: 70%;
    margin: 12px auto;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
  .joinus-main .joinus-m1 .swiper-dot {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .joinus-main .joinus-m1 .swiper-dot .swiper-pagination-bullet-active {
    background: #143885;
  }
  .joinus-main .joinus-m2 .top-block {
    width: 100%;
    height: auto;
  }
  .joinus-main .joinus-m2 .top-block > img {
    width: 100%;
    opacity: 0;
  }
  .joinus-main .joinus-m2 .top-block .item {
    height: 100%;
    position: relative;
    opacity: 1;
    transition: none;
  }
  .joinus-main .joinus-m2 .top-block .item .name {
    font-size: 16px;
    padding: 20px;
    transform: translateY(0);
    opacity: 1;
  }
  .joinus-main .joinus-m2 .top-block .num {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px;
    color: #fff;
    z-index: 4;
  }
  .joinus-main .joinus-m2 .mid-block .item {
    top: 0 !important;
  }
  .joinus-main .joinus-m2 .mid-block .item .img {
    width: 5rem;
    height: 5rem;
  }
  .joinus-main .joinus-m2 .mid-block .item .img img {
    width: 50%;
  }
  .joinus-main .joinus-m2 .mid-block .item p {
    font-size: 14px;
  }

  .about-banner {
    display: none;
  }

  .m-about .block .block-1 {
    padding: 5rem 0;
  }
  .m-about .block .block-1 .img-box {
    width: 30rem;
    margin: 0 auto;
  }
  .m-about .block .block-1 .img-box img {
    width: 100%;
  }
  .m-about .block .block-1 .label {
    margin-top: 4rem;
    text-align: center;
    font-size: 2rem;
    color: #191919;
  }
  .m-about .block .block-1 p {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.4rem;
    color: #191919;
  }
  .m-about .block .block-2 {
    padding: 5rem 0;
    position: static;
    transform: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #143885;
  }
  .m-about .block .block-2 .label {
    font-size: 2rem;
    color: #fff;
    display: none;
  }
  .m-about .block .block-2 .para {
    margin-top: 0;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-about .block .block-2 .para p {
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 1rem;
  }
  .m-about .block .block-2 .items {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
  }
  .m-about .block .block-2 .items .item span {
    color: #fff;
    font-size: 4rem;
  }
  .m-about .block .block-2 .items .item span strong {
    font-style: normal;
    font-size: 1.4rem;
  }
  .m-about .block .block-2 .items .item p {
    color: #fff;
    font-size: 1.4rem;
  }

  .about-s1 .cell-box {
    flex-direction: column;
  }

  .about-s1 .right-block .item-logo {
    display: none;
  }

  .about-s1 .left-block {
    margin-right: 0;
  }

  .about-s1 .item.item1,
  .about-s1 .item.item3,
  .about-s1 .item.item4 {
    transform: translateY(0);
    margin-top: 0;
  }

  .about-s1 .item.item4 {
    margin-top: 40px;
  }

  .about-s1 .right-block .item3 {
    width: 100%;
  }

  .about-s1 .right-block .item1 {
    margin: 0 0 10px;
  }

  .about-s1 .item .info.info1 .h {
    display: block;
  }

  .about-s1 .item .info .icon i {
    width: 8rem;
    height: 8rem;
  }

  .about-s1 .item .info .icon {
    padding: 7px;
  }

  .about-s1 .item .info .text {
    transform: translateY(0);
  }

  .about-s1 .item .info .text .h3 {
    font-size: 2rem;
  }

  .about-s1 .item .info .text p {
    font-size: 1.2rem;
  }

  .about-s1 .item .info .h {
    margin-top: 5px;
    font-size: 1.4rem;
    margin-bottom: 0;
    transform: none;
  }

  .about-s2 {
    height: auto;
  }

  .about-s2 .cell-boxes {
    position: relative;
  }

  .about-s2 .text p {
    font-size: 2rem;
  }

  .about-s2 .year-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
  }

  .about-s2 .year-block .year {
    transform: none;
    font-size: 12rem;
    top: -1rem;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-family: "Rajdhani-Bold-4";
  }

  .about-s2 .info-block {
    margin-top: 0;
  }
  .about-s2 .info-block > img {
    width: 40%;
    opacity: 0;
  }

  .about-s2 .info-block .boxes {
    transform: none;
  }

  .about-s2 .swiper-block {
    margin: 4rem 0;
    position: relative;
  }
  .about-s2 .swiper-block .item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-s2 .swiper-block .item .num {
    font-size: 2rem;
    font-family: 'Rajdhani-Regular-2';
    transition: all .3s ease;
    transform-origin: center center;
  }
  .about-s2 .swiper-block .item .icon {
    position: relative;
    margin-top: 1rem;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
  }
  .about-s2 .swiper-block .item .icon span {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    background: rgba(0, 33, 198, 0.2);
    transition: all .3s ease;
  }
  .about-s2 .swiper-block .item .icon span i {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background: #0021c6;
    transition: all .3s ease;
  }
  .about-s2 .swiper-block .swiper-slide.active .item .num {
    font-weight: bold;
    transform: scale(1.4);
    color: #143885;
  }
  .about-s2 .swiper-block .swiper-slide.active .item .icon {
    background-color: rgba(255, 88, 7, 0.2);
  }
  .about-s2 .swiper-block .swiper-slide.active .item .icon span {
    background-color: #143885;
  }
  .about-s2 .swiper-block .swiper-slide.active .item .icon span i {
    background: #fff;
  }
  .about-s2 .swiper-block:after {
    content: '';
    position: absolute;
    top: 4.3rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #143885;
  }

  .about-s2 .info-block {
    margin-top: 6rem;
  }

  .about-s2 .info-block .boxes .img {
    width: 40%;
  }

  .about-s2 .info-block .boxes .info {
    margin-left: 20px;
  }

  .about-s3 .honor-block .item ul {
    grid-gap: 14px;
  }

  .about-s3 .honor-block .item ul li .text p {
    font-size: 1.2rem;
  }

  .about-s4 .mid-block .item .info .box .h3,
  .about-s4 .nav-block .item {
    font-size: 2rem;
  }

  .about-s4 .mid-block .item .info .box p {
    font-size: 1.4rem;
  }

  .about-s4 .mid-block .item .info .box a .icon {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }

  .about-s4 .mid-block .item .info .box a span {
    font-size: 1.4rem;
  }

  .m-about .block .block-2 .video {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .m-about .block .block-2 .video video {
    width: 100%;
  }
  .m-about .block .block-2 .video .btn-play {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: 1;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m-about .block .block-2 .video .btn-play .icon {
    display: block;
    width: 5.875rem;
    height: 5.875rem;
    position: relative;
  }
  .m-about .block .block-2 .video .btn-play .icon::after, .m-about .block .block-2 .video .btn-play .icon::before {
    content: '';
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }
  .m-about .block .block-2 .video .btn-play .icon::before {
    background-image: url(../images/about/icon-2-2.png);
  }
  .m-about .block .block-2 .video .btn-play .icon::after {
    background-image: url(../images/about/icon-2-1.png);
    animation: ani-rotate 5s linear infinite;
  }
  .m-about .block .block-2 .video .btn-play p {
    margin-top: 1.5rem;
    font-size: 1.3;
    color: #fff;
  }

  .scroll {
    display: none;
  }

  .about-s1 .right-block,
  .about-s1 .left-block {
    width: 100%;
  }

  .product-details-main .top-block {
    justify-content: flex-start;
    top: 40px;
    height: 100%;
  }
}
@media screen and (max-width: 769px) {
  .layui-form .mt20 {
    margin-top: 0;
  }

  .blue-btn,
  .orange-btn,
  .default2-btn {
    width: 13.125rem;
    height: 40px;
    padding: 0 16px;
  }
  .blue-btn span,
  .orange-btn span,
  .default2-btn span {
    font-size: 14px;
  }

  .c-banner {
    height: 20vh;
  }
  .c-banner p {
    font-size: 14px;
  }
  .c-banner .cell-box .cell {
    vertical-align: middle;
    margin-bottom: 5vh;
  }

  .c-mt {
    margin-top: 3.125rem;
  }

  .c-subheading {
    font-size: 20px;
  }
  .c-subheading::after {
    width: 40px;
  }

  .s-banner .img-box {
    height: 60vw;
    position: relative;
  }

  .s-banner img {
    position: absolute;
    right: -40%;
    top: 0;
    height: 100%;
    width: auto;
  }

  .s-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }

  .c-nav {
    display: none;
  }

  .c-banner h3 {
    font-size: 20px;
  }

  .c-banner .txt-box {
    padding: 0 5vw;
  }

  .c-banner .line {
    width: 40px;
    height: 2px;
    margin-top: 12px;
  }

  .c-banner .line:before {
    width: 20px;
    height: 2px;
  }

  .inner-tit h3 {
    font-size: 20px;
  }

  .inner-tit:after {
    height: 2px;
  }

  .default-btn span,
  .blue-btn span,
  .orange-btn span {
    width: 140px;
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .default-btn,
  .btn-select .layui-select-title input {
    height: 40px;
    width: 140px;
    font-size: 14px;
    padding: 0 20px;
  }

  .btn-select dl {
    top: 40px;
  }

  .index-main .section {
    height: auto;
  }

  .contact-main .contact-s1 {
    padding: 3.125rem 0 0;
  }

  .contact-main .contact-s2 {
    padding: 3.125rem 0;
  }

  .other-s3 {
    padding: 4rem 0;
  }

  .other-s3 .tips {
    font-size: 18px;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .other-s3 .item:before,
  .other-s3 .item:after {
    height: 4px;
  }

  .website-box {
    padding: 20px 0 80px;
  }

  .website-box dl {
    padding: 30px 0;
    flex-direction: column;
  }

  .website-box dl dt {
    width: 100%;
  }

  .website-box dl dt .h3 {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .website-box dl dd a {
    font-size: 12px;
    padding: 0 6px;
    white-space: pre;
    margin-left: 0;
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .read-main .left-box {
    display: none;
  }

  .read-main .right-box {
    padding: 3.125rem 0;
  }

  .read-main .right-box .content p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .read-main .right-box .content h3 {
    font-size: 20px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .s-banner .form button .icon-svg {
    width: 24px;
    height: 24px;
  }

  .other-s3 .item .tit {
    font-size: 16px;
  }

  .contact-main .contact-s1 .top-box {
    flex-direction: column;
  }

  .contact-main .contact-s1 .top-box .img {
    width: 100%;
  }

  .contact-main .contact-s1 .top-box .map {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    flex: none;
  }

  .contact-main .contact-s1 .bot-box dl dt .h3 {
    font-size: 20px;
    padding: 28px 20px 14px;
  }

  .contact-main .contact-s1 .bot-box dl dd {
    flex-direction: column;
  }

  .contact-main .contact-s1 .bot-box dl dd .text {
    width: 100%;
    line-height: 2;
  }

  .contact-main .contact-s1 .bot-box dl dd .text:nth-of-type(even):before {
    display: none;
  }

  .contact-main .contact-s1 .bot-box dl dd .text span {
    font-size: 14px;
  }

  .contact-main .contact-s2 .form-box {
    padding: 20px;
    margin-top: 30px;
  }

  .layui-form-style1 .text,
  .layui-form-style1 textarea,
  .layui-form-style1 input {
    font-size: 14px;
  }

  .product-details-main .product-banner {
    position: relative;
  }

  .product-details-main .details-block {
    padding: 3.125rem 0;
  }

  .product-center-main .product-list {
    grid-gap: 1rem;
  }

  .product-center-main .h3 {
    font-size: 20px;
  }

  .product-center-main .product-list li {
    width: calc((100% - 1rem) / 2);
    border-radius: 14px;
  }

  .product-center-main .product-list li .info {
    padding: 10px;
  }

  .product-center-main .product-list li .info p {
    font-size: 12px;
  }

  .product-center-main .product-list li:hover .info .icon-svg {
    display: none;
  }

  .product-details-main .top-block .h2 {
    font-size: 24px;
  }

  .product-details-main .top-block .h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .product-details-main .top-block .text p {
    font-size: 14px;
  }

  .product-details-main .top-block .btn {
    margin-top: 20px;
  }

  .product-details-main .product-banner .bg-block {
    height: 100vh;
  }
  .product-details-main .product-banner .bg-block img {
    height: 100%;
  }

  .product-details-main .details-block .cell-box .text {
    margin-top: 20px;
  }
  .product-details-main .details-block .cell-box .text p {
    font-size: 14px;
  }

  .product-details-main .details-block .line {
    margin: 22px 0;
  }

  .product-details-main .details-block .img-boxes {
    grid-gap: 6px;
    margin-bottom: 22px;
  }

  .product-details-main .leave-message {
    margin-top: 2.5rem;
    flex-direction: column;
  }

  .product-details-main .leave-message .left-block,
  .product-details-main .leave-message .right-block {
    padding: 20px;
  }

  .product-details-main .leave-message .left-block {
    width: 100%;
  }

  .product-details-main .leave-message .left-block .tit {
    margin-bottom: 3rem;
  }

  .product-details-main .leave-message .left-block .tit span {
    font-size: 20px;
    display: block;
  }

  .product-details-main .leave-message .left-block .box p {
    font-size: 12px;
  }

  .product-details-main .leave-message .left-block .box .phone1 {
    font-size: 28px;
  }

  .product-details-main .leave-message .left-block .box .phone2 {
    font-size: 16px;
  }

  .news-main {
    padding: 3.125rem 0 60px;
  }

  .news-main .news-swiper .item {
    flex-direction: column;
  }

  .news-main .news-swiper .item .img,
  .news-main .news-swiper .item .info {
    width: 100%;
  }

  .news-main .news-swiper .item .info {
    padding: 20px 20px 40px;
  }

  .news-main .news-swiper .item .info .h3 {
    font-size: 20px;
  }

  .news-main .news-swiper .swiper-dot {
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .news-main .news-list {
    grid-gap: 1rem;
  }

  .news-main .news-list .items {
    width: calc((100% - 1rem) / 2);
  }

  .news-main .news-list .items .info {
    padding: 10px;
  }

  .news-main .news-list .items .info .time {
    margin-bottom: 6px;
  }

  .news-main .news-list .items .info .h3 {
    font-size: 14px;
  }

  .news-details-main .cell-box {
    flex-direction: column;
  }

  .news-details-main .left-block {
    padding: 3.125rem 0 30px;
    border: 0;
  }

  .news-details-main .left-block .h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .news-details-main .left-block .share-mod {
    margin: 20px 0;
  }

  .news-details-main .left-block .share-mod .box .icon {
    width: 28px;
    height: 28px;
  }

  .news-details-main .left-block .share-mod .box .icon .icon-svg {
    width: 18px;
    height: 18px;
  }

  .news-details-main .left-block .content-main p {
    font-size: 14px;
  }

  .news-details-main .left-block .article-preview {
    margin-top: 20px;
    padding: 20px;
  }

  .news-details-main .left-block .article-preview a {
    font-size: 14px;
    line-height: 1.4;
  }
  .news-details-main .left-block .article-preview a:first-child {
    margin-bottom: 10px;
  }

  .news-details-main .right-block {
    padding: 0 0 3.125rem;
  }

  .news-details-main .right-block .hot-news .h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  .news-details-main .right-block .hot-news .list li {
    margin-bottom: 14px;
  }

  .news-details-main .right-block .hot-news .list li a {
    font-size: 14px;
  }

  .news-details-main .right-block .hot-news .list li span {
    margin-top: 6px;
  }

  .recruitment-main .job-list dl dt {
    padding: 14px;
  }

  .recruitment-main .job-list dl dt .item .h4 {
    font-size: 14px;
    margin-top: 8px;
  }

  .recruitment-main .job-list dl dd {
    padding: 0 20px;
  }

  .recruitment-main .job-list dl dd .dd-top {
    padding: 20px 0;
    flex-direction: column;
  }

  .recruitment-main .job-list dl dd .dd-bot {
    padding: 20px 0;
  }

  .recruitment-main .job-list dl dd .dd-bot .btn {
    height: 36px;
    width: 120px;
    font-size: 12px;
  }

  .recruitment-main .job-list dl dd .dd-top .case {
    width: 100%;
    margin: 10px 0;
  }

  .recruitment-main .job-list dl dd .dd-top .case:nth-child(1) {
    padding-right: 0;
  }

  .recruitment-main .job-list dl dd .dd-top .case p {
    line-height: 1.6;
    margin-bottom: 1em;
  }

  .recruitment-main .job-list dl dt .item .icon {
    transform: scale(0.6);
  }

  .recruitment-main .top-box input {
    padding: 0 20px;
  }

  .recruitment-main .top-box .layui-input-prefix {
    margin-left: 10px;
  }

  .recruitment-main .top-box .layui-input-prefix ~ input {
    padding-left: 3.125rem;
  }

  .join-banner {
    height: 40vh;
  }

  .join-banner .top-block {
    margin-top: 30px;
  }

  .join-banner .join-search {
    height: 45px;
    padding: 0 20px;
  }

  .join-banner .join-search input {
    padding: 0 14px;
  }

  .join-banner .mid-block .h2 {
    font-size: 24px;
  }

  .product-main {
    padding: 0 0 3.125rem;
  }

  .product-s1 {
    padding: 3.125rem 0 0;
  }

  .product-center-main .btns {
    margin-top: 2rem;
  }

  .about-s1 {
    padding: 3.125rem 0 0;
  }

  .abouts2 {
    padding: 3.125rem 0;
  }

  .abouts3 {
    margin-top: 0;
    padding: 3.125rem 0;
  }

  .about-s4 {
    padding: 3.125rem 0 0;
  }

  .joinus-main .join-s1,
  .joinus-main .join-s2,
  .joinus-main .join-s3 {
    padding: 3.125rem 0 0;
  }

  .joinus-main .join-s4 {
    padding: 3.125rem 0;
  }

  .team-style .team-box {
    width: 100%;
    flex-direction: column;
  }
  .team-style .team-box .swiper-container {
    width: 100%;
  }

  .team-style .team-box .item {
    width: 100%;
    height: 3.125rem;
    display: flex;
    flex-direction: column-reverse;
  }

  .team-style .team-box .item.active {
    width: 100%;
    height: 260px;
  }

  .joinus-main .team-style .team-box .item .info {
    flex: 1;
    height: 3.125rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .joinus-main .team-style .team-box .item .info p {
    font-size: 16px;
  }

  .joinus-main .team-style .team-box .item .info .icon-svg {
    opacity: 1;
  }

  .talent-recruitment .talent-box {
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .talent-recruitment .talent-box .item .icon {
    margin: 10px 0 5px;
    width: 28px;
    height: 28px;
  }

  .talent-recruitment .talent-box .item .icon img {
    width: 28px;
    height: 28px;
  }

  .talent-recruitment .talent-box .item .num {
    font-size: 16px;
  }

  .talent-recruitment .talent-box .item .h4 {
    font-size: 14px;
  }

  .talent-recruitment .talent-box .item.active .h4 {
    margin-top: 16px;
  }

  .talent-recruitment .talent-box .item.active .bg-num {
    font-size: 38px;
  }

  .talent-recruitment .recruitment-channel {
    margin-top: 24px;
    display: block;
  }

  .talent-recruitment .recruitment-channel .box {
    margin-bottom: 10px;
  }

  .talent-recruitment .recruitment-channel .box .info {
    padding: 20px;
  }

  .talent-recruitment .recruitment-channel .box .info .h3 {
    font-size: 20px;
  }

  .talent-recruitment .recruitment-channel .box .info p {
    font-size: 12px;
  }

  .talent-recruitment .recruitment-channel .box .info .btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .m-about .block .block-2 .items .item p {
    font-size: 12px;
  }

  .about-s1 .item .info .icon i {
    width: 4rem;
    height: 4rem;
  }

  .about-s2 {
    margin-bottom: 3.125rem;
  }

  .about-s2 .text p {
    font-size: 1.4rem;
  }

  .about-s2 .info-block .boxes .info p {
    font-size: 1.4rem;
  }

  .about-s3 .honor-block .item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .about-s3 .honor-block .item ul li {
    padding: 2rem 0;
  }

  .about-s4 .mid-block .item .info .box .h3,
  .about-s4 .nav-block .item {
    font-size: 1.6rem;
    margin: 0;
  }

  .about-s4 .mid-block {
    padding: 3.125rem 0 70px;
  }

  .about-s4 .nav-block {
    margin-top: 25px;
    justify-content: space-around;
  }

  .about-s4 .mid-block .item .info .box p {
    margin-top: 5px;
  }

  .about-s4 .mid-block .item .info .box a {
    margin-top: 14px;
  }

  .m-about .block .block-2 .items {
    flex-wrap: wrap;
    grid-row-gap: 2rem;
  }
  .m-about .block .block-2 .items .item {
    width: 50%;
  }

  .s-banner .radiomod {
    margin-top: 30px;
  }

  .c-page li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .contact-main .contact-s1 .top-box .img .info {
    padding: 20px;
  }

  .m-about .block .block-1 .img-box {
    width: 60%;
    max-width: 400px;
  }

  .m-about .block .block-2 .items .item span {
    font-size: 24px;
  }

  .about-s4 .bg-block .img {
    background-attachment: inherit;
  }

  .applyjob-tc {
    width: 100%;
    padding: 20px;
  }

  .layui-form-style2 input,
  .layui-form-style2 .text,
  .layui-form-style2 button {
    height: 40px;
    font-size: 14px;
  }

  .layui-upload-drag .layui-icon {
    font-size: 40px;
  }

  .applyjob-tc .text {
    padding-left: 0;
    line-height: 1.4;
  }

  .layui-upload-drag {
    padding: 10px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  .layui-upload-drag div {
    display: none;
  }

  .applyjob-tc form {
    margin-bottom: 0;
  }

  .layui-custom-title .layui-layer-title {
    height: 3.125rem;
    font-size: 16px;
    padding: 0 20px;
  }

  .layui-custom-title .layui-layer-setwin span {
    width: 22px;
    height: 22px;
  }

  .layui-custom-title .layui-layer-setwin {
    top: 14px;
    right: 20px;
  }

  .recruitment-main .top-box .layui-edge {
    right: 20px;
  }

  .recruitment-main .top-box .layui-input-prefix ~ input {
    padding-left: 5.125rem;
  }
}

/*# sourceMappingURL=bundle.css.map */
