/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@charset "utf-8";
/* usually */
html{font-family:PingFang SC,Microsoft Yahei,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;}
body {font-size: 14px;color: #333;}
/* html,body {background-color: #FCFBFB;} */
body,div,h1,h2,h3,h4,h5,h6,hr,p,span,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:after,:before{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration: none;color: #333}
.auto{margin-left:auto;margin-right:auto;}
.l{float:left;}.r{float:right;}.tc{text-align: center;}.ti2{text-indent: 2em;}
.db{display:block;}.dn{display:none;}.dib{display: inline-block;}
.ovh{overflow:hidden;}.rel{position:relative;}.abs{position:absolute;}
.fix:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-flex:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-web:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.fix-phone:after{display:block;content:"clear";height:0;clear:both;overflow:hidden;visibility:hidden;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
.ellipsis1{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: inline-block; white-space: nowrap;}
img {border:none;display: inline-block;height: auto;max-width: 100%;}
.swiper-slide {user-select: none;}
.showmenu.nav-ul-box {
  left: 0;
}
/*margin*/
.m0{margin: 0px;}
.m1{margin: 1px;}.ml1{margin-left: 1px;}.mt1{margin-top: 1px;}.mr1{margin-right: 1px;}.mb1{margin-bottom: 1px;}
.m2{margin: 2px;}.ml2{margin-left: 2px;}.mt2{margin-top: 2px;}.mr2{margin-right: 2px;}.mb2{margin-bottom: 2px;}
.m5{margin: 5px;}.ml5{margin-left: 5px;}.mt5{margin-top: 5px;}.mr5{margin-right: 5px;}.mb5{margin-bottom: 5px;}
.m10{margin: 10px;}.ml10{margin-left: 10px;}.mt10{margin-top: 10px;}.mr10{margin-right: 10px;}.mb10{margin-bottom: 10px;}
.m15{margin: 15px;}.ml15{margin-left: 15px;}.mt15{margin-top: 15px;}.mr15{margin-right: 15px;}.mb15{margin-bottom: 15px;}
.m20{margin: 20px;}.ml20{margin-left: 20px;}.mt20{margin-top: 20px;}.mr20{margin-right: 20px;}.mb20{margin-bottom: 20px;}
.mr25 {margin-right: 25px;}
/*padding*/
.p0{padding: 0px;}
.p1{padding: 1px;}.pl1{padding-left: 1px;}.pt1{padding-top: 1px;}.pr1{padding-right: 1px;}.pb1{padding-bottom: 1px;}
.p2{padding: 2px;}.pl2{padding-left: 2px;}.pt2{padding-top: 2px;}.pr2{padding-right: 2px;}.pb2{padding-bottom: 2px;}
.p5{padding: 5px;}.pl5{padding-left: 5px;}.pt5{padding-top: 5px;}.pr5{padding-right: 5px;}.pb5{padding-bottom: 5px;}
.p10{padding: 10px;}.pl10{padding-left: 10px;}.pt10{padding-top: 10px;}.pr10{padding-right: 10px;}.pb10{padding-bottom: 10px;}
.p15{padding: 15px;}.pl15{padding-left: 15px;}.pt15{padding-top: 15px;}.pr15{padding-right: 15px;}.pb15{padding-bottom: 15px;}
.p20{padding: 20px;}.pl20{padding-left: 20px;}.pt20{padding-top: 20px;}.pr20{padding-right: 20px;}.pb20{padding-bottom: 20px;}
.mt30 {margin-top: 30px;}
.mb25 {margin-bottom: 25px;}
.heigh100 {height: 100%;}

.icon-plus {display: inline-block;width: 18px;height: 18px;position: relative;cursor: pointer;}
.icon-plus::before,.icon-plus:after {content: "";display: block;width: 100%;height: 2px;background-color: #fff;border-radius: 4px;position: absolute;left: 50%;transform: translate(-50%,-50%);top: 50%;transition: transform .3s ease-in;border-radius: 4px;}
.icon-plus:after {transform: translate(-50%,-50%) rotate(90deg);}
.icon-plus.rotate:after {transform: translate(-50%,-50%) rotate(0);}

.lan-select {
    font-size: 16px;
    color: #fff;
    height: 50px;
    padding: 0 20px;
    background: url(../img/lan.png) no-repeat left center;
    background-size: auto 18px;
    margin-right: -10px;
    cursor: pointer;
}

.lan-drop {
  position: absolute;
  bottom: 0;
  width: 115px;
  transform: translate(-50%,100%);
  left: 50%;
  padding-top: 25px;
  display: none;
}

.lan-hover:hover .lan-drop {
  display: block;
  animation: hideIndex5 .3s ease;
}

.lan-drop-ul {
  background-color: #fff;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  padding: 10px 0;
  border: 1px solid #ddd;
  position: relative;
}
.lan-drop-ul::before {
  content: "";
  border-bottom: 10px solid #ddd;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-100%);
}

.lan-drop-ul::after {
  content: "";
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,-100%);
}
.lan-select option {
    color: #333;
}
.pages {
  text-align: center;
  padding: 50px 0;
}

.pages li {
  display: inline-flex;
  font-size: 14px;
  /* margin-right: 0.5%; */
  color: #666666;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 4px;
}

.pages li a {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  padding: 0 11px;
  
}
.pages li:hover {
  text-decoration: underline;
}
.pages li span {
  height:30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  padding: 0 11px;
}

.pages .iconfont {font-size: 14px;}

.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat 96% center;
  border:1px solid #dadada;
  outline: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px;
  padding-right: 16px;
}

.pages li.thisclass {
  background:#00447d;
  border-color: #00447d;
  color: #fff;
}
.pages li.thisclass a {
  color: #fff;
}

.pages li.noborder {border: none;background-color: transparent;padding: 0;}
.pages li .turn-input {color: #666666;padding: 8px 12px 7px;background-color: #fff;width: 48px;}

input[type="text"],input[type="password"],input[type="number"],textarea,button,input[type="email"],input[type="date"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input.el-input-date,input.el-input-date1{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
input.el-input-date::-webkit-calendar-picker-indicator,input.el-input-date1::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}


.drop-conent {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,100%);
    z-index: 18;
    min-width: 140px;
    display: none;
    padding-top: 15px;
}

.drop-ul {
    background-color: #fff;
}

.drop-ul>li {
    text-align: center;
    line-height: 50px;
    padding: 0 15px;
    white-space: nowrap;
}

.drop-ul>li:hover {
    background-color: #00447d;
    color: #fff;
}
.drop-ul>li:hover a {
    color: #fff;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

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

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.just-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.just-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.banner {position: relative;}

.banner-i {
  width: 100%;
  display: block;
}


.normal-table {width: 100%;border-collapse: collapse;}
.normal-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}

.swiper-normal-button.swiper-button-disabled {
  pointer-events: all;
  opacity: 1;
  
}
.swiper-normal-button {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 6px 0px rgba(0, 42, 139, .5);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: none;
}

.mobile-img {display: none;}

.menu {
  margin-left: 10px;
  cursor: pointer;
  display: none;
}

.hide-pc {display: none;}
.menu i {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #003686;
  margin-top:7px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition:-webkit-transform 0.3s;
  transition:-webkit-transform 0.3s;
  -o-transition:transform 0.3s;
  transition:transform 0.3s;
  transition:transform 0.3s, -webkit-transform 0.3s;
}


.menu i:first-child {
  margin-top: 0;
}
.menu.rotate i:nth-of-type(1) {
  -webkit-transform: rotate(46deg);
      -ms-transform: rotate(46deg);
          transform: rotate(46deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-46deg);
      -ms-transform: rotate(-46deg);
          transform: rotate(-46deg);
}

.normal-place ::-webkit-input-placeholder{
  font-size: 16px;
  color: #d5d5d5;
  font-family:PingFang SC,Microsoft Yahei,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}
.normal-place :-moz-placeholder{
  font-size: 16px;
  color: #d5d5d5;
  font-family:PingFang SC,Microsoft Yahei,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}
.normal-place :-ms-input-placeholder{
  font-size: 16px;
  color: #d5d5d5;
  font-family:PingFang SC,Microsoft Yahei,Avenir,Segoe UI,Hiragino Sans GB,STHeiti,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;
}


.mt40 {margin-top: 40px;}
.mb40 {margin-bottom: 40px;}

img[class*=avatar] {border-radius: 50%;}
.hover-a a:hover {color: #003686;}
.hover-tit a:hover [class*=tit] {color: #003686;}
._h-img {transition: transform .3s ease;}
.hover-img a:hover ._h-img {transform: scale(1.1);}
.bold {font-weight: 600;}
.tl {text-align: left;}
[class*=btn] {cursor: pointer;}
.col-red {color: #ff6600;}
.col-red1 {color: #FF0000;}
input.upload-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  font-size:0
}

@-webkit-keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@keyframes circleMove {
  from {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

.lg_sfdh {
  animation: play_btn 0.5s infinite alternate;
}

@keyframes play_btn{
  0%{transform:scale(1.0)}
  100%{transform:scale(1.1)}
}

@keyframes hideIndex{
  0% {
    padding-top: 60px;
    opacity: 0;
  }
  100% {
      padding-top: 40px;
      opacity: 1;
  }
}

@keyframes hideIndex2{
  0%{ padding-top: 30px;opacity: 0; }
  100%{padding-top: 20px; opacity: 1;}
}

@keyframes hideIndex3{
  0%{ padding-top: 20px;opacity: 0; }
  100%{padding-top: 10px; opacity: 1;}
}

@keyframes hideIndex4{
  0%{ padding-top: 25px;opacity: 0; }
  100%{padding-top: 15px; opacity: 1;}
}

@keyframes hideIndex5{
  0%{ padding-top: 40px;opacity: 0; }
  100%{padding-top: 25px; opacity: 1;}
}

@media (min-width:992px) {
  .nav-ul>li:hover .drop-conent {
      display: block;
      animation: hideIndex4 .3s ease;
  }
  .drop-tab>a:hover {
      color: #00447d;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.center-box {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.responsive-y {overflow-y: auto;}
.responsive-x {overflow-x: auto;}

.responsive-y::-webkit-scrollbar {/*滚动条整体样式*/
  width: 4px;
  height: 0; 
}
.responsive-y::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  border-radius: 3px;
  background: #1c79e1;
}

.head {padding: 15px 0;}
.head-sticky {position: sticky;position: -webkit-sticky;width: 100%;z-index: 99;top: 0;background-color: #fff;}
.head-fixed {position: fixed;width: 100%;z-index: 99;top: 0;}


.head-top {
  background-color: #383838;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
}
.head-top a {
  color: #fff;
}



.nav-ul>li {font-size: 16px;position:relative;padding:15px 0}
.nav-ul>li::after {
    content: "";
    width: 20px;
    height: 4px;
    background-color: #00447d;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    border-radius: 999px;
    width: 0;
    transition: width .3s ease;
}
.nav-ul>li.on::after,.nav-ul>li:hover::after {
    width: 20px;
}
.nav-ul>li + li {margin-left: 3.125vw;}
.banner-word {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
}

.swiper-banner-prev,.swiper-banner-next {
  width: 50px;
  height: 50px;
  border: 1px solid #00457d;
  border-radius: 50%;
  background-color: #00457d;
  position: static;
  margin: 0 5px;
}

.swiper-banner-prev::after,.swiper-banner-next::after {
  color: #fff;
  font-size: 25px;
}

.swiper-circle-inner {
  width: 50px;
  height: 50px;
}
.swiper-circle-inner::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.swiper-circle-inner::before {
  content: "";
  width: 41px;
  height: 41px;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/* .swiper-banner-prev.swiper-button-disabled,.swiper-banner-next.swiper-button-disabled {
  background-color: transparent;
} */

.swiper-num {
  color: #fff;
  font-size: 16px;
}

.active-index {
  font-size: 32px;
}
.banner-tit {font-size: 48px;font-weight: 600;}
.swiper-circle {position: absolute;bottom: 10%;z-index: 10;width: 100%;left: 0;}
.swiper-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  stroke-dasharray:126;
  stroke-dashoffset:126;
  
}

.swiper-circle-inner.oncircle svg {
  animation: circle 3s ease;
}

.normal-tit {
  font-size: 36px;
  font-weight: 600;
  padding: 0.7em 0 15px;
  position: relative;
}

.normal-tit::after {
  content: "";
  width: 55px;
  height: 1px;
  background-color: #00447d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}

.noline::after {
  display: none;
}

.noline {padding-bottom: 0;}

.normal-tit-en {
  position: absolute;
  font-size: 46px;
  font-family: "Russo One", serif;
  font-weight: 600;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
  color: #e5e7f1;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-box {
  padding-top: 3.64vw;
}

.normal-pd {
  padding: 3.64vw 0;
}

.news-left .news-bott {
  padding: 15px;
}
.normal-bj {
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.news-right-tit {
  font-size: 24px;
  font-weight: 600;
}

.news-left {
  width: 34.92%;
}
.news-right {
  width: 63.53%;
}
.news-right-pd {
  padding: 25px;
}

.normal-mt {margin-top: 50px;}
.br10 {border-radius: 10px;}
.flex-row>.news-top {
  width: 18.66%;
}
.flex-row>.news-bott {
  padding-left: 15px;
}
.news-list>li {
  padding: 20px 0;
  
}
.news-list>li + li {
  border-top: 1px solid #efefef;
}

.news-tit {
  font-size: 18px;
  font-weight: 600;
}

.news-desc {
  font-size: 16px;
  line-height: 1.5em;
}

.normal-desc {
  font-size: 20px;
  line-height: 1.5em;
}

.service-search-input {
  border: 1px solid #fff;
  border-radius: 999px;
  padding: 3px;
}

.serv-max-width {
  max-width: 730px;
}
.service-val {height: 50px;width: 100%;flex: 1;color: #fff;padding: 0 25px;font-size: 16px;}
.service-btn {height: 50px;width: 155px;background-color: #fff;border-radius: 999px;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #033c6d;}
.about-us-desc {
  line-height: 2em;
  font-size: 16px;
}
.footer {
  background-color: #e7eaef;
  background-position: 6.66vw bottom;
  background-repeat: no-repeat;
  background-size: auto;
}
.footer-top-ul>li {
  font-size: 16px;
  color: #00457d;
}
.footer-top-ul>li a {
  color: #00457d;
}

.footer-logo,.logo-img {
  display: block;
  max-width: 239px;
}
.footer-top-ul>li {
  padding: 0 10px;
  position: relative;
}
.footer-top-ul>li::before {
  content: "";
  width: 1px;
  height: 12px;
  background-color: #00457d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
.footer-code {max-width: 87px;display: block;}
.footer-top {
  padding: 50px 0 25px;
  border-bottom: 1px solid #dfdfdf;
}
.footer-top-ul>li:first-child::before {
  display: none;
}

.footer-top-ul>li:first-child {
  padding-left: 0;
}

.footer-bott {
  padding: 30px 0 40px;
}

.footer-add-info {
  line-height: 1.875em;
  font-size: 16px;
}
.block {
  display: block;
  width: 100%;
}
.footer-tel-text {font-size: 16px;color: #666666;}
.footer-bott-tel {font-size: 28px;color: #01427a;font-weight: 600;}
.footer-mid-tit {font-size: 16px;font-weight: 600;}
.footer-link {color: #666666;margin-top: 5px;}
.footer-bott-mid  {max-width: 60%;width: 100%;}
.footer-info {
  background-color: #01427a;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
}
.footer-info a {
  color: #fff;
}

.banner-list-word {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 100%;
}

.banner-list-tit {
  font-size: 44px;
  font-weight: 600;
}

.banner-list-desc {
  font-size: 24px;
}

.main-pro-group {
  background-color: #00457d;
  border-radius: 0 20px 0 0;
}

.main-pro-en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 42px;
  font-weight: 600;
  color: rgba(255,255,255,0.07);
  white-space: nowrap;
}

.main-left {
  width: 260px;
  padding-bottom: 40px;
  box-shadow: 0 0 5px rgba(48, 48, 48, .1);
}

.app-img {
  height: 100%;
  object-fit: cover;
}
.nav-position,.nav-position a {
  color: #666666;
}

.nav-position-pd {
  padding: 20px 0;
}

.main-left-ul>li {
  position: relative;
  padding-top: 86.92%;
  background-color: #f0f0f0;
}

.main-pro-group-tit {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
 
}

.main-left-posi {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-btn {
    display: inline-flex;
    width: 60px;
    height: 30px;
    background-color: #00447d;
    border-radius: 4px;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.filter-input-box {
    border: 1px solid #00447d;
    width: 400px;
    max-width: 100%;
    border-radius: 4px;
    height: 30px;
}

.filter-val {
    width: 100%;
    flex: 1;
    padding: 0 15px;
}

.lpro-mask-tit{
  font-size: 18px;
}

.lpro-mask {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0,68,125,0.78);
  padding: 15px;
}

.lpro-maks-desc {
  font-size: 12px;
  line-height: 1.6em;
  height: 0;
  transition: height .3s ease;
}

.lpro-img,.recommend-img {
  max-height: 80%;
  max-width: 80%;
}

.main-pro-left-mt {
  margin-top: -75px;
}

.main-left-ul>li:hover .lpro-maks-desc {
  height: 38px;
  margin-top: 10px;
}
.media-drop {
    position: absolute;
    bottom: 0;
    transform: translate(-50%,100%);
    padding-top: 10px;
    left: 50%;
    z-index: 99;
    display: none;
}

.media-code-img {
    width: 120px;
    max-width: none;
    display: block;
    
}


.hover-media:hover .media-drop {
    display: block;
    animation: hideIndex3 .3s ease;
}
.media-img-box {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgba(48,48,48,0.2);
}
.main-right {padding-left: 1.56vw;padding-bottom: 40px;}
.main-right:has(.pages) {padding-bottom: 0;}
.main-pro-ul {margin-top: -30px;}
.main-pro-ul>li {
  width: 48.80%;
  background-color: #f8f8f8;
  padding: 20px 10px 20px 20px;
  border: 1px solid #dadada;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.main-pro-ul>li>a {
  height: 100%;
}
.main-pro-ul>li:hover {
  border-color: #02457e;
}
.main-pro-left {
  width: 60.40%;
}

.main-pro-desc {
  color: #666666;
  line-height: 1.6em;
}

.main-pro-tit {
  font-size: 24px;

}
.main-pro-right{
  /* display: flex; */
  /* justify-content: center; */
  font-size: 0;
  /* align-items: center; */
}

.mian-know-more {
  color: #2785c9;
}

.pro-rimg {
  /* max-width: 90%;
   */
   max-height: 100%;
}

.details-left {
  width: 46.15%;
}

.swiper-details .swiper-slide {
  background-color: #fff;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-img {
  max-width: 80%;
  max-height: 80%;
}
.swiper-details-prev,.swiper-details-next,.swiper-reco-next,.swiper-reco-prev {
  width: 60px;
  height: 60px;
  background-color: #b8cbdb;
  border-radius: 50%;
  color: #fff;
}
.swiper-details-prev::after,.swiper-details-next::after,.swiper-reco-next::after,.swiper-reco-prev::after {
  font-size: 32px;
}

.swiper-details-prev.swiper-button-disabled,.swiper-details-next.swiper-button-disabled,.swiper-reco-next.swiper-button-disabled,.swiper-reco-prev.swiper-button-disabled {
  color: #999999;
  opacity: 1;
  background-color: #f4f4f4;
}

.details-right-tit {
  font-size: 32px;
  font-weight: 600;
}

.details-right {
  padding-left: 30px;
}

.details-right-desc {
  font-size: 16px;
  line-height: 1.4em;
}

.normal-item {
  display: none;
}

.normal-item:first-child {
  display: block;
}

.details-box-show {
  line-height: 2em;
  font-size: 16px;
  padding: 20px 0;
}
.cont-btn {
  display: inline-flex;
  width: 210px;
  height: 58px;
  background-color: #00457d;
  border-radius: 999px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.cont-btn .iconfont {
  font-size: 20px;
}

.cont-btn-mt {margin-top: 30px;}
.details-box-bleft {width: 73.07%;}
.details-box-bott{padding: 50px 0;}
.details-box-top {padding-bottom: 60px;}
.details-box-tab-ul>li {
  font-size: 20px;
  color: #666666;
  font-weight: 600;
}

.details-box-tab-ul>li.on,.details-box-tab-ul>li.on a {
  color: #00457d;
}

.details-box-tab-ul>li a {
  color: #666666;
}

.details-box-tab-ul>li {
  padding: 12px 0;
}

.details-box-tab-ul>li + li{
  margin-left: 3.125vw;
}
.details-box-tab {
  background-color: #f2f6f8;
  border-top: 4px solid #bdcfdd;
}

.details-box-bright {
  width: 24.84%;
}
.details-box-tab {padding-left: 90px;}
.flag-img{position: absolute;left: 5px;top: 0;transform: translate(0,-15px);}
.recommend-top {
  padding-top: 92.69%;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.recommend-bott {
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
}

.recommend-ul>li {
  margin-top: 20px;
}

.main-app-tit {
  font-size: 28px;
  color: #00457d;
}

.main-app-desc {
  font-size: 16px;
  line-height: 1.8em;
}

.main-app-right {
  width: 49.50%;
}

.main-app-ul>li {
  box-shadow: 0 0 5px rgba(48, 48, 48, .1);
  margin-top: 40px;
}

.main_app_tit {
  font-size: 24px;
  font-weight: 600;
}

.main_app_desc{
  font-size: 16px;
  line-height: 1.8em;
}

.main-app-left {
  padding: 2.08vw 2.08vw 0 2.08vw;
}

.main_app_btn {
  display: inline-flex;
  width: 115px;
  height: 45px;
  background-color: #00457d;
  color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
}

.app-details-tright{
  width: 43.46%;
}

.app-details-tit {
  font-size: 32px;
  color: #00457d;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
}
.app-details-tit::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #00457d;
  bottom: 0;
  left: 0;
  position: absolute;
}



.tc.app-details-tit::after {
  left: 50%;
  transform: translate(-50%,0);
} 
.app-details-tleft {
  width: 45%;
}
.app-details-desc {
  font-size: 16px;
  line-height: 1.8em;
}

.case-ul>li {
  width: 24.07%;
  margin-left: 1.23%;
  position: relative;
  overflow: hidden;
}
.case-ul>li:nth-of-type(4n+1) {
  margin-left: 0;
}

.case-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.67);
  padding: 15px;
  color: #fff;
  transform: translate(0,110px);
  transition: transform .3s ease;
}

.case-ul>li:hover .case-mask{
  transform: translate(0,0);
  background-color: rgba(0,69, 125, 0.67);
}

.case-ul>li {
  margin-top: 40px;
}

.case-desc {margin-top: 10px;line-height: 1.8em;}
.case-tit {font-size: 20px;text-align: center;}
.swiper-reco .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-reco-bott {
  font-size: 16px;
  text-align: center;
  padding: 20px 15px;
}

.swiper-reco-top {
  padding-top: 87.09%;
}

.swiper-reco-img {
  max-width: 80%;
  max-height: 80%;
}

.news-left-ul {
  padding: 0 25px;
}

.news-left-ul>li {
  padding: 16px 0;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
}

.news-day {
  height: 40px;
  background-color: #4f7fa5;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-canlendar-group {
  width: 60px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #4f7fa5;
  font-family: Arial, Helvetica, sans-serif;
}
.news-year {
  font-size: 12px;
  color: #4f7fa5;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-right-left{
  width: 172px;
}
.news-right-ul>li {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.news-right-right {
  padding-left: 15px;
}
.news-btn {
  display: inline-flex;
  width: 75px;
  height: 30px;
  border: 1px solid #02467e;
  border-radius: 999px;
  color: #00457d;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
}
.news_right-tit {
  font-size: 22px;
}
.news-right-desc {
  color: #666;
  line-height: 1.6em;
  margin-top: 10px;
}

.news-right-ul>li:hover .news-btn {
  background-color: #02467e;
  color: #fff;
}
.news-details-outer::before {
  content: "";
  height: 60px;
  background: linear-gradient(to bottom,rgba(0,0,0,0.08),transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.news_details-tit {
  font-size: 30px;
}

.news_details-info {
  color: #999999;
}

.news-details-show {
  font-size: 16px;
  line-height: 2em;
  padding: 20px 0;
}

.news_details-left {
  width: calc(100% - 280px - 2.60vw);
}

.prev-next-box {
  border: 1px solid #d8d8d8;
  padding: 0 5px;
}
.prev-next {
  padding:15px 0;
}
.prev-next + .prev-next {border-top: 1px solid #d8d8d8;}
.news_details-right-tit {font-size: 24px;}
.news_details-right-tit>span {position: relative;display: inline-block;font-weight: 600;}
.news_details-right-tit>span::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #9ec8e7;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 999px;
  z-index: -1;
}

.news_dleft {
  width: 99px;
}

.news_dtit {
  font-size: 14px;
  line-height: 1.4em;
}

.news_dtime {
  font-size: 12px;
  color: #999999;
}

.news_details-right {
  width: 280px;
}

.news_details-rul>li {
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}

.filter-span {
  margin-right: 20px;
  margin-bottom: 5px;
  height: 30px;
  display: inline-flex;
  align-items: center;
}
.filter-span.on {color: #00457d;font-weight: 600;}
.dt-span {
  display: inline-flex;
  min-width: 70px;
  height: 30px;
  border: 1px solid #3f739d;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: #00457d;
  position: relative;
}

.dt-span::before {
  content: "";
  position: absolute;
  border-left: 7px solid #3f739d;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 0;
  transform: translate(100%,-50%);
  top: 50%;
}
.dt-span::after {
  content: "";
  position: absolute;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 0;
  transform: translate(100%,-50%);
  top: 50%;
}

.filter-dl>dt {
  width: 110px;
}

.filter-dl + .filter-dl {margin-top: 10px;}
.normal-table {
  width: 100%;
  border-collapse: collapse;
}

.filter-table {
  font-size: 16px;
  border-top: 4px solid #bdcfdd;
}

.filter-table th,.filter-table td {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.filter-table th {
  background-color: #f2f6f8;
}

.icon-xiazai1 {font-size: 20px;font-weight: 600;}
.video-bott {
  padding: 15px;
}

.video-ul>li {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(48, 48, 48, .1);
  width: 31.84%;
  margin-left: 2.23%;
  margin-top: 40px;
}

.video-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.ser_tit {
  font-size: 24px;
  color: #00457d;
}
.service_left {
  padding: 1.56vw 1.56vw 10px 2.08vw;
}
.unerline {text-decoration: underline;}
.video-tit {
  font-size: 18px;
}

.service_ul>li {
  background-color: #f7f7f7;
  margin-top: 40px;
}

.service_right {
  width: 36.81%;
}

.service_ul>li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.service_ul_mt>li:first-child {
  margin-top: 0;
}

.ser_desc {
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 20px;
}

@keyframes circle {
  0% {
    stroke-dashoffset:126;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.manage-ul>li {
  width: 48.84%;
  margin-left: 2.30%;
  position: relative;
}

.manage-ul>li:nth-of-type(2n+1) {
  margin-left: 0;
}

.manage-mask {
  position: absolute;
  top: 0;
  height: 100%;
  width: 240px;
  max-width: 100%;
  background-color: rgba(255, 255, 255, .85);
  left: 0;
  padding: 3.125vw 1.30vw 10px 1.30vw;
}


.manage-mask-tit {
  font-size: 22px;
  font-weight: 600;
}
.author-img{max-width: 60%;max-height: 50%;}
.manage-mask-desc{
  line-height: 1.8em;
  margin-top: 10px;
}

.search-drop-posi {
  position: absolute;
  bottom: 0;
  transform: translate(0,100%);
  right: 0;
}

.serach-drop-inner {
  background-color: #fff;
  padding: 5px 25px;
}
.search-drop {
  display: none;
}
.search-drop-posi {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, 100%);
  min-width: 25vw;
  padding-top: 20px;
}

.s-val {
  font-size: 16px;
  color: #333;
  width: 100%;
  height: 50px;
}

.search-drop.show {
  display: block;
  animation: hideIndex2 .3s ease;
}

@media (min-width:1920px) {
  .manage-mask  {
    padding: 60px 25px 10px 25px;
  }
  .service_left {
    padding: 30px 30px 10px 40px;
  }
  .main-app-left {
    padding: 40px 40px 0 40px;
  }
  .details-box-tab-ul>li + li{
    margin-left: 60px;
  }
  .main-right {
    padding-left: 30px;
  }
 
  .product-box {
    padding-top: 70px;
  }
  .normal-pd {
    padding: 70px 0;
  }
  .nav-ul>li + li {margin-left: 60px;}
}

.service-code-group {
  padding: 15px;
}

.service-code-text {
  font-size: 16px;
  line-height: 1.5em;
}

.service-code {
  display: block;
  max-width: 170px;
}

.service-tel {
  background-color: #ffffff;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding:5px 10px;
}

.service-tel-flag {
  display: inline-flex;
  height: 50px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  background-color: #033c6d;
  color: #fff;
  font-size: 18px;
  border-radius: 10px;
  white-space: nowrap;
}

.service-tel-num {
  font-size: 32px;
}


.service-text {
  font-size: 24px;
}

.service-flag-box {
  font-size: 18px;
  font-weight: 600;
}

.service-code-info {
  padding-bottom: 2.08vw;
}

.about-us-left {
  width: 47.7%;
}

.about-us-right {
  width: 46%;
}

.cont-video-box {
  padding-top: 65.49%;
}


.video-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-btn {
  width: 70px;
  height: 70px;
  background: url(../img/play.png) no-repeat center;
  background-size: 100% 100%;
}
.video-btn.pause {
  background-image: url(../img/pause.png);
  background-size: 100% 100%;
}
.video-js .vjs-tech {
  object-fit: cover;
}
.vjs-poster {background-size: cover;}

.about-us {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 180px;
}

.about-us-data {font-size: 48px;font-weight: 600;}
.about-us-tit {font-size: 18px;}
.about-us-desc {color: #999;font-size: 16px;}
.app-details-top {background-position: left bottom;background-repeat: no-repeat;background-size: auto;background-color: #f7f7f7;}
@media (min-width:992px) {
  .main-left {
    position: sticky;
    position: -webkit-sticky;
    top: 140px;
  }
  .lan-box {
    background-color: #00447d;
    border-radius: 50px 0 50px 0;
    color: #fff;
    height: 50px;
    min-width: 180px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
  }
  
  .lan-box .iconfont {
    font-size: 18px;
  }
}

.company-grid {
  display: grid;
  display: -ms-grid;
  display: -moz-grid;
  grid-template-columns: 1fr 1fr;
  -ms-grid-columns: 1fr 5px 1fr;
  gap:5px;
  grid-template-rows: auto auto;
  -ms-grid-rows: auto 5px auto;
  margin-left: 2.08vw;
}

.company-grid-item:nth-of-type(1) {
  grid-column-start: span 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}

.company-grid-item:nth-of-type(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.company-grid-item:nth-of-type(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.company-tit {
  font-size: 30px;
  color: #00447d;
}
.company-desc {
  font-size: 16px;
  line-height: 2em;
  margin-top: 20px;
}

.pro-more-left-top {
  background-color: #2148a3;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -45% -30%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 25%;
  min-height: 155px;
}

.pro-more-left-tit {
  font-size: 24px;
  font-weight: 400;
}

.pro-more-left-desc {
  font-size: 18px;
  font-weight: 400;
}

.pro-more-links-ul>li {
  flex: 1;
  overflow: hidden;
  text-align: center;
  min-height: 155px;
}

.pro-more-links-ul>li + li {
  border-top: 1px solid #dedede;
}

.pro-more-left {
  width: 260px;
}

.pro-more-right {
  width: calc(100% - 260px);
}
.pro-more-links-ul {
  display: flex;
  flex-direction: column;
  background-color: #e9edf6;
}

.pro-more-links-ul>li>a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(0,20px);
  transition: transform .3s ease;
}

.pro-right-ul>li,.swiper-pro-box .swiper-slide {
  width: 50%;
  border: 1px solid #dedede;
  min-height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px 20px 20px;
}


.pro-right-left {
  width: 58.69%;
}

.pro-right-desc {
  font-size: 16px;
  color: #999;
  line-height: 1.6em;
  margin-top: 15px;
}

.pro-right-img {
  /* max-width: 80%; */
  max-height: 100%;
}

.pro-right-tit {
  font-size: 24px;
}

.opacity .iconfont {
  font-size: 18px;
}
.pro-more-tit {
  font-size: 18px;
  font-weight: 600;
}

.pro-more-desc {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.opacity {opacity: 0;}

.hover-li:hover .opacity,.hover-li.on  .opacity{
  opacity: 1;
}

.hover-li:hover,.hover-li.on {
  background-color: #033c6d;
  transition: all .3s ease;
}

.hover-li:hover>a,.hover-li.on>a{
  transform: translate(0,0);
  color: #fff;
}

.contact-top {
  background-color: #f2f5f8;
}

.contact-tit {
  font-size: 30px;
  font-weight: 600;
}

.contact-line {
  display: inline-flex;
  width: 50px;
  height: 4px;
  background-color: #00447d;
  border-radius: 4px;
}

.el-contact-row {margin-top: 20px;}
.contact-vice-tit {
  font-size: 18px;
  font-weight: 600;
}
.contact-info-dl {
  margin-top: 25px;
}
.contact-info-dl>dt {
  width: 40px;
  position: relative;
}
.contact-info-dl>dd {
  padding-left: 10px;
}
.contact-info-dl>dt::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #d7d8d9;
  top: 50%;
  transform: translate(0,-50%);
  position: absolute;
  right: 0;
}
.contact-info-dl .iconfont {
  font-size: 24px;
  color: #00447d;
}

.contact-text {
  font-size: 16px;
  color: #999999;
}

.contact-data {
  font-size: 16px;
  margin-top: 5px;
}

.contact-top-right {
  width: 58.46%;
}

.map-iframe {
  width: 100%;
  height: 400px;
}

.contact-bleft {
  width: 40%;
}

.contact-bright {
  width: 55.84%;
}

.contact-desc {
  font-size: 16px;
  color: #666666;
}

.el-input-box {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 0 15px;
}

.el-val {
  height: 50px;
  width: 100%;
  flex: 1;
  font-size: 16px;
  color: #333;
}

.el-with {
  width: 47.5%;
}

.el-text {
  height: 100px;
  padding: 15px 0;
  resize: none;
}

.el-contact-btn{
  display: inline-flex;
  width: 170px;
  height: 57px;
  background-color: #145487;
  border-radius: 999px;
  color: #fff;
  font-size: 22px;
  justify-content: center;
  align-items: center;
}
.agent-condition {
  background-color: #f2f6f8;
}
.agent-tit {
  font-size: 32px;
  color: #00457d;
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
}
.agent-tit::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #00457d;
  border-radius: 999px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
}

.condition-ul > li {
  width: 26.15%;
  text-align: center;
}

.condition-tit {
  font-size: 22px;
  font-weight: 600;
}

.condition-desc {
  line-height: 1.6em;
}

.policy-left{
  width: 49.23%;
}

.policy-right{
  width: 48.07%;
}
.policy-icon {
  width: 20px;
  height: 20px;
  background: url(../img/gx.png) no-repeat center;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}
.policy-ul>li {
  font-size: 16px;
  line-height: 1.6em;
  padding: 20px 0;
  border-bottom: 1px dashed #d9d9d9;
}

.author-circle {
  width: 95px;
  height: 95px;
  background-color: rgba(255, 255, 255, .14);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.author-ul>li {
  width: 31.92%;
  margin-left: 2.11%;
  padding: 1.56vw;
  background-color: rgba(255, 255, 255, .14);
  text-align: center;
}

.author-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.author-bott {
  font-size: 16px;
  line-height: 2em;
  padding-top: 10px;
  text-align:left;
}
@media (min-width:1920px) {
  .author-ul>li {
    padding: 30px;
  }
  .service-code-info {
    padding-bottom: 40px;
  }

  .company-grid {
    margin-left: 40px;
  }
}

.tr {text-align: right;}
.hide-pc {display: none;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1; 
}
.line2 {
  -webkit-line-clamp: 2;
}
.line3 {
  -webkit-line-clamp: 3;
}
.line4 {
  -webkit-line-clamp: 4;
}
.line5 {
  -webkit-line-clamp: 5;
}
.line6 {
  -webkit-line-clamp: 6;
}

.col-000 {
  color: #000;
}
.col-333 {
  color: #333;
}
.col-666 {
  color: #666;
}
.col-999 {
  color: #999;
}
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.col-fff {
  color: #fff;
}
.col-fff::after {
  background-color: #fff;
}
.col-fff a{
  color: #fff;
}
.col-fb {
  color: #FBFBFD;
}
.bgfff {
  background-color: #fff;
}
.theme {color: #00447d;}
