/*
* 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:"Times New Roman",Microsoft YaHei,Arial,sans-serif;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
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-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;}
.rel{position:relative;}.abs{position:absolute;}
.img-responsive{max-width: 100%; height: auto; display: block;}
.ellipsis{-o-text-overflow: ellipsis;text-overflow: ellipsis; overflow: hidden; display: block; white-space: nowrap;}
img {border:none;display: 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 {
  text-align: center;
  font-size: 12px;
  padding: 60px 0 60px;
}
.pages li {
  display: inline-block;
  color: #999;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  padding: 4px 11px 3px;
  background: #FFFFFF;
  margin-right: 0.5%;
  border-radius: 4px;
}
.pages li.thisclass {
  background-color: #2254f4;
  color: #fff;
  border-color: #2254f4;
}
.pages li.thisclass a {
  color: #fff;
}
.pages li a {
  color: #999;
}
input[type="text"],textarea,button {
  border: none;
  outline: none;
  background-color: transparent;
}
/* ::-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-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;
}
.center-box,.center-box1 {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.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%);
}
.theme {
  color: #2254f4!important;
}
.menu {
  display: none;
}
.menu i {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #2254f4;
  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(39deg);
      -ms-transform: rotate(39deg);
          transform: rotate(39deg);
}
.menu.rotate i:nth-of-type(2){
  opacity: 0;
}

.menu.rotate i:nth-of-type(3){
  -webkit-transform: rotate(-39deg);
      -ms-transform: rotate(-39deg);
          transform: rotate(-39deg);
}

.banner img {
  width: 100%;
}

.menu,.mobile-img {
  display: none;
}

.index-top {
  background-color: #2254f4;
  padding: 15px 0;
  font-size: 20px;
  color: #fff;
}
.index-top .iconfont:before {
  font-size: 20px;
}
.comp-phone {
  color: #fff;
}

.head {
  padding: 20px 0 0;
}

.head-left {
  padding-bottom: 18px;
}
.head-nav li {
  float: left;
  margin-left: 55px;
  font-size: 18px;
}
.head-nav li a {
  white-space: nowrap;
  display: block;
  padding: 18px 5px 32px;
  position: relative;
  box-sizing: border-box;
  /*font-weight: 600;*/
}

.head-nav li a:hover {
  color: #2254f4;
}
.head-nav li.on a {
  border-bottom: 3px solid #2254f4;
  color: #2254f4;
}

.banner-word {
  color: #fff;
  width: 100%;
}

.banner-word-Tit {
  font-size: 44px;
}

.banner-word-en {
  font-size: 34px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px 0 40px;
}

.banner-word-cn {
  font-size: 24px;
  line-height: 2em;
  width: 560px;
}
.news-main-Rbott-items {
    display: none;
}
.swiper-partner {
    height: 140px;
}
.corp-main-items .swiper-slide {
    height: calc(100%  / 2);;
}
.hide-pc {display:none}
.hide-pc-phone {display:none}
#swiper-banner  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #b0cdd9;
  margin:0 25px!important;
  position: relative;
  opacity: .5;
}

#swiper-banner  .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 42px;
  top: 50%;
  transform: translate(0,50%);
  background-color: #92aec2;
  right: 14px;
}

#swiper-banner .swiper-pagination-bullet:first-child:before {
  display: none;
}

#swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.normal-tit-group {
  text-align: center;
}

.nromal-Tit {
  font-size: 34px;
  color: #9da3ac;
}

.normal-vice-Tit {
  font-size: 40px;
  color: #000000;
  margin:20px 0;
  font-weight: 700;
}
.noraml-tit-desc {
  font-size: 18px;
  color: #666666;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.servie-main-tit {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.servie-main-desc {
  font-size: 14px;
  color: #666;
}
.service-main-ul>li {
  position: relative;
  background-color: #f3f7fd;
  float: left;
  width: 31.76%;
  margin-left: 2.34%;
  border-radius: 4px;
  overflow: hidden;
}
.service-main-ul>li:hover .servie-main-btn{
    display: block;
}
.service-main-ul>li:hover .servie-img {
    transform: scale(1.06);
}
.service-main-ul>li:first-child {
  margin-left: 0;
}
.normal-tit-group {
  margin: 80px 0 50px;
}
.servie-main-top {
  padding: 20px 25px 18px;
}
.servie-img {
  width: 100%;
  transition: all 0.4s ease-out;
}
.servie-main-btn {
  display: block;
  position: absolute;
  width: 120px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #2254f4;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  bottom: 26px;
  right: 26px;
  display: none;
}

.sys-manage {
  background-color: #f3f7fd;
  padding: 1px 0 80px;
  margin-top: 80px;
}
.sys-main-tab {
  box-shadow: 1px 5px 5px rgba(198,211,249,.75);
  background-color: #fff;
  border-radius: 6px;
  font-size: 21px;
  color: #000;
  font-weight: 700;
}
.sys-main-ul>li {
  text-align: center;
  box-sizing: border-box;
  padding: 26px 15px;
}

.sys-main-ul>li.on {
  background-color: #2254f4;
  color: #fff;
  border-radius: 6px;
}
.sys-ami-items {
  display: none;
  padding-bottom: 60px;
}

.sys-main-cont {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 15px;
  box-shadow: 1px 5px 5px rgb(198 211 249 / 75%);
}
.sys-ami-left {
  width: 49.73%;
  box-sizing: border-box;
  padding: 50px 20px 10px 20px;
}
.sys-ami-right {
  width: 50.27%;
  box-sizing: border-box;
  padding-top: 70px;
}

.sys-ami-desc {
  font-size: 18px;
  color: #4e4e4e;
  line-height: 1.6em;
  font-weight: 400;
}
.sys-ami-dl {
  margin-top: 30px;
}
.sys-ami-dl dt {
  font-size: 18px;
  color: #333;
  width: 102px;
  margin-bottom: 12px;
}
.sys-ami-bott dd {
  max-width:calc(100% - 102px);
}
.sys-ami-dd-items {
  float: left;
  width: 33.33%;
  margin-bottom: 15px;
}
.icon-duihao {
  color: #0060f5;
  margin-right: 5px;
}
.icon-ami {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.advance {
  padding: 1px 0 30px;
}
.advance-main-ul>li {
  float: left;
  box-shadow: 1px 5px 5px rgba(198,211,249,.75);
  padding: 22px 16px 30px 28px;
  width: 31.61%;
  margin-left: 2.58%;
  box-sizing: border-box;
  height: 160px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 50px;
  transition: transform .3s ease-in,background-color .3s ease-in;
}

.icon-tri {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  border-top: 4px solid #d8dbfc;
  border-left: 4px solid #d8dbfc;
  top: 16px;
  left: 9px;
  
}
.advance-main-ul>li.on {
  background-color: #4856f3;
  color: #fff;
  transform: translate3d(0,-5px,0);
}
.advance-main-ul>li:nth-of-type(3n+1) {
  margin-left: 0;
}
.advance-main-tit {
  font-size: 21px;
  margin-bottom: 12px;
}
.advance-main-desc {
  font-size: 17px;
  color: #666;
}
.advance-main-ul>li.on .advance-main-desc {
  color: #fff;
}
.advance-main-ul li .iconfont {
  color: #707070;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.advance-main-ul li .iconfont:before {
  font-size: 30px;
}
.advance-main-ul li.on .iconfont {
  color: #fff;
}
/* 1297 */

.voice {
  background-color: #f3f7fd;
  padding: 1px 0;
}

.voice-main {
  border-radius: 6px;
  box-shadow: 1px 5px 5px rgba(198,211,249,.75);
  background-color: #fff;
  /*transform: translateY(3.5%);*/
  height: 100%;
}
#swiper-voice .swiper-slide{padding:40px 5px 5px;box-sizing:border-box}
.news {
    background-color: #fff;
    box-shadow: 1px 5px 5px rgba(198,211,249,.75);
    padding-bottom: 1px;
    margin-bottom: 20px;
}
.voice-main-left {
  width: 39.55%;
  position: absolute;
  left:0 ;
  bottom: 0;
}
.voice-main-desc {
  font-size: 17px;
  line-height: 2.2em;
  font-weight: 400;
}
.voice-main-flag {
  font-size: 15px;
  text-align: right;
  margin: 30px 0 50px;
}
.voice-main-right {
  width: 60.45%;
  box-sizing: border-box;
  padding: 110px 15px 75px 45px;
  color: #666;
  position: relative;
}
.voice-main-right:before, .voice-main-right:after{
  content: "";
  display: block;
  width: 33px;
  height: 27px;
  position: absolute;
  background: url(../img/arrow-up.png) no-repeat 0px 0px;
  background-size: 80% auto;
  left: 8%;
  top: 20%;
  z-index: -1;
}
.voice-main-right:after {
  left: unset;
  top:46%;
  right: 1%;
  background: url(../img/arrow-down.png) no-repeat 0px 0px;
  background-size: 80% auto;
}
.voice-main-bott {
  font-size: 15px;
}
.voice-p1 {
  font-style: italic;
  font-weight: 500;
}
.voice-p1 i {
  font-size: 50px;
  color: #2254f4;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.voice-check-more {
  margin-top: 40px;
}

.swiper-voice-next, .swiper-voice-prev {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background:#2254f4 url(../img/arrow-left.png) no-repeat center center;
  left: -26px;
  transform: translate(-100%,0);
}

#swiper-voice .swiper-slide {
    height: auto;
}
.voice {padding-bottom:40px;}
.swiper-voice-next {
  background:#2254f4 url(../img/arrow-right.png) no-repeat center center;
  left: unset;
  right: -26px;
  transform: translate(100%,0);
}

.voice-swiper .swiper-voice-pagination {
  /*position: static;*/
  margin:45px 0 45px;
}

.swiper-voice-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #cccccc;
  opacity: 1;
}
.swiper-voice-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2254f4;
  border: 1px solid #2254f4;
}
.swiper-voice-next:after, .swiper-voice-prev:after {
  content: "";
}
.voice-know-more {
  display: block;
  width: 180px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  background-color: #2254f4;
  border-radius: 6px;
  margin: 40px auto;
  color: #fff;
}

.corp-main-tab {
  text-align: center;
}
.corp-tab-ul>li {
  display: inline-block;
  width: 190px;
  height: 60px;
  line-height: 60px;
  color: #000000;
  text-align: center;
  font-size: 21px;
  border-radius: 6px;
  font-weight: 700;
}

.corp-tab-ul>li.on {
  background-color: #2254f4;
  color: #fff;
}
.corp-main-items {
  display: none;
}
.corp-main-cont {
  border: 1px solid #e7e2e3;
  box-shadow: 1px 5px 5px rgb(198 211 249 / 75%);
  border-radius: 6px;
  padding: 36px 50px 0;
  box-sizing: border-box;
  margin-top: 36px;
}
.corp-cont-ul>li {
  width: 16.66%;
  float: left;
  height: 80px;
  margin-bottom: 36px;
  box-sizing: border-box;
  position: relative;
}
.corp-cont-ul>li>img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 80%;
}
.hide-pc {
  display: none;
}

.corp-main-items .swiper-slide {
  padding: 2%;
  box-sizing: border-box;
}

.part-swiper-inner {
  width: 100%;
  height: 100%;
  padding: 5px;
  box-sizing: border-box;
  box-shadow: 1px 1px 5px rgb(198 211 249 / 75%),-1px -1px 5px rgb(198 211 249 / 75%);
  
}
.part-swiper-inner>a {
    display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.corp-main-items .swiper-part-scrollbar {
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.corp-main-items .swiper-scrollbar .swiper-scrollbar-drag {
  background: linear-gradient(90deg,#10d4f8,#2a7eea);
}

/*.part-swiper-inner img {*/
/*  max-width: 94%;*/
/*  max-height: 94%;*/
/*}*/

.corp-check-more {
  font-size: 18px;
  margin: 40px 0 80px;
  text-align: center;
}
.why-choose {
  padding: 1px 0 120px;
  background: url(../img/fa.png) no-repeat 0px 0px;
  background-size: cover;
}
.why-choose-itmes {
    display: none;
}
.why-choose-ul>li {
  font-size: 22px;
  color: #000;
  display: inline-block;
  padding:0 25px;
  font-weight: 700;
}
.why-choose-ul>li.on {
  color: #2254f4;
}
.why-choose-tab {
  margin-bottom: 40px;
}

.why-input-inner {
  width: 820px;
  margin: 55px auto 0;
  height: 60px;
  line-height: 60px;
}
.input-left {
  width: 75%;
  border-radius: 6px;
  overflow: hidden;
}
.input-box {
  width: 50%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0 25px;
  box-sizing: border-box;
}
.btn-box {
  width: 25%;
  padding-left: 15px;
  box-sizing: border-box;
  overflow: hidden;
}
.why-input-value {
  width: 88%;
  font-size: 16px;
  color: #999;
}
.input-box ::-webkit-input-placeholder{
  font-size: 16px;
  color: #999;
}
.input-box :-moz-placeholder{
  font-size: 16px;
  color: #999;
}
.input-box ::-moz-placeholder{
  font-size: 16px;
  color: #999;
}
.input-box :-ms-input-placeholder{
  font-size: 16px;
  color: #999;
} 
.why-btn {
  width: 100%;
  height: 60px;
  background-color: #2254f4;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 6px;
}

.news-main-left {
  width: 54.35%;
}
.news-main-right {
  width: 45.65%;
  box-sizing: border-box;
  padding-left: 25px;
}

.news-Tit-ul>li {
  float: left;
  margin-left: 57px;
  text-align: center;
  box-sizing: border-box;
  font-size: 21px;
  color: #333;
  padding: 3px 5px 10px;
  font-weight: 700;
  position: relative;
}
.news-Tit-ul>li .iconfont:before {
  font-size: 18px;
}
.news-Tit-ul>li.on {
  color: #2254f4;
  border-bottom: 3px solid #2254f4;
}
.news-Tit-ul>li.on:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border-top: 6px solid #2254f4;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%,100%);
  z-index: 1;
}

.news-rb-Tit {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 400;
}

.news-rb-Desc {
  font-size: 14px;
  color: #666;
}
.news-Tit-ul>li:first-child {
  margin-left: 0;
}

.news-main-Rbul>li {
  padding: 21px 5px;
  border-bottom: 1px dashed #e0e0e0;
}
.news-main-ul>li {
  float: left;
  width: 50%;
  padding-left: 1px;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.news-main-ul>li:nth-of-type(2n+1) {
  padding-left: 1px;
}
.news-main-ul>li.width100 {
  width: 100%;
}
.news-calendar {
  text-align: center;
}
.news-day {
  font-size: 24px;
}
.news-year {
  font-size: 14px;
  font-style: italic;
  color: #999;
}
.news-main-rbLeft {
  width: 85%;
  max-width: calc(100% - 50px);
}
.news-main-rbRight {
  width: 50px;
}
.news-img {
  width: 100%;
}

.footer {
  width: 100%;
  background-color: #2a2a2a;
  padding: 1px 0;
}
.check-more-news {
  text-align: right;
  font-size: 18px;
  margin: 40px 0;
}

.footer-info,.footer-info a {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.footer-top {
  padding: 40px 0 40px;
}
.footer-TN-left {
  width: 92.13%;
  box-sizing: border-box;
}
.footer-TN-right {
  width: 7.87%;
  box-sizing: border-box;
}
.footer-TN-ul>li {
  float: left;
}
.fot-links-tit {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.fot-links-tit>a {
  font-size: #fff;
}
.footer-links {
  color: #999;
}
.footer-links>a {
  display: block;
  color: #999999;
  margin-bottom: 12px;
}
.footer-links>p {
  margin-bottom: 12px;
}
.footer-TN-ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.code-word {
  font-size: 14px;
  color: #999999;
}
.footer-Top-links {
  margin: 50px 0  20px;
}
.footer-links-dl{
  font-size: 14px;
}
.footer-bott {
  padding: 20px 0;
  background-color: #323232;
}
.footer-links-dl dt {
  color: #fff;
}
.footer-links-dl dd {
  max-width: calc(100% - 77px);
}
.footer-links-dl dd a{
  color: #666666;
  position: relative;
  padding: 0 15px;
  display: inline-block;
}

.footer-links-dl dd a:first-child:before {
  display: none;
}
.footer-links-dl dd a:before {
  display: block;
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background-color: #555555;
  top: 50%;
  transform: translate(0,-50%);
  left: 0;
  
}
.footer-hide-logo{
  display: none;
  transform: translate(0,50%);
}

.banner-list-word {
  color: #000;
  width: 100%;
}
.banner-list-word-Tit {
  font-size: 40px;
  margin-bottom: 40px;
}
.banner-list-word-cn {
  font-size: 20px;
}

.list-tit-group {
  text-align: center;
  margin: 80px 0 60px;
}
.list-normal-tit {
  font-size: 40px;
  color: #333333;
  margin-bottom: 15px;
}
.list-vice-tit {
  font-size: 16px;
  color: #666;
}
.web-hospital {
  padding: 1px 0 84px;
  background-color: #f0f4f8;
}
.company-list-Tit .iconfont:before {
  font-size: 18px;
}
.list-web-ul>li {
  width: 25%;
  padding: 76px 25px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.list-web-ul>li:after {
  position: absolute;
  height: 99%;
  width: 1px;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0,-50%);
  background-color: #ebebeb;
}
.list-web-ul>li:first-child:after {
  display: none;
}
.list-web-ul>li.on {
  background: url(../img/web-bj.png) no-repeat 0px 0px;
  background-size: cover;
}
.list-web-ul>li.on:after {
  display: none;
}

.list-wu-top{
  color:#2254f4;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  line-height: 96px;
  text-align: center;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 1px 5px 5px rgba(198,211,249,.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
.web-icon {
  max-width: 50%;
  max-height: 50%;
}

.list-wu-name {
  text-align: center;
  font-size: 24px;
  color: #333333;
  margin: 22px 0 15px;
}
.list-web-ul>li.on .list-wu-name  {
  color: #2254f4;
}
.list-wu-desc {
  font-size: 14px;
  color: #333333;
  line-height: 1.8em;
}

.list-fit {
  padding: 1px 0 106px;
  background: url(../img/fit-bj.png) no-repeat 0px 0px;
  background-size: cover;
}

.list-fit-ul li {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 0 30px 20px;
}
.list-fit-ul li.on {
  border-bottom: 1px solid #ffffff;
}
.list-fit-items {
  display: none;
}
.list-fit-cont {
  margin-top: 40px;
}
.list-fit-left {
  width: 25.05%;
  border-radius: 6px;
  overflow: hidden;
}
.list-fit-right {
  width: 74.95%;
  box-sizing: border-box;
  padding-left: 15px;
}
.list-fit-mark {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.78);
  padding: 40px 24px 20px;
  box-sizing: border-box;
}
.list-ks-tit {
  font-size: 24px;
  color: #2254f4;
  margin-bottom: 15px;
}
.list-ks-desc {
  font-size: 16px;
  color: #333333;
  line-height: 1.6em;
}
.solve-fa-ul>li {
  width: 20%;
  text-align: center;
  margin-bottom: 40px;
}

.solve-top>img {
  margin: 0 auto;
  position: relative;
  left: 10px;
  max-width: 45%;
}
.solve-fa-tit {
  font-size: 20px;
  margin-bottom: 10px;
}
.solve-fa-desc {
  font-size: 14px;
  color: #999;
}
.solve-fa {
  padding: 1px 0 50px;
}
.parter {
  background: url(../img/part-bj.png) no-repeat 0px 0px;
  background-size: cover;
  border-top: 1px solid transparent;
  padding-bottom: 90px;
}
.parter-main-left {
  width: 16.96%;
  box-sizing: border-box;
  position: relative;
}

.parter-main-right {
  width: 83.04%;
  box-sizing: border-box;
  padding: 25px 40px 20px 122px;
  position: relative;
}

.parter-main-ul>li {
  height: 80px;
  line-height: 80px;
  background-color: rgba(255,255,255,.2);
  /* text-align: center; */
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  padding-left: 40px;
}
.parter-main-ul>li.on {
  background: linear-gradient(to right,#00ccff,#1375e7);
}
.parter-main-ul>li.on:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 9px solid #156fe5;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  right: 0;
  top: 50%;
  transform: translate(100%,-50%);
  z-index: 99;
}
.parter-main-rItmes {
  display: none;
  position: relative;
}
.parter-main-RTit {
  font-size: 30px;
  color: #fff;
  margin-bottom: 35px;
  font-weight: 400;
}
.parter-main-RDesc {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.78em;
}
.icon-case-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -1px;
  max-height: 40%;
}
.parter-list-ul>li {
  float: left;
  width: 18.57%;
  margin-left: 1.77%;
  height: 75px;
  line-height: 75px;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6%;
}

.parter-list-ul>li img {
  max-width: 80%;
  max-height: 80%;
}
.parter-list-ul>li:nth-of-type(7n+1) {
  margin-left: 0;
}
.parter-list-ul1>li:nth-of-type(5n+1) {
  margin-left: 0;
}
.parter-list-ul {
  margin-top: 60px;
}
.parter-main-right:before, .parter-main-right:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 27px;
  background: url(../img/arrow-up.png) no-repeat 0px 0px;
  background-size: cover;
  left: 4%;
  top: 26%;
}

.parter-main-right:after {
  background: url(../img/arrow-down.png) no-repeat 0px 0px;
  background-size: cover;
  left: unset;
  right: 0;
  top: 49%;
}

.parter-main-ul>li:before {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  left: 50%;
  height: 1px;
  top: -1px;
  background-color: #6790b0;
  transform: translate(-50%,50%);
}

.parter-main-ul>li.on:before  {
  display: none;
}

.ten-manage-bj {
  width: 657px;
  height: 657px;
  margin: 0 auto;
  background: url(../img/bjxz.png) no-repeat 0px 0px;
  background-size: cover;
  -webkit-animation: circleMove 10s linear infinite;
  animation: circleMove 10s linear infinite;
}

@-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);
  }
}
.ten-manage {
  padding: 1px 0 82px;
}
.TJ-ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.TJ-ul>li {
  width: 330px;
  transform: translate(-100%,-50%);
  min-width: 110px;
}
.TJ-ul>li .TJ-left {
  float: left;
  width: 100%;
  max-width: calc(100% - 50px);
  text-align: right;
}
.TJ-ul>li .TJ-right {
  float: left;
  width: 40px;
  margin-left: 10px;
  text-align: right;
}

.TJ-ul>li .TJ-right img {
    display: inline-block;
}
.TJ-ul>li:nth-of-type(1),.TJ-ul>li:nth-of-type(2),.TJ-ul>li:nth-of-type(3),.TJ-ul>li:nth-of-type(11),.TJ-ul>li:nth-of-type(12) {
  transform: translate(0,-50%);
}
.TJ-ul>li:nth-of-type(1) .TJ-left,.TJ-ul>li:nth-of-type(2) .TJ-left,.TJ-ul>li:nth-of-type(3) .TJ-left ,.TJ-ul>li:nth-of-type(10) .TJ-left,.TJ-ul>li:nth-of-type(11) .TJ-left,.TJ-ul>li:nth-of-type(12) .TJ-left{
  float: right;
  text-align: left;
}
.TJ-ul>li:nth-of-type(4), .TJ-ul>li:nth-of-type(10){
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
}
.TJ-ul>li:nth-of-type(1) .TJ-right,.TJ-ul>li:nth-of-type(2) .TJ-right,.TJ-ul>li:nth-of-type(3) .TJ-right ,.TJ-ul>li:nth-of-type(10) .TJ-right,.TJ-ul>li:nth-of-type(11) .TJ-right,.TJ-ul>li:nth-of-type(12) .TJ-right{
  float: right;
  margin-right: 10px;
  margin-left: 0;
  text-align: left;
}
.TJ-tit {
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

.TJ-desc {
  font-size: 16px;
  color: #666;
}
.ten-manage-TJ {
  width: 657px;
  height: 657px;
  z-index: -1;
}
.ten-manage-img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 80%;
}
.TJ-ul>li {
  position: absolute;
}
.data-ym {
  padding: 1px 0 76px ;
  background: url(../img/ym-bj.png) no-repeat 0px 0px;
  background-size: cover;
}
.data-ym-main {
  //background-color: #6082a4;
  padding: 54px 51px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 16px;
}

.ym-parter .parter-main-right {
  width: 100%;
  padding: 10px 0 0 40px;
}

.ym-list-ul>li {
  width: 13.07%;
  margin-left: 1.41%;
}
.process-img2 {
  margin-top: 70px;
}
.jxh-manage {
  padding: 1px 0 80px;
  background-color: #fff;
}
.company-news-Lefr {
  width: 74.38%;
  box-sizing: border-box;
  border-radius: 6px;

}
.news-outer-right {
  width: 23.92%;
  border-radius: 6px;
}
.news-info-tit {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}
.news-info-desc {
  font-size: 14px;
  color: #999999;
  line-height: 1.6em;
  margin: 10px 0 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-rela-info {
  font-size: 14px;
  color: #999999;
}
.news-btn-details {
  width: 50px;
  height: 25px;
  line-height: 25px;
  display: block;
  text-align: center;
  color: #fff;
  background-color: #abb5c0;
  border-radius: 4px;
}
.company-news-right-box {
  width: 100px;
}

.news-calendar1 {
  width: 60px;
  height: 60px;
}
.company-news-box {
  margin: 50px 0 60px ;
}
.news-calendar1 .news-day {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background-color: #abb5c0;
  height: 30px;
  line-height: 30px;
  margin-top: -1px;
  border-radius: 6px 6px 0 0;
}
.company-news-ul li.on .news-calendar1 .news-day {
  background-color: #2254f4;
}
.company-news-ul li.on .news-calendar1 .news-year {
  color: #2254f4;
}
.company-news-ul li.on .news-info-tit{
  color: #2254f4;
}
.company-news-ul li.on .news-btn-details{
  background-color: #2254f4;
}
.nes-tit:hover,.news-right-rec-tit:hover {
  color: #2254f4;
}
.news-calendar1 .news-year {
  display: block;
  color: #8292a3;
  background-color: #f1f1f1;
  font-size: 12px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-radius: 0 0 6px 6px;
  font-style: normal;
}
.company-news-left-box {
  max-width: calc(100% - 110px);
}
.news-left-img {
  width: 23.41%;
  box-sizing: border-box;
}
.news-rb-right-info {
  width: 76.59%;
  box-sizing: border-box;
  padding-left: 15px;
}
.company-news-inner-box {
  padding: 0 15px;
}
.news-right-recommand {
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 6px;
}
.company-news-ul>li {
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #d9d9d9;
}
.nes-tit {
  font-size: 16px;
  margin: 10px 0 5px;
  font-weight: 400;
}
.nes-desc {
  font-size: 14px;
  color: #999;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.company-list-Tit {
  padding: 3px 5px 10px;
}

#swiper-nes .swiper-pagination {
  width: auto;
  bottom: 40%;
  right: 10px;
  left: unset;
}
#swiper-nes .swiper-pagination-bullet {
  background-color: #fff;
  opacity: .5;
}
#swiper-nes .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.news-right-recommand-left {
  width: 32.22%;
}
.news-right-recommand-right {
  width: 67.78%;
  box-sizing: border-box;
  padding-left: 10px;
}
.news-right-recommand-ul>li {
  margin-top: 15px;
}
.news-right-rec-tit {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
}
.news-right-vice-tit{
  font-size: 14px;
  color: #999;
  margin-top: 6px;
}

.news-deta-tit {
  font-size: 30px;
  color: #333;
  padding: 40px 0 10px;
  font-weight: 400;
}

.news-deta-info {
  font-size: 14px;
  color: #999;
}

.news-group-tit {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.news-main-show-box {
  font-size: 16px;
  color: #666;
  line-height: 2em;
}
.news-main-show-box > p {
  margin: 40px 0;
}
.news-main-show-box>img {
  margin: 40px auto;
  max-width: 80%;
}
.prev-next-btn>span {
  width: 70px;
  height: 30px;
  line-height: 30px;
  background-color: #c0c7d0;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  margin-right: 25px;
  position: relative;
  font-size: 14px;
}
.company-news-inner-box {
  border-radius: 6px;
}
.prev-next-btn>span:after {
  content: "";
  display: block;
  position: absolute;
  border-left: 6px solid #c0c7d0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  right: 0;
  transform: translate(100%,-50%);
  top: 50%;
}
.prev-next-product {
  margin-top: 35px;
}
.prev-next-btn {
  width: 50%;
  margin: 1% 0;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.prev-next-btn a{
  color: #666;
}

.ab-comp-desc {
  margin: 120px 0 90px;
}
.ab-nav-list {
  padding-bottom: 80px;
}
.ab-comp-inner-box {
  border-top: 1px solid transparent;
}

.ab-comp-right {
  width: 50.76%;
  margin-left: 15px;
}

.ab-comp-ul>li {
  float: left;
}
.left-img {
  width: 47%;
  padding-right: 4px;
  box-sizing: border-box;
}

.right-img {
  width: 53%;
}
.left-img>img {
  margin-bottom: 3px;
}

.ab-comp-left {
  box-sizing: border-box;
  position: relative;
}

.ab-main-desc {
  font-size: 15px;
  color: #666666;
  line-height: 1.8em;
}
.ab-main-desc>p {
  margin-top: 25px;
}
.swiper-hornor-pagination {
  display: none;
}
.aboutus-tit {
  font-size: 36px;
  color: #000;
}

.aboutus-vice {
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}

.aboutus-group-tit {
  padding-left: 42px;
}

.aboutus-group-tit:before, .aboutus-group-tit:after {
  content: "";
  display: block;
  position: absolute;
  width: 95px;
  height: 120%;
  border: 4px solid #2254f4;
  background-color: #fff;
  z-index: -2;
  left: 0px;
  bottom: 0px;
  box-sizing: border-box;
}

.aboutus-group-tit:after {
  transform: translate(37%,18%);
  z-index: -1;
  border: 4px solid transparent;
}
.ab-nav-list-ul>li {
  float: left;
  width: 25%;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ab-nav-list-ul>li {
  padding: 30px 15px;
  max-height: 110px;
}

.ab-nav-img {
  margin-right: 10px;
  max-width: 25%;
}
.ab-nav-Rtit {
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
}
.ab-nav-Rtit>span {
    font-size: 32px;
}
.ab-nav-Rdesc {
  font-size: 14px;
  color: #666;
}

.fr-spiprit {
  padding: 1px 0 92px;
  background: url(../img/spirit-bj.png) no-repeat 0px 0px;
  background-size: cover;
}
.sp-img {
  width: 100%;
  height: 100%;
  background:linear-gradient(to bottom,#4e87ff,#9ec0ff);
  border-radius:50%;
}

.sp-main-ul>li {
  float: left;
  width: 20%;
}
.sp-main-top {
  position: relative;
  width: 65.63%;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.sp-marks {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  //background-color: rgba(0,0,0,.7);
  left: 0;
  top: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
  transition: background-color .3s ease-in;
}
.sp-main-ul>li.on .sp-marks {
  background-color: rgba(0,0,0,0);
}
.sp-marks-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;font-size: 16px;
}

.sp-marks-inner>strong {
  font-size: 50px;
}
.sp-main-bott {
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 1.56em;
  margin-top: 15px;
}

#swiper-hornor .swiper-slide {
  padding: 5px;
  box-sizing: border-box;
  background-color: #fff;
}
.swiper-hornor-inner {
  box-shadow: 1px 5px 5px rgb(198 211 249 / 75%);
  padding: 14px;
  box-sizing: border-box;
  text-align: center;
}
.hornor-zs-name {
  font-size: 16px;
  color: #333;
}

.cu-dl {
  margin-top: 35px;
}
.cu-dl dt {
  width: 60px;
}
.cu-dl dd {
  max-width: calc(100% - 66px);
}
.cu-dl-tit {
  font-size: 16px;
  color: #999;
  
  font-weight: 400;
}
.cu-dl-desc {
  font-size: 18px;
  color: #333;
  margin-top: 5px;
}
.contact-us-list {
  background: url(../img/ct-bj.png) no-repeat 0px 0px;
  background-size: cover;
  padding:1px 0 90px;
  margin:90px 0 0;
}
.contactUs-left {
  width: 62.69%;
  box-sizing: border-box;
  padding-left: 150px;
}
.contactUs-right {
  width: 37.31%;
}
.corp-case-list-ul>li {
  display: inline-block;
  width: 198px;
}
.corp-cont-ul1>li {
  width: 18.07%;
  background-color: #fff;
  padding: 30px 0;
  box-sizing: border-box;
  float: left;
  height: 125px;
  margin-left: 2.412%;
  margin-top: 45px;
  position: relative;
  border-radius: 6px;
}
.corp-cont-ul1>li>img {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.corp-cont-ul1>li:nth-of-type(5n+1) {
  margin-left: 0;
}
.corp-case-list {
  margin: 90px 0;
}
  
.corp-cont-ul1>li>img {
  max-width: 80%;
  max-height: 80%;
}
.col-fff {
  color: #fff;
}
.bgfff {
  background-color: #fff;
}
/* 1297 */