
@font-face {
  font-family: "iconfont";
  /* Project id 2874806 */
  src: url('https://omo-oss-file.thefastfile.com/portal-saas/pg2025042917585647945/cms/file/iconfont.woff2?t=1635210561214') format('woff2'), 
  url('https://omo-oss-file.thefastfile.com/portal-saas/pg2025042917585647945/cms/file/iconfont.woff?t=1635210561214') format('woff'),
   url('https://omo-oss-file.thefastfile.com/portal-saas/pg2025042917585647945/cms/file/iconfont.ttf?t=1635210561214') format('truetype');
}
:root {
  --color: #73b82b;
  --blue: #0095ff;
}

*, ::after, ::before {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
}
body {
  font-family: "Noto Sans SC", "Microsoft Yahei", "微软雅黑", "Arial";
  font-weight: 400;
  color: #172647;
}
sup{
  top:6px;
}
.arial {
  font-family: Arial;
}
.thin {
  font-weight: 100;
}
.medium {
  font-weight: 500;
  font-weight: 700;
}
.bold {
  font-weight: 700;
}
.p {
  line-height: 1.8;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.s-title h3 {
  color: #999;
  padding-bottom: 6px;
  margin-top: 4px;
  position: relative;
}
.s-title h3:after {
  content: '';
  width: 20px;
  height: 2px;
  background: #72b72a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.s-title.white {
  color: #fff;
}
.s-title.white h3 {
  color: rgba(255, 255, 255, 0.5);
}
.s-title.white h3:after {
  background: #fff;
}
.n-title {
  text-align: center;
}
.n-title h2 {
  display: inline-block;
  color: #172647;
  position: relative;
  padding-bottom: 28px;
}
.n-title h2:before {
  content: '';
  max-width: 100%;
  width: 115px;
  height: 2px;
  background: #e4e4e4;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
.n-title h2:after {
  content: '';
  width: 52%;
  max-width: 60px;
  height: 2px;
  background: #81b444;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -1px;
}
.n-title p {
  margin-top: 30px;
  color: #606060;
}
.s-more {
  margin-top: 50px;
}
.s-more a {
  width: 120px;
  padding-left: 58px;
  position: relative;
  display: inline-block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-more a .mores {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-more a .mores span {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-more a h4 {
  text-decoration: underline;
  text-underline-offset: 8px;
  position: relative;
  top: -4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.s-more a:hover {
  padding-left: 30px;
}
.s-more a:hover .mores {
  width: 104px;
}
.s-more a:hover .mores span {
  opacity: 0;
}
.s-more a:hover h4 {
  color: #fff;
}
.s-more.white a h4 {
  color: #fff;
}
.inner-banner {
  overflow: hidden;
  position: relative;
  margin-top: 88px;
}
.inner-banner img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.inner-banner:before{
  content:'';
  width: 100%;
  height: 20%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  position: absolute;
  left:0;
  bottom:0;
  z-index: 2;
}
.inner-banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 3;
}
.inner-banner .text h2 {
  color: #fff;
  letter-spacing: 0!important;
}
.inner-banner.black .text h2 {
  color: #172647;
}
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con {
  display: flex;
}
.header .con .logo {
  height: 88px;
  display: flex;
  align-items: center;
}
.header .con .logo a {
  position: relative;
}
.header .con .logo a img {
  height: 60px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .logo a img.white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header .con .nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header .con .nav > ul {
  display: flex;
}
.header .con .nav > ul > li {
  margin-right: 40px;
  position: relative;
}
.header .con .nav > ul > li h2 {
  position: relative;
}
.header .con .nav > ul > li h2:before {
  content: '';
  width: 0;
  height: 2px;
  background: var(--color);
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li h2 a {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #172647;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-down {
  position: absolute;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 88px;
  background: #fff;
  display: none;
}
.header .con .nav > ul > li .nav-down ul {
  width: 100%;
  padding: 10px 20px;
}
.header .con .nav > ul > li .nav-down ul li a {
  white-space: nowrap;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .nav > ul > li .nav-down ul li a:hover {
  color: var(--color);
}
.header .con .nav > ul > li:hover h2:before {
  width: 100%;
  left: 0;
}
.header .con .nav > ul > li:hover h2 a {
  color: var(--color) !important;
}
.header .con .right {
  display: flex;
  align-items: center;
}
.header .con .right .search {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.header .con .right .search span {
  color: var(--blue);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .search:hover span {
  color: var(--color);
}
.header .con .right .lang {
  position: relative;
  padding-left: 30px;
}
.header .con .right .lang:before {
  content: '';
  width: 1px;
  height: 16px;
  background: var(--blue);
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.header .con .right .lang a {
  color: var(--blue);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .con .right .lang a:hover {
  color: var(--color);
}
.header .con .right .mobile-btn {
  display: none;
}
.header .search-list {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
}
.header .search-list .search-box {
  background: #fff;
  padding: 40px 0;
}
.header .search-list .search-box .search-center {
  width: 400px;
  max-width: 80%;
  margin: 0 auto;
  position: relative;
}
.header .search-list .search-box .search-center input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-right: 40px;
  font-size: 16px;
}
.header .search-list .search-box .search-center span {
  position: absolute;
  color: #666;
  font-size: 24px;
  line-height: 40px;
  right: 0;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.header .search-list .search-box .search-center span:hover {
  color: var(--color);
}
.header:hover {
  background: #fff;
}
.header:hover .con .logo a img.regular {
  opacity: 1!important;
}
.header:hover .con .logo a img.white {
  opacity: 0!important;
}
.header:hover .con .nav > ul > li h2 a {
  color: #172647 !important;
}
.header:hover .con .right .search span {
  color: var(--blue) !important;
}
.header:hover .con .right .lang:before {
  background: var(--blue) !important;
  opacity: 0.3;
}
.header:hover .con .right .lang a {
  color: var(--blue) !important;
}
.header.active {
  background: #fff;
}
.header.white .con .logo a img.regular {
  opacity: 0;
}
.header.white .con .logo a img.white {
  opacity: 1;
}
.header.white .con .nav > ul > li h2 a {
  color: #fff;
}
.header.white .con .right .search span {
  color: #fff;
}
.header.white .con .right .lang:before {
  background: #fff;
  opacity: 0.3;
}
.header.white .con .right .lang a {
  color: #fff;
}
.header.inner {
  background: #fff;
}
.footer {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025042917585647945/cms/image/d5cfb5fd-27bc-4edc-81c2-7aa32e9e08c4.jpg) no-repeat;
  background-size: cover;
  padding: 30px 0;
  position: relative;
}
.footer:before {
  content: '';
  width: 100%;
  height: 6px;
  background-image: linear-gradient(-90deg, #0a8de7 0%, #25d3fa 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.footer .f-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
.footer .f-top .logo a img {
  height: 60px;
}
.footer .f-top .shares .social-share{
  display: flex;
}
.footer .f-top .shares .social-share-icon{
  width: 40px;
  height: 40px;
  background: none;
  border: 1px solid rgba(23, 38, 71, 0.3);
  padding-left: 0;
  margin: 0;
  position: relative;
  text-align: center;
  opacity: 1;
  z-index: 1;
}
.footer .f-top .shares .social-share-icon:before {
  content: '\e607';
  font-family: iconfont;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 26px;
  color: #172647;
  z-index: -1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .f-top .shares .social-share-icon:not(:last-child) {
  margin-right: 20px;
}
.footer .f-top .shares .social-share-icon .qrcode-popup {
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -100px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .f-top .shares .social-share-icon .qrcode-popup img {
  width: 100%;
}
.footer .f-top .shares .social-share-icon:hover {
  background: #172647;
  border: 1px solid #172647;
}
.footer .f-top .shares .social-share-icon:hover:before {
  color: #fff;
}
.footer .f-top .shares .social-share-icon:hover .qrcode-popup {
  opacity: 1;
  top: -110px;
}
.footer .f-top .shares .social-share-icon.icon-weibo:before {
  content: '\e619';
}
.footer .f-top .shares .social-share-icon.icon-twitter:before {
  content: '\e882';
}
.footer .f-top .shares ul {
  display: flex;
}
.footer .f-top .shares ul li {
  position: relative;
  overflow: hidden;
}
.footer .f-top .shares ul li .icons {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(23, 38, 71, 0.3);
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .f-top .shares ul li .icons img {
  width: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.footer .f-top .shares ul li .icons img.white {
  opacity: 0;
}
.footer .f-top .shares ul li .erweima {
  width: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -100px;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .f-top .shares ul li .erweima img {
  width: 100%;
}
.footer .f-top .shares ul li:not(:last-child) {
  margin-right: 20px;
}
.footer .f-top .shares ul li:hover{
  overflow: inherit;
}
.footer .f-top .shares ul li:hover .icons {
  background: #172647;
  border: 1px solid #172647;
}
.footer .f-top .shares ul li:hover .icons img.regular {
  opacity: 0;
}
.footer .f-top .shares ul li:hover .icons img.white {
  opacity: 1;
}
.footer .f-top .shares ul li:hover .erweima {
  opacity: 1;
  top: -110px;
}
.footer .f-middle {
  padding-bottom: 0;
}
.footer .f-middle ul {
  display: flex;
  justify-content: space-between;
}
.footer .f-middle ul li {
  display: flex;
  position: relative;
}
.footer .f-middle ul li .icons {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, #0a8de7 0%, #25d3fa 100%);
  flex-shrink: 0;
  margin-right: 14px;
}
.footer .f-middle ul li .icons img {
  width: 100%;
}
.footer .f-middle ul li .text p {
  line-height: 1.3;
  margin-top: 4px;
}
.footer .f-middle ul li .text p a:hover {
  text-decoration: underline;
}
.footer .f-bottom {
  padding: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
.footer .f-bottom .left .box{
  display: flex;
  flex-wrap: wrap;
}
.footer .f-bottom .left .box .gong{
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .f-bottom .left span {
  margin-right: 10px;
}
.footer .f-bottom .left a {
  margin-right: 10px;
  cursor: pointer;
}
.footer .f-bottom .left img{
  margin-right:10px;
  flex-shrink: 0;
  width: 16px;
  height: 18px;
}
.footer .f-bottom .left a:hover {
  text-decoration: underline;
}
.footer .f-bottom .right {
  flex-shrink: 0;
  margin-left: 20px;
}
.footer .f-bottom .right ul {
  display: flex;
}
.footer .f-bottom .right ul li {
  padding: 0 14px;
  position: relative;
}
.footer .f-bottom .right ul li:after {
  content: '';
  width: 1px;
  height: 16px;
  background: #172647;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.footer .f-bottom .right ul li a {
  color: #172647;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .f-bottom .right ul li a:hover {
  color: var(--color);
}
.footer .f-bottom .right ul li:first-child {
  padding-left: 0;
}
.footer .f-bottom .right ul li:last-child {
  padding-right: 0;
}
.footer .f-bottom .right ul li:last-child:after {
  display: none;
}
#videoPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup .video-box {
  width: 66%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup .video-box video {
  width: 100%;
}
#videoPopup .video-box .closes {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
#videoPopup .video-box .closes span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup .video-box .closes:hover {
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1680px) {
  .w1440 {
    width: 80%;
  }
  .p {
    line-height: 1.6;
  }
  .n-title h2 {
    padding-bottom: 20px;
  }
  .n-title p {
    margin-top: 20px;
  }
  .s-more {
    margin-top: 2.5vw;
  }
  .header .con .logo a img {
    height: 50px;
  }
  .header .con .nav > ul > li {
    margin-right: 2vw;
  }
  .header .con .right .search {
    margin-right: 1.5vw;
  }
  .header .con .right .lang {
    padding-left: 1.5vw;
  }
  .footer {
    padding:1.5vw 0;
  }
  .footer .f-top {
    padding-bottom: 1.5vw;
  }
  .footer .f-top .logo a img{
    height: 50px;
  }
  .footer .f-middle {
    padding-bottom: 0;
  }
  .footer .f-bottom {
    padding: 1.5vw 0 0;
  }
  .footer .f-bottom .right ul li:after {
    height: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .inner-banner {
    margin-top: 78px;
  }
  .header .con .logo {
    height: 78px;
  }
  .header .con .logo a img {
    height: 40px;
  }
  .header .con .nav > ul > li h2 a {
    height: 78px;
  }
  .header .con .nav > ul > li .nav-down {
    top: 78px;
  }
  .header .con .nav > ul > li .nav-down ul {
    padding: 6px 20px;
  }
  .header .con .nav > ul > li .nav-down ul li a {
    line-height: 40px;
  }
  .header .search-list .search-box .search-center span {
    font-size: 20px;
  }
  .footer .f-middle ul li .icons {
    width: 54px;
    height: 54px;
  }
    .footer .f-top .logo a img{
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
  .header .con .nav > ul > li {
    margin-right: 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .inner-banner {
    margin-top: 60px;
  }
  .header {
    position: fixed;
    background: #fff;
  }
  .header .con {
    justify-content: space-between;
  }
  .header .con .logo {
    height: 60px;
  }
  .header .con .nav {
    margin-right: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    background: #fff;
    padding: 0 5% 20px;
    left: auto;
    bottom: 0;
    right: -100%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul {
    display: block;
    width: 100%;
  }
  .header .con .nav > ul > li {
    width: 100%;
  }
  .header .con .nav > ul > li h2 {
    border-bottom: 1px solid #f2f2f2;
  }
  .header .con .nav > ul > li h2:before {
    display: none;
  }
  .header .con .nav > ul > li h2:after {
    content: '\e603';
    font-family: iconfont;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .header .con .nav > ul > li h2 a {
    display: block;
    width: 50%;
    height: auto;
    text-align: left;
    line-height: 50px;
    color: #333;
  }
  .header .con .nav > ul > li h2 a:after {
    display: none;
  }
  .header .con .nav > ul > li .nav-down {
    position: relative;
    top: 0;
    display: none;
    padding: 0;
    background: #fff;
    width: 100%;
    border-top: none;
  }
  .header .con .nav > ul > li .nav-down ul {
    display: block;
    padding: 0;
  }
  .header .con .nav > ul > li .nav-down ul li {
    width: 100%;
    padding: 0 20px;
  }
  .header .con .nav > ul > li .nav-down ul li a {
    text-align: left;
    display: block;
    line-height: 40px;
    color: #666;
    position: relative;
  }
  .header .con .nav > ul > li .nav-down ul li a:before {
    content: '\e683';
    font-family: iconfont;
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .header .con .nav > ul > li.active h2:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
  }

  .header .con .nav > ul > li:nth-child(4) h2:after {
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
  }
  .header .con .nav > ul > li:nth-child(4) h2 a {
    width: 100%;
  }
  .header .con .nav > ul > li:nth-child(6) h2:after {
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
  }
  .header .con .nav > ul > li:nth-child(6) h2 a {
    width: 100%;
  }
  .header .con .nav > ul > li:last-child h2:after {
    transform: rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
  }
  .header .con .nav > ul > li:last-child h2 a {
    width: 100%;
  }
  .header .con .nav.active {
    right: 0;
  }
  .header .con .right .search {
    margin-right: 20px;
  }
  .header .con .right .lang {
    padding-left: 20px;
    margin-right: 20px;
  }
  .header .con .right .mobile-btn {
    width: 20px;
    height: 60px;
    display: block;
    position: relative;
  }
  .header .con .right .mobile-btn .nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 40px;
    text-align: center;
    z-index: 11;
    font-size: 0;
    margin: 0 auto;
  }
  .header .con .right .mobile-btn .nav-button div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 20px;
    height: 16px;
  }
  .header .con .right .mobile-btn .nav-button div span {
    width: 100%;
    height: 2px;
    background-color: var(--blue);
    display: block;
    margin: 0 auto;
    line-height: 2px;
    position: static;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
  }
  .header .con .right .mobile-btn .nav-button div span.center-hr {
    margin: 5px auto;
  }
  .header .con .right .mobile-btn .nav-button div span.top-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .right .mobile-btn .nav-button div span.bottom-hr {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .header .con .right .mobile-btn .nav-button.active div span {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
  }
  .header .con .right .mobile-btn .nav-button.active div span.center-hr {
    display: none;
  }
  .header .con .right .mobile-btn .nav-button.active div span.top-hr {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .header .con .right .mobile-btn .nav-button.active div span.bottom-hr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  .footer {
    padding: 50px 0 20px;
  }
  .footer .f-top {
    padding-bottom: 30px;
    display: block;
  }
  .footer .f-top .logo {
    text-align: center;
  }
  .footer .f-top .shares {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .footer .f-middle {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .footer .f-middle ul {
    display: block;
  }
  .footer .f-middle ul li {
    width: 100%!important;
    padding: 0;
  }
  .footer .f-middle ul li:not(:first-child) {
    margin-top: 20px;
  }
  .footer .f-bottom {
    padding: 20px 0;
    display: block;
  }
  .footer .f-bottom .left {
    text-align: center;
  }
    .footer .f-bottom .left .box{
    display: block;
  }
  .footer .f-bottom .left img{
    margin-right:6px;
  }
  .footer .f-bottom .right {
    margin-left: 0;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #videoPopup .video-box {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .p {
    line-height: 1.6;
  }
  .n-title h2 {
    padding-bottom: 16px;
  }
  .s-more {
    margin-top: 40px;
  }
  .inner-banner {
    height: 150px;
  }
  .inner-banner img {
    height: 100%;
    object-fit: cover;
  }
  .inner-banner .text h2 {
    letter-spacing: 0;
  }
  .footer .f-top {
    padding-bottom: 30px;
  }
  .footer .f-top .shares {
    margin-top: 30px;
  }
  .footer .f-middle ul li .icons {
    width: 44px;
    height: 44px;
  }
  .footer .f-bottom .left a {
    display: block;
    margin-right: 0;
  }
  .footer .f-bottom .left span {
    display: block;
    margin-right: 0;
  }
}



.back-list {
  margin-top: 40px;
}
.back-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 44px;
  border-radius: 22px;
  border: 1px solid var(--blue);
  color: var(--blue);
  margin: 0 auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.back-list a svg {
  margin-left: 6px;
}
.back-list a svg path {
  fill: var(--blue);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.back-list a:hover {
  background: var(--blue);
  color: #fff;
}
.back-list a:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 1680px) {
  .back-list {
    margin-top: 30px;
  }
  .back-list a {
    width: 180px;
    height: 40px;
  }
}



.t-alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
}
.t-alert .center {
  position: absolute;
  width: 800px;
  max-width: 90%;
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/pg2025042917585647945/cms/image/ad72ee5a-aa50-435d-b308-951c692f45ca.jpg) no-repeat;
  background-size: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 40px;
}
.t-alert .center h2{
  margin-bottom:14px;
  color: var(--blue);
    text-align: center;
}
.t-alert .center p{
  text-indent: 2em;
}
.t-alert .center .t-btns {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.t-alert .center .t-btns .cancle {
  margin-right: 20px;
}
.t-alert .center .t-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  border: 1px solid var(--blue);
  width: 100px;
  height: 40px;
  border-radius: 22px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.t-alert .center .t-btns a:hover {
  background: var(--blue);
  color: #fff;
}
@media screen and (max-width: 1680px) {
  .t-alert .center{
    width: 650px;
  }
  .t-alert .center .t-btns a {
    width: 80px;
    height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .t-alert .center {
    padding: 30px 20px;
  }
  .t-alert .center .t-btns {
    margin-top: 20px;
  }
  .t-alert .center .t-btns .cancle {
    margin-right: 14px;
  }
}
