* {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-collapse: collapse;
  text-decoration: none;
  touch-action: manipulation;
}
::-webkit-scrollbar {
  width: 3px;
  height: 0px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
::-webkit-scrollbar-track {
  background: #ebebeb;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: #005bac;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
:-moz-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
input,
button,
select,
textarea {
  color: #333;
  font-size: 16px;
  font-family: 'PingFang', 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'sans-serif';
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  background: none;
}
@media screen and (max-width: 1280px) {
  input,
  button,
  select,
  textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  input,
  button,
  select,
  textarea {
    font-size: 0.28rem;
  }
}
button,
input[type="submit"] {
  cursor: pointer;
}
body {
  color: #333;
  font-size: 16px;
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB', 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'sans-serif';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.28rem;
  }
}
html,
body {
  overflow-x: hidden;
}
.wrapper {
  padding: 0 50px;
  max-width: 1920px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .wrapper {
    padding: 0 calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    padding: 0 0.4rem;
  }
}
.wrap {
  padding: 0 210px;
}
@media screen and (max-width: 1920px) {
  .wrap {
    padding: 0 calc(210 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 0.4rem;
  }
}
.wp {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .wp {
    width: auto;
    padding: 0 0.4rem;
  }
}
.h20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1920px) {
  .h20 {
    margin-bottom: calc(20 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .h20 {
    margin-bottom: 0.2rem;
  }
}
.h50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .h50 {
    margin-bottom: calc(50 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .h50 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  .h50 {
    margin-bottom: 0.5rem;
  }
}
.h60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1920px) {
  .h60 {
    margin-bottom: calc(60 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .h60 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .h60 {
    margin-bottom: 0.6rem;
  }
}
.h100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1920px) {
  .h100 {
    margin-bottom: calc(100 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .h100 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 750px) {
  .h100 {
    margin-bottom: 1rem;
  }
}
.hidePc {
  display: none;
}
@media screen and (max-width: 990px) {
  .hidePc {
    display: block;
  }
}
.showPc {
  display: block;
}
@media screen and (max-width: 990px) {
  .showPc {
    display: none;
  }
}
.header_space {
  background-color: $blue;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .header_space {
    padding-top: 1.2rem;
  }
}
#header {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px 0;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #header {
    padding: 0.1rem 0;
    height: 1rem;
  }
}
#header .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .container .logo img {
  display: block;
  max-height: 50px;
}
@media screen and (max-width: 750px) {
  #header .container .logo img {
    max-height: 0.6rem;
  }
}
#header .container .right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
#header .container .right .menu,
#header .container .right .search {
  height: 50px;
  padding: 0 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  display: none;
}
@media screen and (max-width: 990px) {
  #header .container .right .menu,
  #header .container .right .search {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (max-width: 750px) {
  #header .container .right .menu,
  #header .container .right .search {
    font-size: 0.4rem;
    height: 1rem;
    width: 0.8rem;
    padding: 0;
    justify-content: center;
  }
}
#header .container .right .menu i,
#header .container .right .search i {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  #header .container .right .menu i,
  #header .container .right .search i {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 990px) {
  #header .container .right .menu {
    margin-right: 10px;
  }
}
@media screen and (max-width: 750px) {
  #header .container .right .menu {
    margin-right: 0.1rem;
  }
}
#header .container .right .menu .icon-menu {
  display: block;
}
#header .container .right .menu .close {
  display: none;
}
#header .container .right .menu.open .icon-menu {
  display: none;
}
#header .container .right .menu.open .close {
  display: block;
}
#header .container .search_form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 48px;
  color: #fff;
  background-color: #005bac;
  width: calc(2 / 3 * 225px);
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 990px) {
  #header .container .search_form {
    display: none;
  }
}
#header .container .search_form:hover {
  width: 225px;
}
#header .container .search_form .inp,
#header .container .search_form .submit {
  color: #fff;
  padding: 0 20px;
}
#header .container .search_form .inp {
  width: 100%;
  display: block;
  flex: 1;
}
#header .container .search_form .submit {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  #header .container .search_form .submit {
    font-size: 0.4rem;
  }
}
#header .container .search_form ::-webkit-input-placeholder {
  color: #fff;
}
#header .container .search_form ::-moz-placeholder {
  color: #fff;
}
#header .container .search_form :-moz-placeholder {
  color: #fff;
}
#header .container .search_form :-ms-input-placeholder {
  color: #fff;
}
.menu_space {
  height: 70px;
}
@media screen and (max-width: 990px) {
  .menu_space {
    height: 0;
  }
}
#menuBox {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 8;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 990px) {
  #menuBox {
    position: fixed;
    left: 0;
    right: 0;
    top: 80px;
    bottom: 0;
    padding: 10px 0;
    background: #fff;
    overflow-y: auto;
    -webkit-transition: 0.35s;
    -ms-transition: 0.35s;
    transition: 0.35s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: perspective(1000px) rotateY(90deg);
    -ms-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    transform-origin: left;
    transform-style: preserve-3d;
  }
  #menuBox.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(1000px) rotateY(0deg);
    -ms-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}
#menuBox .navigator {
  height: 70px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 990px) {
  #menuBox .navigator {
    display: block;
  }
}
#menuBox .navigator li {
  position: relative;
  margin-right: 120px;
}
@media screen and (max-width: 1920px) {
  #menuBox .navigator li {
    margin-right: calc(120 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  #menuBox .navigator li {
    margin-right: 0;
    border-bottom: 1px solid #ebebeb;
  }
}
#menuBox .navigator li:last-child {
  margin-right: 0;
}
#menuBox .navigator li::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #005bac;
  overflow: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#menuBox .navigator li .v1 {
  color: #333;
  font-size: calc(18 / 16 * 1em);
  line-height: 2;
  min-width: 3em;
  position: relative;
  z-index: 2;
  height: 70px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 990px) {
  #menuBox .navigator li .v1 {
    padding: 10px;
    height: auto;
    justify-content: flex-start;
    border-bottom: 1px solid #ebebeb;
  }
}
#menuBox .navigator li.active::before {
  width: 100%;
}
#menuBox .navigator li .sub {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  color: #333;
  padding: 10px;
  background-color: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.55s;
  -ms-transition: 0.55s;
  transition: 0.55s;
}
@media screen and (max-width: 990px) {
  #menuBox .navigator li .sub {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
}
#menuBox .navigator li .sub .s1 {
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 990px) {
  #menuBox .navigator li .sub .s1 {
    padding-left: 1em;
  }
}
#menuBox .navigator li .sub .s1:hover {
  color: #005bac;
}
#menuBox .navigator li .sub dl {
  line-height: 2.25;
}
#menuBox .navigator li:hover::before {
  width: 0;
}
#menuBox .navigator li:hover .sub {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 990px) and (max-width: 750px) {
  #menuBox {
    top: 1.2rem;
  }
}
#searchBox {
  position: fixed;
  z-index: 8;
  left: 0;
  right: 0;
  top: 60px;
  bottom: 0;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 750px) {
  #searchBox {
    top: 1.2rem;
  }
}
#searchBox .search_form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 48px;
  color: #fff;
  background-color: #005bac;
  width: 80vw;
  -webkit-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
#searchBox .search_form .inp,
#searchBox .search_form .submit {
  color: #fff;
  padding: 0 20px;
}
#searchBox .search_form .inp {
  width: 100%;
  display: block;
  flex: 1;
}
#searchBox .search_form .submit {
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  #searchBox .search_form .submit {
    font-size: 0.32rem;
  }
}
#searchBox .search_form ::-webkit-input-placeholder {
  color: #fff;
}
#searchBox .search_form ::-moz-placeholder {
  color: #fff;
}
#searchBox .search_form :-moz-placeholder {
  color: #fff;
}
#searchBox .search_form :-ms-input-placeholder {
  color: #fff;
}
#searchBox.show {
  opacity: 1;
  visibility: visible;
}
#footer {
  color: #fff;
  font-size: 14px;
  background-color: #333;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1280px) {
  #footer {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #footer {
    font-size: 0.24rem;
    text-align: center;
  }
}
#footer a {
  color: #fff;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#footer a:hover {
  color: rgba(255,255,255,0.6);
}
#footer .box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  #footer .box {
    display: block;
    text-align: center;
  }
}
#footer .ftop {
  padding: 35px 0;
}
@media screen and (max-width: 1920px) {
  #footer .ftop {
    padding: calc(35 / 1920 * 100vw) 0;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop {
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 1024px) {
  #footer .ftop .ftl {
    width: 100%;
    display: none;
  }
}
#footer .ftop .fnav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  #footer .ftop .fnav {
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
#footer .ftop .fnav .fnav_item {
  margin-right: 80px;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .fnav .fnav_item {
    margin-right: calc(80 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .fnav .fnav_item {
    margin-right: 0;
  }
}
#footer .ftop .fnav .fnav_item:last-child {
  margin-right: 0;
}
#footer .ftop .fnav .fnav_item h4 {
  font-size: calc(16 / 14 * 1em);
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #footer .ftop .ftr {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .ftop .logo {
  max-width: 280px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .logo {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .logo {
    max-width: 4rem;
    margin-bottom: 0.3rem;
  }
}
#footer .ftop .logo img {
  display: block;
  max-width: 100%;
  max-height: 50px;
}
@media screen and (max-width: 750px) {
  #footer .ftop .logo img {
    max-height: 1rem;
    margin: 0 auto;
  }
}
#footer .ftop .share {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #footer .ftop .share {
    justify-content: center;
  }
}
#footer .ftop .share a {
  color: #333;
  width: 52px;
  height: 52px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .share a {
    width: clamp(32px, calc(52 / 1920 * 100vw), 52px);
    height: clamp(32px, calc(52 / 1920 * 100vw), 52px);
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .share a {
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0.1rem;
  }
}
#footer .ftop .share a:hover {
  color: #005bac;
  background-color: rgba(255,255,255,0.8);
}
#footer .ftop .share i {
  font-size: 24px;
}
@media screen and (max-width: 1920px) {
  #footer .ftop .share i {
    font-size: calc(24 / 1920 * 100vw);
  }
}
@media screen and (max-width: 1280px) {
  #footer .ftop .share i {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  #footer .ftop .share i {
    font-size: 0.32rem;
  }
}
#footer .fbot {
  color: rgba(255,255,255,0.6);
  padding: 15px 0;
  background-color: rgba(255,255,255,0.05);
}
@media screen and (max-width: 750px) {
  #footer .fbot {
    padding: 0.3rem 0;
  }
}
#footer .fbot a {
  color: rgba(255,255,255,0.6);
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  #footer .fbot a {
    margin: 0 0.5em;
  }
}
#footer .fbot a:hover {
  color: #fff;
}
#main {
  position: relative;
  z-index: 2;
}
.tc {
  text-align: center;
}
.gbtn1 {
  color: #333;
  font-size: 16px;
  min-width: 170px;
  padding: 0 15px;
  height: 50px;
  border: 2px solid #ebebeb;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px 0 10px 0;
  -ms-border-radius: 10px 0 10px 0;
  border-radius: 10px 0 10px 0;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (max-width: 1920px) {
  .gbtn1 {
    min-width: clamp(120px, calc(170 / 1920 * 100vw), 170px);
    height: clamp(40px, calc(50 / 1920 * 100vw), 50px);
  }
}
@media screen and (max-width: 750px) {
  .gbtn1 {
    font-size: 0.28rem;
    min-width: 2.4rem;
    height: 0.8rem;
    -webkit-border-radius: 0.1rem 0 0.1rem 0;
    -ms-border-radius: 0.1rem 0 0.1rem 0;
    border-radius: 0.1rem 0 0.1rem 0;
  }
}
.gbtn1:hover,
.gbtn1.btn_blue {
  color: #fff;
  border-color: #005bac;
  background-color: #005bac;
}
.gbtn1 i {
  font-size: 24px;
  margin-right: 5px;
}
.gt1 {
  color: #333;
  font-size: 48px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .gt1 {
    font-size: clamp(20px, calc(48 / 1920 * 100vw), 48px);
  }
}
@media screen and (max-width: 750px) {
  .gt1 {
    font-size: 0.4rem;
    font-weight: bold;
  }
}
.gt1.tit_left {
  text-align: left;
}
.gt2 {
  font-size: 32px;
}
@media screen and (max-width: 1920px) {
  .gt2 {
    font-size: clamp(18px, calc(32 / 1920 * 100vw), 32px);
  }
}
@media screen and (max-width: 750px) {
  .gt2 {
    font-size: 0.36rem;
  }
}
.gt3 {
  color: #333;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 1920px) {
  .gt3 {
    font-size: clamp(20px, calc(36 / 1920 * 100vw), 36px);
  }
}
@media screen and (max-width: 750px) {
  .gt3 {
    font-size: 0.4rem;
    font-weight: bold;
  }
}
.gtit_box {
/* flexbox()
	align-items: center
	justify-content: center */
  margin-bottom: 40px;
}
@media screen and (max-width: 1920px) {
  .gtit_box {
    margin-bottom: calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 990px) {
  .gtit_box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .gtit_box {
    margin-bottom: 0.4rem;
  }
}
#ban {
  height: 500px;
  position: relative;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  #ban {
    height: calc(500 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #ban {
    height: 5rem;
  }
}
#ban .text {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#ban .text .title {
  font-size: 48px;
  font-weight: normal;
}
@media screen and (max-width: 1920px) {
  #ban .text .title {
    font-size: calc(48 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #ban .text .title {
    font-size: 0.48rem;
  }
}
#ban .ban_nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid rgba(255,255,255,0.2);
}
#ban .ban_nav .sv1 {
  color: #fff;
  height: 66px;
  cursor: pointer;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin: 0 40px;
  position: relative;
}
@media screen and (max-width: 1920px) {
  #ban .ban_nav .sv1 {
    height: clamp(45px, calc(66 / 1920 * 100vw), 66px);
    margin: 0 calc(40 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  #ban .ban_nav .sv1 {
    height: 1rem;
    margin: 0 0.2rem;
  }
}
#ban .ban_nav .sv1::after {
  content: '';
  position: absolute;
  left: 0;
  top: 80%;
  height: 2px;
  background-color: #fff;
  width: 0;
  -webkit-transition: 0.35s;
  -ms-transition: 0.35s;
  transition: 0.35s;
}
#ban #snav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  #ban #snav .swiper {
    overflow: visible;
  }
}
#ban #snav .swiper .swiper-slide {
  width: auto !important;
}
#ban #snav .swiper .active .sv1::after {
  width: 100%;
}
.m_breadcrumb_nav {
  color: #333;
  white-space: nowrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  margin-bottom: -1.5em;
}
@media screen and (max-width: 750px) {
  .m_breadcrumb_nav {
    margin-bottom: 0;
  }
}
.m_breadcrumb_nav i {
  font-size: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 1920px) {
  .m_breadcrumb_nav i {
    margin-right: calc(5 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_breadcrumb_nav i {
    margin-right: 0.1rem;
  }
}
.m_breadcrumb_nav i.icon-home {
  color: $purple;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .m_breadcrumb_nav i.icon-home {
    font-size: 0.32rem;
  }
}
.m_breadcrumb_nav a {
  color: #333;
  margin-right: 5px;
}
@media screen and (max-width: 1920px) {
  .m_breadcrumb_nav a {
    margin-right: calc(5 / 1920 * 100vw);
  }
}
@media screen and (max-width: 750px) {
  .m_breadcrumb_nav a {
    margin-right: 0.1rem;
  }
}
.m_breadcrumb_nav a:hover {
  color: #005bac;
}
.m_breadcrumb_nav span {
  color: #005bac;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.g_page {
  color: #999;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .g_page {
    display: block;
  }
}
.g_page ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.g_page ul li {
  width: 40px;
  height: 40px;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  margin: 0 3px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .g_page ul li {
    width: 0.7rem;
    height: 0.7rem;
    -webkit-border-radius: 0.35rem;
    -ms-border-radius: 0.35rem;
    border-radius: 0.35rem;
    margin: 0.04rem;
  }
}
.g_page ul li.current {
  color: #fff;
  background-color: #005bac;
}
.g_page ul li:hover {
  color: #005bac;
}
.wow {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.wow:nth-child(3n+2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.wow:nth-child(3n) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
