::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 6px;
}

.l_c,.e_c,.d_c{
font-style: initial;
font-family: inherit;
  display: contents;
}
.l_c{
    color: #c42c37;
}
.e_c{
color: #8dbe5d;
}
.d_c{
color: #6f9fd2;
}
.page_a{
line-height: 45px;
    height: 45px;
    width: 45px;
  border-radius: 100% !important;
  background: #fff;
  
}
.h5pic{display:none}
.pcpic{display:block}
.page_a.current{
background-color: #3679c0;
}
.page_a.current:hover{
    background-color: #3679c0;
}
.cf {
  zoom: 1;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
input,
select {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  -webkit-appearance: none;
}
input::-ms-clear {
  width: 0;
  height: 0;
}
input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}
input:focus::-webkit-contacts-auto-fill-button {
  opacity: 0;
}
input:focus,
select:focus {
  outline: none;
  border-width: 0;
  box-shadow: none!important;
}
*{
font-family: "sourcehansanssc-regular";
}
@font-face {
  font-family: "SOURCEHANSANSCN-BOLD";
  font-weight:700;
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/new2023103009311218380/cms/file/sourcehansanscn-vf-min..ttf");
}
@font-face {
  font-family: "sourcehansanscn-heavy";
  font-weight:400;
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/new2023103009311218380/cms/file/sourcehansanscn-vf-min..ttf");
}
@font-face {
  font-family: "sourcehansanssc-regular";
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/new2023103009311218380/cms/file/sourcehansanscn-vf-min..ttf");
}
@font-face {
    font-family: "sourcehansanssc-medium";
  	font-weight:500;
    src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2023103009311218380/cms/file/sourcehansanscn-vf-min..ttf);
}
/*
@font-face {
  font-family: "SOURCEHANSANSCN-BOLD";
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/new2023103009311218380/cms/file/sourcehansanscn-bold.otf");
}
@font-face {
  font-family: "sourcehansanscn-heavy";
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/new2023103009311218380/cms/file/sourcehansanscn-heavy.otf");
}
@font-face {
  font-family: "sourcehansanssc-regular";
  src: url("https://omo-oss-file.thefastfile.com/portal-saas/new2023103009311218380/cms/file/sourcehansanscn-regular.otf");
}
@font-face {
    font-family: "sourcehansanssc-medium";
    src: url(https://omo-oss-file.thefastfile.com/portal-saas/new2023103009311218380/cms/file/sourcehansanscn-medium.otf);
}
*/
svg {
  width: 20px;
  height: 20px;
  margin: 0!important;
}
.cont {
  width: 100%;
  overflow: hidden;
}
body {
  word-break: break-word;
}
i {
  font-style: normal;
}
img {
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.5s;
      pointer-events: none;
}
.breadcrumbs {
  padding-top: 120px;
}
.sw-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.sw-btn .prev,
.sw-btn .next {
  cursor: pointer;
}
.sw-btn .prev::after,
.sw-btn .next::after {
  font-size: 12px;
  color: #fff;
  font-family: swiper-icons;
  padding: 0 10px;
}
.sw-btn .prev::after {
  content: 'prev';
}
.sw-btn .next::after {
  content: 'next';
}
.swiper-pagination {
  position: static!important;
}
.swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  width: 11px;
  height: 11px;
  margin: 0 4px;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.page_banner {
  margin-top: 65px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.page_banner .img {
  width: 54.94%;
  overflow: hidden;
}
.page_banner .img img{

  transform: translateY(2px);
}
.page_banner .txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% - 1280px)/2);
  z-index: 5;
}
.page_banner .txt p,
.page_banner .txt span {
  display: block;
}
.page_banner .txt p {
  color: #1d1d1f;
  font-family: "sourcehansanssc-medium";
}
.page_banner .txt span {
  color: #999999;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.header.on {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.header.on .h_top .m_nav > li:nth-child(1) .sub_nav ul {
  padding: 10px 0;
}
.header *{font-family: "sourcehansanssc-medium";}
.header.act {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.header:hover {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}
.header .h_top {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .h_top .logo {
  width: 81px;
  overflow: hidden;
  position: relative;
}
.header .h_top .m_nav {
  width: calc(100% - 211px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 65px;
  transition: all 0.3s;
}
.header .h_top .m_nav > li {
  height: 100%;
  display: block;
  position: relative;
}
.header .h_top .m_nav > li.pt {
  position: static;
}
.header .h_top .m_nav > li.pt .sub_nav ul {
  padding: 45px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all 0.3s;
}
.header .h_top .m_nav > li.pt .sub_nav ul li {
  width: 170px;
  text-align: center;
}
.header .h_top .m_nav > li.pt .sub_nav ul li img {
  width: 50px;
  margin: 0 auto 15px;
    transition: all .3s;
}
.header.on .h_top .m_nav > li.pt .sub_nav ul li img{
  width: 40px;
}
.header .h_top .m_nav > li.pt .sub_nav ul li:hover a {
  background: #fff;
  color: #3574b7;
}
.header .h_top .m_nav > li.pt .sub_nav ul li.p_active a {
  background: #fff;
  color: #3574b7;
}
.header .h_top .m_nav > li.pt .sub_nav ul li.p_active:hover a {
  color: #3574b7;
}
.header .h_top .m_nav > li:nth-last-child(1) > a::after {
  display: none;
}
.header .h_top .m_nav > li > a {
  color: #333333;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
}
.header .h_top .m_nav > li > a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 20%;
  right: 20%;
  height: 1px;
  background-color: #3574b7;
  opacity: 0;
  transition: all 0.3s;
}
.header .h_top .m_nav > li > a:hover {
  color: #3574b7;
}
.header .h_top .m_nav > li > a:hover::before {
  opacity: 1;
}
.header .h_top .m_nav > li > a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 40%;
  width: 1px;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.1);
}
.header .h_top .m_nav > li .nav_icon {
  display: none;
}
.header .h_top .m_nav > li .sub_nav {
  position: absolute;
  left: -20px;
  right: 0;
  top: calc(100% + 1px);
  width:140px;
  background: #fff;
  display: none;
  padding: 12px 0;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.05);
}
.header .h_top .m_nav > li.pt .sub_nav{width:100%;left:0;}
.header .h_top .m_nav > li .sub_nav li {
  width: 100%;
}
.header .h_top .m_nav > li .sub_nav li a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  transition: all 0.5s;
  line-height: 1.3;
}
.header .h_top .m_nav > li .sub_nav li a:hover {
  color: #fff;
  background: #3574b7;
}
.header .h_top .nav_r {
  display: flex;
  align-items: center;
}
.header .h_top .nav_r a {
  display: block;
  margin-left: 40px;
  width: 25px;
  white-space: nowrap;
}
.footer {
  background: #fff;
  padding-top: 110px;
  padding-bottom: 66px;
}
.footer .footer_top .infor {
  display: flex;
  justify-content: space-between;
}
.footer .footer_top .infor li > a {
  color: #090103;
}
.footer .footer_top .infor li .sub_nav {
  margin-top: 8px;
}
.footer .footer_top .infor li .sub_nav div {
  padding: 2px 0;
}
.footer .footer_top .infor li .sub_nav a {
  color: #707070;
}
.footer .footer_top .infor li .sub_nav a:hover {
  color: #3574b7;
}
.footer .footer_bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 110px;
}
.footer .footer_bottom .btm_l p {
  color: #707070;
}
.footer .footer_bottom .btm_l p a {
  color: #707070;
}
.footer .footer_bottom .btm_r {
  color: #707070;
}
.footer .footer_bottom .btm_r .link {
  display: inline-block;
}
.footer .footer_bottom .btm_r a {
  color: #707070;
  margin-left: 13px;
  position: relative;
}
.footer .footer_bottom .btm_r a img{width:27px;    display: inline-block;}
.footer .footer_bottom .btm_r a .qr {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  padding: 10px;
  background: #fff;
  pointer-events: none;
  border-radius: 10px;
  opacity: 0;
  transition: all 0.3s;
}
.footer .footer_bottom .btm_r a .qr img{width:100%;}
.footer .footer_bottom .btm_r a:hover .qr{
  bottom: 110%;
  opacity: 1;
  pointer-events: auto;
}
.footer .footer_bottom .btm_r a:nth-child(1) {
  margin-right: 10px;
}
.footer .footer_logo {
  border-top: 1px solid #e8e8eb;
  margin-top: 15px;
  padding-top: 25px;
}
.footer .footer_logo img {
  width: 90px;
  margin: 0 auto;
}
.w1280 {
  width: 1280px;
  overflow: hidden;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
}
@media screen and (max-width: 1280px) {
  .w1280 {
    width: 90%;
  }
  .header .h_top {
    width: 90%;
  }
  .header .h_top .m_nav > li > a {
    padding: 0 10px;
  }
  .header .h_top .nav_r a {
    margin-left: 20px;
  }
  .page_banner .txt {
    left: 5%;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
}
@media screen and (max-width: 998px) {
  .h5pic{display:block}
.pcpic{display:none}
  .sw-btn {
    bottom: 5px;
  }
  .header .h_top .m_nav > li > a::before{display: none;}
  .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 2px;
  }
  .sw-btn .prev::after,
  .sw-btn .next::after {
    font-size: 9px;
    padding: 0 5px;
  }
  .header .u-menu {
    width: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    top: 5px;
    z-index: 6;
    margin-right: 0px;
    margin-left: 17px;
  }
  .header .u-menu .menu-sub {
    position: absolute;
    left: 0;
    margin: 8px 0 0;
    top: 8px;
    width: 24px;
    height: 2px;
    background-color: #333;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
  }
  .header .u-menu .menu-sub:after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
    display: block;
  }
  .header .u-menu .menu-sub:before {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 2px;
    background-color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    border-radius: 2px;
    display: block;
  }
  .header .u-menu .menu-sub:before {
    top: -16px;
  }
  .header .u-menu .menu-sub:after {
    top: -8px;
  }
  .header .u-menu.on .menu-sub {
    height: 0;
    background: #fff;
  }
  .header .u-menu.on .menu-sub:before {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    top: -8px;
  }
  .header .u-menu.on .menu-sub:after {
    -ms-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    background: #fff;
    top: -8px;
  }
  .header .u-menu.on .menu-sub:before,
  .header .u-menu.on .menu-sub:after {
    width: 20px;
  }
  .header.on .u-menu .menu-sub {
    background-color: #333;
  }
  .header.on .u-menu .menu-sub {
    background: #333;
  }
  .header.on .u-menu .menu-sub:before {
    background: #333;
  }
  .header.on .u-menu .menu-sub:after {
    background: #333;
  }
  .header.on:hover .u-menu .menu-sub {
    background-color: #333;
  }
  .header.on:hover .u-menu.on .menu-sub {
    background: #333;
  }
  .header.on:hover .u-menu.on .menu-sub:before {
    background: #333;
  }
  .header.on:hover .u-menu.on .menu-sub:after {
    background: #333;
  }
  .header.act .u-menu .menu-sub {
    background-color: #fff;
  }
  .header.act .u-menu.on .menu-sub {
    background: #fff;
  }
  .header.act .u-menu.on .menu-sub:before {
    background: #fff;
  }
  .header.act .u-menu.on .menu-sub:after {
    background: #fff;
  }
  .header.act:hover .u-menu .menu-sub {
    background-color: #fff;
  }
  .header.act:hover .u-menu.on .menu-sub {
    background: #fff;
  }
  .header.act:hover .u-menu.on .menu-sub:before {
    background: #fff;
  }
  .header.act:hover .u-menu.on .menu-sub:after {
    background: #fff;
  }
  .header {
    padding: 10px 0;
  }
  .header .h_top .logo {
    width: 60px;
  }
  .header .h_top .m_nav {
    position: fixed;
    top: 49px;
    left: 0;
    height: calc(100vh - 49px);
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #fff;
    margin-left: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all;
  }
  .header .h_top .m_nav li {
    width: 94%;
    margin: 0 auto;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
    position: relative!important;
  }
  .header .h_top .m_nav li:nth-last-child(1) {
    border-bottom: 0;
  }
  .header .h_top .m_nav li > a {
    color: #333;
    font-size: 16px;
    width: 80%;
    height: 45px;
    line-height: 45px;
  }
  .header .h_top .m_nav > li .sub_nav li a:hover {
    color: #3574b7;
    background: transparent;
  }
  .header .h_top .m_nav > li > a::after {
    display: none;
  }
  .header .h_top .m_nav > li.pt .sub_nav ul {
    display: block;
    padding: 0!important;
  }
  .header .h_top .m_nav > li.pt .sub_nav ul li {
    width: 100%;
  }
  .header .h_top .m_nav > li.pt .sub_nav ul li img {
    display: none;
  }
  .header .h_top .m_nav li .nav_icon {
    position: absolute;
    bottom: auto;
    top: 0%;
    left: auto;
    right: 0%;
    transform: translateX(0%);
    width: 20%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .h_top .m_nav li .nav_icon svg {
    transition: all 0.3s;
    width: 15px;
    height: 15px;
  }
  .header .h_top .m_nav li .sub_nav {
    position: static;
    transform: translateX(0);
    width: 100%;
    text-align: left;
    box-shadow: initial;
    padding: 0 0 0 20px;
  }
  .header .h_top .m_nav > li .sub_nav li a {
    text-align: left;
    padding: 0;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
  }
  .header .h_top .m_nav li .sub_nav a {
    color: #777;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .footer_top {
    display: none;
  }
  .footer .footer_bottom {
    margin-top: 0;
    justify-content: center;
  }
  .footer .footer_bottom .btm_l {
    text-align: center;
  }
  .footer .footer_bottom .btm_r {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .footer .footer_bottom .btm_r .link {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .footer_bottom .btm_r a {
    margin: 0 10px!important;
  }
  .page_banner {
    margin-top: 50px;
    padding: 20px 0;
  }
  .page_banner .txt span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_bottom .btm_r a .qr{
  width: 88px;
    padding: 5px;
  }
  
}