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

@charset "utf-8";
/* usually */
html{ color: #333;font-family:Microsoft YaHei,Arial,sans-serif,'Times New Roman', Times, serif;font-size: 14px;}
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a,:before,:after,table{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;}.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-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%;}
/*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;}

.pages {
  padding: 50px 0;
}
.pages li {
  display: inline-block;
  color: #41a884;
  font-size: 16px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #FFFFFF;
  margin-right: 0.5%;
  border-radius: 50%;
  text-align: center;
}
.pages-select {
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat right center;
  /* background-size: auto 100%; */
  padding-right: 16px;
  border:none;
  outline: none;
  color: #999;
  font-size: 16px;
}

.pages li .iconfont:before {font-size: 18px;}
.pages li.thisclass {
  color: #fff;
  background-color: #19a29b;
}
.pages li.thisclass a {
  color: #fff;
}
.pages li a {
  color: #41a884;
}
input[type="text"],textarea,button,input[type="number"],input[type="password"] {
  border: none;
  outline: none;
  background-color: transparent;
}
input[type="text"] {
  -webkit-appearance: none;
}
/* ::-webkit-input-placeholder{}
:-moz-placeholder{}
::-moz-placeholder{}
:-ms-input-placeholder{}  */

.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;
}
.flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.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;
}
.hot-pro-sell {
  margin-top: 7%;
}
.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%);
}

.menu {
  display: none;
  margin-left: 6px;
}
.hide-pc {display: none;}
.menu i {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #41a884;
  margin-top:6px;
  -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(42.5deg);
      -ms-transform: rotate(42.5deg);
          transform: rotate(42.5deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

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

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

.menu,.mobile-img {
  display: none;
}

.center-box {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.center-box1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
[class*=btn] {cursor: pointer;}

.marks {position: fixed;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);left: 0;top: 0;z-index: 999;}
.head-top {background-color: #f8f8f8;border-bottom: 1px solid #e8e8e8;line-height: 38px;}
.head-return {width: 170px;background-color: #1b5a7b;height: 38px;display: inline-block;color: #fff;text-align: center;}
.cart-btn {background-color: #fe0000;width: 200px;height: 38px;display: inline-block;color: #fff;text-align: center;}
.login-btn1 {padding: 0 15px;}
/* .gx {
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
  background: transparent;
  border: none;
  outline: none;
}
.gx:checked::after {
  background: #41a884 url(../img/gx.png) no-repeat 0px 0px;
  background-size: 100%;
  border: 1px solid #41a884;
}

.gx:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
} */

.normal-select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/arrow-down-fill.png) no-repeat right center;
  padding-right: 16px;
  border: none;
  outline: none;
  color: #999;
  font-size: 14px;
}

.normal-place ::-webkit-input-placeholder{font-size: 14px;color: #999;}
.normal-place :-moz-placeholder{font-size: 14px;color: #999}
.normal-place ::-moz-placeholder{font-size: 14px;color: #999}
.normal-place :-ms-input-placeholder{font-size: 14px;color: #999}
.icondown {display: inline-block;width: 0;height: 0;border-top: 6px solid #c0c0c0;border-left: 6px solid transparent;border-right: 6px solid transparent;margin-left: 6px;vertical-align: middle;position: relative;top: -1px;transition: transform .3s ease-in;}
.icondown.rotate {
  transform: rotate(180deg);
}
.drop-cont {position: absolute;z-index: 99;background-color: #fff;width: calc(100% + 114px);left: -57px;text-align: center;display: none;margin-top: 17px;}
.drop-ul>li {padding: 16px 0;color: #b6b6b6;position: relative;}


@keyframes hideIndex{
  0%{ opacity: 0; transform: translate(0, 50px) }
  100%{opacity: 1; transform: translate(0, 0) }
}

/* .swiper-banner .swiper-pagination-bullet {
  transition: all .3s ease-in;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
} */
/* .swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
  border-radius: 10px;
} */


@-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)}
}

.theme {
  color: #41a884;
}

.responsive-table::-webkit-scrollbar {
  height: 8px;
  background: #eeeeee;
}
.responsive-table::-webkit-scrollbar-thumb {
  background: #a0a0a0;
}

.head-left{
  max-width: 288px;
}
.head {position: relative;}
.head-fixed {position: fixed;width: 100%;left: 0;top: 0;z-index: 999;background-color: #fff;box-shadow: 0px 0px 3px rgb(0,0,0,.1);}
.main-pt {padding-top: 98px;}
/* .head-left {padding: 22px 0;} */
.head-nav-ul>li {padding:40px 15px 33px;margin-right: 15px;font-weight: 700;text-transform: uppercase;color: #666666;}
.head-nav-ul>li>a {color: #666;}
.head-nav-ul>li.on {border-bottom: 4px solid #1c5a7c;color: #1c5a7c;}
.head-nav-ul>li.on>a {color: #1c5a7c;}
.banner-tit{font-size: 48px;line-height: 1.4em;font-weight: 600;padding-bottom: 20px;position: relative;}
.banner-tit:after {content: "";display: block;width: 122px;height: 2px;background-color: #fff;position: absolute;left: 50%;transform: translate(-50%,0);bottom: 0;}
.banner-desc {font-size: 18px;line-height: 1.77em;padding: 0 36px;margin-top: 12px;}
.banner-word {max-width: 626px;}
.head-nav-ul>li:hover>a {color: #1c5a7c;}

.swiper-banner .swiper-pagination {width: 54px;height: 22px;line-height: 22px;background-color: rgba(0,0,0,.47);left: 50%;transform: translateX(-50%);border-radius: 16px;}
.swiper-banner .swiper-pagination-bullet {background-color: #919299;opacity: 1;}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #fff;opacity: 1;}

.nav-top {background-color: #faf8f5;padding: 28px 0;font-size: 16px;}
.nav-inner {font-weight: 600;width: 58%;}
.nav-tit {color:#1b9e9d}
.nav-line {margin: 0 18px 0 22px;color: #999999;}
.nav-time {color: #a8a4a0;margin-right: 18px;}
.nav-desc {color: #333333;}

.comp-left {width: 58%;}
.comp-right {display: flex;justify-content: flex-end;}
.vertical-r {writing-mode: vertical-rl;}
.comp-right {height: 632px;padding: 48px 0 42px 32px;width: 39.21%;}
.comp-top {font-size: 12px;color: #41a884;position: relative;}
.comp-top.vertical-r:before {content: "";display: block;width: 1px;height: 52px;background-color: #41a884;position: absolute;left:50%;transform: translate(-50%,0);top: 0;}
.comp-top.vertical-r {padding-top: 60px;}
.comp-top.hori-r {padding-left: 60px;padding-bottom: 1px;}
.comp-top:before {content: "";display: block;width: 52px;height: 1px;background-color: #41a884;position: absolute;left:0;transform: translate(0,-50%);top: 50%;}
.comp-tit {
    font-size: 36px;
    line-height: 1.6em;
}
.swiper-news-left {width: 95px;}
.swiper-news-right {height: 21px;max-width: calc(100% - 95px);}
.swiperNws {height: 100%;}
.comp-tit.vertical-r {margin-right: 10px;}
.comp-desc {
  font-size: 16px;
  color: #999;
  line-height: 2em;
}
.comp-tit.hori-r {margin-top: 15px;}
.comp-desc.hori-r {margin-top: 36px;}
.comp-desc.vertical-r {
  margin-right: 36px;
}

.comp-fixed-box {position: absolute;right: 0;top: 0;background-color: #fff;width: 33%;padding: 25px 42px 15px;z-index: 9;box-shadow: 0 0 8px rgba(0,0,0,.2);z-index: 10;transform: translate(0,-100%);}
.comp-tel {font-size: 22px;color: #008b8d;}
.comp-time {font-size: 14px;color: #000033;margin: 10px 0 8px;}
.comp-box {padding: 40px 0 82px;}
.gd-text {display: inline-block;position: relative;}

.check-more {
  font-size: 18px;
  color: #175377;
  font-weight: 600;
  position: relative;
}

.vertical-r .gd-text::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #175377;
  left:  0;
  top: 0;
  position: absolute;
}
.hori-r .gd-text:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #175377;
  left:  0;
  bottom:0;
  position: absolute;
}
.check-more.hori-r:hover .gd-text:after {
  animation-name: btn01_border_01;
  animation-duration: .36s;
  animation-timing-function: cubic-bezier(.166, .74, .49, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: .26s;
}

@keyframes btn01_border_01 {
  from {
    width:  0;
    left:  0;
  }
  100% {
    width: 100%;
    left:  0;
  }
}
@keyframes btn01_border_02 {
  from {
    height: 0;
    top:  0;
  }
  100% {
    height: 100%;
    top:  0;
  }
}

.check-more.vertical-r:hover .gd-text:after {
  animation-name: btn01_border_02;
  animation-duration: .36s;
  animation-timing-function: cubic-bezier(.166, .74, .49, 1);
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: .26s;
}

.check-more:not(.no-circle)::before, .check-more:not(.no-circle)::after{
  content: "";
  display: block;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -52.5px;
  position:absolute;
  transition: .16s cubic-bezier(.166, .74, .49, 1);
}

.check-more.hori-r::before,.check-more.hori-r::after{
  margin-left: 0;
  margin-top: -52.5px;
}
.check-more::before {
  background-color: #daf4ff;
}
.check-more:hover::before {
  transform: scale(0);
}
.gd-box1 {margin-top: 48px;}
.comp-desc1 {max-width: 1072px;}
.business {padding: 88px 0;background-color: #faf8f5;}
.business-ul {margin-top: 68px;}
.business-ul>li {
  width: 32.85%;
  padding-top: 20%;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  position: relative;
  margin-left: 0.70%;
  text-align: center;
}
.business-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}

.busi-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-style: preserve-3d;
  background-color: #fff;
}

.busi-inner-box {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: inherit;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.busi-inner:hover{
  z-index: 20;
}

.busi-inner:hover .busi-inner-box {
  box-shadow: 0 0 25px rgb(0 0 0 / 25%);
}

.busi-inner-top,.busi-inner-bott {
  transform-style: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.busi-inner-top:before,.busi-inner-top:after,.busi-inner-bott:before,.busi-inner-bott:after {
  background-color: rgba(65, 168, 132, 0.5);
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.busi-inner-top:before{
  width: 0px;
  height: 1px;
  right: 16px;
  bottom: 16px;
}
.busi-inner-top::after {
  width: 0px;
  height: 1px;
  top: 16px;
  left: 16px;
}
.busi-inner-bott:before {
  width: 1px;
  height: 0px;
  top: 16px;
  right: 16px;
}
.busi-inner-bott:after {
  width: 1px;
  height: 0px;
  left: 16px;
  bottom: 16px;
}

.busi-inner:hover .busi-inner-bott:before {
  height: calc(100% - 32px);
}
.busi-inner:hover .busi-inner-bott:after {
  height: calc(100% - 32px);
}
.busi-inner:hover .busi-inner-top:after {
    width: calc(100% - 32px);
}
.busi-inner:hover .busi-inner-top:before {
  width: calc(100% - 32px);
}
.busi-inner:hover .busi-tit {color: #1e5979;}
.busi-inner:hover .busi-vice {color: #1e5979;}
.pic-box {padding-bottom: 78px;}
.swiper-goods {margin-top: 40px;}
.busi-top {flex: 1;display: flex;justify-content: center;align-items: center;}
.busi-bott {height: 88px;}
.swiper-goods-bott {font-size: 18px;font-weight: 600;padding-top: 20px;text-align: center;}
.shop {background-color: #ebf9ff;padding: 128px 0;}
.shop-show {
  font-size: 18px;
  line-height: 1.72em;
  color: #666666;
}
.shop-show p + p {margin-top: 20px;}
.comp-vice.hori-r {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8em;
  max-width: 398px;
  margin-top: 20px;
}
.shop-left {width: 50%;}
.shop-right {width: 50%;}
.news-ul>li{width: 33.33%;padding-right: 15px;}
.goods {background-color: #faf8f5;padding: 128px 0 88px;}

.swiper-button-prev.swiper-button-disabled,.swiper-goods-next.swiper-button-disabled {pointer-events: all;color: #d6d4d1;opacity: 1;border-color: #d6d4d1;}
.swiper-goods-prev,.swiper-goods-next {margin: 0;position: static;width: 35px;height: 35px;border-radius: 50%;border: 2px solid #1e9f9e;color: #1e9f9e;font-weight: 600;}
.swiper-goods-prev::after,.swiper-goods-next::after {
  font-size: 20px;
}
.swiper-goods-next {margin-left: 32px;}
.swiper-goods-button {padding-top: 47px;}
.news-b-ul>li {width: 37.83%;margin-left: 3.7%;}
.news-b-ul>li:nth-of-type(1) {margin-left: 0;}
.news-b-ul>li:nth-of-type(2) {margin-top: 88px;}
.news-b-left {width: 50%;}
.news-b-right {width: 50%;padding-top: 88px;}
.news-box {padding: 68px 0 80px;}
.news-r-ul>li:first-child {border-top: 1px solid #e9e4e0;}
.news-r-ul>li {padding: 42px 0;border-bottom: 1px solid #e9e4e0;}
.news-r-ul {margin-top: 32px;}
.news-r-bj {width: 126px;height: 18px;line-height: 18px;background-color: #daf4ff;border-radius: 8px;text-align: center;font-size: 12px;color: #333839;}
.news-r-time {font-size: 15px;color: #9c9c9c;margin-left: 18px;}
.news-r-desc {font-size: 16px;color: #333333;margin-top: 15px;}
.footer {background-color: #f2f0ec;padding: 108px 0 118px;}
.footer-top {padding-bottom: 30px;border-bottom: 1px solid #d4d4d4;}
.comp-add {margin-top: 16px;line-height: 1.8em;font-size: 16px;}
.footer-mid {padding: 40px 0;}
.footer-rul>li {padding: 0  32px 0 15px;}
.footer-rul a:hover {color: #1c5a7c;}
.f-links-box {padding-left: 14px;border-left: 1px solid #ddd6cf;}
.footer-r-links {display: block;margin-top: 15px;color: #999;font-size: 12px;}
.footer-bott {padding-top: 15px;border-top: 1px solid #a0a0a0;}
.fb-left {font-size: 12px;color: #666666;}
.fb-right,.fb-right a {color: #666;}
.banner-list-word {position: absolute;top: 60%;left: 0;width: 100%;}
.banner-list-tit {font-size: 48px;color: #fff;text-shadow: 0px 0px 8px rgba(0,0,0,.55);}
.nav-posi {font-size: 15px;color: #333333;}
.nav-posi a {color: #b4b0ac;}
.comp1-box {margin-top: 68px;}
.comp-out-left {position: absolute;width: 57%;left: 0;top: 0;height: 100%;}
.comp1-left {width: calc(100% - calc(43vw - calc(50vw - 50%)));padding-right: 66px;position: relative;}
.comp1-right {width: calc(43vw - calc(50vw - 50%));}
.intel-ul>li {width: 25%;}
.comp-top1:before {width: 96px;}
.intelligence {
  padding: 77px 0 98px;
}
.comp-desc2 {color: #666;}
.comp-desc2 p + p{margin-top: 20px;}
.comp-out-right {
  position: absolute;
  width: 43%;
  right:  0;
  top: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.busi-tit {font-size: 30px;color: #000;}
.busi-vice {font-size: 18px;color: #666;}
.intel-ul {
  margin-top: 66px;
}
.intel-tit {font-size: 16px;font-weight: 600;margin-bottom: 20px;}
.intel-links {font-size: 16px;color: #666666;line-height: 2em;display: block;}
.map-box {height: 370px;margin-top: 36px;}
.map-iframe {width: 100%;height: 100%;}
.md-left {width: 108px;padding: 15px;}
.md-right {flex: 1;}
.md-lbj {width: 80px;height: 80px;background-color: #faf8f5;display: flex;justify-content: center;align-items: center;transform-style: preserve-3d;}
/* .md-lbj:hover {box-shadow: 0 0 8px rgb(0 0 0 / 25%);} */
.maodian-ul>li {width: 29.14%;margin-left: 6.28%;border-bottom: 1px solid #e9e4e0;border-top: 1px solid #e9e4e0;padding: 24px 0;}
.maodian-ul>li:nth-of-type(3n+1) {margin-left: 0;}
.maodian-ul>li:hover .md-text{color: #1e5979;}
.maodian {padding-bottom: 88px;}
.md-right {font-size: 24px;}
.md-text>strong {color: #41a884;} 
.md-text>small {font-size: 14px;}
.md-img {max-width: 48px;}
.md-c-gln {font-size: 64px;color: #41a884;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif}
.md-c-grd {font-size: 30px;}
.md-c-grt {font-size: 16px;color: #41a884;}
.md-c-right {width: 50%;}
.md-c-left {width: 48%;}
.md-cont-ul>li {padding: 88px 0;}
.md-cont-ul>li:nth-of-type(2n) .md-c-right {padding-right: 40px;}
.md-cont-ul>li:nth-of-type(2n+1) .md-c-right {padding-left: 40px;}
.md-cont-ul>li:nth-of-type(2n+1) {background-color: #faf8f5;}
.md-cont-ul>li:nth-of-type(2n) .md-cont-inner:nth-of-type(2n+1){flex-direction: row-reverse;}
.md-cont-ul>li:nth-of-type(2n) .md-cont-inner:nth-of-type(2n) {flex-direction: row;}
.md-cont-inner + .md-cont-inner {margin-top: 40px;}
.md-cont-ul>li:nth-of-type(2n) .md-cont-inner:nth-of-type(2n) .md-c-right{padding-right: 0;padding-left: 40px;}
/* .md-cont-ul>li:nth-of-type(2n+1) .md-cont-inner:nth-of-type(2n+1){flex-direction: row;}
.md-cont-ul>li:nth-of-type(2n+1) .md-cont-inner:nth-of-type(2){flex-direction: row-reverse;} */
.md-c-desc {font-size: 16px;color: #666;line-height: 1.5em;}
.md-c-desc strong {color: #333;}
.md-c-desc p {margin-top: 26px;}
.md-c-group {margin-bottom: 10px;}
.serv-btn {display: inline-block;width: 210px;height: 58px;line-height: 58px;border: 1px solid #41a884;border-radius: 28px;text-align: center;font-size: 24px;color: #41a884;margin-top: 40px;transition: all .3s ease-in;}
.serv-btn:hover {background-color: #41a884;color: #fff;text-decoration: underline;}
.dm-bott {height: 42px;display: flex;justify-content: center;align-items: center;color: #1c5a7b;text-align: center;}
.dm-top {flex: 1;display: flex;justify-content: center;align-items: center;}
.dm-img {max-width: 90%;}
.dm-pic {margin-top: 46px;}
.dm-pic>li {padding: 0 40px;display: flex;flex-direction: column;align-items: center;}
.ques-left {width: 28px;height: 28px;border-radius: 4px;border: 1px solid #1c5a7b;text-align: center;line-height: 2em;color: #1c5a7b;display: inline-block;text-transform: uppercase;}
.ques-left.on {background-color: #1c5a7b;color: #fff;}
.ques-right {line-height: 2em;padding-left: 14px;max-width: calc(100% - 28px);}
.ques-tit {color: #1c5a7b;}
.ques-ans {color: #484848;}
.ques-ul>li {padding: 30px 0;border-bottom: 1px solid #e3e3e3;}
.inner-group-tit {font-size: 25px;color: #333366;}
.advace-ul>li {width: 29.14%;margin-left: 6.28%;background-color: #ffff;border-radius: 8px;box-shadow: 0px 0px 8px rgba(0,0,0,.27);padding: 34px 12px 59px;text-align: center;}
.advace-ul {margin-top: 32px;}
.advace-ul>li:nth-of-type(3n+1) {margin-left: 0;}
.adv-top .iconfont {display: inline-block;width: 65px;height: 65px;border-radius: 50%;border: 1px solid #205d7d;text-align: center;line-height: 65px;color: #205d7d;}
.adv-top .iconfont:before {font-size: 28px;}
.adv-tit {font-size: 18px;color: #1c5a7b;margin: 16px 0;}
.adv-desc {color: #666;line-height: 1.57em;}
.inner-group {padding-top: 40px;}
.k-tit {font-size: 33px;color: #1a9f9c;padding-left: 18px;border-left: 6px solid #1a9f9c;}
.k-vice {font-size: 24px;padding-left: 18px;font-weight: 600;}
.k-desc {font-size: 18px;color: #666;line-height: 1.722em;font-weight: 300;padding: 10px 0 20px;}
.k-desc p {margin: 25px 0;}
.img-group {font-size: 0;line-height: 1;}
.img-g {width: 32.85%;margin-left: 0.70%;}
.img-g:nth-of-type(3n+1) {margin-left: 0;}
.comp2-box {padding-bottom: 108px;}
.news-w-box {background-color: #faf8f5;padding-top: 64px;}
.news-w-ul>li {padding: 42px 0;border-bottom: 1px solid #e9e4e0;}
.news-w-left {width: 75%;}
.news-w-right {width: 17.14%;}
.w-slogan {width: 120px;height: 23px;line-height: 23px;background-color: #d2f2f0;text-align: center;border-radius: 28px;font-size: 14px;color: #18a19a;margin-right: 15px;}
.w-tit {font-size: 16px;color: #969594;}
.news-w-bott {font-size: 20px;font-weight: 300;margin-top: 12px;}
.hover-desc li:hover [class*=desc] {
  color: #1c5a7c;
}
.news-wr-item {padding: 42px 0 76px;}
.news-wr-item + .news-wr-item {border-top: 1px solid #e9e4e0;}
.news-wr-tit {font-size: 20px;}
.cate-ul>li {font-size: 14px;margin-top: 15px;}
.cate-ul>li:hover a{color: #18a19a;}
.news-w-pd {padding: 1px 30px;}
.news-m-top {padding:42px 0 32px;}
.news-m-tit {font-size: 20px;color: #000;}
.news-m-bott {font-size: 16px;color: #666;line-height: 1.5em;word-break: break-all;}
.news-m-bott p {margin: 25px 0;}
.prev-next-box {padding: 46px 0;border-top: 1px solid #e5e1dd;border-bottom: 1px solid #e5e1dd;}
.pn-links {margin-top: 12px;color: #4d4c4c;}
.pn-links a {color: #4d4c4c;}
.prev-next {width: 50%;}
.pn-links a:hover {color: #18a19a;}
.resume-table {width: 100%;border-collapse: collapse;font-size: 14px;color: #6d6d6d;}
.resume-table th,.resume-table td {padding: 22px 12px;font-weight: 400;}
.resume-table tr {border-bottom: 1px solid #ebeef5;}
.resume-table tr:first-child {border-bottom: #ccc9cc;}
.resume-table th {background-color: #eae8eb;color: #000;font-size: 16px;}
.resume-tab td{font-weight: 700;text-align: center;}
.resume-tab.on td {color: #1c5a7b;}
.resume-tit {font-size: 16px;margin-bottom: 15px;color: #000;}
.resum-show {line-height: 2.21em;}
.resume-item {padding: 15px 0;}
.resume-btn {display: inline-block;width: 295px;height: 40px;line-height: 40px;background-color: #136bfd;border-radius: 4px;text-align: center;color: #fff;}
.resume-cont {display: none;}
.resume-btn:hover {text-decoration: underline;}
.minus-icon {display: inline-block;width: 23px;height: 23px;line-height: 23px;border: 2px solid #060606;border-radius: 50%;position: relative;transition: all .3s ease-in;cursor: pointer;}
.minus-icon:after,.minus-icon:before {display: block;content: "";width: 12px;height: 2px;background-color: #060606;position: absolute;transform: translate(-50%,-50%);left: 50%;top: 50%;transform-origin: center center;}
.minus-icon:before {width: 2px;height: 12px;visibility: hidden;opacity: 0;transition: all .3s ease-in;}
.plus-icon:before {visibility: visible;opacity: 1;}
.minus-icon.plus-icon {transform: rotate(90deg) ;}
.resume-box {padding-bottom: 98px;}
.map-box1 {height: 600px;}
.cont-box {padding-top: 40px;}
.cont-Tit {font-size: 36px;text-align: center;}
.cont-Tit>span {padding-bottom: 15px;display: inline-block;border-bottom: 1px solid #e9e7e6;}
.cont-itit {font-size: 18px;}
.cont-itit>span {font-weight: 400;}
.cont-info {background-color: #faf8f5;padding: 40px 60px;margin: 20px 0 26px;}
.comp-time1 {margin-top: 0;}
.login-box {background-repeat: no-repeat;background-position: center;background-size: cover;}
.login-inner {width: 94%;max-width: 543px;background-color: #fff;padding: 50px;}
.login-top {border-bottom: 1px solid #979797;padding-bottom: 18px;}
.login-tit {font-size: 25px;color: #094d72;}
.login-btn {color: #666;font-size: 16px;}
.tel-select {
  color: #757575;
  -webkit-appearance: none;
  appearance:none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
  width: 80px;
  background-color: transparent;
  text-align: center;
  border-right: 1px solid #ddd;
  height: 100%;
  background: url(../img/arrow-down-fill.png) no-repeat 90% center;
}
.el-input-val {width: 100%;flex: 1;padding: 0 18px;font-size: 14px;color: #3c3c3c;}
.box-bj {background-color: #f0f0f0;}
.login-bott {padding-top: 30px;}
.el-login-row {margin-top: 20px;}
.el-input-box {height: 40px;line-height: 40px;}
.input-border {border: 1px solid #dddddd;}
.el-btn {width: 152px;display: inline-block;height: 100%;margin-left: 15px;}
.normal-place ::-webkit-input-placeholder{font-size: 14px;color: #666;}
.normal-place :-moz-placeholder{font-size: 14px;color: #666;}
.normal-place ::-moz-placeholder{font-size: 14px;color: #666;}
.normal-place :-ms-input-placeholder{font-size: 14px;color: #666;} 
.sub-btn {width: 100%;display: block;height: 50px;line-height: 50px;background-color: #094d72;color: #fff;font-size: 20px;text-align: center;font-weight: 600;font-size: 16px;}
.head-m-search {height: 40px;line-height: 40px;width: 412px;}
.head-bott {padding: 20px 0;}
.hms-btn {height: 40px;line-height: 40px;background-color: #1b5a79;text-align: center;display: inline-block;width: 88px;color: #fff;}
.head-m-search .hms-input {width: 100%;flex: 1;border: 1px solid #e4e8eb;padding:  0 15px;}
.icon-dianhua4:before {font-size: 38px;color: #a1a1a1;}
.icon-dianhua4 {margin-right: 8px;}
.tel-text{color: #666666;font-size: 16px;text-transform: uppercase;}
.tel-nm {font-size: 19px;color: #ef2c34;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}

.swiper-banner1 .swiper-pagination-bullet {background-color: #fff;opacity: 1;width: 16px;height: 16px;opacity: 1;}
.swiper-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active {background-color: #1a597c;opacity: 1;}
.ms-top {padding-top: 40px;border-bottom: 1px solid #bfbfbf;}
.ms-Tit {font-size: 19px;color: #1b5a7b;padding-bottom: 5px;position: relative;}
.ms-Tit:after {position: absolute;width: 100%;content: "";height: 4px;background-color: #1a597c;bottom: 0;left: 0;}
.main-pt1 {padding-top: 135px;}
.ms-r-links {font-size: 18px;color: #1c587a;}
.ms-r-links .iconfont {display: inline-block;width: 16px;height: 16px;line-height: 16px;text-align: center;background-color: #1c5b7e;border-radius: 50%;color: #fff;}
.ms-goods-ul>li {width: 24.33%;margin-left: 0.89%;margin-top: 28px;background-color: #f9f9f9;}
.ms-gbott {padding:0 12px 18px;}
.ms-goods-ul>li:nth-of-type(4n+1) {margin-left: 0;}
.ms-tit {font-size: 18px;color: #346884;text-align: center;padding: 20px 0 8px;}
.ms-desc {font-size: 12px;color: #999;text-align: center;max-width: 80%;margin: 0 auto;line-height: 1.5em;}
.col-jf {font-size: 12px;}
.ms-d-btn {width: 110px;height: 26px;line-height: 26px;background-color: #1b5a7b;border-radius: 16px;text-align: center;color: #fff;font-size: 12px;}
.ms-ch .iconfont {color: #19a29b;cursor: pointer;}
.ms-ch .iconfont:before {font-size: 24px;}
.footer1 {background-color: #f1faff;padding-top: 24px;border-top: 5px solid #1b5a7b;}
.footer1-bott {padding-bottom: 25px;}
.footer-binfo {font-size: 12px;color: #666;padding: 16px 0;border-top: 1px solid #a0a0a0;}
.ms-pnum {font-size: 24px;}
.col-red {color: #fe0000;}
.ms-gtop {position: relative;}
.ms-gtop .icon-arrowdown {display: inline-block;width: 28px;height: 28px;background-color: #19a29a;color: #fff;border: 1px solid #fff;text-align: center;line-height: 28px;border-radius: 50%;position: absolute;left: 50%;transform: translate(-50%,50%);bottom: 0;}
.mr0 {margin: 0;}
.main-box1 {padding-bottom: 42px;}
.footer1-info-left {padding-right: 40px;}
.ms-tab-box {margin: 27px 0 22px;}
.zw:before {content: "";}
.footer-logo1 {max-width: 234px;}
.ms-tab-dl {padding: 20px ;box-shadow: 0px 0px 4px rgba(0,0,0,.2);border-radius: 4px;}
.ms-tab-dl>dt {width: 68px;line-height: 30px;}
.ms-tab-dl>dd {width: 100%;max-width: calc(100% - 68px);}
.tab-flag {min-width: 70px;height: 30px;line-height: 30px;border-radius: 4px;border: 1px solid #d4d4d4;margin-right: 20px;margin-bottom: 12px;display: inline-block;text-align: center;padding: 0 15px;}
.tab-flag.on {background-color: #1b5a7b;color: #fff;border-color: #1b5a79;}
.ms-goods-pd {padding: 0 20px 40px;}
.sort-group {display: inline-flex;flex-direction: column;align-items: center;}
.sort-icon {display: inline-block;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;margin: 1px 0;cursor: pointer;}
.sort-up {border-bottom: 5px solid #bebebc;}
.sort-up.on {border-bottom-color: #1c5976;}
.sort-down {border-top: 5px solid #bebebc;}
.sort-down.on {border-top-color: #1c5976;}
.sort {padding-top: 28px;}
.cart-inner {padding: 50px 18px 60px 30px;}
.cartd-left {
  width: 50.8%;
  user-select: none;
}
.cartd-right {
  width: 49.2%;
  padding-top: 10px;
}
.swiper-dd-next {
  right: -25px;
  transform: translate(100%,0);
}
.cartd-left-inner {
    width: 415px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-dd-prev {
  left: -25px;
  transform: translate(-100%,0);
}

.swiper-dd-prev, .swiper-dd-next {
  color: #d1d1d1;
}
.cartd-rtit {font-size: 35px;color: #346884;}
.cartd-pri {
  font-size: 32px;
  background-color: #fafafa;
  padding: 30px;
  margin-top: 20px;
  color: #fe0000;
}
.cartd-desc {font-size: 12px;color: #999999;line-height: 1.66em;margin: 20px 0;}
.cartd-dl>dt {
  width: 30px;
  line-height: 36px;
}
.user-r-bott {padding-bottom: 52px;}
.cart-add-box {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #e4eaec;
  width: 150px;
}

.char-btn {
  width: 42px;
  height: 36px;
  line-height: 36px;
  background-color: #e4eaec;
  text-align: center;
  color: #555555;
  font-size: 16px;
  user-select: none;
}

.char-num {
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #555;
  font-size: 16px;
  width: 100%;
}
.cartd-pri>small {font-size: 20px;}
.br4 {border-radius: 4px;}
.block {
  display: block;
  width: 100%;
}
.add-cart-btn {width: 100%;height: 50px;line-height: 50px;border-radius: 4px;font-size: 18px;color: #fff;font-weight: 600;display: block;text-align: center;margin-top: 18px;}
.add-cart-btn.add {background-color: #5d81e2;}
.add-cart-btn.buy {background-color: #fe0000;}
.add-cart-btn .iconfont::before {font-size: 24px;}
.cart-btn-box {padding-top: 20px;}
.ms-goods-ul1>li {width: 100%;}
.ms-goods-ul1>li:first-child {margin-top: 0;}
.swiperThumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #ff0000;
}
.swiperThumbs .swiper-slide {
  border: 1px solid transparent;
}

.swiperThumbs .swiper-slide {
  max-width: 61px;
}
.main-show1 {
  padding: 30px 20px 45px;
}
.car-ms-pd {
  padding: 30px 20px 27px;
}
.cart-main-show {
  margin: 30px 0 77px;
}
.cart-ms-left {
  width: 70%;
}
.cart-ms-right {
  width: 28%;
}
.nav-posit {padding: 20px 0;}
.border {
  border: 1px solid #dbdbdb;
}
.cart-ms-tit>span {
  display: inline-block;
  padding: 15px 12px;
}
.cart-ms-tit>span {
  border-bottom: 2px solid #333333;
}
.cart-ms-tit {
  border-bottom: 1px solid #dbdbdb;
  background: linear-gradient(#f9f9f9,#ededee);
  font-size: 16px;
  padding-left: 20px;
}

.card-d-pd {
  padding: 0 20px 60px;
  margin-bottom: 54px;
}

.card-d-tit {
  font-weight: 400;
  font-size: 20px;
  padding: 20px 0;
}

.card-d-payinfo {
  padding: 20px 12px;
}

.el-card-dl>dt {
  text-align: right;
  line-height: 40px;
  white-space: nowrap;
  padding: 0 12px;
}

.el-card-box {
  height: 40px;
  line-height: 40px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  padding: 0 12px;
}
.card-el-row + .card-el-row{margin-top: 20px;}
.card-bg {
  background-color: #f5f5f5;
  padding: 15px 20px;
  font-size: 16px;
  color: #666;
}
.order-table th {
  background-color: #f0f0f0;
  font-weight: 600;
}
.order-table th,.order-table td  {
  padding: 12px 15px;
}

.cart-group-td {
  width: 560px;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.price {color: #fe0000;}
.order-table {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 16px;
}
.order-table tr + tr {border-top: 1px solid #e0e0e0;}
.change-box {padding: 22px 0;border-top: 1px solid #dadada;border-bottom: 1px solid #dadada;margin: 30px 0;font-size: 16px;}
.ver-mid {display: inline-block;vertical-align: middle;position: relative;top: -1px;}
.el-card-dl>dd {width: 100%;flex: 1;}
.el-cell-2 {width: 50%;}
.c-price {font-size: 21px;color: #1c5c82;margin-left: 32px;}
.c-bold {font-size: 16px;color: #1c5c82;margin-left: 10px;}
.ct-btn {display: inline-block;width: 90px;height: 33px;line-height: 33px;border: 1px solid #ad9300;background-color: #eecc09;border-radius: 4px;font-size: 16px;text-align: center;color: #fff;margin-left: 40px;}
.com-btn {display: inline-block;width: 180px;height: 40px;line-height: 40px;background-color: #1b5a7b;color: #fff;text-align: center;font-size: 18px;color: #ffff;}
.user-l-tit {padding:20px;font-size: 18px;font-weight: 400;}
.user-l-list {padding: 0 20px 42px;}
.user-l-list>li {padding: 20px 0;border-bottom: 1px solid #f1f1f1;}
.user-l-list>li:hover a {color: #237ae1;}
.user-l-list>li.on a {color: #237ae1;}
.usr-rb-bj {background-color: #eaf4ff;}
.user-rb-top {padding: 20px 0;}
.main-l-pd {padding: 0 20px;}
.user-rb-tit {font-size: 16px;font-weight: 400;position: relative;}
.user-rb-tit:before {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background-color: #237ae1;
  top: 50%;
  transform: translate(0,-50%);
  left: -20px;
  position: absolute;
}

.uc-card-table {
  width: 100%;
  border-collapse: collapse;
  word-break: break-all;
}

.uc-ic-tit {font-size: 18px;}
.uc-card-table tr + tr{
  border: 1px solid #dddddd;
}
.uc-card-table th {
  background-color: #f0f0f0;
  padding: 12px;
  font-weight: 400;
  text-align: left;
}
.uc-calc-info {
  margin-top: 30px;
  background-color: #e5e5e5;
  padding: 0 0 0 15px;
  color: #999999;
  font-size: 16px;
}
.uc-card-table td {
  padding: 15px 12px;
}

.shop-btn {
  display: inline-block;
  width: 156px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-left: 15px;
}

.shop-continue {background-color: #1b5a7b;}
.shop-pay {background-color: #18a19a;}

.gx {vertical-align: middle;display: inline-block;position: relative;}
.uc-td-gx {
  vertical-align: top;
  padding-right: 0!important;
}
.pay-s-dl{
    font-size: 16px;
}

.user-center {
  margin: 28px 0 60px;
}

.user-left {
  width: 260px;
}

.user-right {
  max-width: calc(100% - 280px);
  width: 100%;
  min-height: 545px;
}
.comp-m-price {font-size: 24px;color: #fe0000;}
.order-tab-ul>li {padding: 16px 20px;font-size: 16px;color: #333333;position: relative;}
.order-tab-ul>li::after {content: "";display: block;width: 1px;height: 10px;top: 50%;transform: translate(0,-50%);background-color: #d6d6d6;left: 0;position: absolute;}
.order-tab-ul>li:first-child:after {display: none;}
.order-tab-ul>li.on {border-bottom: 2px solid #0070ba;}
.order-tab-ul>li.on:before {content: "";display: block;width: 0;height: 0;border-top: 6px solid #0070ba;border-left: 4px solid transparent;border-right: 4px solid transparent;position: absolute;transform: translate(-50%,100%);left: 50%;bottom: -1px;}
.order-tab-ul {border-bottom: 1px solid #d6d6d6;}
.uc-iu-top {
  padding: 15px 0;
  background-color: #f0f0f0;
  color: #999999;
}
.uc-ic-pd {
  padding: 0 20px;
}
.uc-inner-list>li {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  margin-top: 30px;
}

.uc-inner-item:first-child {
  display: block;
}
.uc-i-btn {
  display: inline-block;
  width: 98px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #999999;
  border-radius: 28px;
  text-align: center;
  color: #999;
}

.go-pay.uc-i-btn {
  background-color: #ff9900;
  color: #fff;
  border-color: #ff9900;
}

.uc-iu-bott {
  padding: 6px 0;
}
.el-home-row {padding: 25px 0;}
.home-dl>dt {width: 156px;text-align: right;color: #6a6a6a;}
.d-links {text-decoration: underline;margin-left: 30px;}
.uc-inner-item {
  display: none;
}
.code-btn {display: inline-block;width: 170px;height: 40px;line-height: 40px;background-color: #237ae1;text-align: center;color: #fff;border-radius: 4px;margin-left: 15px;}
.el-card-box1 {width: 242px;}
.home-dl {line-height: 40px;}
.comfirm-btn {display: inline-block;width: 205px;height: 50px;line-height: 50px;border-radius: 28px;background-color: #094d72;text-align: center;color: #fff;margin-right: 30px;}
.el-home-row +  .el-home-row{border-top: 1px dashed #e4e8ea;}
.el-bt {background: url(../img/conf.jpg) repeat-x left top;margin-top: 40px;}
.noborder {border: none;}
.wait {
  color: #ff9900;
}
.uc-ic-box {
  padding-left: 15px;
}
.uc-iu-left {
  width: 32%;
}
.uc-iu-mid  {
  width: 38%;
}
.uc-ic-img {max-width: 88px;}
.uc-ic-left {
  width: 33%;
}
.record-ul>li {padding: 14px 0;border-bottom: 1px solid #d2d2d2;}
.jf-flag {margin-left: 15px;}
.go-oper {background-color: #357b1b;color: #fff;border-color: #357b1b;}
.finished {color: #00cc99;}
.theme1 {color: #237ae1;}
.mr40 {margin-right: 40px;}
.with100 {width: 100%;}
.tc {text-align: center;}
.tr {text-align: right;}
.ti1 {text-indent: 1em;}
.col-blue {color: #007ecb;}
.uc-inner-list>li br {display: none;}
.webkit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line2 {
  -webkit-line-clamp: 2;
}
.col-aeaeae {color: #aeaeae;}
.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;
}
.bgfff {
  background-color: #fff;
}
