@charset "utf-8";
body {
  /* 填写默认字体 */
  font-family: "Inter", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
  color: #1e1d28;
  min-height: initial !important;
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Bold'), local('Inter-Bold'), url('../fonts/inter/Inter-Bold.woff2') format('woff2'), url('../fonts/inter/Inter-Bold.woff') format('woff'), url('../fonts/inter/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Medium'), local('Inter-Medium'), url('../fonts/inter/Inter-Medium.woff2') format('woff2'), url('../fonts/inter/Inter-Medium.woff') format('woff'), url('../fonts/inter/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: local('Inter Regular'), local('Inter-Regular'), url('../fonts/inter/Inter-Regular.woff2') format('woff2'), url('../fonts/inter/Inter-Regular.woff') format('woff'), url('../fonts/inter/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 谷歌翻译后防止与sticky产生冲突 */
.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
  opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
  border: none !important;
}
/* h1隐藏 */
.fszero {
  display: none;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
  .wow {
    animation: none;
  }
}
:root {
  font-size: 16px;
  --main-color: #EB3D00;
  --flex-margin: -15px;
  --flex-padding: 15px;
  scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
  min-width: 108px;
}
.fancybox-content {
  height: 800px !important;
}
.c_pcbtn {
  display: none;
}
.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.translated-ltr .header,
.translated-rtl .header {
  top: 40px;
}
.header-logo {
  width: 140px;
  display: block;
  line-height: var(--height);
}
.header-logo img {
  width: 100%;
}
ul {
  padding: 0;
}
.header {
  --height: 80px;
}
.header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .right {
  display: flex;
  align-items: center;
}
.hc_cont1530 {
  width: 1530px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .hd_list {
    display: flex;
  }
  .hd_item {
    margin-right: 48px;
    position: relative;
  }
  .hd_item:last-child {
    margin-right: 0;
  }
  .hd_link {
    display: flex;
    align-items: center;
    height: var(--height);
  }
  .hd_link p {
    color: #222;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    text-transform: uppercase;
    transition: all 0.5s;
  }
  .hd_link .iconfont {
    font-size: 16px;
    color: #222;
    margin-left: 4px;
  }
  .hd_item:hover .hd_link p,
  .hd_item.active .hd_link p {
    color: var(--main-color);
  }
  .hd_item:hover .hd_link .iconfont,
  .hd_item.active .hd_link .iconfont {
    color: var(--main-color);
  }
  .hd_second {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 12px 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  }
  .hd_second_link {
    font-size: 16px;
    color: #333;
    line-height: 1.65;
    display: inline-block;
    padding: 6px 0;
    white-space: nowrap;
  }
  .hd_second_item.active .hd_second_link,
  .hd_second_item:hover .hd_second_link {
    color: var(--main-color);
  }
}
.hd_second {
  display: none;
}
.hd_three {
  display: none;
}
.header-search {
  cursor: pointer;
}
.header-search span {
  font-size: 24px;
  color: #222;
}
@media screen and (min-width: 1200px) {
  .header-search:hover span {
    transform: scale(1.1);
    color: var(--main-color);
  }
}
.header .google-translate,
.header-search {
  margin-left: 48px;
}
/* search */
.search_view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  display: none;
}
.search_view form {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  animation: searchtit 1.3s ease both;
}
.search_view_tit {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
.search_close {
  position: absolute;
  width: 34px;
  transition: all 0.36s;
  z-index: 1;
  right: 200px;
  top: 100px;
  cursor: pointer;
}
.search_close:hover {
  transform: rotate(-90deg);
}
body.search_open {
  overflow: hidden;
}
@keyframes searchtit {
  from {
    transform: translateY(-80px) scale(0.5);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.search_view_cont {
  position: relative;
  width: 1200px;
}
.search_view_cont input {
  width: 100%;
  height: 50px;
  color: #fff;
  padding-left: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #999;
  transition: all 0.36s;
}
.search_view_cont input:focus {
  border-bottom: 1px solid #fff;
}
.search_view_cont button {
  padding: 4px;
  font-size: 26px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
  .search_view_tit {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .search_view_cont button {
    font-size: 24px;
  }
  .search_close {
    width: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .search_view_cont {
    width: 82.5%;
  }
  .search_view_tit {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .search_view_cont button {
    font-size: 22px;
  }
  .search_close {
    right: 140px;
    top: 100px;
    width: 24px;
  }
  .search_view_cont input {
    height: 45px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  .search_close {
    right: 90px;
    top: 100px;
    width: 24px;
  }
  .search_view_tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search_close {
    right: 40px;
    top: 80px;
    width: 20px;
  }
  .search_view_tit {
    font-size: 20px;
  }
  .search_view_cont button {
    font-size: 18px;
  }
  .search_view_cont input {
    height: 40px;
  }
}
/* search-end */
.home-banner {
  overflow: hidden;
  position: relative;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .swiper-container {
  width: 100%;
}
.home-banner .swiper-slide {
  overflow: hidden;
}
.home-banner .slide-link {
  position: relative;
  display: block;
  padding-top: 45.8333333%;
}
.home-banner .slide-link img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.home-banner .slide-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.home-banner .slide-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner .slide-video .iconfont {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.home-banner .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  bottom: 48px;
  height: 2px;
  top: initial !important;
  --wh: 12px;
  --interval: 12px;
  width: 600px;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
  width: var(--wh);
  height: var(--wh);
  background-color: #fff !important;
  opacity: 0.5 !important;
  margin: 0 var(--interval);
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.home-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff !important;
}
.home-about {
  padding: 8.75rem 0;
  overflow: hidden;
}
.home-about .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-about .left {
  width: 44.70588235%;
}
.home-about .left .img_box {
  padding-top: 91.17647058%;
}
.home-about .right {
  width: 48.75816993%;
}
.home-about .right .title {
  color: #222;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 3rem;
}
.home-about .right .text {
  margin-bottom: 4rem;
}
.home-about .right .text p {
  color: #2C2C2C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.home-about .right .controls {
  display: flex;
  align-items: center;
}
.home-about .right .controls .more {
  width: 214px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 56px;
  background-color: #8E8E90;
}
.home-about .right .controls .more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
  margin-right: 12px;
  transition: all 0.5s;
}
.home-about .right .controls .more span {
  font-size: 24px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .home-about .right .controls .more:hover {
    background-color: var(--main-color);
  }
  .home-about .right .controls .more:hover span {
    transform: rotate(45deg);
  }
}
.home-about .right .controls .video {
  margin-left: 3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.home-about .right .controls .video img {
  width: 56px;
  margin-right: 12px;
}
.home-about .right .controls .video p {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .home-about .right .controls .video:hover p {
    color: var(--main-color);
  }
}
.home-partner {
  background: #8E8E90;
  padding: 8.125rem 0;
  overflow: hidden;
}
.home-partner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-partner .left {
  width: 45.7516339%;
}
.home-partner .left .title,
.home-partner .left .title p {
  color: #FFF;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  text-transform: capitalize;
}
.home-partner .left .title {
  margin-bottom: 36px;
}
.home-partner .left .text {
  margin-bottom: 48px;
}
.home-partner .left .text p {
  color: #F0F0F0;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
}
.home-partner .left .more {
  display: inline-flex;
  min-width: 214px;
  height: 56px;
  border-radius: 56px;
  border: 1px solid #FFF;
  transition: all 0.5s;
  align-items: center;
  justify-content: center;
}
.home-partner .left .more p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
  margin-right: 12px;
}
.home-partner .left .more .iconfont {
  font-size: 24px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .home-partner .left .more:hover {
    border: 1px solid var(--main-color);
    background: var(--main-color);
  }
  .home-partner .left .more:hover .iconfont {
    transform: rotate(45deg);
  }
}
.home-partner .right {
  width: 48.366013%;
}
.home-partner .right .img_box {
  padding-top: 67.5675675%;
}
.footer {
  background-color: #FFFFFF;
}
.footer-top {
  background-color: #F9F9F9;
  padding: 4rem 0;
}
.footer-s1 {
  margin-bottom: 3.375rem;
}
.footer-s1 .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-s1 .left {
  width: 64%;
}
.footer-s1 .left .title {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.333%;
}
.footer-s1 .footer-media {
  display: flex;
  align-items: center;
}
.footer-s1 .footer-media li {
  margin-right: 16px;
}
.footer-s1 .footer-media li:last-child {
  margin-right: 0;
}
.footer-s1 .footer-media a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-s1 .footer-media .iconfont {
  font-size: 18px;
  color: #222222;
}
@media screen and (min-width: 1200px) {
  .footer-s1 .footer-media a:hover {
    border: 1px solid var(--main-color);
  }
  .footer-s1 .footer-media a:hover .iconfont {
    color: var(--main-color);
  }
}
.footer-logo {
  display: inline-block;
  width: 140px;
  margin-bottom: 10px;
}
.footer-s2 .flex {
  display: flex;
  justify-content: space-between;
}
.footer-s2 .left {
  width: 48%;
  padding-top: 10px;
}
.footer-s2 .left .title {
  color: #2C2C2C;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 24px;
}
.footer-s2 .right {
  width: 50%;
}
.footer-form {
  display: flex;
  width: 465px;
  max-width: 100%;
  border-bottom: 1px solid #6B6B6B;
}
.footer-form input {
  width: calc(100% - 24px);
  color: #2C2C2C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
}
.footer-form button {
  width: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.footer-form button span {
  font-size: 24px;
  color: #6B6B6B;
}
@media screen and (min-width: 1200px) {
  .footer-form button:hover span {
    color: var(--main-color);
    transform: scale(1.14);
  }
}
.footer-contact {
  margin-bottom: -24px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer-contact p,
.footer-contact a {
  margin-bottom: 24px;
  display: inline-block;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
}
@media screen and (min-width: 1200px) {
  .footer-contact a:hover {
    color: var(--main-color);
  }
}
.footer-bottom {
  background-color: #fff;
  padding: 16px 0;
}
.footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .left {
  display: flex;
  align-items: center;
}
.footer-bottom .left p,
.footer-bottom .left a {
  color: #8E8E90;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
  margin-right: 12px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .left a:hover {
    color: var(--main-color);
  }
}
.footer-bottom .right {
  display: flex;
}
.footer-bottom .right a {
  display: flex;
  align-items: center;
  color: #8E8E90;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
.footer-bottom .right a::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #D9D9D9;
  margin: 0 12px;
}
@media screen and (min-width: 1200px) {
  .footer-bottom .right a:hover {
    color: var(--main-color);
  }
}
.footer-bottom .right a:last-child::after {
  display: none;
}
/* bread */
.bread {
  width: 100%;
  --text-color: #fff;
  --text-interval: 10px;
  --text-fontsize: 14px;
  --icon-fontsize: 18px;
  --hover-color: #000;
  background-color: var(--main-color);
  padding: 10px 0;
}
.mod_bread {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.mod_bread_item {
  display: flex;
  align-items: center;
}
.mod_bread_link {
  display: flex;
  align-items: center;
}
.mod_bread_link .text {
  color: var(--text-color);
  font-size: var(--text-fontsize);
  transition: all 0.36s;
  line-height: 142.857%;
}
.mod_bread_item > span {
  margin: 0 var(--text-interval);
  display: inline-block;
  font-size: var(--text-fontsize);
  color: var(--text-color);
  line-height: 142.857%;
}
.mod_bread_item:last-child > span {
  display: none;
}
@media screen and (min-width: 1200px) {
  .mod_bread_link:hover .text {
    text-decoration: underline;
  }
}
/* bread-end */
.contact-message {
  padding-top: 64px;
  overflow: hidden;
}
.contact-message .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-message .left {
  width: 52.94117647%;
  padding-bottom: 17.5rem;
}
.contact-message .left .img_box {
  border-radius: 4px;
  padding-top: 74.07407407%;
}
.contact-message .right {
  width: 40.52287581%;
  background: #F9F9F9;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 36px;
}
.contact-message .right .title {
  color: #222;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  text-transform: capitalize;
  margin-bottom: 48px;
}
.contact-message-form label {
  margin-bottom: 24px;
  display: block;
  width: 100%;
}
.contact-message-form label .key {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.contact-message-form label input {
  width: 100%;
  height: 56px;
  border-radius: 4px;
  background-color: #FFF;
  padding: 0 16px;
  font-size: 16px;
}
.contact-message-form label textarea {
  width: 100%;
  height: 138px;
  border-radius: 4px;
  background-color: #FFF;
  padding: 16px;
  font-size: 16px;
}
.contact-message-form button {
  margin-top: 48px;
  width: 135px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  border-radius: 54px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 137.5%;
  text-transform: capitalize;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .contact-message-form button:hover {
    transform: translateY(4px);
  }
}
.contact-info-content {
  width: 50%;
}
.contact-info-content .title {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.667%;
  margin-bottom: 36px;
}
.contact-info {
  padding: 6.25rem 0;
  background-color: #8E8E90;
  margin-top: -11.875rem;
}
.contact-info-list .item {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.contact-info-list .item .iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #EB3D00;
  font-size: 24px;
  color: #fff;
}
.contact-info-list .item .conts {
  padding-left: 24px;
}
.contact-info-list .item .conts .key {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 142.857%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.contact-info-list .item .conts .val a,
.contact-info-list .item .conts .val p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142.857%;
}
@media screen and (min-width: 1200px) {
  .contact-info-list .item .conts .val a:hover {
    color: var(--main-color);
  }
}
.contact-info-list .item:last-child {
  margin-bottom: 0;
}
.ct_aside1 {
  position: fixed;
  top: 68%;
  right: 0px !important;
  transform: translateY(-50%);
  z-index: 10;
  --wh: 42px;
  --fs: 24px;
}
.ct_aside1_list {
  margin-bottom: 10px;
  transition: all 0.36s;
  padding: 4px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.ct_aside1_item {
  margin-bottom: 10px;
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
}
.ct_aside1_item:last-child {
  margin-bottom: 0;
}
.ct_aside1_link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: var(--fs);
  color: #fff;
  transition: all 0.36s;
}
.ct_aside1_item.active .ct_aside1_link {
  background-color: var(--main-color);
}
@media screen and (min-width: 1200px) {
  .ct_aside1_item:hover .ct_aside1_link {
    background-color: var(--main-color);
  }
}
.ct_aside1_link,
.ct_aside1_switch {
  width: var(--wh);
  height: var(--wh);
  border-radius: 4px;
}
.ct_aside1_switch {
  background-color: var(--main-color);
  position: relative;
  transition: all 0.36s;
  cursor: pointer;
  display: none;
  width: 48px;
  height: 48px;
}
.ct_aside1_switch::after,
.ct_aside1_switch::before {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: all 0.36s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ct_aside1_switch::after {
  width: 2px;
  height: 15px;
}
.ct_aside1_switch::before {
  height: 2px;
  width: 15px;
}
.ct_aside1_switch.active {
  background-color: #031417;
  transform: rotate(-90deg);
}
.ct_aside1_cont {
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.36s;
  opacity: 0;
  pointer-events: none;
}
.ct_aside1_item.active .ct_aside1_cont {
  pointer-events: all;
  opacity: 1;
  transform: translateY(-50%) translateX(0px);
}
.ct_aside1_cont::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 100%;
}
.ct_aside1_cont .qr {
  width: 100px;
  padding: 2px;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.ct_aside1_cont .qr img {
  width: 100%;
}
.ct_aside1_cont a {
  display: inline-block;
  padding: 17px 22px;
  background-color: #fff;
  border-radius: 4px;
  color: #333;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  white-space: nowrap;
}
/* type-animatelist */
.ct_aside1_list.animatelist {
  transform: translateX(100px);
}
.ct_aside1_list.active {
  transform: translateX(0px);
}
/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item {
  transform: translateX(100px);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px);
}
/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item {
  transform: translateX(80px) rotate(360deg);
}
.ct_aside1_list.active .ct_aside1_item {
  transform: translateX(0px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  .ct_aside1_list {
    display: none;
  }
  .ct_aside1 {
    top: initial;
    right: 20px;
    bottom: 70px;
    transform: translateY(0);
  }
  .ct_aside1_switch {
    display: block;
  }
}
/* hover */
@media screen and (min-width: 1200px) {
  .ct_aside1_switch:hover {
    background-color: #031417;
  }
  .ct_aside1_item:hover .ct_aside1_cont {
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
  }
}
.ct_aside1-top {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 4px;
  border-radius: 4px;
  transition: all 0.5s;
  opacity: 0;
}
.ct_aside1-top.active {
  opacity: 1;
}
.privacy_cont {
  padding: 6rem 0;
}
.privacy_cont .title {
  margin-bottom: 3rem;
  font-size: 32px;
  font-weight: bold;
}
.privacy_cont .edit p {
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
/* sitemap */
.sitemap_cont {
  padding: 6rem 0 ;
}
.sitemap_cont_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.sitemap_cont_item {
  width: 20%;
  padding: 0 10px;
}
.sitemap_cont_link {
  display: block;
  text-align: center;
  line-height: 50px;
  background-color: var(--main-color);
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap_cont_link:hover {
  text-decoration: underline;
}
.sitemap_second_list {
  margin-top: 15px;
}
.sitemap_second_item {
  margin-bottom: 10px;
}
.sitemap_second_link {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  transition: all 0.36s;
  display: block;
  color: #222;
  padding: 4px 0;
}
.sitemap_second_link:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 1680px) {
  .sitemap_cont_link {
    line-height: 45px;
  }
  .sitemap_second_item {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1440px) {
  .sitemap_cont_item {
    padding: 0 8px;
  }
  .sitemap_cont_list {
    margin: 0 -8px;
  }
  .sitemap_cont_link {
    line-height: 40px;
    font-size: 16px;
  }
  .sitemap_second_link {
    padding: 4px 0;
    line-height: 26px;
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .sitemap_cont_item {
    padding: 0 5px;
  }
  .sitemap_cont_list {
    margin: 0 -5px;
    flex-wrap: wrap;
  }
  .sitemap_cont_item {
    width: 33.333333%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_cont {
    padding: 5.5rem 0;
  }
  .sitemap_cont_list {
    flex-direction: column;
  }
  .sitemap_cont_item {
    width: 100%;
    margin-bottom: 10px;
  }
  .sitemap_second_list {
    margin-top: 10px;
  }
}
/* sitemap-end */
