body {
  font-family: 'Microsoft YaHei', 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
  letter-spacing: 1.5px;
  overflow-x: hidden;

}

img {
  image-rendering: -moz-pixelated;
  image-rendering: -o-pixelated;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor;
}

html,
body {
  width: 100%;
  height: 100%;
  
}

.header .headerfixed {
  position: fixed;
  transform: all 0.3s;
  box-shadow: 3px 3px 10px #f1f1f1;
}

.clear {
  clear: both;
  width: 0px;
  /*display: none;*/
}

.banner-wap {
  display: none;
}

.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dside {
  border: none;
}

.container {
  width: 1280px;
  margin: 0 auto;

}

.mt120 {
  margin-top: 120px;
}

.morelink a:hover {

  background: #B21031;
  transition: all 300ms;


}

.banner.swiper-container {
  width: 100%;
  height: 770px;
  /*padding-top: 130px;*/
  /*z-index: -1;*/
}

.innner-pc.swiper-container {
  width: 100%;
  height: 770px;
  /*padding-top: 130px;*/
  /*z-index: -1;*/
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*header*/
.header {
  overflow: hidden;
}

.top {
  width: 100%;
  height: 100px;
  margin: 0 0 2px;
  padding: 23px 120px;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 998;
  position: relative;
}

.logo {
  /*width: 227px;*/
  padding-right: 44px;
}

.head_top_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 1500px;
}

.ul_head_top_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ul_head_top_nav li {
  /*padding-right: 40px;*/
  line-height: 59px;
  position: relative;

}

.ul_head_top_nav li a {

  display: block;
  text-align: center;
  padding: 0 20px;
  font-size: 15px;
  color: #0B1A3C;
}

.ul_head_top_nav li a:hover {

  color: #D41E44;
}


.ul_head_top_nav .dropdown-menu {
  position: absolute;
  left: 0;
  top: 59px;
  padding-top: 26px;
  width: 400px;
  display: none;
  z-index: 999;
}

/*.ul_head_top_nav>.current_page_item.active>a{
color: blue;
}
.ul_head_top_nav>.current-menu-ancestor.current-menu-parent.active>a{
color: #0B1A3C;
}.ul_head_top_nav>.current-menu-ancestor.current-menu-parent.active .current_page_item>a{
color: blue;
}*/

/*.ul_head_top_nav .current-menu-ancestor>a{
color: #D41E44;
}*/
.ul_head_top_nav>li>.dropdown-menu {

  width: 700px;

}

.ul_head_top_nav .dropdown-menu a {
  display: unset;
  padding: 0;

}

.ul_head_top_nav .dropdown-menu li {
  height: 48px;
  line-height: 48px;
  margin-left: 20px;
}

.ul_head_top_nav .dropdown-menu li.menu-item-has-children {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border-bottom: 1px solid #D5D9E0;

}

.ul_head_top_nav .dropdown-menu li.menu-item-has-children>a {
  font-size: 16px;

}

.ul_head_top_nav .dropdown-menu .dropdown-menu {
  height: 48px;
  line-height: 48px;
  display: inline-block;
  top: 48px;
  padding-top: 0;

}

.ul_head_top_nav .dropdown-menu .dropdown-menu li {

  margin-left: 0px;
  width: 100%;
}

.ul_head_top_nav ul.dropdown-menu>li {
  min-width: 200px;
  padding-right: 40px;
}

.ul_login_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.login_area {
  /*width: 400px;*/
  line-height: 59px;
}

.login_area li {
  padding-right: 24px;
  line-height: 55px;

}

.login_area a {

  font-size: 16px;
  display: block;
  color: #0B1A3C;

  transition: all 600ms;


}

.top .wap-menu {
  display: none;
}

.head_top_nav_wap {
  display: none;
}

#menu-item-20 a{
  background: #D41E44;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #FEFEFE;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: bold;
  display: block;
  height: 48px;
  line-height: 48px;
  margin-top: 4px;
}



.ul_login_nav li:nth-child(1) a:hover {
  color: #D41E44;
}

#menu-item-22 a:hover {
  color: #B21031;
}




.ul_login_nav li:nth-child(4) a:hover {
  color: #D41E44;
}

.language_area a:hover {
  color: #D41E44;
  transition: all 600ms;
}


#menu-item-20 a:hover {
  background: #B21031;
  transition: all 300ms;
}

#menu-item-22 a {
  color: #D41E44;
}

.language_area {
  line-height: 55px;
  padding-left: 9px;
  font-size: 16px;

}

.language_area>a:after {
  content: '';
  display: inline-block;

  /*利用边框boeder设置*/
  /*border-left:5px solid transparent;
      border-top:5px solid #fff;
      border-right:5px solid transparent;
      border-bottom-width:0px;*/
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);

  border: 5px solid transparent;
  border-top-color: #222;

  position: relative;
  /*微调位置*/
  top: 0px;
  left: 8px;
  width: 0;
  height: 0;
}

.language_area>a:hover::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  top: -5px;
}

.menu-bg {

  height: 244px;
  background: #ffffff;
  position: absolute;

  top: 0px;
  border-top: 1px solid #E6E8EB;
  z-index: 2;
  width: 100%;
  display: none;


}

/*banner*/
.banner-text-pt {
  padding-top: 200px;

}

.banner-text-smalltitle {

  padding-top: 200px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #0b1a3c;
}

.banner-text-title {
  font-size: 48px;
  color: #0B1A3C;
}

.banner .swiper-slide {
  background-position: center center;
  background-size: cover;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  background-repeat: no-repeat;

}

.banner .banner-text-content {

  color: #0B1A3C;
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 60px;
  max-width: 640px;
  line-height: 36px;
  letter-spacing: 1px;
}

.banner .banner-text-content strong {


  font-size: 32px;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  letter-spacing: 0;
  line-height: 32px;

}

.banner .link-more {
  background: #D41E44;

  border-radius: 4px;
  color: #FEFEFE;
  padding: 10px 32px;
  font-weight: bold;
  display: inline-block;

}

.banner .link-more:hover {
  background: #B21031;
  transition: all 300ms;


}

.banner .swiper-pagination-customs {
  display: inline-block;
  height: 4px;
  width: 40px;
  background: #ffffff;
  margin-left: 4px;
}

.banner .swiper-pagination-customs-active {

  background: #D41E44;
}


.banner .white-text {
  color: #ffffff;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 36px;
  left: 0;
  width: 100%;
}

.innner-wap {
  display: none;
}

/*页脚*/
.footer-top {
  height: 170px;
  background-image: url(../image/open_an__account.jpg);
  background-position: center center;
  background-repeat: none;
  background-size: cover;
  padding-top: 44px;
  padding-bottom: 31px;

}

.footer-top .container {
  display: flex;
  justify-content: space-between;
}

.footer-top .title {


  font-size: 40px;

  color: #FFFFFF;
  line-height: 52px;
  letter-spacing: 1px;
  margin-bottom: 19px;
}

.footer-top .alltip {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  display: none;
}

.footer-top .right {
  padding-top: 17px;
}

.footer-top .register a {

  background: #D41E44;
  border-radius: 4px;
  display: inline-block;
  color: #FEFEFE;
  padding: 14px 32px;
  font-size: 16px;
  /* float: right; */
  font-weight: 600;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  line-height: 25px;
}

.footer-top .register a:hover {

  background: #B21031;
  transition: all 300ms;
}


.footer-top .des {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
  letter-spacing: 1px;
}

.footer-top .des img {
  padding-left: 16px;
  padding-right: 16px;
}


.footer {
  background: #132758;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  padding-top: 56px;
  padding-bottom: 0px;
}

.footer-logo {
  width: 196px;
  height: 46px;
}

.footer-logo img {
  /*width: 100%;*/
  opacity: 1;
}

.footer-nav {
  padding-top: 56px;
  margin-bottom: 32px;
}

.footer-nav a {
  color: #ffffff;
}

.ul_foot_bottom_nav {
  white-space: nowrap;
  display: flex;
  /*平铺列表用,尺寸不精确但是自适应容易扩展菜单列数*/

  /*  display: flex;
  justify-content:space-between*/
}

.ul_foot_bottom_nav>li {
  display: inline-block;
  vertical-align: top;
  flex-basis: 100%;
}

.ul_foot_bottom_nav>li:nth-child(1) {
  width: 260px;
}

.ul_foot_bottom_nav>li:nth-child(2) {
  width: 328px;
}

.ul_foot_bottom_nav>li:nth-child(3) {
  width: 294px;
}

.ul_foot_bottom_nav>li:nth-child(4) {
  width: 304px;
}

.ul_foot_bottom_nav>li:nth-child(5) {
  width: 72px;
}

.ul_foot_bottom_nav>li>a {
  font-size: 18px;
  font-weight: 700;
  /*padding-bottom: 24px;*/
}

.ul_foot_bottom_nav a {
  font-size: 16px;

  /*padding-bottom: 24px;*/
}

.ul_foot_bottom_nav a:hover {
  color: #D41E44;
}

.ul_foot_bottom_nav>li>.dropdown-menu {
  padding-top: 24px;
}

.ul_foot_bottom_nav>li:nth-child(2)>.dropdown-menu {
  padding-top: 23px;
}

.ul_foot_bottom_nav>li:nth-child(3)>.dropdown-menu {
  padding-top: 23px;
}

.ul_foot_bottom_nav>li>.dropdown-menu li {
  padding-bottom: 8px;
  line-height: 23px;
}

.ul_foot_bottom_nav .menu-item-has-children .menu-item-has-children>a {
  color: #949DB1;
}

.ul_foot_bottom_nav>li>.dropdown-menu .dropdown-menu {
  padding-top: 8px;

}

.ul_foot_bottom_nav>li>.dropdown-menu:first-child .dropdown-menu {
  padding-top: 8px;
  /*      =(24+8)*3+24+23   */
  height: 143px;
}

/*.ul_foot_bottom_nav>li:nth-child(3)>.dropdown-menu>li:last-child a{color:#949DB1;}*/
.ul_foot_bottom_nav>li:nth-child(3)>.dropdown-menu>li:first-child {
  height: 168px
}

.contentlist ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}

/*折叠块*/
.foot-con .con_ul {

  padding: 0;
  margin: 0;
  overflow: auto;
}

.foot-con .con_ul li {
  list-style: none;

  margin: 0;
  border-top: 1px solid #41587C;
  /*border-bottom: 1px solid #41587C;*/
}

.foot-con .con_ul li .title,
.foot-con .con_ul li .title.clearcon {
  /*padding-right: 20px;*/
  background-image: url(../image/more.svg);
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 20px 0;
}

.foot-con .con_ul li .title.act {
  padding-right: 20px;
  background-image: url(../image/more_hover.svg);

  background-position: right center;
  background-repeat: no-repeat;
}

.foot-con .con {
  /*background-color: #F4F4F4;*/
  display: none;
  /*padding: 16px 0;*/
  border-top: 1px solid #41587C;
  color: #949DB1;
  font-size: 14px;
  /*margin: 16px 0;*/
}

.foot-con .con .left {
  width: 620px;
  float: left;
      display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.foot-con .con .right {
  width: 620px;
  float: right;
      display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.foot-con .con .left .row,
.foot-con .con .right .row{
  display: flex;
  gap:40px
}
.con_link{
  margin-top: auto;
}
span.con_title {
  display: block;
  padding-top: 16px;
  color: #ffffff;
  line-height: 24px;
}

div.con_des {
  padding-top: 16px;
  line-height: 21px;
}

div.con_des p {
  padding-bottom: 16px;

}

.foot-con div.con_des p {
  padding-bottom: 0px;

}

.foot-con .con_ul>li:not(:first-child) div.con_des p {
  padding-bottom: 16px;

}

div.con_link a {
  display: inline-block;
  padding: 16px 40px 16px 0;
  color: #5B87E8;
}

div.con_des .height8 {
  display: block;
  height: 8px;
}

.foot-con .con_ul>li:last-child {

  border-bottom: 1px solid #41587C;
  /*border-bottom: 1px solid #41587C;*/
}

.footer-copyright {
  padding: 16px 0;
  padding-bottom: 36px;
}

.footer-copyright .left {

  float: left;
}

.footer-copyright .right {

  float: right;
  text-align: right;
}

.footer-end {
  background: #021543;
  padding: 22px 0;
  line-height: 21px;

}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


@keyframes fadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pt8 {
  padding-top: 8px;
}

.pt16 {
  padding-top: 16px;
}

.pt24 {
  padding-top: 24px;
}

.pt36 {
  padding-top: 80px;
}

.pt40 {
  padding-top: 40px;
}

.pt56 {
  padding-top: 56px;
}

.pt64 {
  padding-top: 64px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt100 {
  padding-top: 100px;
}

.pt108 {
  padding-top: 108px;
}

.pt120 {
  padding-top: 120px;
}

.pt124 {
  padding-top: 124px;
}

.pt130 {
  padding-top: 130px;
}

.pt136 {
  padding-top: 136px;
}

.pt150 {
  padding-top: 150px;
}

.pt160 {
  padding-top: 160px;
}

.pt184 {
  padding-top: 184px;
}

.pt200 {
  padding-top: 200px;
}

.pt230 {
  padding-top: 230px;
}

.pt240 {
  padding-top: 240px;
}

.pt344 {
  padding-top: 344px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb16 {
  padding-bottom: 16px;
}

.pb24 {
  padding-bottom: 24px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb64 {
  padding-bottom: 64px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb167 {
  padding-bottom: 167px;
}

.height12 {
  height: 12px;
}

.height24 {
  height: 24px;
}

@media only screen and (max-width:1300px) {
  .pt8 {
    padding-top: 8px;
  }

  .pt16 {
    padding-top: 1rem;
  }

  .pt24 {
    padding-top: 1rem;
  }

  .pt36 {
    padding-top: 1rem;
  }

  .pt40 {
    padding-top: 1rem;
  }

  .pt56 {
    padding-top: 2rem;
  }

  .pt64 {
    padding-top: 2rem;
  }

  .pt80 {
    padding-top: 2rem;
  }

  .pt85 {
    padding-top: 2rem;
  }

  .pt100 {
    padding-top: 2rem;
  }

  .pt108 {
    padding-top: 2rem;
  }

  .pt120 {
    padding-top: 2rem;
  }

  .pt124 {
    padding-top: 2rem;
  }

  .pt130 {
    padding-top: 3px;
  }

  .pt136 {
    padding-top: 3rem;
  }

  .pt150 {
    padding-top: 6rem;
  }

  .pt160 {
    padding-top: 6rem;
  }

  .pt184 {
    padding-top: 6rem;
  }

  .pt200 {
    padding-top: 6rem;
  }

  .pt230 {
    padding-top: 6rem;
  }

  .pb8 {
    padding-bottom: 8px;
  }

  .pb16 {
    padding-bottom: 16px;
  }

  .pb24 {
    padding-bottom: 1rem;
  }

  .pb40 {
    padding-bottom: 2rem;
  }

  .pb64 {
    padding-bottom: 64px;
  }

  .pb80 {
    padding-bottom: 80px;
  }

  .pb100 {
    padding-bottom: 100px;
  }

  .pb120 {
    padding-bottom: 120px;
  }

}

@media only screen and (max-width:1024px) {
  .innner-pc {
    display: none;
  }

  .innner-wap {
    display: block;
    height: 400px;
  }

  .innner {
    display: block;
  }

  .pt150 {
    padding-top: 80px;
  }

  .pt160 {
    padding-top: 80px;
  }
}

.pl32 {
  padding-left: 32px;
}

.pr64 {
  padding-right: 64px;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media only screen and (max-width: 1600px) {
  .top {

    padding-left: 15px;
    padding-right: 15px;

  }
}

@media only screen and (max-width: 1300px) {
  .container {

    padding: 0 16px;
    width: 100%;
    max-width: 1280px;
  }

  .logo {

    padding-right: 10px;


  }

  .ul_head_top_nav li a {

    padding: 0 8px;

  }

  .login_area li {
    padding-right: 5px;

  }

  #menu-item-20 a {

    padding-left: 15px;
    padding-right: 15px;

  }

  .ul_foot_bottom_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .ul_foot_bottom_nav>li {
    width: 20% !important;
  }

  .footer-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-copyright>div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

}

.banner-wap {
  height: 400px
}

@media only screen and (max-width: 1024px) {
  .banner-wap {
    display: block;
  }

  .banner {
    display: none;
  }

  .top {
    padding: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
  }

  .top .logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .top .logo img {
    width: 127px;
    height: 30px;
  }

  .top .language_area {
    display: none;
  }

  .top .head_top_nav {
    display: none;
  }

  .head_top_nav_wap {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #0B1A3C;
    z-index: 9999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow-x: scroll;


  }

  .banner-wap .swiper-slide {
    background-size: cover;

  }

  .wap-logo {

    position: absolute;
    left: 16px;
    top: 15px;
  }

  span.close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 36px;
    font-size: 2.2rem;
    z-index: 999;
    color: #D41E44;
    line-height: 14px;
  }

  .head_top_nav_wap .ul_head_top_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 100px;
  }

  .head_top_nav_wap .ul_head_top_nav>li {
    border-bottom: #F5F5F7 1px solid;
    padding: 24px 16px;

  }

  .head_top_nav_wap .ul_head_top_nav>li:nth-child(3) .dropdown-menu a {
    font-weight: unset;
    /*color: red;*/

  }

  .head_top_nav_wap .ul_head_top_nav>li:nth-child(3) .dropdown-menu>li>a {
    font-weight: 800;
    font-size: 16px;

  }

  .head_top_nav_wap .ul_head_top_nav>li:nth-child(3) .dropdown-menu>li .dropdown-menu a {
    font-weight: unset;
    font-size: 16px;


  }

  .head_top_nav_wap .ul_head_top_nav>li:nth-child(4) .dropdown-menu a {
    font-weight: unset;
    /*color: red;*/

  }

  .head_top_nav_wap .ul_head_top_nav>li:nth-child(4) .dropdown-menu>li>a {
    font-weight: 800;
    font-size: 16px;

  }

  .head_top_nav_wap .ul_head_top_nav>li:nth-child(4) .dropdown-menu>li .dropdown-menu a {
    font-weight: unset;
    font-size: 16px;


  }

  .head_top_nav_wap .ul_head_top_nav li a {
    color: #0B1A3C;
    padding-right: 2rem;
    text-align: left;
    line-height: 24px;

  }

  .head_top_nav_wap>.ul_head_top_nav>li>a {
    background-image: url(../image/more.svg);
    background-position: right center;
    background-repeat: no-repeat;

  }

  .head_top_nav_wap>.ul_head_top_nav>li:first-child>a {
    background-image: none;
    background-position: right center;
    background-repeat: no-repeat;

  }

  .head_top_nav_wap>.ul_head_top_nav>li>a.on {
    background-image: url(../image/more_hover.svg);
    background-position: right center;
    background-repeat: no-repeat;

  }

  .head_top_nav_wap .ul_head_top_nav .dropdown-menu {
    position: relative;
    left: 0;
    top: 0px;
    padding-top: 0px;
    width: 100%;
    /*display: none; */
    z-index: 999;
    width: 100%;
    padding-right: 0rem;
    padding-top: 0;
    background: #f5f5f5;
    margin-top: 24px;
    padding-top: 24px;


  }

  .head_top_nav_wap .ul_head_top_nav .dropdown-menu .dropdown-menu {

    margin-top: 0px;
    padding-top: 24px;
    line-height: unset;
  }

  .head_top_nav_wap .ul_head_top_nav .dropdown-menu .dropdown-menu>li {
    width: 100%;
    padding-right: 15px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    /*border-bottom: 1px solid #D5D9E0;*/
    width: 100%;
  }

  .ul_head_top_nav .dropdown-menu li.menu-item-has-children>a {
    font-size: 16px;
    padding-bottom: 0px;
    color: #4A546D;
    line-height: 24px;
    font-weight: 600;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  }

  .head_top_nav_wap .ul_head_top_nav ul.dropdown-menu>li {
    width: 100%;
    /*padding-left: 16px;*/
    text-align: left;
    border-bottom: 1px dashed #f5f5f5;
    padding-bottom: 24px;
    height: unset;
    line-height: 24px;

    padding-right: 20px;
    padding-bottom: 24px;

  }

  .head_top_nav_wap .ul_head_top_nav ul.dropdown-menu ul.dropdown-menu>li {
    width: 100%;
    /*padding-left: 16px;*/
    text-align: left;
    border-bottom: 1px dashed #f5f5f5;
    padding-bottom: 24px;
    height: unset;
    line-height: 24px;

    padding-right: 0;
    padding-bottom: 24px;

  }

  .head_top_nav_wap .ul_head_top_nav ul.dropdown-menu>li>a {

    color: #4A546D;
    line-height: 24px;
    letter-spacing: 0;

  }

  .head_top_nav_wap .ul_head_top_nav ul.dropdown-menu.menu-item-has-children>li>a {
    font-weight: 600;
  }

  .head_top_nav_wap .ul_head_top_nav ul.dropdown-menu ul.dropdown-menu>li>a {

    color: #4A546D;
    line-height: 24px;
    letter-spacing: 0;
  }

  .head_top_nav_wap .ul_head_top_nav ul.dropdown-menu ul.dropdown-menu>li {
    width: 100%;
    padding-right: 0;
    text-align: left;
    border-bottom: none;
    color: #e1e1e1;
  }

  .head_top_nav_wap .ul_head_top_nav>.dropdown-menu {
    position: relative;
    left: 0;
    top: 0px;
    padding-top: 0px;
    width: 100%;
    /* display: none; */
    z-index: 999;
    width: 100%;
    margin-right: 15px;
    padding-top: 0;
  }

  .ul_login_nav li:nth-child(1) {
    opacity: 1;
  }

  

  #menu-item-20 a {

    padding-top: 0;
    padding-right: 16px;
  }

  #menu-item-22 a,
  .ul_login_nav li:nth-child(4) {
    display: none;
  }

  .ul_login_nav li:nth-child(1) a {
    color: #0B1A3C;

    padding-right: 8px;
    font-weight: bold;
    display: block;
    height: 32px;

    line-height: 32px;
    font-size: 15px;
    margin-top: 0;

  }

  
  #menu-item-20 a {
    background: #D41E44;
    border-radius: 4px;
    color: #FEFEFE;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold;
    display: block;
    height: 32px;
    width: 80px;
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 0;

  }

  #menu-item-20 a:hover {
    background: #B21031;
  }

  .top .wap-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .swiper-slide {

    -webkit-box-align: start;

    -webkit-align-items: flex-start;

    -ms-flex-align: start;

    align-items: flex-start;
  }

  .banner-text-pt {
    padding-top: 32px;
    padding-bottom: 16px;
    text-align: center;
  }

  .banner-text-title {
    font-size: 24px
  }

  .banner-wap .banner-text-content {

    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #0B1A3C;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 16px;
  }

  .banner-wap .link-more {
    background: #D41E44;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FEFEFE;
    padding: 8px 16px;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;

  }

  .innner-wap .banner-text-content {
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #0B1A3C;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 0;
    max-width: 343px;
    margin: 0 auto;
  }






  .footer-top {
    height: 170px;
    background-image: url(../image/open_an__account_mobile.jpg);
    background-image: url(../image/open_an__account_mobile.png);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    padding-top: 44px;
    padding-bottom: 31px;
  }

  .footer-top .title {
    display: none;
  }

  .footer-top .des {
    display: none;
  }

  .ul_foot_bottom_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ul_foot_bottom_nav>li>a {
    font-size: 16px;
    font-weight: 400;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 16px 0;
    display: block;
    /*background-image: url(../image/more_hover.svg);*/
    background-image: url(../image/more.svg);
    background-position: right center;
    background-repeat: no-repeat;
  }

  .ul_foot_bottom_nav>li.on>a {

    background-image: url(../image/more_hover.svg);


  }

  .ul_foot_bottom_nav>li>.dropdown-menu {
    display: none;
  }

  .footer-nav {
    padding-top: 56px;
    margin-bottom: 0px;
  }

  .footer-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-copyright .left {
    width: 100%;
    float: unset;
  }

  .footer-copyright .right {
    width: 100%;
    float: unset;
    text-align: left;
    padding-top: 16px;
  }

  .footer {
    background: #132758;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    padding-top: 56px;
    padding-bottom: 0px;
  }

  .footer-nav>.ul_foot_bottom_nav>li {
    width: 100% !important;

    background-position: right top;
    background-repeat: no-repeat;
    border-bottom: 1px solid #41587C;

  }

  .footer-nav>.ul_foot_bottom_nav>li:last-child {
    width: 100% !important;

    background-position: right top;
    background-repeat: no-repeat;
    border-bottom: 0px solid #41587C;

  }

  .footer-nav>.ul_foot_bottom_nav>li.on {
    width: 100% !important;

    background-position: right top;
    background-repeat: no-repeat;
    border-bottom: 0px solid #41587C;

  }

  .footer-top .right {

    /*display: none;*/
    margin: 0 auto;
    /*padding-top: 47px;*/
  }

  .footer-top .right {
    padding-top: 0px;
  }

  .footer-top .alltip {
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    display: block;
    padding-bottom: 24px;
  }

  p.register {
    width: 134px;
    height: 53px;
    margin: 0 auto;
  }

  .footer-nav>.ul_foot_bottom_nav>li>.dropdown-menu li {
    padding-bottom: 0px;
    padding-top: 24px;
    padding-left: 16px;
    line-height: 23px;

    background: #1C3B69;
  }

  .ul_foot_bottom_nav>li:nth-child(3)>.dropdown-menu>li:first-child {
    height: unset;
  }

  .footer-nav>.ul_foot_bottom_nav>li>.dropdown-menu li:last-child {
    padding-bottom: 24px;

  }

  .ul_foot_bottom_nav>li>.dropdown-menu .dropdown-menu {
    padding-top: 0px;
  }

  .footer-nav>.ul_foot_bottom_nav>li>.dropdown-menu {
    padding-top: 0px;
    border-top: 1px solid #41587C;
    padding-top: 24px;
  }

  .footer-nav>.ul_foot_bottom_nav>li>.dropdown-menu .dropdown-menu li:last-child {
    padding-bottom: 0px;

  }

  .footer-nav>.ul_foot_bottom_nav>li>.dropdown-menu .dropdown-menu li {
    padding-left: 0px;

  }

  .footer-nav>.ul_foot_bottom_nav>li>.dropdown-menu>li:last-child .dropdown-menu li:last-child {
    margin-bottom: 0px;

  }

  .footer-nav>.ul_foot_bottom_nav>li>.dropdown-menu .dropdown-menu li a {
    color: #D5D9E0;

  }

  .ul_foot_bottom_nav .menu-item-has-children .menu-item-has-children>a {
    color: #8AA2DF;

  }

  .ul_foot_bottom_nav a:hover {
    color: #ffffff;
  }

  .foot-con .con .left {
    width: 100%;
    float: left;
  }

  .foot-con .con .right {
    width: 100%;
    float: left;
  }
}

.height1 {
  -webkit-animation: height1animation 2s linear infinite;
  animation: height1animation 2s linear infinite;
}

.height4 {
  -webkit-animation: height1animation 2s linear infinite;
  animation: height1animation 2s linear infinite;
}

.product-cfds-height1 {
  -webkit-animation: height1animation 2s linear infinite;
  animation: height1animation 2s linear infinite;
}

.product-shares-height1 {
  -webkit-animation: height1animation 2s linear infinite;
  animation: height1animation 2s linear infinite;
}

@-webkit-keyframes height1animation {
  0% {
    width: 60px
  }

  25% {
    width: 70px
  }

  50% {
    width: 80px
  }

  75% {
    width: 70px
  }

  100% {
    width: 60px
  }

}

@keyframes height1animation {
  0% {
    width: 60px
  }

  25% {
    width: 70px
  }

  50% {
    width: 80px
  }

  75% {
    width: 70px
  }

  100% {
    width: 60px
  }

}