@charset"utf-8";
/*公共样式*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: .2rem;
  
  color: #666;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*修正手持设备字体变化*/
}

textarea {
  
}

body,
html {
  /* width: 100vw; */
  /* overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
ul,
li,
a,
span,
p,
i,
em,
div,
body,
html {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  font-weight: normal;
}

input,
button {
  border: 0;
}

input::-webkit-search-cancel-button {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic
    /*ie7 解决图片缩放失真问题*/
}

a {
  outline: none;
  text-decoration: none;
  color: #666;
  background: transparent;
  /*修正win8系统IE连接灰色背景*/
}

/* a:active {
  star: expression(this.onFocus=this.blur());
} */

/*去掉点击链接时的虚线外框*/

a:focus {
  outline-style: none;
  -moz-outline-style: none;
}

/*清楚浮动*/

.clearfix:after {
  content: " ";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clearfix {
  *zoom: 1;
}

/* flex */
.flex1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex4 {
  display: flex;
  justify-content: left;
  align-items: center;
}

.flex5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex7 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.flex8 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

/*省略号*/

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellipsis_1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.ellipsis-2,
.ellipsis_2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ellipsis-3,
.ellipsis_3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ellipsis-4,
.ellipsis_4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ellipsis-5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ellipsis-7 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

/** 大小屏可见 **/
@media (max-width: 820px) {

  .md:not(.sm),
  .lg:not(.sm) {
    display: none !important;
  }
}

@media (min-width: 820px) and (max-width: 1024px) {

  .sm:not(.md),
  .lg:not(.md) {
    display: none !important;
  }
}

@media (min-width: 1025px) {

  .sm:not(.lg),
  .md:not(.lg) {
    display: none !important;
  }
}

/* float */

.fl {
  float: left;
}

.fr {
  float: right;
}

/**去掉input默认样式**/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.img-fluid {
  max-width: 100%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.mw-100 {
  min-width: 100%;
}

.pb-0 {
  padding-bottom: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.text-center {
  text-align: center;
}

.hover-image>img {
  transition: transform 0.5s ease;
}

.hover-image:hover>img {
  transform: scale(1.2);
}

.mw12 {
  max-width: 1200px;
}


@media screen and (min-width: 820.9px) {

  /* 头部导航 */

  .nav .mobile_nav {
    display: none;
  }

  .nav .mobile_menu {
    display: none;
  }

  .nav .navPC {
    width: 100%;
    box-shadow: 0rem .0375rem .0625rem .0125rem rgba(181, 181, 181, 0.5);
  }

  .nav .navPC .headTopDiv {
    width: 18rem;
    margin: auto;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav .navPC .headTopDiv .headTopLeft {
    width: 2.875rem;
    height: .5rem;
    background: #FFFFFF;
    border-radius: .5rem;
    border: .0125rem solid #17449A;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .nav .navPC .headTopDiv .headTopLeft .headInput {
    padding: 0 .2rem;
    line-height: .25rem;
    font-size: .175rem;
    font-weight: normal;
    color: #999999;
    width: 100%;
    height: auto;
  }

  .nav .navPC .headTopDiv .headInputIconDiv {
    width: .5rem;
    height: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: .125rem;
  }

  .nav .navPC .headTopDiv .headInputIconDiv .headInputIcon {
    width: .375rem;
    height: auto;
    display: block;
  }

  .nav .navPC .headTopDiv .headTopCenter .logoImg {
    height: 1.15rem;
    width: auto;
    display: block;
  }

  .nav .navPC .headTopDiv .headTopRight {
    display: flex;
    align-items: center;
  }

  .nav .navPC .headTopDiv .headTopRight .lang {
    display: flex;
    align-items: center;
    margin-right: .25rem;
  }

  .nav .navPC .headTopDiv .headTopRight .lang .earIcon {
    width: .3rem;
    height: auto;
    display: block;
    margin-right: .05rem;
  }

  .nav .navPC .headTopDiv .headTopRight .lang .langText {
    line-height: .3rem;
    font-size: .2rem;
    font-weight: 600;
    color: #17449A;
  }

  .nav .navPC .headTopDiv .headTopRight .telephoneDiv {

    height: .5rem;
    border-radius: .5rem;
    border: .0125rem solid #17449A;
    display: flex;
    align-items: center;
  }

  .nav .navPC .headTopDiv .headTopRight .telephoneDiv .telephoneIconDiv {
    width: .5rem;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav .navPC .headTopDiv .headTopRight .telephoneDiv .telephoneIconDiv .telephoneIcon {
    width: .3rem;
    height: auto;
    display: block;
  }

  .nav .navPC .headTopDiv .headTopRight .telephoneDiv .telephoneNumber {
    padding: 0 .15rem 0 0;
    line-height: .5rem;
    font-size: .15rem;
    font-weight: normal;
    color: #17449A;
  }

  .navDiv {
    width: 100%;
    border-top: .0125rem solid rgba(209, 209, 209, 1);
    overflow: hidden;
  }

  .cd-secondary-nav {
    width: 18rem;
    margin: auto;
    display: flex;
    justify-content: center;
  }

  /*  */
  .highlight__caption .button,
  .highlight__caption .cms .btn_standard,
  .cms .highlight__caption .btn_standard,
  .highlight__caption form.old-layout .button,
  form.old-layout .highlight__caption .button {
    margin-top: 150px;
  }

  .borderLeftRight {
    display: inline-block;
    position: relative;
    line-height: .75rem;
    font-size: .225rem;
    font-weight: normal;
    color: #17449A;
  }

  .cd-secondary-nav>li {
    float: left;
    min-width: 2.25rem;
    text-align: center;
  }

  .cd-secondary-nav>li:hover .borderLeftRight {
    color: #ffffff;
    background: rgba(23, 68, 154, 1);
  }

  .cd-secondary-nav>li:hover {
    background: rgba(23, 68, 154, 1);
    border-radius: .2rem 0 0 0;
  }

  .cd-secondary-nav>li>a {
    display: inline-block;
    text-transform: uppercase;
    transition: all 300ms ease-out;
    border-left: .0125rem solid rgba(209, 209, 209, 1);
    text-align: center;
    width: 100%;
    padding: 0 .125rem;
  }

  .cd-secondary-nav>li>a.active {
    background: rgba(23, 68, 154, 1);
    border-radius: .2rem 0 0 0;
  }

  .cd-secondary-nav>li>a.active .borderLeftRight {
    color: #fff;
  }

  .cd-secondary-nav>li:nth-last-child(1)>a {
    border-right: .0125rem solid rgba(209, 209, 209, 1);
  }

  .cd-secondary-nav>li>a .borderLeftRight:after {
    bottom: auto;
    top: calc(50% + .1875rem);
    height: .025rem;
  }

  .is-home .cd-secondary-nav>li>a {
    color: #ffffff;
  }

  .dropdown {
    position: relative;
  }

  .dropdown>a {
    position: relative;
    text-align: left;
  }

  .dropdown>a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.0375rem;
    left: 0;
    height: .1rem;
    width: 100%;
    background: #17449A;
    opacity: 0;
    transition: all 300ms ease-out;
  }

  .dropdown:hover>a {
    color: #ffffff !important;
  }

  .dropdown:hover>a span {
    z-index: 2;
  }

  .dropdown:hover>a span:after {
    display: none;
  }

  .dropdown:hover>a:after {
    bottom: 0rem !important;
    height: 100% !important;
    opacity: 1;
    background: #17449A !important;
  }

  .dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0rem;
    display: block;
    position: absolute;
    background-color: #17449A;
    width: 3.75rem;
    z-index: 1;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 300ms ease-out;
    left: 0;
    box-shadow: 0rem .1875rem .2rem 0rem rgba(0, 0, 0, 0.2);
  }

  .dropdown ul li {
    margin: 0 0 0rem;
    text-align: left;
  }

  .dropdown ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.3em;
    position: relative;
    padding: .1875rem .25rem;
    border-bottom: .0125rem solid rgba(255, 255, 255, 0.1);
    font-size: .1875rem;
    font-weight: 400;
    transition: all 300ms ease-out;
    text-align: left;
  }

  .dropdown ul li a span {
    display: block;
    position: relative;
    z-index: 1;
  }

  .dropdown ul li a:hover {
    color: white;
  }

  .dropdown ul li a:hover:before {
    width: 100%;
  }

  .dropdown ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0rem;
    width: 0;
    bottom: 0;
    background: #083463;
    z-index: 0;
    transition: all 800ms cubic-bezier(0.75, 0, 0.125, 1);
  }

  .dropdown ul li:hover figure {
    display: block;
    right: 1rem;
    opacity: 1;
  }

  .dropdown ul li:last-child a {
    border-bottom: 0rem solid rgba(255, 255, 255, 0.1);
  }

  .dropdown-megamenu>a {
    position: relative;
  }

  .dropdown-megamenu>a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -0.0375rem;
    left: 0;
    height: .1rem;
    width: 100%;
    background: #17449A;
    opacity: 0;
    transition: all 300ms ease-out;
    border-radius: .2rem 0 0 0;
  }

  .dropdown-megamenu:hover>a {
    color: #ffffff !important;
  }

  .dropdown-megamenu:hover>a span {
    z-index: 2;
  }

  .dropdown-megamenu:hover>a span:after {
    display: none;
  }

  .dropdown-megamenu:hover>a:after {
    bottom: 0rem;
    height: 100% !important;
    opacity: 1;
    background: #17449A !important;
  }

  .cd-secondary-nav li:hover .dropdownDiv {
    display: flex;
  }

  /*  */
  .dropdownDiv {
    display: none;
    position: absolute;
    width: 100%;
    background: linear-gradient(140deg, #17449A 0%, #1D8DC7 100%);

    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    justify-content: center;
  }

  .dropdownDiv .dropdownDivLink {
    float: left;
    padding: .225rem .25rem;
    line-height: .3125rem;
    text-align: left;
    font-size: .225rem;
    font-weight: normal;
    color: #FFFFFF;
    min-width: 2.5rem;
  }

  .dropdownDiv .dropdownDivLink:hover {
    background: rgba(4, 45, 122, 1);
  }

  /*  */
  .dropdown-megamenu-content {
    display: block;
    position: absolute;
    background-color: #17449A;
    width: calc(100%);
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: all 300ms ease-out;
    box-shadow: 0rem .1875rem .2rem 0rem rgba(0, 0, 0, 0.2);
  }

  .dropdown-megamenu-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .dropdown-megamenu-content ul li {
    margin: 0 0 0rem;
  }

  .dropdown-megamenu-content ul li a {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4em;
    position: relative;
    padding: .375rem 1rem .375rem 0;
    border-bottom: .0125rem solid rgba(255, 255, 255, 0.1);
    font-size: .225rem;
    font-weight: 400;
    min-height: 1rem;
    transition: all 300ms ease-out;
  }

  .dropdown-megamenu-content ul li a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 80%;
  }

  .dropdown-megamenu-content ul li a:hover {
    color: white;
  }

  .dropdown-megamenu-content ul li a:hover:before {
    width: calc(100% + .375rem);
  }

  .dropdown-megamenu-content ul li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -0.1875rem;
    width: 0;
    bottom: 0;
    background: #083463;
    z-index: 0;
    transition: all 800ms cubic-bezier(0.75, 0, 0.125, 1);
  }

  .dropdown-megamenu-content ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .dropdown-megamenu-content ul li a.motovario:after {
    width: .375rem;
    height: .375rem;
    background: url(../img/icons/product-nav-icon.png) no-repeat 0 0;
    background-size: contain;
  }

  .dropdown-megamenu-content ul li figure {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 300ms ease-out;
    text-align: right;
  }

  .dropdown-megamenu-content ul li figure img {
    max-height: 4rem;
  }

  .dropdown-megamenu-content ul li:hover figure {
    display: block;
    right: 1rem;
    opacity: 1;
  }

  .dropdown-megamenu:hover .dropdown-megamenu-content {
    height: inherit;
    opacity: 1;
  }

  .dropdown-megamenu .row {
    background-color: #17449A;
    position: relative;
  }

  .dropdown-megamenu .row {
    padding: 1rem 0 .75rem;
    width: 18rem;
    margin: auto;
  }

  .columnDiv {
    width: 11.25rem;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    max-height: 4rem;
  }

  .columnDiv::-webkit-scrollbar {
    width: .05rem;
  }

  .columnDiv::-webkit-scrollbar-button {
    display: none;
  }

  .columnDiv::-webkit-scrollbar-track-piece {
    background: rgba(255, 255, 255, 0.20);
  }

  .columnDiv::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.50);
    border-radius: .05rem;
  }

  .dropdown-megamenu .column,
  .dropdown-megamenu .columns {
    float: left;
    width: 50%;
    padding: 0 .5rem;
    /*min-height: 4.375rem;*/
  }

  .dropdown-megamenu .column a,
  .dropdown-megamenu .columns a {
    float: none;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .dropdown-megamenu .row:after {
    content: "";
    display: table;
    clear: both;
  }

  /* 底部 */
  .footer {
    width: 100%;
    background: rgba(23, 68, 154, 1);
  }

  .footerMobile {
    display: none;
  }

  .footer .footerTop {
    padding-top: .75rem;
    width: 18rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: .5rem;
  }

  .footer .footerTop .footerLeftDiv {
    display: flex;
  }

  .footer .footerTop .footerLeftDiv .footerList {
    overflow: hidden;
    padding-bottom: .375rem;
  }

  .footer .footerTop .footerLeftDiv .footerList .footerListMain {
    float: left;
    margin-right: .625rem;
    min-width: 2.5rem;
  }

  .footer .footerTop .footerLeftDiv .footerList .footerListMain .footerListTitle {
    display: block;
    line-height: .525rem;
    font-size: .3rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: .5rem;
  }

  .footer .footerTop .footerLeftDiv .footerXinxiDiv .footerXinxiTitle {
    line-height: .525rem;
    font-size: .375rem;
    font-weight: bold;
    color: #FFFFFF;
  }

  .footer .footerTop .footerLeftDiv .footerXinxi {
    padding-top: .375rem;
    display: flex;
    flex-wrap: wrap;
    width: 6rem;
  }

  .footer .footerTop .footerLeftDiv .footerXinxi .footerXinxiItem {
    display: flex;
    align-items: start;
    margin-bottom: .25rem;
  }

  .footer .footerTop .footerLeftDiv .footerXinxi .footerXinxiItem.flexOne {
    width: 50%;
  }

  .footer .footerTop .footerLeftDiv .footerXinxi .footerXinxiItem.flexTwo {
    width: 100%;
  }

  .footer .footerTop .footerLeftDiv .footerXinxi .footerXinxiItem .footerXinxiItemImg {
    width: .5rem;
    height: auto;
    margin-right: .05rem;
  }

  .footer .footerTop .footerLeftDiv .footerXinxi .footerXinxiItem .footerXinxiItemText {
    line-height: .5rem;
    font-size: .25rem;
    font-weight: normal;
    color: #FFFFFF;
  }

  .footer .footerTop .footerImgDivC {
    flex-shrink: 0;
    padding-right: 2.85rem;
  }

  .footer .footerTop .footerImgDiv .footLogo {
    display: block;
    width: 1.4125rem;
    height: auto;
    margin: 0 auto .5rem;

  }

  .footer .footerTop .footerImgDiv .footEwm {
    display: block;
    width: 1.95rem;
    height: auto;
    margin: auto;

  }

  .footer .footerBottom {
    width: 100%;
    background: rgba(23, 68, 154, 1);
    border-top: 1px solid rgba(255, 255, 255, 0.50);
  }

  .footer .footerBottom .footerCopyText {
    width: 18rem;
    margin: auto;
    text-align: center;
    padding: .225rem 0;
    line-height: .3125rem;
    font-size: .25rem;
    font-weight: normal;
    color: #FFFFFF;

  }

  .footer .footerBottom .footerCopyText a {
    text-align: center;
    padding: .225rem 0;
    line-height: .3125rem;
    font-size: .25rem;
    font-weight: normal;
    color: #FFFFFF;

  }
}

@media (max-width: 820px) {
  .index {
    padding-top: 2.875rem;
  }

  .navPC {
    display: none;
  }

  .mobile_menu {
    display: none;
  }

  .mobile_nav {
    display: block;
  }

  .mobile_nav {
    width: 100%;
    height: 2.875rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }

  .mobile_nav_left {
    height: 2.1875rem;
    width: auto;
  }

  .mobileRight {
    display: flex;
    align-items: center;
  }

  .mobileRight .mobileSearch {
    width: .9375rem;
    height: auto;
    margin-right: 1.125rem;
  }

  .mobile_nav_right {
    width: .875rem;
    height: .75rem;
  }

  .mobile_nav_right img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .mobile_menu {
    position: fixed;
    top: 2.875rem;
    width: 100%;
    height: calc(100% - 2.875rem);
    max-height: calc(100% - 2.875rem);
    background: #f5f5f5;
    padding: 1.5rem;
    overflow: auto;
    z-index: 99;
  }

  .mobile_menu>li {
    position: relative;
    margin: .3125rem;
    border-bottom: .0625rem solid #dcdcdc;
    line-height: 3.125rem;
    font-size: 1rem;
  }

  .mobile_menu>li>a {
    display: block;
    width: 100%;
    padding: 0 1.875rem;
    color: black;
  }

  .mobile_menu li ul li {
    line-height: 2.75rem;
  }

  .mobile_menu li ul li a {
    display: block;
    width: 100%;
    color: #7a7a7a;
    padding: 0 3.125rem;
  }

  .mobile_menu .li_show>a {
    background: url(../img/icons/icon_jiahao2.png) no-repeat;
    background-size: 1.125rem 1.125rem;
    background-position: 96% center;
  }

  .mobile_menu .li_show.cur>a {
    background: url(../img/icons/icon_jianhao2.png) no-repeat;
    background-size: 1.125rem auto;
    background-position: 96% center;
  }

  /*  */
  .header-ss {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0, 0, 0, .8);
    display: none;
  }

  .header-ss-a {
    width: 80%;
    margin: 0 auto;
    height: 3.125rem;
    line-height: 3.125rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5625rem;
    margin-left: -40%;
    display: flex;
    align-items: center;
  }

  .header-ss-a form {
    flex: 1;
  }

  .header-ss-a .int1 {
    width: 100%;
    height: 3.125rem;
    line-height: 3.125rem;
    background: none;
    border: none;
    border-bottom: .0625rem solid #fff;
    font-size: 1.125rem;
    color: #fff;
    padding: 0 .625rem;
  }

  .header-ss-a .int2 {
    width: 3.125rem;
    height: 3.125rem;
    border: none;
    background: no-repeat center;
    background-image: url(../img/icons/ss01.png);
    position: absolute;
    top: 0;
    right: 1.875rem;
    cursor: pointer;
  }

  .header-ss-x {
    width: 1.875rem;
    height: 1.875rem;
    background: url(../img/icons/x01.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
  }

  /*  */
  .footerPC {
    display: none;
  }

  .mb_mid {
    display: block;
    width: 100%;
    height: calc(100% - 3.25rem);
    max-height: calc(100% - 3.25rem);
    background: rgba(23, 68, 154, 1);
    padding: 0 1rem;
  }

  .mb_mid>li {
    position: relative;
    border-bottom: .0625rem solid rgba(255, 255, 255, 0.1);
    line-height: 3.125rem;
    font-size: 1rem;
  }

  .mb_mid>li:nth-last-child(1) {
    border-bottom: 0;
  }

  .mb_mid .cur>a {
    color: #FFFFFF;
  }

  .mb_mid>li>a {
    display: block;
    width: 100%;
    padding: 0 1.875rem 0 0;
    color: #FFFFFF;
  }

  .mb_mid li ul li {
    line-height: 2.75rem;
  }

  .mb_mid li ul li a {
    display: block;
    width: 100%;
    color: #7a7a7a;
    padding: 0 3.125rem;
  }

  .mb_mid .li_show>a {
    background: url(../img/icons/footerRightIcon.png) no-repeat;
    background-size: .375rem .6875rem;
    background-position: 96% center;
    line-height: 3.125rem;
    font-size: 1rem;
    font-weight: 600;
    color: #FFFFFF;
  }

  .mb_mid .li_show.cur>a {
    background: url(../img/icons/icon_sub.png) no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position: 96% center;
    /* background-color: #37AC68; */
  }

  .footerEwmDiv {
    padding: 1rem;
  }

  .footerEwmDiv .footerEwm {
    width: 7.5rem;
    height: auto;
    display: block;
    margin: auto;
  }

  .footerXinxiDiv {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem;
    margin-bottom: .875rem;
  }

  .footerXinxiDiv .footerXinxiItem {
    display: flex;
    align-items: center;
  }

  .footerXinxiDiv .footerXinxiItem.f1 {
    width: 50%;
  }

  .footerXinxiDiv .footerXinxiItem.f2 {
    width: 100%;
  }

  .footerXinxiDiv .footerXinxiItem .footerXinxiItemIcon {
    width: 1.5rem;
    height: auto;
    margin-right: .1875rem;
  }

  .footerXinxiDiv .footerXinxiItem .footerXinxiItemText {
    line-height: 1.5rem;
    font-size: .875rem;
    font-weight: 400;
    color: #333333;
  }

  .footerBottomDivLine {
    width: 100%;
    height: .25rem;
    background: linear-gradient(117deg, #17449A 0%, #5A88D8 100%);
  }

  .footerBottomDiv {
    padding: 1rem;
  }

  .footerBottomDiv .footerBottomDivText {
    text-align: center;
    line-height: 1rem;
    font-size: .75rem;
    font-weight: 400;
    color: #666666;
  }
}


/* 悬浮 */
.suspension {
  position: fixed;
  right: 0.2rem;
  bottom: 20%;
  z-index: 999;
}

.suspension .box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.125rem;
}

.suspension .box:hover .suspension_cont {
  background: linear-gradient(312deg, #0B46B7 0%, #17449A 100%);
  border-radius: 0 0.1rem 0.1rem 0;
}

.suspension .box:hover .returnTop {
  border-radius: 0.1rem;
}

.suspension .box:hover .suspension_pop {
  width: 2rem;
  background: linear-gradient(312deg, #0B46B7 0%, #17449A 100%);

}

.suspension .box .suspension_pop {
  overflow: hidden;
  width: 0;
  height: 0.85rem;
  border-radius: 0.1rem 0 0 0.1rem;
  background: linear-gradient(312deg, #0B46B7 0%, #17449A 100%);
  -webkit-transition: width 400ms ease-in;
  -moz-transition: width 400ms ease-in;
  -o-transition: width 400ms ease-in;
  transition: width 400ms ease-in;
  color: #fff;
  white-space: nowrap;
  font-size: 0.175rem;
}

.suspension .box .suspension_cont {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 0.1rem;
  background: linear-gradient(312deg, #0B46B7 0%, #17449A 100%);
  cursor: pointer;
}

.suspension .box .suspension_cont img {
  width: .5rem;
  height: .5rem;
}

@media screen and (max-width: 1360px) {
  .suspension .box:hover .suspension_pop {
    width: 2.25rem !important;
  }

  .suspension .box .suspension_pop {
    height: 1.1rem;
  }

  .suspension .box .suspension_cont {
    width: 1.1rem !important;
    height: 1.1rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .suspension .box:hover .suspension_pop {
    width: 2.875rem !important;
  }
}

@media screen and (max-width: 1050px) {
  .suspension .box .suspension_pop {
    height: 1.4rem;
  }

  .suspension .box .suspension_cont {
    width: 1.4rem !important;
    height: 1.4rem !important;
  }
}

/* // annimate */
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.loading {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.375rem;
  -webkit-transform: rotate(360deg);
  animation: rotation 1s linear infinite;
}

.loading span {
  font-size: .875rem;
}