a {
    text-decoration: none;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

[v-cloak] {
    /*比较大的段落，防止闪烁，看到花括号*/
    display: none;
}

/* reset */

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100%
}

body {
  _height: 100%
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
p,
blockquote,
figure,
header,
footer,
nav,
article,
section,
aside,
address,
figcaption {
  *zoom: 1
}

li {
  list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

iframe,
frame,
fieldset,
img {
  border: 0 none
}

img {
  vertical-align: middle;
}

input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer
}

button {
  cursor: pointer
}

input,
textarea,
button {
  -webkit-border-radius: 0;
  -webkit-appearance: none
}

input[type=radio] {
  -webkit-border-radius: 100%;
  -webkit-appearance: radio
}

input[type=checkbox] {
  -webkit-appearance: checkbox
}

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box
}

textarea {
  overflow: auto;
  resize: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

caption,
th {
  text-align: left
}

th {
  font-weight: normal
}

em,
cite,
address,
i {
  font-style: normal
}

/*sup { vertical-align: text-top }
sub { vertical-align: text-bottom }*/
body,
input,
select,
button,
textarea {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft Yahei";
}

body {
  line-height: 1.5
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent
}

a {
  blr: expression(this.onFocus=this.blur())
}

a * {
  *cursor: pointer
}

:focus {
  outline: none
}

.edit_con_original {
  line-height: 24px;
  padding: 0 0;
}

.edit_con_original ul {
  margin: inherit;
  padding: inherit;
  padding-left: 2em;
}

.edit_con_original ul li {
  list-style-type: disc;
  margin: auto;
}

.edit_con_original ol {
  margin: inherit;
  padding: inherit
}

.edit_con_original ol li {
  list-style-type: decimal;
  margin: auto;
}

.edit_con_original h1 {
  font-size: 2em;
  font-weight: bold
}

.edit_con_original h2 {
  font-size: 1.5em;
  font-weight: bold
}

.edit_con_original h3 {
  font-size: 1.17em;
  font-weight: bold
}

.edit_con_original h4 {
  font-size: 1em;
  font-weight: bold
}

.edit_con_original h5 {
  font-size: 0.83em;
  font-weight: bold
}

.edit_con_original h6 {
  font-size: 0.67em;
  font-weight: bold
}

.edit_con_original em {
  font-style: italic
}

.edit_con_original cite {
  font-style: italic
}

.edit_con_original address {
  font-style: italic
}

.edit_con_original i {
  font-style: italic
}

.edit_con_original table {
  border-collapse: separate;
  border-spacing: 2px
}

.edit_con_original img {
  max-width: 100%;
  height: auto;
}

.edit_con_original video {
  max-width: 100%;
  display: block;
  margin: auto;
}


/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
  content: '';
  display: table
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
  content: '';
  display: table;
  clear: both
}

.fixed,
.clearfix,
.cf,
.header,
.main,
.footer {
  *zoom: 1
}


.clear,
.cl {
  display: block !important;
  float: none !important;
  clear: both;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  max-height: none !important;
  min-height: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  font-size: 0 !important;
  line-height: 0 !important
}


.err_position {
  width: 100%;
  height: auto;
  background: url(../images/errors.png) center no-repeat;
}


/*隐藏视频下载按钮*/
video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

/* 阿里图标 */
[class*='icon'] {
  font-family: 'iconfont';
}



/*图片经过*/
.tran_scale {
  overflow: hidden;
  display: block;
}

/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
  -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
  transition: opacity .4s ease-in, transform .6s linear;
}


/*两端对齐*/
.justify {
  text-align: justify;
  text-justify: distribute-all-lines;
}

/*上下居中*/
.v-m-c {
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
}

/*左右居中*/
.l-m-c {
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  position: absolute;
  left: 50%;
  top: 0;
}

/*绝对居中*/
.a-m-c {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.animate {
  transition: 1.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slowx {
  transition: 2.5s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_fast {
  transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_slow {
  transition: 10s all cubic-bezier(0.19, 1, 0.22, 1);
}

.animate_normal {
  transition: 0.5s all linear;
}

.bg-cover {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}


.wrap {
  width: 76%;
  /* max-width: 90%; */
  margin: auto;
}

.wrap_1280 {
  width: 1280px;
  max-width: 90%;
  margin: auto;
}

.line24 {
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
}

.line28 {
  line-height: 28px;
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
}

.line26 {
  line-height: 26px;
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
}

.line30 {
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
}

.line32 {
  line-height: 32px;
  display: -webkit-box;
  overflow: hidden;

  -webkit-box-orient: vertical;
}

.line50 {
  line-height: 50px;
}

.line72 {
  line-height: 72px;
}

.ellipsis_p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ratio-img,
.ratio-img img {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width:1024px) {

  .wrap,
  .wrap_1280 {
    max-width: 94%;
  }

  .line26,
  .line28,
  .line30,
  .line32 {
    line-height: 24px;
  }

}

/*font-size*/
.fnt_16 {
  font-size: 16px;
}

.fnt_12 {
  font-size: 12px;
}

.fnt_14 {
  font-size: 14px;
}
.fnt_15 {
  font-size: 15px;
}

.fnt_18 {
  font-size: 18px;
}

.fnt_20 {
  font-size: 20px;
}

.fnt_22 {
  font-size: 22px;
}

.fnt_24 {
  font-size: 24px;
}

.fnt_26 {
  font-size: 26px;
}

.fnt_28 {
  font-size: 26px;
}

.fnt_30 {
  font-size: 30px;
}

.fnt_34 {
  font-size: 34px;
}

.fnt_38 {
  font-size: 38px;
}

.fnt_36 {
  font-size: 36px;
}

.fnt_40 {
  font-size: 40px;
}

.fnt_48 {
  font-size: 48px;
}

.fnt_50 {
  font-size: 50px;
}

.fnt_54 {
  font-size: 54px;
}

.fnt_60 {
  font-size: 60px;
}

.fnt_72 {
  font-size: 72px;
}

@media only screen and (max-width:1660px) {
  .fnt_72 {
    font-size: 50px;
  }

  .fnt_16 {
    font-size: 16px;
  }

  .fnt_18 {
    font-size: 18px;
  }

  .fnt_20 {
    font-size: 18px;
  }

  .fnt_22 {
    font-size: 18px;
  }

  .fnt_24 {
    font-size: 20px;
  }

  .fnt_26 {
    font-size: 22px;
  }

  .fnt_28 {
    font-size: 24px;
  }

  .fnt_30 {
    font-size: 26px;
  }

  .fnt_38 {
    font-size: 32px;
  }

  .fnt_34 {
    font-size: 28px;
  }

  .fnt_36 {
    font-size: 30px;
  }

  .fnt_40 {
    font-size: 30px;
  }

  .fnt_48 {
    font-size: 32px;
  }

  .fnt_50 {
    font-size: 40px;
  }

  .fnt_54 {
    font-size: 42px;
  }

  .fnt_60 {
    font-size: 48px;
  }
}

@media only screen and (max-width:1440px) {
  .fnt_26 {
    font-size: 22px;
  }

  .fnt_18 {
    font-size: 14px;
  }

  .fnt_20 {
    font-size: 16px;
  }

  .fnt_22 {
    font-size: 16px;
  }

  .fnt_24 {
    font-size: 18px;
  }

  .fnt_28 {
    font-size: 20px;
  }

  .fnt_30 {
    font-size: 26px;
  }

  .fnt_34 {
    font-size: 24px;
  }

  .fnt_36 {
    font-size: 26px;
  }

  .fnt_38 {
    font-size: 28px;
  }

  .fnt_40 {
    font-size: 32px;
  }

  .fnt_48 {
    font-size: 40px;
  }

  .fnt_54 {
    font-size: 32px;
  }

  .fnt_72 {
    font-size: 44px;
  }

}

@media (min-width:1024px) and (max-width:1360px) {

  /* @media (min-width:1024px) and (max-width:1360px){ */
  .fnt_16 {
    font-size: 16px;
  }

  .fnt_18 {
    font-size: 16px;
  }

  .fnt_20 {
    font-size: 15px;
  }

  .fnt_22 {
    font-size: 16px;
  }

  .fnt_28 {
    font-size: 18px;
  }

  .fnt_24 {
    font-size: 18px;
  }

  .fnt_26 {
    font-size: 20px;
  }

  .fnt_34 {
    font-size: 22px;
  }

  .fnt_30 {
    font-size: 22px;
  }

  .fnt_36 {
    font-size: 22px;
  }

  .fnt_40 {
    font-size: 28px;
  }

  .fnt_48 {
    font-size: 26px;
  }

  .fnt_54 {
    font-size: 26px;
  }

  .fnt_72 {
    font-size: 30px;
  }

}

@media only screen and (max-width:1024px) {
  .fnt_16 {
    font-size: 12px;
  }

  .fnt_12 {
    font-size: 12px;
  }

  .fnt_14 {
    font-size: 12px;
  }

  .fnt_18 {
    font-size: 14px;
  }

  .fnt_20 {
    font-size: 14px;
  }

  .fnt_22 {
    font-size: 14px;
  }

  .fnt_24 {
    font-size: 16px;
  }

  .fnt_26 {
    font-size: 16px;
  }

  .fnt_28 {
    font-size: 18px;
  }

  .fnt_30 {
    font-size: 20px;
  }

  .fnt_34 {
    font-size: 24px;
  }

  .fnt_38 {
    font-size: 26px;
  }

  .fnt_36 {
    font-size: 26px;
  }

  .fnt_40 {
    font-size: 28px;
  }

  .fnt_48 {
    font-size: 28px;
  }

  .fnt_50 {
    font-size: 30px;
  }

  .fnt_54 {
    font-size: 28px;
  }

  .fnt_60 {
    font-size: 30px;
  }

  .fnt_72 {
    font-size: 30px;
  }
}

.bannerHeight {
    height: auto;
    overflow: hidden;
}

.bannerHeight img {
    width: 100%;
}

.bannerText {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.height100 {
    height: 100%;
}

.swiper-slide-active .bannerText {
    opacity: 1;
    /* transform: scale(1.2); */
    /* -webkit-animation: scaleDownFadeIn 1.4s forwards ease; */
    /* animation: scaleDownFadeIn 1.4s forwards ease; */
    /* -webkit-filter: blur(12px); */
    /* filter: blur(12px); */
}

@-webkit-keyframes scaleDownFadeIn {
    50% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleDownFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        transform: scale(1.5);
    }
}


::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

::-webkit-scrollbar-track {
    /* background: #f6f6f6; */
    background: #DAE3EC;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    /* background: #cdcdcd; */
    background: #054994;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    /* background: #747474; */
    background: #033163;
}

::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

.seachBox {
    position: absolute;
    left: 0;
    top: 70px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    height: 150px;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    display: none;
    z-index: 100;
    color: #444;
}


.pad13 {
    padding: 0px 12%;
    box-sizing: border-box;
}

.marginTp0 {
    margin-top: 0px;
}

.flexRowCenter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.flexClm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flexRow {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_btm_left p {
    font-size: 16px;
    font-weight: 400;
    color: #B1C0D8;
    height: 50px;
    overflow: hidden;
    /* line-height: 50px; */
}

.abtNav {
    height: 94px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}

.abtNav li {
    width:25%;
    height: 100%;
    line-height: 94px;
    position: relative;
}

.abtNav li a {
    /* font-size: 23px; */
    font-weight: 300;
    height: 93%;
    width: 100%;
    display: block;
    color: #151B22 !important;
}

.aboutNav {
    position: absolute;
    width: 60% !important;
    bottom: 0px;
    left: 0px;
    border-bottom: 4px solid #054994;
}
.aboutNavNone{
    display: none;
}
.aboutTitlesh1 {
    font-weight: 400;
    color: #151B22;
    position: relative;
    /* line-height: 100px; */
    /* height: 100px; */
    
}

.titlesLine {
    width: 52px;
    height: 7px;
    background: #054994;
    /* position: absolute; */
    /* left: 1%; */
    /* bottom: 0px; */
    margin-top: 20px;
    display: block;
}

.marginT10 {
    margin-top: 10px;
}

.marginT20 {
    margin-top: 20px;
}

.marginT30 {
    margin-top: 30px;
}

.marginT40 {
    margin-top: 40px;
}

.marginB40 {
    margin-bottom: 40px;
}

.marginBtm0 {
    margin-bottom: 0px !important;
}

#certify {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
}

#certify .swiper-container {
    padding-bottom: 50px
}

#certify .swiper-slide {
    width: 270px;
    height:400px;
  
}


#scrollspyHeading3 #certify .swiper-slide {
    width: 500px;
   
   
}

#certify .swiper-slide img {
    display: block;
   
    width: 100%;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}

#certify .swiper-pagination {
    width: 100%;
    /* bottom: 20px */
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    /* border: 3px solid #fff; */
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #04458C;
    background-color: #04458C;
}

#certify .swiper-button-prev {
    left: -46px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -46px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #C8D0D9 !important;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    color: #C8D0D9 !important;
}

.swiper-button-next,
.swiper-button-prev {
    transform: translateY(-100%);
}

.whiteC {
    color: #fff;
}

.whiteBG {
    background-color: #fff;
}

.aboutLandu {
    position: relative;
}

.aboutBannerBox {
    position: relative;
}

.BannerTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    font-weight: 500;
    color: #FFFFFF;
}

.width100 {
    width: 100%;
}

.cookie-pop {
    display: none;
}

.cookie-pop .pop {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
    background: #2b2e2e;
    z-index: 999999999999;
    bottom: 0;
    position: fixed;
    /*transform: translate(-50%,-50%);*/
    /*-webkit-transform: translate(-50%,-50%);*/
    /*-moz-transform: translate(-50%,-50%);*/
    /*-ms-transform: translate(-50%,-50%);*/
    /*-o-transform: translate(-50%,-50%);*/
    display: none;
}

.cookie-pop .pop.active {
    display: block;
}

.cookie-pop .pop .close-btn {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 24px;
    height: 24px;
    background: url(../images/pop-close.png) no-repeat center;
    background-size: 24px 24px;
    cursor: pointer;
}

.cookie-pop .pop .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
    width: 100%;
    text-align: left;
    margin-top: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E9ECF0;
}

.cookie-pop .pop .content {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 25px;
    padding-top: 12px;
    margin-bottom: 24px;
}

.cookie-pop .pop .content a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.cookie-pop .btn-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}

.cookie-pop .btn-box .btn {
    float: right;
    width: 200px;
    height: 40px;
    margin-right: 16px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #2A2E2E;
    background: #F2F3F5;
    cursor: pointer;
}

.cookie-pop .btn-box .btn:hover {
    background: #2b2e2e;
    color: #fff;
}

.ten_totop {
    display: none;
    background: #FBFBFB;
    padding: 12px 24px;
    text-align: center;
}

.ten_totop--float {
    display: block;
    position: fixed;
    bottom: -200px;
    right: 40px;
    z-index: 98;
    width: 60px;
    height: 60px;
    transition: ease all 0.3s;
    background: #FFF;
    border-radius: 50%;
    ;
    border: 1px solid #0052D9;
    cursor: pointer;
    padding: 0px;
}

.ten_totop--float:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 6px);
    transform: rotate(-135deg);
    border-bottom: 1px solid #0052D9;
    border-right: 1px solid #0052D9;
    ;
}

.ten_totop--float:hover {
    background: #0052D9;
    ;
}

.ten_totop--float:hover:after {
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.ten_totop--float--show {
    bottom: 40px;
}

.toast-center-center {
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -150px;
}

.titleH1 {
    font-weight: 500;
    color: #04458C;
    margin-bottom: 20px;
}

.colorBlock {
    color: #062639;
}

.titleCenter {
    width: 100%;
}

.center {
    text-align: center;
}

.BannerTitleBox {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 12%;
    font-weight: 500;
    color: #FFFFFF;
    width: 30%;
}

.active>.page-link,
.page-link.active {
    /* color:#054994; */
    color: #fff;
    background-color: #054994;
}

.active>.page-link:hover {
    color: #fff !important;
}

.page-link,
.page-link:hover {
    color: #054994;
}

.el-pager {
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    margin: 0 auto;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    height: 38px;
    line-height: 38px;
    width: 34px;
}

.el-pagination.is-background .el-pager li {
    border-right: 1px solid #ccc;
    padding: 0px;
    margin: 0 auto;
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    color: #fff;
    background-color: #054994;
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #054994;
}

.el-pagination.is-background .el-pager li:first-child {
    border-left: 1px solid #ccc;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    height: 38px;
    line-height: 38px;
}

.topBox {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: none;
    width: 108px;
    height: 108px;
}

.showBox {
    display: block;
}

.productTites {
    font-weight: 500;
    height: 40px;
    color: #062639;
    line-height: 40px;
    cursor: pointer;
}

.productItems_word p,
.ProductP {
    font-weight: 400;
    color: #808080;
}

.el-scrollbar__thumb {
    /* background: #808080; */
    background: #054994;
    /* opacity: 0.8; */
}

@media only screen and (max-width:1366px) {}

@media only screen and (max-width:1566px) {
    .footer_btm_left p {
        font-size: 14px;
    }
}

.footer_btm_left {
    width: 60%;
}

.footer_btm_right {
    width: 40%;
    text-align: right;
}

.footer_btm_right img {
    width: 88%;
}

.weixinCode {
    position: absolute;
    display: none;
    right: 15%;
    bottom: 50px;
    width: 20%;
    max-width: 220px;
}

.footer_nav_right:hover~.weixinCode {
    display: none;
}





.modal-dialog {
    width: 80% !important;
    z-index: 9999;
}

.navBox {
    background: #8f989f;
    width: 230px;
    height: auto;
    margin-left: -50px;
    display: none;
    position: absolute;
    top: 75px;
    z-index: 9999;
    text-align: left;
    padding: 0px 20px;
    border-radius: 0px 0px 6px 6px;
color: #fff;
    box-sizing: border-box;
}

.navBox .mapItem {
    display: flex;
    justify-content: flex-start !important;
    flex-direction: column;
}

.navBox .mapItem div {
    height: 50px;
    line-height: 50px;
    color: #fff;
    width: 100% !important;
    text-align: center;

}

.navBox .mapItem div a {
    height: 100%;
    display: block;
    width: 100%;
    color: #fff;
    /* border-bottom: 1px solid #b4c7d6; */
    border-radius: 0px;
    /* background: transparent !important; */
}

.navBox li a:last-child {
    border-bottom: none;
}

.nav li a:hover~.navBox {
    opacity: 1;
}

.nav li a:hover>span {
    display: block;
}

.navBox .mapItem div a:hover {
    color: #fff;
    background: #054994;
    border-radius: 40px;
    /* height: 30px; */
    /* line-height: 30px; */
    /* border-bottom: 1px solid #054994; */
}

.Nav_lines {
    display: none;
    width: 80px;
    background: #e6eaf1;
    height: 2px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.topRightNavIcon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.color0 {
    color: #000000;
}

.weight300 {
    font-weight: 300;
}



.aboutBannerBox {
    position: relative;
}

.BannerTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    font-weight: 500;
    color: #FFFFFF;
}

.about_01 {
    background: #f0f4f9;
}

.aboutTitles {
    /* background: #F0F4F9; */
    padding: 40px 12%;
}

.about_index2 {
    background-image: url('../images/aboutImg1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 890px;
    position: relative;
}

.btmImg {
    position: absolute;
    bottom: 0px;
    width: 76%;
    margin: 0 auto;
}

.btmImg img {
    width: 100%;
}

.intBox {
    display: flex;
    justify-content: space-between;
    /* height: 100%; */
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-bottom: 4%;
}

.intBox_left {
    margin-top: 40px;
    width: 38%;
}

.intBox_left img {
    width: 78%;
    margin-left: 20px;
    margin-top: 20px;
}

.intBox_left_intrduce {
    /* margin-top: 50px; */
    overflow-y: hidden;
    text-align: left;
}

.intBox_left_intrduce .pBlank {
    /* font-weight: 300; */
    color: #062639;
}

.intBox_left_intrduce p:first-child {
    margin-bottom: 30px;
}

.intBox_right {
    width: 48%;
    margin-top: 100px;
    text-align: center;

}
.intBox_right h1 {
   
  
}

.intBox_right h1 .titlesLine {
	width: 72px;
	margin-top: 20px;
	margin-bottom: 30px;
}


.intBox_right h2 {
    font-size: 36px;
    font-weight: 500;
    color: #054994;
}

.aboutLandu {
    /* background: #054994; */
    width: 100%;
}

.whiteC {
    color: #fff;
}

.whiteBG {
    background-color: #fff;
}

.landuH1 {
    /* height: 34%; */
    padding-top: 40px;
    box-sizing: border-box;
}

.landuBox {
    height: 56%;
}

.landu_left {
    /* height: 56%; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: space-between;
}

.landuH4 {
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.landu22 {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
}

.landuUl {
    height: 80%;
    flex-direction: column;
}

.marginTp0 {
    margin-top: 0px;
}

.flexSpaceBete {
    display: flex;
    justify-content: space-between;
}

.aboutTip {
    background-image: url('../images/aboutImg13.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.honorBox,
.aboutTips {
    height: 500px;
    width: 76%;
}

#scrollspyHeading2 #certify {
	height:500px;
    margin-top: 66px;
	
}
.aboutTips .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;
    transition: 300ms;
    transform: scale(0.8);
}

.aboutTips .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.leader {
    background: #fff;
}

.teamTitles {
    font-weight: 600;
    color: #054994;
    margin-bottom: 30px;
}

.consultant {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.consultantItem {
    /* width: 23%; */
    width: 28%;
    margin-bottom: 40px;
    margin-right: 6%;
}

.consultantItem:nth-child(3n) {
    margin-right: 0px;
    /* background-color: red; */
}

.consultantItemImgBox {
    width: 100%;
    text-align: center;
    background: #C9D7E6;
    box-shadow: 0px 0px 5px 1px #DEE2E6;
    height: 330px;
    display: flex;
    justify-content: center;
    align-items: end;
}

.consultantItem img {
    width: 80%;
    /* height: 86%; */
    max-height: 90%;
    vertical-align: bottom;

}

.consultantItemtipBox {
    background: #F5F7FA;
    width: 100%;
    box-shadow: 0px 0px 5px 0px #DEE2E6;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    box-sizing: border-box;
}

.teamNames {
    /* font-weight: 600; */
    color: #054994;
    margin-bottom: 20px;
}

.consultantItemtipBox p {
    font-weight: 400;
    color: #333C45;
}

.bossBox {
    display: flex;
    flex-direction: row;
    margin-bottom: 3%;
    align-items: center;
    height: 330px;
    width: 100%;
}

.bossBox .BossPicture {
    background: #C9D7E6;
    box-shadow: 0px 0px 5px 1px #DEE2E6;
    width: 28%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

.BossPicture img {
    width: 80%;
    max-height: 99%;
}

.consultantBoss {
    background: #F5F7FA;
    box-shadow: 0px 0px 5px 0px #DEE2E6;
    border-radius: 0px 0px 10px 10px;
    width: 71%;
    padding: 3%;
    display: flex;
    flex-direction: row;
    height: 100%;
    box-sizing: border-box;
}

.bossBox_left {
    width: 38%;
    height: 100%;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: space-around;
    align-content: space-around;
}

.bossBox_left .Name {
    /* font-weight: 600; */
    color: #054994;
    margin-right: 20px;
}

.bossBox_left p span {
    font-weight: 400;
}

.bossBox_right {
    width: 58%;
    height: 100%;
    overflow-y: auto;
    color: #333C45;
    margin-left: 3%;
    display: flex;
    align-items: center;
    text-align: justify;
    /* font-family: "微软雅黑"; */
}

.blank {
    font-weight: 600;
    color: #091827;
}

.bossBox_left .tips {
    font-weight: 500;
    color: #091827;
    /* margin-top: 20px;
    margin-bottom: 3%; */
}

.bossTItle {
    /* line-height: 40px; */
    /* margin-bottom: 20px; */
}

.landuItemBox {
    width: 100%;
    height: 21.625rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.landuBox-1 {
    width: 19%;
    height: 100%;
    /* margin-right: 20px; */
    background: #054994;
    /* padding:0px 20%; */
    box-sizing: border-box;
}

.landuBox-1 div {
    width: 60%;
    text-align: center;

}

.landuBox-2 {
    width: 19%;
	margin-left: 1.25%;
    /* height: 330px; */
    /* padding-bottom: 20px; */
    /* padding-right: 20px; */
    box-sizing: border-box;

}

.landuBox-2 img {
    width: 100%;
    height: 100%;
}

.landuBox-3 {
    width: 19%;
	margin-left: 1.25%;
    height: 100%;
    background: #0698D4;
}
.landuBox-3 div {
    width: 60%;
    text-align: center;

}

.landuBox-7 div {
    width: 76%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.landuBox-7 div>p {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.landuBox-7 div>p>span{
    display: block;
    width:50%;
}

.landuItemBox1 {
    height: 370px;
}

.landuBox-4 {
    width: 19%;
    margin-left: 1.25%;
   
    box-sizing: border-box;
}

.landuBox-4 img,
.landuBox-6 img ,.landuBox-8 img,.landuBox-10 img{
    width: 100%;
    height: 100%;
}

.landuBox-5 {
    /* width: 30%; */
    width: 19%; 
	margin-left: 1.25%;
  
    background: #EE6F12;
    /* margin-right: 1%; */
}

.landuBox-5 div {
    width: 60%;
    text-align: center;
}

.landuBox-6 {
    /* width: 45%; */
    width: 19%;
    margin-top: 1%;
    box-sizing: border-box;
}

.landuBox-7 {
    width: 19%;
    margin-left: 1.25%;
    margin-top: 1%;
 background: #ff0000;
    box-sizing: border-box;
}


.landuBox-8 {
   
    width: 19%;
    margin-left: 1.25%;
    margin-top: 1%;
    box-sizing: border-box;
}

.landuBox-9 {
    /* width: 45%; */
    width: 19%;
    margin-left: 1.25%;
    margin-top: 1%;
	background:#186B88;
    box-sizing: border-box;
}
.landuBox-9 div {
    width: 70%;
    text-align: center;

}


.landuBox-10 {
    /* width: 45%; */
    width: 19%;
	margin-left: 1.25%;
    margin-top: 1%;
    box-sizing: border-box;
}


.landuBox_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.landuBox_title h2 {
    font-weight: 500;
    color: #FFFFFF;
}

.contactBox {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.formBox {
    width: 100%;
}

.formBox .form {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 30px;
    width: 80%;
}

.form input {
    background: #F9F9F9;
    border: 1px solid #E5EBF2;
    border-radius: 5px;
    width: 26%;
    height: 50px;
    margin-right: 30px;
    padding: 12px;
    box-sizing: border-box;
}

.form input:last-child {
    margin-right: 0px;
}

.submits {
    width: 245px;
    height: 50px;
    background: #054994;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.contact_title {
    font-weight: 500;
    color: #1A2B43;
    margin-bottom: 3%;
}

.contact_tip {
    font-weight: 300;
    color: #364655;
    margin-bottom: 1%;
}

.contactImgBox {
    margin-top: 20px;
    width: 100%;
    height: 620px;
    display: flex;
    flex-direction: row;
}

.contactImgBox img {
    width: 100%;
    height: 100%;
}

.pad136 {
    padding-bottom: 0px;
}

.qywh{ background:#EBEEF2;}
.wh1{width:55%; height:583px; float:left;}

.wh1 img{width:100%; height:100%;object-fit: cover;}
.wh2{width:40%; float:left; margin-left:5%;display: flex;
  flex-direction: column;
 height:583px; 
  justify-content: center; /* 垂直居中 */}
.wh2 h1{ margin-bottom:20px;}
.wh2 h2{ font-size:20px; margin-top:25px; color:#6E7275;}
.wh2 p{ font-size:16px; line-height:2; color:#333;}

@media screen and (min-width:1930px) {
    .about_index2 {
        height: 930px;
    }
}

@media only screen and (max-width:1720px) {
    .consultantItemtipBox p {
        height: 54px;
        overflow: hidden;
    }

    .consultantItemtipBox p.item1366 {
        height: 27px;
        line-height: 27px;
    }
}

@media only screen and (max-width:1600px) {
    /*
    .about_index2 {
        height: 820px;
        background-image:url('../images/maboutbg.jpg');
    }
    */
    .about_index2 p span{font-size:14px!important;}


.about_index2 .intBox_right {
	margin-top: 80px;
}

.about_index2 .intBox_right h2 {
	font-size: 26px;
}

    .landuItemBox1,
    .landuItemBox {
        height: 320px;
    }
}

@media only screen and (max-width:1580px) {
    .bossBox_left {
        width: 40%;
    }

    .bossBox_right {
        width: 55%;
    }
}

@media only screen and (max-width:1366px) {
    .abtNav li {
        /* width: 18%; */
    }

    .landuBox-1 div {
        width: 60%;
    }

    .landuItemBox1,
    .landuItemBox {
        height: 260px;
    }

    .landuBox-5 div {
        width: 70%;
    }

    .consultantItemImgBox {
        height: 260px;
    }
    .bossBox{
        height: 260px;
    }
    .consultantItem img {
        max-width: 88%;
    }

    .bossBox_left {
        width: 47%;
    }

    .bossBox_left p {
        font-size: 16px;
    }

    .bossBox_right {
        width: 51%
    }

    .fnt_18 {
        font-size: 14px;
    }

    .consultantItemtipBox p {
        height: 42px;
        overflow: hidden;
    }

    /* .pad136{ */
    /* padding-bottom: 20px; */
    /* } */
    .consultantItemtipBox p.item1366 {
        height: 22px;
        line-height: 22px;
    }
}

@media (min-width:1024px) and (max-width:1360px){
    .abtNav li {
        width: 25%;
    }

    .about_index2 {
        height: 790px;
    }

    .landuItemBox {
        height: 220px;
    }

    .landuBox-1 div,
    .landuBox-5 div {
        width:62%;
    }

    .landuBox-3 div {
        width: 60%;
    }

    .bossBox {
        height: 300px;
    }

    .consultantBoss {
        padding: 2%;
    }

    .bossBox_left {
        width: 49%;
    }

    .bossBox_right {
        width: 50%;
    }
}
.pad13 {
	padding: 10px 12%;
	box-sizing: border-box;
}
.newsList {
    
    padding: 20px;
    box-sizing: border-box;
}

.newsList_item {
    width: 100%;
    background: #fff;
    margin-top: 20px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.newsList_item_left {
    width: 20%;
    max-height: 210px;
}

.newsList_item_left img {
    width: 100%;
    /* height: 100%; */
}

.newsList_item_right {
    width: 78%;
}

.newsList_item_right p {
    font-weight: 400;
    color: #606060;
    margin-bottom: 20px;
}

.newsList_item_right h4 {
    font-weight: 400;
    color: #1A2B43;
    margin-bottom: 20px;
}

.newsList_item_right span {
    font-weight: 300;
    display: block;
    color: #838383;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
}

.newsList_item_right_more {
    font-weight: 400;
    margin-top: 20px;
    color: #606060;
    cursor: pointer;
}

.navigation {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    text-align: center;
}

.el-pager {
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0px;
    margin: 0 auto;
}

.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li {
    height: 38px;
    line-height: 38px;
    width: 34px;
}
.el-pagination.is-background .el-pager li {
    border-right: 1px solid #ccc;
    padding: 0px;
    margin: 0 auto;
}
.el-pagination.is-background .el-pager li:not(.disabled).active{
    color: #fff;
    background-color: #054994;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover{
    color:#054994;
}
.el-pagination.is-background .el-pager li:first-child {
    border-left:  1px solid #ccc;
}

.liaisonBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    align-items: center;
}

.liaisonBox h4 {
    /* font-size: 44px; */
    font-weight: 400;
    color: #1A2B43;
    /* margin-bottom: 40px; */
}

.liaisonBox .email {
    font-size: 28px;
    display: block;
    font-weight: 300;
    text-decoration: underline;
    color: #1A2B43;
    margin-top: 20px;
    /* margin-bottom: 40px; */
}

.liaisonBox h2 {
    /* font-size: 44px; */
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #1A2B43;
}

.liaisonBox .liaisonTip {
    font-size: 20px;
    font-weight: 300;
    color: #364655;
    line-height: 40px;
}

.formBox .form {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 30px;
    width: 98%;
}

.form input {
    background: #fff;
    width: 26%;
    height: 50px;
    margin-right: 30px;
    padding: 12px;
    box-sizing: border-box;
}

.form input:last-child {
    margin-right: 0px;
}

.formBox .textArea {
    background: #fff;
    width: 98%;
    margin-top: 40px;
    padding: 20px;
	border:0;
    box-sizing: border-box;
}

.textForm {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.submits {
    width: 245px;
    height: 50px;
    background: #054994;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
	border:0;
    margin-top: 30px;
}

.detailBox {
    margin-top: 100px;
}

.detailBox_tip {
    margin: 20px 0px;
    font-weight: 400;
    color: #606060;
}

.navbg {
    background: rgba(0, 0, 0, 0.7);
}

.detailBox_tip_right {
    margin-left: 20px;
}

.detailBox_line {
    margin-top: 20px;
    display: block;
    height: 1px;
    background: #E6E6E6;
    width: 100%;
}

.detailBox_html {
    margin-top: 40px;
}
.detailBox_html img {
    max-width: 100%;
    /* height: 100%; */
    object-fit: fill;
}
.newsSelect {
    position: absolute;
    right: 10px;
    top: 20px;
    height: 42px;
    width: 15%;
    /* background: #FFFFFF; */
    /* border: 1px solid #ECECEC; */
    /* border-radius: 3px; */
    font-size: 16px;
    font-weight: 300;
    color: #364655;
}

/* .el-select-dropdown { */
    /* height: 200px; */
    /* overflow: auto; */
/* } */
/*  */
.history {
    margin-top: 20px;
    /* padding: 0px 20px; */
    margin-bottom: 20px;
    /* padding-top: 20px */
}

.history p {
    font-weight: 400;
    color: #054994;
    cursor: pointer;
    margin-top: 20px;
}
.aboutNav{
    position: relative;
    padding-bottom:0px;
}

.mqywh{ display:none}
.mqywh img{ width:100%;}
@media only screen and (max-width:900px) {
	
.intBox_left,.intBox_right {
	width: 98%;
}
#certify {
	padding-bottom: 40px;
}
.honorBox{
	height: auto;
}
#scrollspyHeading2 #certify {
	height: auto;
}
#certify .swiper-slide {
	width: 100%;
	height:auto;
}
#scrollspyHeading3 #certify .swiper-slide {
	width:100%;
	height:auto;
}
.landuItemBox{ display:none}
.mqywh{ display:block}
h1.pad13 {
	padding-top: 20px ;
}

.formBox.pad13 {
	padding: 10px 5%;
	box-sizing: border-box;
}
.formBox .form {
	display: block;
	width: 100%;
}
.form input {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}
.formBox .textArea {
	margin-top: 0;
}

.wh1{width:100%; height:auto;}

.wh1 img{width:100%; height:auto;}
.wh2{width:76%;height:auto; margin-left:12%; margin-right:12%; }
.wh2 h1{ margin-bottom:20px; padding-top:20px;}
.wh2 h2{ font-size:18px; color:#6E7275;}
.wh2 p{ font-size:14px;  }


}