@font-face {
  font-family: 'MiSans-Regular';
  src: url("../fonts/MiSans-Regular.ttf");
}
@font-face {
  font-family: 'MiSans-Medium';
  src: url("../fonts/MiSans-Medium.ttf");
}
@font-face {
  font-family: 'MiSans-Bold';
  src: url("../fonts/MiSans-Bold.ttf");
}
@font-face {
  font-family: 'Rajdhani-Bold';
  src: url("../fonts/Rajdhani-Bold-4.ttf");
}
@font-face {
  font-family: 'Rajdhani-SemiBold';
  src: url("../fonts/Rajdhani-SemiBold-5.ttf");
}
@font-face {
  font-family: 'Rajdhani-Medium';
  src: url("../fonts/Rajdhani-Medium-3.ttf");
}
@font-face {
  font-family: 'Rajdhani-Regular';
  src: url("../fonts/Rajdhani-Regular-2.ttf");
}
@font-face {
  font-family: 'Rajdhani-Light';
  src: url("../fonts/Rajdhani-Light-6.ttf");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scale-bg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes scale-bg-1 {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes indexsvg {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes o-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes o-opacity {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes reveal-1 {
  from {
    background-color: #cf132f;
    color: transparent;
  }
  to {
    color: #333333;
    background-color: transparent;
  }
}
@keyframes reveal-2 {
  from {
    background-color: #cf132f;
    color: transparent;
  }
  to {
    color: #bfbfbf;
    background-color: transparent;
  }
}
@keyframes o-loading-1 {
  from {
    stroke-dashoffset: 1682;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes o-loading-2 {
  from {
    stroke-dashoffset: 1847;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes o-loading-3 {
  from {
    stroke-dashoffset: 986;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes o-loading-4 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.15);
  }
}
@keyframes o-loading-5 {
  from {
    fill: #fff;
  }
  to {
    fill: #deb58c;
  }
}
@keyframes o-loading-6 {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes o-loading-7 {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(10);
  }
}
@keyframes o-loading-8 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
}
@media screen and (min-width: 1025px) {
  .dom-loaded .header {
    transition: all .3s ease;
  }
  .dom-loaded .header .logo img {
    transition: all .3s ease;
  }
  .dom-loaded .header li a.single {
    transition: all .3s ease;
  }
}
.header {
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 3.75rem;
  width: 100%;
  max-width: calc(1440px + 5rem);
  padding: 0 2.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
  font-size: 0;
  z-index: 9;
}
@media screen and (min-width: 1025px) {
  .header.down {
    max-width: 100%;
    top: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
}
.header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo img {
  display: block;
  height: 3.5625rem;
}
.header ul {
  display: inline-block;
  vertical-align: middle;
}
.header li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 2.5rem;
}
.header li a.single {
  display: block;
  font-size: max(16px, 1.125rem);
  line-height: 6.25rem;
  color: #49433d;
  position: relative;
  transition: color .3s ease;
  will-change: color;
}
.header li a.single:after {
  content: '';
  width: 26px;
  height: 4px;
  background-color: #da2e2f;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -13px;
  opacity: 0;
  transition: opacity .3s ease;
  will-change: opacity;
}
.header li .subnav {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  border-radius: .625rem;
  background-color: #fff;
  padding: 1.875rem 0;
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.header li .subnav a {
  display: block;
  font-size: max(14px, 1rem);
  line-height: 40px;
  color: #49433d;
  margin-top: 1.25rem;
  text-align: center;
  transition: all .3s ease;
}
.header li .subnav a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .header li .subnav a:hover {
    background-color: #da2e2f;
    color: #fff;
  }
}
@media (any-hover: hover) {
  .header li:hover a.single {
    color: #da2e2f;
  }
  .header li:hover a.single:after {
    opacity: 1;
  }
  .header li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.header .global {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 2.5rem;
}
.header .global span {
  display: block;
  font-size: 14px;
  color: #49433d;
  cursor: pointer;
}
.header .global span:before {
  content: '';
  width: max(16px, 1.25rem);
  height: max(16px, 1.25rem);
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/n-1.png");
}
.header .global span:after {
  content: '';
  width: 8px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/n-2.png");
}
.header .global .hide {
  position: absolute;
  top: 100%;
  right: -2rem;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
}
.header .global .hide:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  display: block;
  position: absolute;
  right: 2.5rem;
  top: 10px;
  z-index: 2;
}
.header .global .hide .link {
  box-shadow: 0 0 1.875rem rgba(0, 0, 0, 0.1);
  padding: 2rem 2.5rem;
  background-color: #fff;
}
.header .global .hide a {
  display: block;
  font-size: 14px;
  color: #49433d;
  white-space: nowrap;
  transition: all .3s ease;
  margin-top: 1rem;
}
.header .global .hide a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .header .global .hide a:hover {
    color: #da2e2f;
  }
}
.header .global:hover .hide {
  opacity: 1;
  visibility: visible;
}
.header a.search {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e4ba91;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-3.png");
  background-size: auto 17px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .header a.search:hover {
    border-color: #da2e2f;
    background-color: #da2e2f;
  }
}
.header a.menu {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #da2e2f;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-4.png");
  background-size: auto 14px;
}

.head-null {
  height: 6.25rem;
}

.fixed-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  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: 1.375rem;
  z-index: 3;
}
.fixed-search .logo img {
  display: block;
  height: 3.5rem;
}
.fixed-search .close {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/close-2.png");
  position: absolute;
  right: 5rem;
  top: 3.125rem;
  margin-top: -15px;
  cursor: pointer;
  z-index: 3;
}
.fixed-search .main {
  position: relative;
  z-index: 2;
}
.fixed-search .box {
  width: 90%;
  max-width: 63.75rem;
  margin: 0 auto;
}
.fixed-search .top-box {
  width: 100%;
  height: 6.25rem;
  background-color: #fff;
}
.fixed-search form {
  position: relative;
  height: 40px;
  padding-left: 40px;
}
.fixed-search form:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../images/icon-5.png") left center no-repeat;
  background-size: auto 16px;
  border-right: 1px solid #cccccc;
}
.fixed-search form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  background-color: transparent;
  font-size: max(14px, 1rem);
  color: #353544;
}
.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 {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background: url("../images/icon-5.png") center center no-repeat;
  background-size: auto 16px;
  display: none;
}
.fixed-search .bot-box {
  padding: 2.5rem 0 5rem;
  background-color: #f5f5f5;
}
.fixed-search .tit {
  font-size: max(14px, 1rem);
  color: #353544;
  padding: 0 7.5rem;
}
.fixed-search .link {
  padding: 10px 7.5rem 0;
}
.fixed-search .link a {
  display: block;
  padding: 0 2.5rem;
  font-size: max(16px, 1.5rem);
  line-height: 3.75rem;
  color: #808080;
  position: relative;
  border-radius: 5px;
  transition: all .3s ease;
}
.fixed-search .link a:after {
  content: '';
  width: 8px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-6.png");
  background-size: auto 99%;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-top: -7px;
}
@media (any-hover: hover) {
  .fixed-search .link a:hover {
    color: #da2e2f;
    background-color: #ffffff;
  }
  .fixed-search .link a:hover:after {
    background-image: url("../images/icon-7.png");
  }
}

.footer {
  border-top: 2px solid #e3b88e;
  font-size: 0;
}
.footer .top-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/img-1.jpg");
  padding: 3.75rem 0;
}
.footer .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .top-box .logo img {
  display: block;
  height: 40px;
}
.footer .top-box .link a {
  display: inline-block;
  vertical-align: top;
  padding: 0 1.875rem;
  font-size: max(16px, 1.25rem);
  line-height: 2.5;
  color: #858585;
  border-radius: 5px;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .footer .top-box .link a:hover {
    background-color: #f4efe9;
  }
}
.footer .bot-box {
  margin-top: 3.75rem;
  padding-top: 3.75rem;
  border-top: 1px solid #dcd9d3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .bot-box .left-box {
  width: 26.25rem;
}
.footer .bot-box .site {
  position: relative;
  z-index: 2;
}
.footer .bot-box .site span {
  display: block;
  border: 1px solid #dcd9d3;
  border-radius: 5px;
  font-size: max(14px, 1rem);
  line-height: 3.375rem;
  color: #858585;
  padding: 0 1.25rem;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.footer .bot-box .site span:before {
  content: '';
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 10px 0 0;
}
.footer .bot-box .site span:after {
  content: '';
  width: 10px;
  height: 5px;
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
}
.footer .bot-box .site .hide {
  border: 1px solid #dcd9d3;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  padding-top: calc(1.6875rem + 1px);
  display: none;
}
.footer .bot-box .site .hide a {
  display: block;
  font-size: max(14px, 1rem);
  color: #858585;
  padding: 0 1.25rem;
  line-height: 3rem;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .footer .bot-box .site .hide a:hover {
    background-color: #9f7955;
    color: #fff;
  }
}
.footer .bot-box .site.open .hide {
  display: block;
}
.footer .bot-box .info {
  margin-top: 2rem;
}
.footer .bot-box .info span {
  display: block;
  font-size: max(16px, 1.25rem);
  color: #858585;
}
.footer .bot-box .info span.mt {
  margin-top: 1.25rem;
}
.footer .bot-box .info .tel {
  font-size: max(24px, 2.5rem);
  color: #da2e2f;
  font-family: 'Rajdhani-SemiBold';
  margin-top: 0.625rem;
}
.footer .bot-box .info p {
  font-size: max(14px, 1rem);
  color: #858585;
  margin-top: 0.625rem;
}
.footer .bot-box .nav .tit a {
  display: block;
  font-size: max(16px, 1.25rem);
  color: #858585;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .footer .bot-box .nav .tit a:hover {
    color: #9f7955;
  }
}
.footer .bot-box .nav .link {
  margin-top: 1.5rem;
}
.footer .bot-box .nav .link a {
  display: block;
  font-size: max(14px, 1rem);
  color: #858585;
  margin-top: 1rem;
  transition: color .3s ease;
}
.footer .bot-box .nav .link a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .footer .bot-box .nav .link a:hover {
    color: #9f7955;
  }
}
.footer .bot-box .ewm .img-box {
  width: 9.375rem;
  margin: 0 auto;
  border: 1px solid #cccccc;
}
.footer .bot-box .ewm img {
  display: block;
  width: 100%;
}
.footer .bot-box .ewm p {
  font-size: max(14px, 1rem);
  line-height: 1.5;
  color: #858585;
  text-align: center;
  margin-top: 1rem;
}
.footer .bot-block {
  background-color: #e6e6e6;
  padding: 2.5rem 0;
}
.footer .bot-block .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .bot-block p {
  font-size: max(14px, 1rem);
  color: #858585;
}
.footer .bot-block p a {
  color: #858585;
}

.wrap-s {
  width: 86vw;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.wrap-s.max {
  width: 1200px;
}

.fiu, .fi {
  opacity: 0;
}

.c-bg-fixed, .contact-s2, .other-s2, .about-s1, .about-s2, .about-s5 {
  background-attachment: fixed;
}

.reveal em {
  font-style: normal;
}

.c-banner {
  position: relative;
}
.c-banner .img-box {
  overflow: hidden;
}
.c-banner img {
  display: block;
  width: 100%;
}
.c-banner .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.c-banner .en {
  height: max(50px, 4.375rem);
  position: relative;
}
.c-banner .en:after {
  content: '';
  width: 5px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.c-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;
}
.c-banner .tit {
  font-size: 2.5rem;
  color: #fff;
  letter-spacing: .625rem;
  margin-top: 1rem;
}
.c-banner .form {
  position: relative;
  width: 80%;
  max-width: 45rem;
  margin: 0 auto;
  background-color: #fff;
  height: 5rem;
  border-radius: .625rem;
  overflow: hidden;
}
.c-banner .form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.875rem;
  font-size: max(14px, 1.125rem);
  color: #333;
}
.c-banner .form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 5rem;
  height: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-3.png");
  background-color: transparent;
  cursor: pointer;
}

.comm-page {
  font-size: 0;
  text-align: center;
}
.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  position: relative;
}
.comm-page li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #de0000;
  border-radius: 6px;
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}
.comm-page li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  transition: all .3s ease;
  z-index: 2;
}
@media (any-hover: hover) {
  .comm-page li:hover:before {
    opacity: 1;
  }
  .comm-page li:hover a {
    color: #fff;
  }
}
.comm-page li.active:before {
  opacity: 1;
}
.comm-page li.active a {
  border-color: transparent;
  color: #fff;
}

.c-crumbs {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-crumbs a {
  font-size: max(14px, 1rem);
  line-height: 5rem;
  color: #858585;
  margin-right: 20px;
  position: relative;
}
.c-crumbs a:after {
  content: '';
  width: 6px;
  height: 12px;
  background-image: url("../images/index/icon-1.png");
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  margin-top: -6px;
}
.c-crumbs a:last-of-type:after {
  display: none;
}

.video-pop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  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: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: url("../images/close-1.svg") center no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
  z-index: 2;
}
@media (any-hover: hover) {
  .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: 90%;
  max-width: 90%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 20;
}
.index-loading .svg-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-loading .svg-logo svg {
  width: 100%;
  fill: #fff;
  stroke: #deb58c;
  stroke-miterlimit: 10;
}
.index-loading .svg-logo .st1 {
  stroke-dasharray: 1682;
  stroke-dashoffset: 1682;
}
.index-loading .svg-logo .st2 {
  stroke-dasharray: 1847;
  stroke-dashoffset: 1847;
}
.index-loading .svg-logo .st3 {
  stroke-dasharray: 1847;
  stroke-dashoffset: 1847;
}
.index-loading .svg-logo .st4 {
  stroke-dasharray: 986;
  stroke-dashoffset: 986;
}
.index-loading .svg-logo .st5 {
  stroke-dasharray: 986;
  stroke-dashoffset: 986;
}
.index-loading .range {
  width: 30rem;
  height: 30rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15rem 0 0 -15rem;
  opacity: 0;
  transform: scale(0.8);
}
.index-loading .range i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #deb58c;
}
.index-loading.ani {
  animation: o-loading-8 .3s ease forwards;
  animation-delay: 2.3s;
}
.index-loading.ani .svg-logo {
  animation: o-loading-4 .5s ease forwards;
  animation-delay: 1s;
}
.index-loading.ani .svg-logo svg {
  animation: o-loading-5 .3s ease forwards;
  animation-delay: 1s;
}
.index-loading.ani .svg-logo .st1 {
  animation: o-loading-1 1s linear forwards;
}
.index-loading.ani .svg-logo .st2 {
  animation: o-loading-2 1s linear forwards;
}
.index-loading.ani .svg-logo .st3 {
  animation: o-loading-2 1s linear forwards;
}
.index-loading.ani .svg-logo .st4 {
  animation: o-loading-3 1s linear forwards;
}
.index-loading.ani .svg-logo .st5 {
  animation: o-loading-3 1s linear forwards;
}
.index-loading.ani .range {
  animation: o-loading-6 .5s ease forwards;
  animation-delay: 1s;
}
.index-loading.ani .range i {
  animation: o-loading-7 2s ease forwards;
}
.index-loading.ani .range i:nth-of-type(1) {
  animation-delay: 1.5s;
}
.index-loading.ani .range i:nth-of-type(2) {
  animation-delay: 1.7s;
}
.index-loading.ani .range i:nth-of-type(3) {
  animation-delay: 1.8s;
}
.index-loading.ani .range i:nth-of-type(4) {
  animation-delay: 1.9s;
}

.index-s1 {
  position: relative;
  z-index: 1;
}
.index-s1 .item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.index-s1 .item.swiper-slide-active .img-box img {
  animation: scale-bg-1 8s linear forwards;
}
.index-s1 .item.active .line span {
  transform: scaleX(1);
  transition: transform 8s linear;
}
.index-s1 .item.active .txt-box em {
  animation: o-upfade-top .3s linear forwards;
}
.index-s1 .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.index-s1 .img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #c9cbd0;
  z-index: 3;
}
.index-s1 .line span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #da2e2f;
  transform: scaleX(0);
  transform-origin: left center;
}
.index-s1 .pagination {
  position: absolute;
  bottom: 3.125rem;
  font-size: 0;
  text-align: center;
  z-index: 3;
}
.index-s1 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #fff;
  margin-right: 1rem;
  transition: all .3s ease;
  cursor: pointer;
}
.index-s1 .pagination span.active {
  background-color: #fff;
  width: 32px;
}

.index-s2 {
  padding: 7.5rem 0;
  background: url("../images/index/img-1.jpg");
}
.index-s2 .flex {
  display: flex;
}
.index-s2 .left-box {
  width: calc(43% - 3.75rem);
  padding-right: 3.75rem;
}
.index-s2 .left-box .top-box {
  position: relative;
}
.index-s2 .left-box .top-box .zh {
  font-size: max(20px, 2rem);
  color: #353844;
}
.index-s2 .left-box .top-box .en {
  font-size: max(20px, 2rem);
  line-height: 1;
  font-family: 'Rajdhani-Bold';
  color: #353544;
  opacity: 0.3;
  margin-top: 0.625rem;
}
.index-s2 .left-box .top-box a {
  position: absolute;
  right: 0;
  bottom: 4px;
  font-size: max(14px, 1rem);
  color: #858585;
}
.index-s2 .left-box .top-box a:after {
  content: '';
  width: 6px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 1.25rem;
}
.index-s2 .left-box .items {
  margin-top: 3.75rem;
}
.index-s2 .left-box .item {
  border-top: 2px solid #e6e6e6;
}
.index-s2 .left-box .item a {
  display: flex;
  padding: 2.5rem 0;
}
.index-s2 .left-box .item .date {
  width: 76px;
  height: 60px;
  border-radius: .625rem;
  transition: all .3s ease;
}
.index-s2 .left-box .item .date span, .index-s2 .left-box .item .date i {
  display: block;
  transition: all .3s ease;
}
.index-s2 .left-box .item .date span {
  font-size: max(24px, 2.5rem);
  line-height: 1;
  font-family: 'Rajdhani-Bold';
  color: #353844;
}
.index-s2 .left-box .item .date i {
  font-size: max(14px, 1.125rem);
  line-height: 1;
  color: #353844;
  font-family: 'Rajdhani-Medium';
  font-style: normal;
}
.index-s2 .left-box .item .txt-box {
  width: calc(100% - 100px);
  padding-left: 1.5rem;
}
.index-s2 .left-box .item .tit {
  height: 60px;
  position: relative;
  transition: height .3s ease;
}
.index-s2 .left-box .item .tit:after {
  content: '';
  width: 2px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: -1.5rem;
  transition: opacity .3s ease;
}
.index-s2 .left-box .item .tit span {
  display: block;
  font-size: max(16px, 1.125rem);
  color: #353844;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s2 .left-box .item p {
  font-size: max(14px, 1rem);
  color: #858585;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  display: none;
}
@media (any-hover: hover) {
  .index-s2 .left-box .item.active .date {
    width: 100px;
    height: 100px;
    background-color: #f3f3f3;
    padding-left: 20px;
  }
  .index-s2 .left-box .item.active .date span {
    font-size: max(28px, 3.125rem);
    color: #d7bd96;
  }
  .index-s2 .left-box .item.active .date i {
    font-size: max(16px, 1.25rem);
    color: #de0000;
  }
  .index-s2 .left-box .item.active .tit {
    height: 100px;
  }
  .index-s2 .left-box .item.active .tit:after {
    opacity: 0;
  }
  .index-s2 .left-box .item.active .tit span {
    font-size: max(18px, 1.375rem);
  }
  .index-s2 .left-box .item.active p {
    display: block;
    animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  }
}
.index-s2 .right-box {
  width: calc(57% + 3.75rem);
  padding-left: 3.75rem;
  max-width: 820px;
  border-left: 2px solid #e6e6e6;
  order: 2;
}
.index-s2 .right-box .swiper {
  padding-bottom: 2.5rem;
}
.index-s2 .right-box .item {
  visibility: hidden;
}
.index-s2 .right-box .item .img-box {
  border-radius: 1rem;
  overflow: hidden;
  opacity: 0;
}
.index-s2 .right-box .item img {
  display: block;
  width: 100%;
  transition: transform .3s ease;
}
.index-s2 .right-box .item .tit {
  font-size: max(16px, 1.5rem);
  color: #353844;
  margin: 3.75rem 1.875rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
.index-s2 .right-box .item .date {
  font-size: 1.875rem;
  color: #da2e2f;
  margin: 1rem 1.875rem 0;
  font-family: 'Rajdhani-Bold';
  opacity: 0;
}
.index-s2 .right-box .item p {
  font-size: max(14px, 1.125rem);
  color: #858585;
  line-height: 1.5;
  opacity: 0;
  margin: 1.5rem 1.875rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s2 .right-box .item.swiper-slide-active {
  visibility: visible;
}
.index-s2 .right-box .item.swiper-slide-active .img-box, .index-s2 .right-box .item.swiper-slide-active .tit, .index-s2 .right-box .item.swiper-slide-active .date, .index-s2 .right-box .item.swiper-slide-active p {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.index-s2 .right-box .item.swiper-slide-active .tit {
  animation-delay: .1s;
}
.index-s2 .right-box .item.swiper-slide-active .date {
  animation-delay: .2s;
}
.index-s2 .right-box .item.swiper-slide-active p {
  animation-delay: .3s;
}
@media (any-hover: hover) {
  .index-s2 .right-box .item:hover img {
    transform: scale(1.1);
  }
}
.index-s2 .right-box .pagination {
  padding: 0 1.875rem;
  font-size: 0;
}
.index-s2 .right-box .pagination span {
  display: inline-block;
  vertical-align: top;
  width: max(10px, 1.125rem);
  height: max(10px, 1.125rem);
  margin-left: 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99.5%;
  background-image: url("../images/index/icon-2-1.png");
  transition: all .3s ease;
  cursor: pointer;
}
.index-s2 .right-box .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s2 .right-box .pagination span.active {
  background-image: url("../images/index/icon-2-2.png");
}
@media (any-hover: hover) {
  .index-s2 .right-box .pagination span:hover {
    background-image: url("../images/index/icon-2-2.png");
  }
}

.news-s1 {
  padding: 5rem 0 5.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/news/img-1.jpg");
}
.news-s1 .items {
  position: relative;
}
.news-s1 .item {
  position: relative;
  padding-bottom: 5rem;
}
.news-s1 .item .top-box {
  display: flex;
  align-items: center;
  opacity: 0;
}
.news-s1 .item .date {
  width: 6.25rem;
  height: 6.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/news/img-2.jpg");
  border-radius: .625rem;
  text-align: center;
}
.news-s1 .item .date .box {
  display: inline-block;
  text-align: left;
}
.news-s1 .item .date span, .news-s1 .item .date i {
  display: block;
  font-family: 'Rajdhani-Bold';
}
.news-s1 .item .date span {
  color: #f7f2e9;
  font-size: 3.125rem;
}
.news-s1 .item .date i {
  font-size: max(14px, 1.25rem);
  color: #de0000;
  font-style: normal;
}
.news-s1 .item .tit {
  width: calc(100% - 6.25rem);
  padding-left: 2.5rem;
}
.news-s1 .item .tit a {
  display: block;
  font-size: 2.25rem;
  color: #353844;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
@media (any-hover: hover) {
  .news-s1 .item .tit a:hover {
    color: #de0000;
  }
}
.news-s1 .item p {
  margin-top: 2.5rem;
  font-size: max(14px, 1.125rem);
  color: #858585;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
}
.news-s1 .item a.link {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: max(14px, 1rem);
  color: #dd4748;
  opacity: 0;
}
.news-s1 .item a.link:after {
  content: '';
  width: 7px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-1.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 1.25rem;
}
.news-s1 .item.swiper-slide-active .top-box, .news-s1 .item.swiper-slide-active p, .news-s1 .item.swiper-slide-active a.link {
  animation: o-upfade-top 0.7s 0s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.news-s1 .item.swiper-slide-active p {
  animation-delay: .1s;
}
.news-s1 .item.swiper-slide-active a.link {
  animation-delay: .2s;
}
.news-s1 .pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0;
  z-index: 2;
}
.news-s1 .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 3rem;
  height: 3px;
  margin-left: 0.625rem;
  background-color: #d7d3cf;
  cursor: pointer;
  transition: all .3s ease;
}
.news-s1 .pagination span.active {
  background-color: #dd4748;
}

.news-s2 {
  border-top: 4px solid #eeeeee;
  padding: 2.5rem 0 7.5rem;
}
.news-s2 .flex {
  display: flex;
}
.news-s2 .filter-box {
  width: 23.75rem;
  order: 2;
}
.news-s2 .filter-box .sticky {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/news/img-3.jpg");
  padding: 2.5rem;
  position: sticky;
  top: calc(6.25rem + 20px);
}
.news-s2 .filter-box .tit {
  font-size: max(18px, 1.375rem);
  color: #353844;
}
.news-s2 .filter-box .year-box {
  margin-top: 1.25rem;
  position: relative;
  font-size: 0;
  z-index: 3;
}
.news-s2 .filter-box .year-box span {
  display: block;
  background-color: #fff;
  font-size: max(14px, 1rem);
  line-height: 3.75rem;
  color: #858585;
  padding: 0 1.25rem;
  cursor: pointer;
}
.news-s2 .filter-box .year-box span:after {
  content: '';
  width: 15px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/news/icon-2.png");
  position: absolute;
  right: 1.25rem;
  top: 50%;
  margin-top: -3px;
}
.news-s2 .filter-box .year-box .hide {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 1.25rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  display: none;
}
.news-s2 .filter-box .year-box .hide a {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: max(14px, 1rem);
  line-height: 2;
  color: #858585;
  font-family: 'Rajdhani-Regular';
  text-align: center;
}
@media (any-hover: hover) {
  .news-s2 .filter-box .year-box .hide a:hover {
    color: #dd4748;
  }
}
.news-s2 .filter-box .year-box.open .hide {
  display: block;
}
.news-s2 .filter-box .form {
  margin-top: 10px;
  height: 3.75rem;
  background-color: #fff;
  position: relative;
  padding-right: 3.75rem;
}
.news-s2 .filter-box .form input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  font-size: max(14px, 1rem);
  color: #858585;
}
.news-s2 .filter-box .form input::-webkit-input-placeholder {
  color: #858585;
}
.news-s2 .filter-box .form input:-moz-placeholder {
  color: #858585;
}
.news-s2 .filter-box .form input::-moz-placeholder {
  color: #858585;
}
.news-s2 .filter-box .form input:-ms-input-placeholder {
  color: #858585;
}
.news-s2 .filter-box .form button {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  right: 0;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-3.png");
  background-size: auto 1.125rem;
  background-color: transparent;
  cursor: pointer;
}
.news-s2 .filter-box .share {
  margin-top: 2rem;
}
.news-s2 .filter-box .ewm {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 1.25rem;
}
.news-s2 .filter-box .ewm i {
  display: block;
  width: 36px;
  height: 36px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 99%;
  cursor: pointer;
}
.news-s2 .filter-box .ewm .hide {
  position: relative;
  width: 110px;
  padding-top: 16px;
}
.news-s2 .filter-box .ewm .hide:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: 10px;
  left: 12px;
}
.news-s2 .filter-box .ewm .hide img {
  display: block;
  width: 100%;
}
.news-s2 .cont-box {
  width: calc(100% - 23.75rem);
  padding-right: 2.5rem;
}
.news-s2 .items {
  margin-bottom: 3.75rem;
}
.news-s2 .item {
  position: relative;
  border-bottom: 1px solid #ebe9e7;
}
.news-s2 .item:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #de0000;
  z-index: 2;
  transform-origin: left center;
  transform: scaleX(0);
}
.news-s2 .item a {
  display: flex;
  padding: 3.75rem 0;
  align-items: flex-start;
}
.news-s2 .item .date {
  width: 6.25rem;
  height: 6.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/news/img-4.jpg");
  border-radius: .625rem;
  text-align: center;
}
.news-s2 .item .date .box {
  display: inline-block;
  text-align: left;
}
.news-s2 .item .date span, .news-s2 .item .date i {
  display: block;
  font-family: 'Rajdhani-Bold';
}
.news-s2 .item .date span {
  color: #d7bd96;
  font-size: 3.125rem;
}
.news-s2 .item .date i {
  font-size: max(14px, 1.25rem);
  color: #de0000;
  font-style: normal;
}
.news-s2 .item .txt-box {
  width: calc(100% - 6.25rem);
  padding-left: 2.5rem;
}
.news-s2 .item .tit {
  font-size: max(16px, 1.375rem);
  color: #353844;
  transition: color .3s ease;
}
.news-s2 .item p {
  margin-top: 1.5rem;
  font-size: max(14px, 1rem);
  color: #858585;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (any-hover: hover) {
  .news-s2 .item:hover:after {
    transform: scaleX(1);
    transition: transform .5s ease;
  }
  .news-s2 .item:hover .tit {
    color: #de0000;
  }
}

.news-s3 {
  padding: 2rem 0 6.25rem;
}
.news-s3 .block {
  padding: 0 7.5rem;
}
.news-s3 .top-block {
  padding: 2rem 0;
  border-bottom: 4px solid #353544;
}
.news-s3 .top-block .date {
  font-size: max(16px, 1.375rem);
  color: #dd4748;
  font-family: 'Rajdhani-SemiBold';
}
.news-s3 .top-block .date:before {
  content: '';
  width: max(12px, 1.125rem);
  height: max(12px, 1.125rem);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-5.png");
  background-size: auto 99%;
  display: inline-block;
  vertical-align: middle;
  margin: -2px .625rem 0 0;
}
.news-s3 .top-block .tit {
  font-size: 3.125rem;
  color: #353544;
  margin-top: 1.5rem;
}
.news-s3 .mid-block {
  margin-top: 2.5rem;
}
.news-s3 .mid-block .para {
  font-size: max(16px, 1.125rem);
  color: #353544;
  line-height: 2;
}
.news-s3 .mid-block .para p {
  margin-top: 1rem;
}
.news-s3 .mid-block .para p:nth-of-type(1) {
  margin-top: 0;
}
.news-s3 .mid-block .para img {
  max-width: 100%;
  height: auto !important;
}
.news-s3 .bot-block {
  margin-top: 3.75rem;
}
.news-s3 .bot-block .share {
  position: relative;
  padding: 2.5rem 0;
  text-align: center;
  font-size: 0;
}
.news-s3 .bot-block .share:before {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  background-color: #353544;
  z-index: 1;
}
.news-s3 .bot-block .share .box {
  padding: 0 2.5rem;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
}
.news-s3 .bot-block .share a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  border: 1px solid #eaeced;
  border-radius: 3px;
  margin-left: 10px;
  overflow: hidden;
}
.news-s3 .bot-block .share a:nth-of-type(1) {
  margin-left: 0;
}
.news-s3 .bot-block .share a:before {
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-color: #dd4748;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.news-s3 .bot-block .share a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  transition: all .3s ease;
}
.news-s3 .bot-block .share a.wechat:after {
  background-image: url("../images/news/share-1.png");
}
@media (any-hover: hover) {
  .news-s3 .bot-block .share a.wechat:hover:after {
    background-image: url("../images/news/share-1-1.png");
  }
}
.news-s3 .bot-block .share a.weibo:after {
  background-image: url("../images/news/share-2.png");
}
@media (any-hover: hover) {
  .news-s3 .bot-block .share a.weibo:hover:after {
    background-image: url("../images/news/share-2-1.png");
  }
}
.news-s3 .bot-block .share a.qq:after {
  background-image: url("../images/news/share-3.png");
}
@media (any-hover: hover) {
  .news-s3 .bot-block .share a.qq:hover:after {
    background-image: url("../images/news/share-3-1.png");
  }
}
@media (any-hover: hover) {
  .news-s3 .bot-block .share a:hover:before {
    opacity: 1;
  }
}
.news-s3 .bot-block .page {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.news-s3 .bot-block .page a {
  width: max(120px, 11.25rem);
  line-height: 3rem;
  font-size: max(16px, 1.125rem);
  color: #091234;
  text-align: center;
  background-color: #edeef0;
  transition: all .3s ease;
}
@media (any-hover: hover) {
  .news-s3 .bot-block .page a:hover {
    background-color: #dd4748;
    color: #fff;
  }
}

.social-s1 {
  padding: 7.5rem 0;
  background: url("../images/social/img-1.jpg") center top no-repeat;
  background-size: 100% auto;
}
.social-s1 .top-box {
  position: relative;
}
.social-s1 .top-box .txt {
  max-width: calc(100% - 32rem);
  padding-right: 3.75rem;
  font-size: max(18px, 1.75rem);
  color: #333333;
  line-height: 1.5;
}
.social-s1 .top-box .img-box-1 {
  width: 32rem;
  position: absolute;
  right: 0;
  top: -2.5rem;
}
.social-s1 .top-box .img-box-1 img {
  display: block;
  width: 100%;
}
.social-s1 .top-box .img-box-2 {
  width: 38.3125rem;
  margin-top: 2rem;
  margin-left: 7.5rem;
}
.social-s1 .top-box .img-box-2 img {
  display: block;
  width: 100%;
}
.social-s1 .bot-box {
  position: relative;
  border-radius: 1.875rem;
  overflow: hidden;
}
.social-s1 .bot-box .img-box img {
  display: block;
  width: 100%;
}
.social-s1 .bot-box .m-img-box {
  display: none;
}
.social-s1 .bot-box .m-img-box img {
  display: block;
  width: 100%;
}
.social-s1 .bot-box .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 7.5rem;
}
.social-s1 .bot-box .para {
  max-width: 40rem;
  font-size: max(14px, 1.25rem);
  line-height: 2;
  color: #333333;
}

.contact-s1 {
  position: relative;
}
.contact-s1 .img-box {
  position: relative;
  overflow: hidden;
}
.contact-s1 .img-box img {
  display: block;
  width: 100%;
}
.contact-s1 .img-box .dot {
  position: absolute;
  top: 50%;
  right: 21.7%;
}
.contact-s1 .img-box .dot:before {
  content: '';
  width: 3rem;
  height: 4.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-1.png");
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -1.5rem;
}
.contact-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.contact-s1 .txt-box .tit {
  font-size: max(20px, 1.5rem);
  color: #353544;
}
.contact-s1 .txt-box .tit.mt {
  margin-top: 2.5rem;
}
.contact-s1 .txt-box .tel {
  font-size: max(24px, 2.5rem);
  font-family: 'Rajdhani-SemiBold';
  color: #da2e2f;
  line-height: 1;
  margin-top: 1rem;
}
.contact-s1 .txt-box p {
  font-size: max(16px, 1.125rem);
  margin-top: 0.625rem;
  color: #858585;
}
.contact-s1 .txt-box a.link {
  display: inline-block;
  margin-top: 1rem;
  font-size: max(14px, 1rem);
  color: #858585;
}
.contact-s1 .txt-box a.link:after {
  content: '';
  width: 1rem;
  height: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 .625rem;
}

.contact-s2 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/contact/img-2.jpg");
}
.contact-s2 .flex {
  display: flex;
}
.contact-s2 .left-box {
  width: calc(100% - 23.75rem);
  padding-right: 1.875rem;
}
.contact-s2 .left-box .top-box .en {
  font-size: max(18px, 1.75rem);
  color: #dd4748;
  line-height: 1;
  font-family: 'Rajdhani-Bold';
}
.contact-s2 .left-box .top-box .zh {
  font-size: max(18px, 1.75rem);
  color: #353844;
  letter-spacing: .625rem;
  font-family: 'MiSans-Medium';
  margin-top: 1rem;
}
.contact-s2 .left-box .para {
  margin-top: 2rem;
  background-color: #fff;
  padding: 3.75rem;
  border-radius: 1.25rem;
}
.contact-s2 .left-box .para .box {
  margin-top: 1.4rem;
}
.contact-s2 .left-box .para p {
  font-size: max(14px, 1.125rem);
  color: #353844;
  line-height: 1.8;
}
.contact-s2 .left-box .para span {
  display: block;
  font-size: max(16px, 1.25rem);
  color: #353844;
  font-family: 'MiSans-Medium';
  margin-bottom: .625rem;
}
.contact-s2 .right-box {
  width: 23.75rem;
}
.contact-s2 .right-box .top-box {
  border-radius: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/contact/img-3.jpg");
  padding: 2.5rem 2.5rem 5rem;
}
.contact-s2 .right-box .top-box .en {
  font-size: max(18px, 1.75rem);
  color: #fff;
  opacity: 0.3;
  line-height: 1;
  font-family: 'Rajdhani-Bold';
}
.contact-s2 .right-box .top-box .zh {
  font-size: max(18px, 1.75rem);
  color: #fff;
  opacity: 0.6;
  letter-spacing: .625rem;
  font-family: 'MiSans-Medium';
  margin-top: 1rem;
}
.contact-s2 .right-box .bot-box {
  margin-top: 1.875rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
}
.contact-s2 .right-box .bot-box .tit {
  font-size: max(18px, 1.75rem);
  color: #353844;
  letter-spacing: .625rem;
  font-family: 'MiSans-Medium';
}
.contact-s2 .right-box .bot-box .tit:before {
  content: '';
  width: max(30px, 2.5rem);
  height: max(30px, 2.5rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3.png");
  display: inline-block;
  vertical-align: middle;
  margin: -4px 1.25rem 0 0;
}
.contact-s2 .right-box .bot-box p {
  font-size: max(14px, 1.125rem);
  color: #353844;
  margin-top: 1rem;
  line-height: 1.5;
}
.contact-s2 .right-box .bot-box .email {
  margin-top: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #dbdde4;
}
.contact-s2 .right-box .bot-box .email span {
  display: block;
  font-size: max(16px, 1.25rem);
  color: #353844;
  font-family: 'MiSans-Medium';
}
.contact-s2 .right-box .bot-box .email a {
  display: inline-block;
  font-size: max(16px, 1.375rem);
  line-height: 1;
  color: #353844;
  font-family: 'Rajdhani-Bold';
  margin-top: 5px;
}
.contact-s2 .right-box .bot-box .zr {
  margin-top: 1.5rem;
}
.contact-s2 .right-box .bot-box .zr span {
  display: block;
  font-size: max(16px, 1.25rem);
  color: #353844;
  font-family: 'MiSans-Medium';
}

.other-s1 .flex {
  display: flex;
}
.other-s1 .left-box {
  width: 370px;
  padding: 7.5rem 1.875rem 7.5rem 0;
}
.other-s1 .sticky {
  position: sticky;
  top: calc(6.25rem + 20px);
}
.other-s1 .position span {
  display: block;
  font-size: max(14px, 1rem);
  color: #353844;
  border-radius: 5px;
  padding: 1rem 40px 1rem 20px;
  position: relative;
  cursor: pointer;
  transition: all .3s ease;
}
.other-s1 .position span:after {
  content: '';
  width: 20px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 9px;
  background-image: url("../images/other/icon-1.png");
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -5px;
  opacity: 0;
  transition: opacity .3s ease;
}
.other-s1 .position span.active {
  background-color: #eeeeee;
}
.other-s1 .position span.active:after {
  opacity: 1;
}
.other-s1 .right-box {
  width: calc(100% - 370px);
  padding: 7.5rem 0;
  border-left: 1px solid #eeeeee;
  padding-left: 3.125rem;
}
.other-s1 .right-box .block {
  margin-top: 3.75rem;
}
.other-s1 .right-box .block:nth-of-type(1) {
  margin-top: 0;
}
.other-s1 .right-box .tit {
  font-size: 2rem;
  color: #353844;
  padding-left: 2rem;
  position: relative;
}
.other-s1 .right-box .tit:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #da2e2f;
}
.other-s1 .right-box .para {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eeeeee;
  font-size: max(14px, 1.125rem);
  color: #7d7f85;
  line-height: 2;
}
.other-s1 .right-box .para span {
  display: block;
  font-family: 'MiSans-Medium';
  color: #353844;
}
.other-s1 .right-box .para.nomt {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.other-s1 .right-box .para.mb {
  margin-bottom: 3.75rem;
}
.other-s1 .right-box .para.gray {
  color: #353844;
}
.other-s1 .right-box.style .tit {
  padding-left: 0;
}
.other-s1 .right-box.style .tit:before {
  display: none;
}
.other-s1 .right-box.style .tit:after {
  content: '';
  width: 7.5rem;
  height: 1px;
  position: absolute;
  bottom: calc(-2rem - 1px);
  left: 0;
  background-color: #da2e2f;
}

.other-s2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/other/img-1.jpg");
  overflow: hidden;
}
.other-s2 .flex {
  display: flex;
}
.other-s2 .left-box {
  width: 23.125rem;
  padding: 7.5rem 2.5rem 7.5rem 0;
  border-right: 1px solid #eeeeee;
}
.other-s2 .left-box .en {
  font-size: max(18px, 1.75rem);
  color: #dd4748;
  line-height: 1;
  font-family: 'Rajdhani-Bold';
}
.other-s2 .left-box .zh {
  font-size: max(18px, 1.75rem);
  color: #353844;
  letter-spacing: .625rem;
  font-family: 'MiSans-Medium';
  margin-top: 1rem;
}
.other-s2 .left-box .tel {
  margin-top: 2rem;
}
.other-s2 .left-box .tel span {
  font-size: max(16px, 1.25rem);
  color: #7d7f85;
}
.other-s2 .left-box .tel p {
  font-size: max(20px, 2.5rem);
  color: #d1d1d1;
  line-height: 1;
  font-family: 'Rajdhani-SemiBold';
}
.other-s2 .left-box .addr {
  margin-top: 2rem;
}
.other-s2 .left-box .addr span {
  font-size: max(16px, 1.25rem);
  color: #7d7f85;
}
.other-s2 .left-box .addr p {
  font-size: max(14px, 1rem);
  color: #7d7f85;
  margin-top: 5px;
}
.other-s2 .left-box .ewm {
  margin-top: 2rem;
  display: flex;
  border: 1px solid #eeeeee;
}
.other-s2 .left-box .ewm .txt {
  width: calc(100% - 9.375rem);
  border-right: 1px solid #eeeeee;
}
.other-s2 .left-box .ewm i {
  display: block;
  margin: 0 auto;
  width: max(24px, 2rem);
  height: max(24px, 2rem);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/other/icon-2.png");
  background-size: auto 99%;
}
.other-s2 .left-box .ewm span {
  display: block;
  text-align: center;
  margin-top: 0.625rem;
  color: #353544;
  font-size: max(14px, 1rem);
}
.other-s2 .left-box .ewm .img-box {
  width: 9.375rem;
  height: 9.375rem;
  padding: .625rem;
}
.other-s2 .left-box .ewm .img-box img {
  display: block;
  width: 100%;
}
.other-s2 .right-box {
  width: calc(100% - 23.125rem);
  padding: 7.5rem 0 7.5rem 4.375rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.other-s2 .right-box:before {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  left: 0;
  top: 10rem;
}
.other-s2 .right-box .box {
  width: max(100px, 7.5rem);
  margin-left: 5px;
}
.other-s2 .right-box .box:nth-of-type(1) {
  margin-left: 0;
}
.other-s2 .right-box .box .tit a {
  display: block;
  text-align: center;
  font-size: max(16px, 1.125rem);
  color: #353844;
  font-family: 'MiSans-Medium';
}
.other-s2 .right-box .box .link {
  margin-top: 2.5rem;
}
.other-s2 .right-box .box .link a {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: max(14px, 1rem);
  line-height: 40px;
  color: #7d7f85;
  background-color: #eeeeee;
  border-radius: 6px;
  transition: all .3s ease;
}
.other-s2 .right-box .box .link a:nth-of-type(1) {
  margin-top: 0;
}
@media (any-hover: hover) {
  .other-s2 .right-box .box .link a:hover {
    background-color: #dd4748;
    color: #fff;
  }
}

.other-s3 {
  padding: 7.5rem 0;
}
.other-s3 .tips {
  text-align: center;
  font-size: 2rem;
  color: #333333;
}
.other-s3 .tips span {
  color: #da2e2f;
}
.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: #da2e2f;
  transform: scaleX(0);
  transform-origin: left top;
}
.other-s3 .item a {
  position: relative;
  display: block;
  padding: 2.5rem 0;
}
.other-s3 .item i {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 2.5rem;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/other/icon-3.png");
  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 i {
    background-image: url("../images/other/icon-4.png");
  }
  .other-s3 .item:hover .tit {
    color: #da2e2f;
  }
}

.about-s1 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-2.jpg");
}
.about-s1 .top-box {
  position: relative;
}
.about-s1 .top-box .img-box {
  border-radius: 1.875rem;
  overflow: hidden;
}
.about-s1 .top-box .img-box img {
  display: block;
  width: 100%;
  transition: transform .5s ease;
}
.about-s1 .top-box a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-s1 .top-box a i {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 5.625rem;
  height: 5.625rem;
}
.about-s1 .top-box a i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/icon-1.png");
  background-size: auto 99%;
  animation: o-rotate 3s linear infinite;
}
.about-s1 .top-box a i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/about/icon-2.png");
  background-size: auto 99%;
}
.about-s1 .top-box a span {
  display: block;
  font-size: max(16px, 1.5rem);
  color: #fff;
  margin-top: 1.5rem;
}
@media (any-hover: hover) {
  .about-s1 .top-box:hover .img-box img {
    transform: scale(1.1);
  }
}
.about-s1 .mid-box {
  padding: 7.5rem 0;
  display: flex;
  justify-content: space-between;
}
.about-s1 .mid-box .item i.icon {
  display: block;
  width: max(30px, 2.875rem);
  height: max(30px, 2.875rem);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-s1 .mid-box .item p {
  font-size: max(16px, 1.125rem);
  color: #353844;
  margin-top: 1rem;
}
.about-s1 .mid-box .item .num {
  position: relative;
  white-space: nowrap;
}
.about-s1 .mid-box .item .show {
  position: absolute;
  top: 0;
  left: 0;
}
.about-s1 .mid-box .item .hide {
  opacity: 0;
}
.about-s1 .mid-box .item span, .about-s1 .mid-box .item i {
  display: inline-block;
}
.about-s1 .mid-box .item span {
  font-size: max(28px, 2.75rem);
  color: #353844;
  font-family: 'Rajdhani-Bold';
}
.about-s1 .mid-box .item i {
  font-style: normal;
  font-size: max(14px, 1rem);
  color: #353844;
  font-family: 'MiSans-Medium';
}
@media (any-hover: hover) {
  .about-s1 .mid-box .item:hover i.icon {
    transform: rotateY(360deg);
    transition: transform .8s ease;
  }
}
.about-s1 .bot-box .para {
  font-size: max(14px, 1.125rem);
  color: #858585;
  line-height: 1.8;
}

.about-s2 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-3.jpg");
}
.about-s2 .top-box .en {
  font-size: max(20px, 1.75rem);
  color: #dd4748;
  line-height: 1;
  font-family: 'Rajdhani-Bold';
  text-align: center;
}
.about-s2 .top-box .zh {
  font-size: max(20px, 1.75rem);
  color: #353844;
  letter-spacing: .625rem;
  font-family: 'MiSans-Medium';
  margin-top: 1rem;
  text-align: center;
}
.about-s2 .items {
  margin-top: 2.5rem;
  padding: 3.75rem;
  border-radius: .625rem;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.6), 70%, transparent);
}
.about-s2 .sw {
  display: flex;
  flex-wrap: wrap;
  margin-right: -3.75rem;
}
.about-s2 .item {
  width: calc(33.33% - 3.75rem);
  margin-right: 3.75rem;
  margin-top: 5rem;
}
.about-s2 .item .box {
  position: relative;
  padding: 0 39px;
}
.about-s2 .item .box:before, .about-s2 .item .box:after {
  content: '';
  width: 29px;
  height: 48px;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-s2 .item .box:before {
  left: 0;
  background-image: url("../images/about/icon-4-1.png");
}
.about-s2 .item .box:after {
  right: 0;
  background-image: url("../images/about/icon-4-2.png");
}
.about-s2 .item span {
  display: block;
  font-size: max(14px, 1.25rem);
  color: #501e10;
  text-align: center;
}
.about-s2 .item p {
  font-size: 12px;
  color: #501e10;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .about-s2 .item:nth-of-type(1), .about-s2 .item:nth-of-type(2), .about-s2 .item:nth-of-type(3) {
    margin-top: 0;
  }
}

.about-s3 {
  padding: 3.125rem 0 35vw;
  background: #dbc9ae url("../images/about/img-4.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.about-s3 .top-box {
  border-radius: 1.875rem;
  padding: 3.75rem 5rem 5rem;
  background: #fff url("../images/about/img-5.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.about-s3 .top-box .tit .en {
  font-size: max(20px, 1.75rem);
  color: #dd4748;
  line-height: 1;
  font-family: 'Rajdhani-Bold';
  text-align: center;
  text-transform: uppercase;
}
.about-s3 .top-box .tit .zh {
  font-size: max(20px, 1.75rem);
  color: #353844;
  letter-spacing: .625rem;
  font-family: 'MiSans-Medium';
  margin-top: .625rem;
  text-align: center;
}
.about-s3 .top-box .para {
  font-size: max(14px, 1.125rem);
  color: #858585;
  line-height: 1.8;
  margin-top: 2rem;
}
.about-s3 .bot-box {
  margin-top: 1.875rem;
}
.about-s3 .bot-box .sw {
  margin-right: -1.5rem;
  display: flex;
}
.about-s3 .bot-box .item {
  width: calc(25% - 1.5rem);
  margin-right: 1.5rem;
}
.about-s3 .bot-box .item .box {
  background-image: linear-gradient(180deg, #fff, 85%, transparent);
  border-radius: 1.875rem;
  padding: 3.75rem 2.5rem 10.5vw;
  transition: all .3s ease;
}
.about-s3 .bot-box .item .zh {
  font-size: max(18px, 1.75rem);
  color: #353844;
  margin-top: .625rem;
  text-align: center;
}
.about-s3 .bot-box .item .en {
  font-size: max(14px, 1.5rem);
  color: #000;
  opacity: 0.2;
  line-height: 1;
  font-family: 'Rajdhani-Bold';
  text-align: center;
  text-transform: uppercase;
}
.about-s3 .bot-box .item .line {
  width: 24px;
  height: 2px;
  background-color: #da2e2f;
  margin: 1rem auto 0;
}
.about-s3 .bot-box .item .info {
  text-align: center;
  font-size: 2.1875rem;
  color: #858585;
  margin-top: 3rem;
}
@media (any-hover: hover) {
  .about-s3 .bot-box .item:hover .box {
    transform: translateY(-0.625rem);
  }
}

.about-s4 {
  padding: 8.75rem 0 0;
  background: #cdd2dc url("../images/about/img-6.jpg") center top no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.about-s4 .items {
  display: flex;
  align-items: flex-end;
}
.about-s4 .item {
  width: 20%;
  border-radius: 1.25rem 1.25rem 0 0;
  padding: 2.5rem 2.5rem 8.75rem;
  position: relative;
}
.about-s4 .item:after {
  content: '';
  width: 100%;
  height: 8.75rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, transparent, #cdd2dc);
  z-index: 1;
}
.about-s4 .item .zh {
  text-align: center;
  font-size: max(18px, 2.1875rem);
  color: #565656;
}
.about-s4 .item .en {
  text-align: center;
  font-size: 12px;
  color: #353844;
  opacity: 0.5;
  text-transform: uppercase;
}
.about-s4 .item .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  margin-top: 2.5rem;
  position: relative;
  z-index: 2;
}
.about-s4 .item .box .tit {
  text-align: center;
  font-size: max(14px, 1.125rem);
  color: #dd4748;
}
.about-s4 .item .box .tit span {
  font-size: max(18px, 1.5rem);
  margin-right: 5px;
  font-family: 'Rajdhani-SemiBold';
}
.about-s4 .item .box .para {
  font-size: max(13px, 1rem);
  line-height: 1.5;
  color: #858585;
  text-align: center;
}
.about-s4 .item:nth-of-type(odd) {
  background-color: #fff;
}
.about-s4 .item:nth-of-type(even) {
  background-image: linear-gradient(180deg, #f9f3ec, #ffffff);
}
.about-s4 .item:nth-of-type(1) .boxes {
  height: 400px;
}
.about-s4 .item:nth-of-type(2) .boxes {
  height: 450px;
}
.about-s4 .item:nth-of-type(3) .boxes {
  height: 540px;
}
.about-s4 .item:nth-of-type(4) .boxes {
  height: 620px;
}
.about-s4 .item:nth-of-type(5) .boxes {
  height: 700px;
}

.about-s5 {
  padding: 3.75rem 0 7.5rem;
  background-color: #f0f2f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/about/img-7.jpg");
}
.about-s5 .tab-tit .sw {
  display: flex;
  margin-right: -1.5rem;
}
.about-s5 .tab-tit .item {
  width: calc(25% - 1.5rem);
  margin-right: 1.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
  position: relative;
  padding: 2rem 2.5rem;
  cursor: pointer;
}
.about-s5 .tab-tit .item:before {
  content: '';
  position: absolute;
  border-radius: .625rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #da2e2f, #eb6f6f);
  opacity: 0;
  transition: opacity .3s ease;
}
.about-s5 .tab-tit .item:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #dc3536;
  position: absolute;
  top: 100%;
  left: 3.75rem;
  opacity: 0;
  transform: translateY(-101%);
}
.about-s5 .tab-tit .item .tit {
  font-size: 2rem;
  color: #565656;
  transition: color .3s ease;
  position: relative;
  z-index: 2;
}
.about-s5 .tab-tit .item .en {
  font-size: max(12px, 1rem);
  text-transform: uppercase;
  color: #bfbfbf;
  font-family: 'Rajdhani-Medium';
  transition: color .3s ease;
  position: relative;
  z-index: 2;
}
.about-s5 .tab-tit .item .year {
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: max(15px, 1.5rem);
  font-family: 'Rajdhani-Medium';
  color: #bfbfbf;
  border-top: 1px solid #e6e6e6;
  transition: all .3s ease;
  position: relative;
  z-index: 2;
}
.about-s5 .tab-tit .item.active:before, .about-s5 .tab-tit .item.active:after {
  opacity: 1;
}
.about-s5 .tab-tit .item.active:after {
  transform: translateY(0);
  transition: all .3s ease;
}
.about-s5 .tab-tit .item.active .tit, .about-s5 .tab-tit .item.active .en, .about-s5 .tab-tit .item.active .year {
  color: #fff;
}
.about-s5 .tab-tit .item.active .year {
  border-color: rgba(255, 255, 255, 0.2);
}
.about-s5 .tab-cont {
  margin-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}
.about-s5 .tab-cont .childs {
  position: relative;
  z-index: 2;
}
.about-s5 .tab-cont .child {
  display: none;
}
.about-s5 .tab-cont .child.active {
  display: block;
}
.about-s5 .tab-cont .line {
  position: absolute;
  top: 1.25rem;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.about-s5 .tab-cont .line span {
  width: 100%;
  background-color: #da2e2f;
  position: absolute;
  max-height: 100%;
  top: 0;
  left: 0;
}
.about-s5 .tab-cont .line:after {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-5.png");
}
.about-s5 .tab-cont .item {
  width: 50%;
  position: relative;
}
.about-s5 .tab-cont .item:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #da2e2f;
  position: absolute;
  top: 1.25rem;
  margin-top: -4px;
}
.about-s5 .tab-cont .item span {
  display: block;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: 'Rajdhani-Medium';
}
.about-s5 .tab-cont .item p {
  font-size: max(16px, 1.25rem);
  color: #565656;
  line-height: 1.6;
  margin-top: 1rem;
}
.about-s5 .tab-cont .item:nth-of-type(1) {
  margin-top: 0;
}
.about-s5 .tab-cont .item:nth-of-type(odd) {
  margin-left: 50%;
  padding-left: 3.75rem;
}
.about-s5 .tab-cont .item:nth-of-type(odd):before {
  left: -4px;
}
.about-s5 .tab-cont .item:nth-of-type(even) {
  padding-right: 3.75rem;
  text-align: right;
}
.about-s5 .tab-cont .item:nth-of-type(even):before {
  right: -4px;
}

.about-s6 {
  padding: 7.5rem 0;
}
.about-s6 .block {
  margin-top: 7.5rem;
}
.about-s6 .block:nth-of-type(1) {
  margin-top: 0;
}
.about-s6 .block .label {
  font-size: 3rem;
  color: #501e10;
  font-family: 'Rajdhani-Medium';
  line-height: 1;
}
.about-s6 .items {
  margin-top: 1.875rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(80, 30, 16, 0.2);
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 2.5rem;
  grid-column-gap: 7.5rem;
}
.about-s6 .item {
  width: calc((100% - 7.5rem) / 2);
  position: relative;
  padding: 0 39px;
}
.about-s6 .item:before, .about-s6 .item:after {
  content: '';
  width: 29px;
  height: 48px;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-s6 .item:before {
  left: 0;
  background-image: url("../images/about/icon-4-1.png");
}
.about-s6 .item:after {
  right: 0;
  background-image: url("../images/about/icon-4-2.png");
}
.about-s6 .item span {
  display: block;
  font-size: 2rem;
  color: #501e10;
  text-align: center;
}
.about-s6 .item p {
  font-size: max(10px, 0.75rem);
  color: #501e10;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
}

.industry-page {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.industry-page.bg-1 {
  background-image: url("../images/industry/bg-1.jpg");
}
.industry-page.bg-1 .industry-s2 .top-title .en {
  color: #1777bb;
}
.industry-page.bg-1 .industry-s2 .item .show:before {
  background-image: linear-gradient(45deg, #0275c6, #7ab1d9);
}
.industry-page.bg-1 .industry-s2 .item .show:after {
  border-top-color: #1a81ca;
}
.industry-page.bg-1 .industry-s2 .item .show .tit {
  color: #1777bb;
}
.industry-page.bg-1 .industry-s2 .item .pagination span.active {
  background-image: url("../images/industry/icon-2.png");
}
.industry-page.bg-2 {
  background-image: url("../images/industry/bg-2.jpg");
}
.industry-page.bg-2 .industry-s2 .top-title .en {
  color: #e14b56;
}
.industry-page.bg-2 .industry-s2 .item .show:before {
  background-image: linear-gradient(45deg, #e14b56, #ef838b);
}
.industry-page.bg-2 .industry-s2 .item .show:after {
  border-top-color: #e45661;
}
.industry-page.bg-2 .industry-s2 .item .show .tit {
  color: #e14b56;
}
.industry-page.bg-2 .industry-s2 .item .pagination span.active {
  background-image: url("../images/industry/icon-3.png");
}
.industry-page.bg-3 {
  background-image: url("../images/industry/bg-3.jpg");
}
.industry-page.bg-3 .industry-s2 .top-title .en {
  color: #6f5296;
}
.industry-page.bg-3 .industry-s2 .item .show:before {
  background-image: linear-gradient(45deg, #8b3183, #c382e8);
}
.industry-page.bg-3 .industry-s2 .item .show:after {
  border-top-color: #933d92;
}
.industry-page.bg-3 .industry-s2 .item .show .tit {
  color: #8c3385;
}
.industry-page.bg-3 .industry-s2 .item .pagination span.active {
  background-image: url("../images/industry/icon-4.png");
}
.industry-page.bg-4 {
  background-image: url("../images/industry/bg-4.jpg");
}
.industry-page.bg-4 .industry-s2 .top-title .en {
  color: #66a399;
}
.industry-page.bg-4 .industry-s2 .item .show:before {
  background-image: linear-gradient(45deg, #1c4876, #a0eeb3);
}
.industry-page.bg-4 .industry-s2 .item .show:after {
  border-top-color: #346681;
}
.industry-page.bg-4 .industry-s2 .item .show .tit {
  color: #66a399;
}
.industry-page.bg-4 .industry-s2 .item .pagination span.active {
  background-image: url("../images/industry/icon-5.png");
}

.industry-s1 {
  padding-top: 7.5rem;
}
.industry-s1 .img-box {
  border-radius: 1.875rem;
  overflow: hidden;
}
.industry-s1 .img-box img {
  display: block;
  width: 100%;
}
.industry-s1 .m-img-box {
  border-radius: 10px;
  display: none;
  overflow: hidden;
}
.industry-s1 .m-img-box img {
  display: block;
  width: 110%;
  margin-left: -5%;
}
.industry-s1 .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
.industry-s1 .box {
  text-align: left;
  display: inline-block;
  padding-right: 7.5rem;
}
.industry-s1 .box.width-1 {
  width: 58%;
}
.industry-s1 .box.width-2 {
  width: 45%;
}
.industry-s1 .box .en {
  font-size: max(24px, 2.25rem);
  text-transform: uppercase;
  font-family: 'Rajdhani-Bold';
  line-height: 1;
  color: #fff;
  opacity: 0.4;
}
.industry-s1 .box .zh {
  font-size: max(20px, 2.75rem);
  color: #fff;
}
.industry-s1 .box .para {
  font-size: max(14px, 1rem);
  color: #fff;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-right: -2.5rem;
  padding-right: 2.5rem;
  text-align: justify;
  max-height: max(150px, 14rem);
  overflow: auto;
}
.industry-s1 .box .para p {
  margin-top: 1rem;
}
.industry-s1 .box .para p:nth-of-type(1) {
  margin-top: 0;
}

.industry-s2 {
  padding: 7.5rem 0;
}
.industry-s2 .top-title .en {
  font-size: 2.5rem;
  text-transform: uppercase;
  font-family: 'Rajdhani-Bold';
}
.industry-s2 .top-title .zh {
  font-size: 2.25rem;
  letter-spacing: .625rem;
  color: #36424f;
  font-family: 'MiSans-Medium';
}
.industry-s2 .items {
  margin-top: 1rem;
  font-size: 0;
  margin-right: -1.5rem;
}
.industry-s2 .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 1.5rem);
  margin: 1.5rem 1.5rem 0 0;
  position: relative;
}
.industry-s2 .item .show {
  background-color: #fff;
  border-radius: .625rem;
  position: relative;
  padding: 2.5rem;
  height: 100%;
  cursor: pointer;
}
.industry-s2 .item .show:before {
  content: '';
  position: absolute;
  border-radius: .625rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .3s ease;
}
.industry-s2 .item .show:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 1.25rem solid transparent;
  border-right: 1.25rem solid transparent;
  border-top: 1.25rem solid transparent;
  position: absolute;
  top: 100%;
  left: 6.25rem;
  opacity: 0;
  transform: translateY(-101%);
}
.industry-s2 .item .show .tit {
  font-size: max(16px, 1.5rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
  position: relative;
  z-index: 2;
}
.industry-s2 .item .show .en {
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #353544;
  opacity: 0.5;
  transition: color .3s ease;
  position: relative;
  z-index: 2;
}
.industry-s2 .item .show .para {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e5e5;
  transition: all .3s ease;
  position: relative;
  z-index: 2;
}
.industry-s2 .item .show p {
  font-size: max(14px, 1.25rem);
  color: #353544;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}
.industry-s2 .item .hide {
  display: none;
  margin: 2.5rem 0 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: .625rem;
  padding: 3.125rem;
  width: calc(300% + 3rem);
  position: relative;
}
.industry-s2 .item .hide .para {
  font-size: max(14px, 1.125rem);
  line-height: 2;
  color: #36424f;
  opacity: 0;
}
.industry-s2 .item .hide .para p {
  margin-top: 1rem;
}
.industry-s2 .item .hide .para p:nth-of-type(1) {
  margin-top: 0;
}
.industry-s2 .item .hide .pic-box {
  max-width: 100%;
  width: 60rem;
  margin: 2.5rem auto 0;
  opacity: 0;
}
.industry-s2 .item .hide .pic img {
  display: block;
  width: 100%;
}
.industry-s2 .item .pagination {
  margin-top: 1.25rem;
  font-size: 0;
  text-align: center;
}
.industry-s2 .item .pagination span {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-left: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/industry/icon-1.png");
  cursor: pointer;
}
.industry-s2 .item .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.industry-s2 .item:nth-of-type(3n-1) .hide {
  left: calc(-100% - 1.5rem);
}
.industry-s2 .item:nth-of-type(3n) .hide {
  left: calc(-200% - 3rem);
}
.industry-s2 .item.active .show:before, .industry-s2 .item.active .show:after {
  opacity: 1;
}
.industry-s2 .item.active .show:after {
  transform: translateY(0);
  transition: all .3s ease;
}
.industry-s2 .item.active .show .tit {
  color: #fff !important;
}
.industry-s2 .item.active .show .en {
  color: #fff;
}
.industry-s2 .item.active .show .para {
  border-color: rgba(255, 255, 255, 0.2);
}
.industry-s2 .item.active .show p {
  color: #fff;
}
.industry-s2 .item.active .hide {
  display: block;
}
.industry-s2 .item.active .hide .para, .industry-s2 .item.active .hide .pic-box {
  animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.industry-s2 .item.active .hide .pic-box {
  animation-delay: .1s;
}
@media (any-hover: hover) {
  .industry-s2 .item:hover .show:before {
    opacity: 1;
  }
  .industry-s2 .item:hover .show .tit {
    color: #fff !important;
  }
  .industry-s2 .item:hover .show .en {
    color: #fff;
  }
  .industry-s2 .item:hover .show .para {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .industry-s2 .item:hover .show p {
    color: #fff;
  }
}
.industry-s2 .s-label {
  margin-top: 3.75rem;
  text-align: center;
  font-size: 2rem;
  color: #353544;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #d6dce1;
}
.industry-s2 .s-label.t-right {
  text-align: right;
}
.industry-s2 .s-label.mt {
  margin-top: -2.5rem;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1681px) {
  html {
    font-size: 14px;
  }

  .header {
    max-width: calc(86vw + 5rem);
  }

  .about-s4 .item:nth-of-type(1) .boxes {
    height: 360px;
  }

  .about-s4 .item:nth-of-type(2) .boxes {
    height: 410px;
  }

  .about-s4 .item:nth-of-type(3) .boxes {
    height: 480px;
  }

  .about-s4 .item:nth-of-type(4) .boxes {
    height: 550px;
  }

  .about-s4 .item:nth-of-type(5) .boxes {
    height: 620px;
  }
}
@media screen and (max-width: 1441px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1367px) {
  html {
    font-size: 12px;
  }

  .other-s1 .left-box {
    width: 330px;
  }

  .other-s1 .right-box {
    width: calc(100% - 330px);
  }
}
@media screen and (max-width: 1281px) {
  html {
    font-size: 10px;
  }

  .industry-s1 .box.width-1 {
    width: 64%;
  }
}
@media screen and (max-width: 1025px) {
  html {
    font-size: 10px;
  }

  .wrap-s {
    width: 90%;
  }

  .header {
    max-width: 100%;
    top: 0;
    border-radius: 0;
    height: 60px;
    padding: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  }

  .header .flex {
    height: 60px;
  }

  .header .logo img {
    height: 36px;
  }

  .header ul {
    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 i {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon-2.png");
    background-size: auto 5px;
  }

  .header li a.single {
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding: 0;
    margin-right: 50px;
  }
  .header li a.single:before {
    display: none;
  }

  .header li a.single:after {
    display: none;
  }

  .header li .subnav {
    position: static;
    margin-left: 0;
    width: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    font-size: 0;
    padding: 0 20px;
  }

  .header li .subnav a {
    margin: 0;
    text-align: left;
  }

  .header a.search {
    width: 36px;
    height: 36px;
    background-size: auto 15px;
  }

  .header a.menu {
    display: none;
  }

  .header .ope {
    margin-right: 46px;
  }

  .mNavBtn {
    display: block;
    width: 36px;
    height: 36px;
    right: 5%;
    top: 10px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
    background-color: #da2e2f;
    border-radius: 50%;
  }
  .mNavBtn span {
    position: absolute;
    left: 10px;
    width: 16px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 12px;
  }
  .mNavBtn span.line2 {
    top: 17px;
  }
  .mNavBtn span.line3 {
    bottom: 13px;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 17px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 18px;
  }

  .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 .top-box .box {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
  }

  .fixed-search form {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 0;
  }

  .fixed-search form:before {
    display: none;
  }

  .fixed-search form button {
    display: block;
  }

  .fixed-search .bot-box {
    padding: 80px 0 40px;
  }

  .fixed-search .tit {
    padding: 0;
  }

  .fixed-search .link {
    padding: 10px 0 0;
  }

  .footer .top-block {
    padding: 3rem 0;
  }

  .footer .top-box {
    display: block;
  }

  .footer .top-box .link a {
    padding: 0;
    margin-left: 4rem;
  }
  .footer .top-box .link a:nth-of-type(1) {
    margin-left: 0;
  }

  .footer .bot-box .site span {
    line-height: 40px;
  }

  .footer .bot-box .site .hide a {
    line-height: 4rem;
  }

  .footer .top-box .link {
    margin-top: 2rem;
  }

  .footer .top-box .logo img {
    height: 30px;
  }

  .footer .bot-box {
    margin-top: 2rem;
    padding-top: 2rem;
  }

  .footer .bot-box .nav,
  .footer .bot-box .ewm {
    display: none;
  }

  .footer .bot-box {
    justify-content: center;
  }

  .footer .bot-box .left-box {
    width: 100%;
    max-width: 400px;
  }

  .footer .bot-block {
    padding: 2rem 0;
  }

  .footer .bot-block .flex {
    display: block;
  }

  .footer .bot-block p {
    display: inline;
  }

  .footer .bot-block p a {
    display: inline-block;
  }

  .c-bg-fixed, .contact-s2, .other-s2, .about-s1, .about-s2, .about-s5 {
    background-attachment: inherit;
  }

  .about-s4 .item .zh {
    font-size: 20px;
  }

  .other-s1 .flex {
    display: block;
  }

  .other-s1 .left-box {
    display: none;
  }

  .other-s1 .right-box {
    width: 100%;
    padding-left: 0;
    border: none;
  }

  .social-s1 .bot-box .para {
    line-height: 1.5;
  }

  .news-s3 .block {
    padding: 0;
  }

  .index-s1 {
    margin-top: 60px;
  }

  .index-s1 .item {
    height: 60vw;
  }

  .industry-s1 .box .en {
    font-size: 20px;
  }

  .industry-s1 .box .zh {
    font-size: 20px;
  }

  .industry-s2 .top-title .zh {
    font-size: 20px;
  }

  .industry-page.bg-1 .industry-s2 .top-title .en {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .about-s4 {
    padding: 4rem 0;
  }

  .about-s4 .items {
    display: block;
    border-radius: 10px;
    overflow: hidden;
  }

  .about-s4 .item {
    width: 100%;
    padding: 4rem 2rem;
    border-radius: 0;
  }

  .about-s4 .item .boxes {
    display: block;
    height: auto !important;
  }

  .about-s4 .item .box {
    margin-top: 2rem;
  }
  .about-s4 .item .box:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s4 .item:after {
    display: none;
  }

  .about-s4 .item:nth-of-type(even) {
    background-image: none;
    background-color: #f9f3ec;
  }

  .industry-s1 .img-box {
    display: none;
  }

  .industry-s1 .m-img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }

  .industry-s1 .txt-box {
    position: static;
    padding: 50vw 0 4rem;
    position: relative;
  }

  .industry-s1 .box {
    display: block;
    width: 100% !important;
    padding: 0 2rem;
  }

  .industry-s1 .box .para {
    max-height: none;
    margin-right: 0;
    padding-right: 0;
  }

  .industry-s2 .items {
    margin-top: 2rem;
    margin-right: 0;
  }

  .industry-s2 .item {
    width: 100% !important;
    margin: 2rem 0 0;
  }
  .industry-s2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .industry-s2 .item .hide {
    width: 100% !important;
    position: static;
    padding: 2rem;
  }

  .industry-s2 .s-label {
    font-size: 18px;
    margin-top: 4rem;
    padding-bottom: 2rem;
  }

  .industry-s2 .s-label.mt {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 769px) {
  .c-banner .img-box {
    height: 60vw;
    position: relative;
  }

  .c-banner img {
    position: absolute;
    right: -40%;
    top: 0;
    height: 100%;
    width: auto;
  }

  .c-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }

  .about-s1 {
    padding: 4rem 0;
  }

  .about-s1 .top-box .img-box {
    border-radius: 10px;
  }

  .about-s1 .top-box .img-box img {
    height: 40vw;
    object-fit: cover;
  }

  .about-s1 .mid-box {
    padding: 4rem 0;
    flex-wrap: wrap;
  }

  .about-s1 .mid-box .item {
    width: 50%;
    margin-top: 2rem;
  }
  .about-s1 .mid-box .item:nth-of-type(1), .about-s1 .mid-box .item:nth-of-type(2) {
    margin-top: 0;
  }

  .about-s2 {
    padding: 4rem 0;
  }

  .about-s2 .items {
    margin-top: 2rem;
    padding: 2rem;
  }

  .about-s2 .items .sw {
    margin-right: 0;
  }

  .about-s2 .item {
    width: 100%;
    margin: 2rem 0 0;
  }
  .about-s2 .item:nth-of-type(1) {
    margin-top: 0;
  }

  .about-s2 .item p {
    transform: scale(0.8);
    margin-top: -3px;
  }

  .about-s2 .item .box:before, .about-s2 .item .box:after {
    width: 20px;
    height: 34px;
  }

  .about-s3 {
    padding: 4rem 0 30vw;
  }

  .about-s3 .top-box {
    padding: 2rem;
  }

  .about-s3 .bot-box {
    margin-top: 2rem;
  }

  .about-s3 .bot-box .sw {
    flex-wrap: wrap;
  }

  .about-s3 .bot-box .item {
    width: calc(50% - 1.5rem);
    margin-top: 2rem;
  }
  .about-s3 .bot-box .item:nth-of-type(1), .about-s3 .bot-box .item:nth-of-type(2) {
    margin-top: 0;
  }

  .about-s3 .bot-box .item .box {
    padding: 2rem 2rem 6rem;
  }

  .about-s3 .bot-box .item .info {
    font-size: 18px;
    margin-top: 2rem;
  }

  .contact-s1 {
    overflow: hidden;
  }

  .contact-s1 .img-box {
    width: 210%;
    margin-left: -110%;
  }

  .contact-s1 .txt-box {
    position: static;
    padding: 4rem 0;
  }

  .contact-s2 {
    padding: 4rem 0;
  }

  .contact-s2 .flex {
    display: block;
  }

  .contact-s2 .left-box {
    width: 100%;
    padding-right: 0;
  }

  .contact-s2 .right-box {
    width: 100%;
    margin-top: 2rem;
  }

  .contact-s2 .left-box .para {
    padding: 2rem;
  }

  .contact-s2 .right-box .top-box {
    padding: 2rem 2rem 6rem;
  }

  .contact-s2 .right-box .bot-box {
    margin-top: 2rem;
    padding: 2rem;
  }

  .other-s1 .right-box {
    padding: 4rem 0;
  }

  .other-s1 .right-box .tit {
    font-size: 16px;
  }

  .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;
  }

  .other-s2 .flex {
    display: block;
  }

  .other-s2 .left-box {
    width: 100%;
    padding: 4rem 0;
    border: none;
  }

  .other-s2 .right-box {
    width: 100%;
    padding: 0 0 4rem;
    display: block;
  }

  .other-s2 .right-box .box {
    width: 100%;
    margin: 4rem 0 0;
  }
  .other-s2 .right-box .box:nth-of-type(1) {
    margin-top: 0;
  }

  .other-s2 .right-box .box .tit a {
    text-align: left;
  }

  .other-s2 .right-box .box .link {
    margin-top: 1rem;
    margin-right: -10px;
    display: flex;
  }

  .other-s2 .right-box .box .link a {
    width: calc(25% - 10px);
    margin: 0 10px 0 0;
  }

  .social-s1 {
    padding: 4rem 0;
  }

  .social-s1 .top-box .txt {
    max-width: 100%;
    padding-right: 0;
  }

  .social-s1 .top-box .img-box-1 {
    position: static;
    max-width: 30rem;
    margin: 2rem auto 0;
  }

  .social-s1 .top-box .img-box-2 {
    width: 90%;
    max-width: 38rem;
    margin: 2rem auto 0;
  }

  .social-s1 .bot-box {
    border-radius: 10px;
  }

  .social-s1 .bot-box .img-box {
    display: none;
  }

  .social-s1 .bot-box .m-img-box {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .social-s1 .bot-box .txt {
    position: relative;
    height: auto;
    padding: 4rem 2rem 70vw;
    z-index: 2;
  }

  .social-s1 .bot-box .para {
    max-width: 100%;
    line-height: 2;
  }

  .news-s1 {
    padding: 4rem 0;
  }

  .news-s1 .item .tit a {
    font-size: 16px;
  }

  .news-s1 .item .date span {
    font-size: 24px;
  }

  .news-s1 .item .tit {
    padding-left: 2rem;
  }

  .news-s1 .item p {
    margin-top: 2rem;
  }

  .news-s1 .item {
    padding-bottom: 4rem;
  }

  .news-s2 {
    padding: 4rem 0;
  }

  .news-s2 .flex {
    display: block;
  }

  .news-s2 .filter-box {
    width: 100%;
  }

  .news-s2 .filter-box .share {
    display: none;
  }

  .news-s2 .cont-box {
    width: 100%;
    padding-right: 0;
  }

  .news-s2 .item a {
    padding: 2.5rem 0;
  }

  .news-s2 .item .date span {
    font-size: 24px;
  }

  .news-s2 .item .txt-box {
    padding-left: 2rem;
  }

  .news-s2 .items {
    margin-bottom: 2rem;
  }

  .news-s3 {
    padding: 0 0 4rem;
  }

  .news-s3 .top-block {
    padding: 0 0 2rem;
    border-bottom-width: 2px;
  }

  .news-s3 .top-block .tit {
    font-size: 24px;
  }

  .news-s3 .bot-block .share {
    display: none;
  }

  .news-s3 .bot-block .page {
    margin-top: 0;
  }

  .news-s3 .bot-block .page a {
    line-height: 40px;
  }

  .index-s2 {
    padding: 4rem 0;
  }

  .index-s2 .flex {
    display: block;
  }

  .index-s2 .left-box {
    width: 100%;
    padding-right: 0;
    margin-top: 4rem;
  }

  .index-s2 .left-box .items {
    margin-top: 2rem;
  }

  .index-s2 .left-box .item a {
    padding: 1.5rem 0;
  }

  .index-s2 .right-box {
    width: 100%;
    border: none;
    padding-left: 0;
  }

  .index-s2 .right-box .item .tit {
    margin: 2rem 1rem 0;
  }

  .index-s2 .right-box .item .date {
    margin: 1rem 1rem 0;
  }

  .index-s2 .right-box .item p {
    margin: 1.5rem 1rem 0;
  }

  .index-s2 .right-box .item .date {
    font-size: 18px;
  }

  .index-s2 .right-box .pagination {
    padding: 0 1rem;
  }

  .index-s1 .pagination {
    bottom: 2rem;
  }

  .index-s1 .pagination span {
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }

  .index-s1 .pagination span.active {
    width: 15px;
  }

  .industry-s1 {
    padding-top: 4rem;
  }

  .industry-s2 {
    padding: 4rem 0;
  }

  .about-s5 .tab-tit .item {
    height: auto;
    padding: 1.5rem;
  }

  .about-s5 .tab-cont {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }

  .about-s5 .tab-cont .item {
    width: 100%;
    margin-top: 2rem;
    padding: 0 0 0 2rem !important;
    text-align: left !important;
  }

  .about-s5 .tab-cont .item:nth-of-type(odd) {
    margin-left: 0;
  }

  .about-s5 .tab-cont .item:nth-of-type(even):before {
    left: -4px;
    right: auto;
  }

  .about-s5 .tab-cont .line {
    left: 0;
  }

  .about-s6 {
    padding: 4rem 0;
  }

  .about-s6 .block {
    margin-top: 4rem;
  }

  .about-s6 .block .label {
    font-size: 24px;
  }

  .about-s6 .item {
    width: 100%;
  }

  .about-s6 .item span {
    font-size: 16px;
  }
}

/*# sourceMappingURL=bundle.css.map */
