:root{
  --primary-color:#3385ff;
}
body{
  position: relative;
  overflow-x: auto!important;
  /* overflow-y: auto!important; */
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
  'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
  'Noto Color Emoji';
}
/* 字体图标样式 */
.icon {
  width: .4rem;
  height: .4rem;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.flex_c{
  display:flex; 
  justify-content:center;
}

/* 轮播样式 */
.banner .swiper-container {
  box-sizing: border-box;
  width: 100%;
  /* height: calc(100vh - 75px); */
  /* height:100vh; */
  /* min-height: 9.5rem; */
  height: 75vh;
  max-height: 700px;
  min-height: 550px;
  background-color: #4D7AFF;
}  
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 40px;
}
/* .swiper-button-prev{
  left: .125rem;
}
.swiper-button-next{
  right: .125rem;
} */
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  background-color: #fff;
  opacity: .7;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
  background-color: #fff;
  width: .55rem;
  opacity: 1;
  border-radius: .0625rem;
  transition: width 1000ms linear;
}
.banner .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2){
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-image: url(/imgs/banner/banner-bg1.png); */
}
.banner .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(3){
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-image: url(/imgs/banner/banner-bg2.png); */
}
.banner .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(4){
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-image: url(/imgs/banner/banner-bg3.png); */
}
.banner .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(5){
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* background-image: url(/imgs/banner/banner-bg4.png); */
}
.banner-bg{
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  right: 0;
  margin:auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  transition: all 500ms linear;
}
.banner-bg1{
  background-image: url(/imgs/banner/banner-bg1.png);
}
.banner-bg2{
  background-image: url(/imgs/banner/banner-bg2.png);
}
.banner-bg3{
  background-image: url(/imgs/banner/banner-bg3.png);
}
.banner-bg4{
  background-image: url(/imgs/banner/banner-bg4.png);
}
.swiper-slide{
  overflow: hidden;
}
.banner .swiper-content{
  width: 85%;
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  position: relative;
  /* padding: 1rem 0; */
}
.banner .swiper-content .left{
  /* position: absolute; */
  color:#fff;
  margin-right: .5rem;
  /* transform-origin: center left; */
  transition: all 1000ms linear;
  transform: scale(.85) translateZ(0);
  /* top: 50%; */
  /* left: 10%; */
  /* transform: translateY(-50%); */
}
.banner .swiper-content .left .swiper_title{
  /* font-size:.525rem; */
  font-size:42px;
  font-weight: 600;
  margin-bottom: .4rem;
}
.banner .swiper-content .left .swiper_desc{
  flex:1;
  line-height: 1.8;
  /* font-size:.25rem; */
  font-size:20px;
  margin-bottom:.4rem;
  color: rgba(255,255,255,.9);
}
.banner .swiper-content .left a{
  font-size:14px;
  outline: none;
  font-weight: 500;
  color: #FFFFFF;
  padding: .1rem .2rem;
  border-radius: .1rem;
  border: .0125rem solid #FFFFFF;
  background: rgba(50, 134, 255, 0.3);
  cursor: pointer;
}
.banner .swiper-content .right img{
  width: 7.35rem;
  height: 6.775rem;
  transition: all 2000ms linear;
  transform-origin:center top;
  transform: scale(.85) translateZ(0);
  /* transform: translateY(-50%); */
}
/*j_style star*/

/*public*/
.main_w{
  width: 90%;
  max-width: 1300px;
  margin:0 auto;
}
.main_footer{
  width: 90%;
  max-width:1300px;
  margin:0 auto;
}
.main_box {
  width: 90%;
  height: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.fl{ 
  float: left; 
}
.fr{ 
  float: right; 
}
.comWidth{ 
  max-width: 1300px; margin: 0 auto; 
}
.text_c{ 
  text-align: center; 
}

.d-block{
  display: block!important;
}
/* 官网内容样式 */
#content{
  width:100%;
  padding: 1.25rem 0;
}
#content.it_service{
  background-image: url(/imgs/imgs/ITBG.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#content.it_service .main_box{
  height: calc(100% - 0.9625rem);
  overflow-y: auto;
  margin-top: 1rem;
}
#content.haien_service{
  background-image: url(/imgs/imgs/haien_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#content.data_service{
  background-image: url(/imgs/imgs/data_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.content_title_wrapper{
  /* height: 1rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content_title{
  font-size: 34px;
  font-weight: 600;
  color: #2F496F;
  position: relative;
}
.content_title::before{
  content: "";
  background-image: url("/imgs/imgs/whiteleft.png");
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  display: inline-block;
  width: 1.05rem;
  height: .175rem;
  left: -0.25rem;
  top:50%;
  transform: translate(-110%,-50%);
}
.content_title::after{
  content: "";
  background-image: url("/imgs/imgs/whiteright.png");
  background-position: center center;
  background-size: 100% 100%;
  width: 1.05rem;
  height: .175rem;
  position: absolute;
  right:-0.25rem;
  display: inline-block;
  transform: translate(110%,-50%);
  top:50%;
}
.graybg::after{
  background-image: url(/imgs/imgs/grayright.png);
}
.graybg::before{
  background-image: url(/imgs/imgs/grayleft.png);
}
.content_desc{
  margin: .25rem auto 0;
  width: 75%;
  font-size: 14px;
  font-weight: 400;
  color: #2F496F;
  text-align: center;
  line-height: 2;
}
#content .context img{
  width:100%;
  height: auto;
}

/* #content .data_item .data_service_item */

.top_bj {
  background: linear-gradient(134deg, #5383FF 0%, #2D53FF 100%);
  width: 100%;
  height: 7.25rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 75px;
  overflow: hidden;
}

.top_box {
  color: #fff;
  width: 90%;
  max-width: 1300px;
  margin:0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.top_box>div{
  max-width: 760px;
}
.top_box h3 {
  font-size: 42px;
  font-weight: 600;
  /* width: 8.75rem; */
}

.top_box p {
  /* width: 8.75rem; */
  font-size: 16px;
  line-height: 1.75;
  margin-top: .3rem;
  color:rgba(255,255,255,.9);
}
.top_bj img{
  width: 10rem;
  height: auto;
  margin-right:-2rem;
}

/* 分类栏 */
.category-tab{
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.category-item{
  flex: 1;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border: .0125rem solid #EAEAEA;
  border-left: none;
  cursor: pointer;
}
.category-item.active{ background: #3385FF; }
.category-item:first-of-type{
  border-left:.0125rem solid #EAEAEA;
}
.category-item span{
  font-weight: 600;
  color: #374E72;
  font-size: .225rem;
  vertical-align: middle;
}
.category-item img{
  width:.3125rem;
  height: .3125rem;
}
.category-item img:nth-of-type(2){
  display: none;
}
#category-active-slider{
  position: absolute;
  width: 20%;
  height: 100%;
  z-index: -1;
  left: 0;
  top:0;
  background: url(/imgs/customer/ac_bg.png) no-repeat;
  background-size: 100% 100%;
  transition: all 500ms linear;
  display: none;
}
.category-item.active span{
  color: #fff;
}
.category-item.active>img:nth-of-type(1){
  display: none;
}
.category-item.active>img:nth-of-type(2){
  display: inline-block;
}
.disable-btn{
  background: #A5C7FB!important;
  cursor: not-allowed!important;
}
.small-screen{
  display: none;
}
.medium-screen{
  display: none;
}
.state-indicator {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
/* pc端 */
.state-indicator::before { content:"desktop" }
/* 平板 */
@media screen and (max-width: 1024px) {
  .state-indicator:before { content: 'tablet'; }
}
/* 手机端 */
@media screen and (max-width: 768px) {
  .state-indicator::before { content: "mobile"; }
}

@media  screen and (max-width:768px) {
  .banner .swiper-content{
    padding: 1.2698rem 0;
  }
  .swiper-button-next, .swiper-button-prev{
    display: none;
  }
  .banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: .3175rem;
  }
  .banner .swiper-container{
    height: auto;
    min-height: auto;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide{
    padding: 1.2698rem 0;
  }
  .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    max-height: 5px;
  }
  .small-screen{
    display: block;
  }
  .large-screen{
    display: none;
  }

  .top_bj{
    height: 14.2857rem;
    position: relative;
    margin-top: 2.7937rem;
    padding-top: 0;
  }
  .top_box{
    justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  .top_box>div{
    position: absolute;
    width: 75%;
    /* left: 1.0159rem;
    right: 1.0159rem; */
    padding: 0 1.0159rem;
    top:50%;
    left: 0;
    transform: translateY(-50%);
    z-index:10;
  }
  .large-box .top_box>div{
    width: 100%;
  }
  .top_box h3{
    font-size: 1.0159rem;
  }
  .top_box p{
    font-size: .7619rem;
  }
  .top_bj img{
    width: 12.6984rem;
    height: 13.9683rem;
    opacity: .7;
  }
  #content{
    padding: 1.9048rem 0;
  }
  .banner .swiper-content .left .swiper_title{
    font-size: 1.0159rem;
  }
  .banner .swiper-content .left .swiper_desc{
    font-size: .7619rem;
  }
  .banner .swiper-content .left a{
    font-size: .7619rem;
    padding: .254rem .5079rem ;
  }
  .banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    width: 1.3968rem;
    border-radius: .5079rem;
  }
  .content_title_wrapper{
    margin-bottom: 1.9048rem;
  }
  .content_title{
    text-align: center;
    font-size:1.0159rem;
  }
  .content_title::before{
    left: -.5079rem;
    width: 2.6667rem;
    height: .4444rem;
  }
  .content_title::after{
    right: -.5079rem;
    width: 2.6667rem;
    height: .4444rem;
  }
  .content_desc{
    font-size: .7619rem;
    margin-bottom: 0;
    margin-top: .6349rem;
    width:90%;
  }
  .category-tab{
    justify-content: flex-start;
    overflow-x: auto;
    flex-shrink: 0;
    flex-wrap: nowrap;
  }
  .category-item{
    flex:none;
    width: 25%;
    height: 2.2857rem;
    line-height: 2.2857rem;
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaeaea;
    border-left: none;
  }
  .category-item:first-of-type{
    border-left: 1px solid #eaeaea;
  }
  .category-item span{
    font-size: .7619rem;
    margin-left: .5079rem;
  }
  .category-item img{
    width: .7619rem;
    height: .7619rem;
  }
  #category-active-slider{
    width: 25%;
  }
}

.nypronav{ background: #fff }
.nypronav ul{ text-align: center; display: block; }
.nypronav ul li{ display: inline-block; vertical-align: middle; }
.nypronav ul li a{ display: block; line-height: 60px; font-size: 16px; color: #333; padding: 0 25px; }
.nypronav ul li a.on,.nypronav ul li a:hover{ color: #3385FF; }

.nyprolist{ background: #f5f5f5; padding: 30px 0; }
.nyprolist ul{ display: flex; flex-wrap: wrap; width: 102%; position: relative; left: -1%; }
.nyprolist ul li{ display: block; width: 31.3333%; margin: 1%; box-sizing: border-box; background: #fff; transition: all .5s; }
.nyprolist ul li a{ display: block; padding: 25px; }
.nyprolist ul li .pic{ padding-bottom: 80%; margin-bottom: 15px; }
.nyprolist ul li .tit{ font-size: 18px; color: #333; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nyprolist ul li .jj{ font-size: 14px; color: #666; height: 30px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; border-top: 1px solid #eee; margin-top: 10px; padding-top: 5px; }
.nyprolist ul li:hover{ box-shadow: 0 0 15px rgba(0,0,0,.1); }

.feny{ padding: 0 0 40px; background: #f5f5f5; text-align: center; }
.feny a{ display: inline-block; padding: 0 10px; font-size: 14px; background: #fff; margin: 2px; line-height: 30px; color: #333; }
.feny a:hover,.feny a.on{ background: #3385FF; color: #fff; }
@media screen and (max-width: 1024px){
  .nypronav ul{ display: block; overflow-x: auto; white-space: nowrap; height: 60px; line-height: 60px; }
  .nypronav ul li{ position: relative; top: -5px; }
  .nypronav ul li a{ height: 40px; line-height: 40px; padding: 0 15px; font-size: 14px; }
  .nyprolist{ padding: 20px 0; }
  .nyprolist ul li{ width: 48%; }
  .nyprolist ul li a{ padding: 10px; }
  .nyprolist ul li .tit{ font-size: 16px; }
  .nyprolist ul li .jj{ padding-top: 0; margin-top: 3px; font-size: 12px; }
  .feny{ padding: 0 0 10px; }
  .feny a{ font-size: 12px; padding: 0 5px; margin: 0; vertical-align: middle; height: 20px; line-height: 20px; position: relative; top: -10px; }
}

.showpro{ padding: 30px 0; background: #f5f5f5; }
.showpro .showproinfo{ background: #fff; padding: 20px 20px 20px 600px; margin-bottom: 30px; position: relative; min-height: 587px; }
.showpro .showproinfo .pics{ position: absolute; left: 20px; top: 20px; width: 550px; }
.showpro .showproinfo .pics .pic{ padding-bottom: 80%; margin-bottom: 15px; }
.showpro .showproinfo .pics .piclist{ display: flex; flex-wrap: wrap; position: relative; width: 102%; left: -1%; }
.showpro .showproinfo .pics .piclist a{ display: block; padding-bottom: 14.4%; width: 18%; margin: 1%; }
.showpro .showproinfo .tit{ font-size: 22px; color: #333; margin-bottom: 15px; }
.showpro .showproinfo .jj{ font-size: 16px; line-height: 30px; color: #666; margin-bottom: 30px; }
.showpro .showproinfo .jj h3{ font-weight: bold; color: #333; }
.showpro .showproinfo .ann a{ display: inline-block; width: 110px; line-height: 35px; margin-right: 20px; text-align: center; background: #3385FF; border-radius: 20px; font-size: 14px; color: #fff; }
.showpro .showproinfo .ann a:hover{ opacity: .8; }
.showpro .showprodetail{ font-size: 16px; color: #333; line-height: 30px; }
.showpro .showprodetail table{ width: 100%; border: 1px solid #999; }
.showpro .showprodetail table th{ background: #3385FF; padding: 10px; font-size: 18px; font-weight: bold; color: #fff; }
.showpro .showprodetail table td{ border: 1px solid #999; padding: 5px 10px; }
.showpro .showprodetail table tr{ background: #fff; }
.showpro .showprodetail table tr:nth-child(even){ background: #dff0ff; }
@media screen and (max-width: 1024px){
  .showpro{ padding: 20px 0; }
  .showpro .showproinfo{ padding: 15px; margin-bottom: 20px; min-height: initial; }
  .showpro .showproinfo .pics{ position: static; width: auto; margin-bottom: 15px; }
  .showpro .showproinfo .tit{ font-size: 18px; margin-bottom: 5px; }
  .showpro .showproinfo .jj{ font-size: 14px; line-height: 25px; margin-bottom: 0; }
  .showpro .showproinfo .ann a{ margin-right: 10px; }
  .showpro .showprodetail{ font-size: 14px; line-height: 25px; }
}

.nywzjj{ font-size: 16px; line-height: 30px; }
@media screen and (max-width: 1024px){
  .nywzjj{ font-size: 14px; line-height: 25px; }
}

.nynewslist{ background: #f5f5f5; padding: 30px 0; }
.nynewslist ul li{ transition: all .5s; display: block; position: relative; padding: 20px 20px 20px 320px; margin-top: 15px; background: #fff; min-height: 240px; }
.nynewslist ul li .pic{ width: 280px; position: absolute; left: 20px; top: 20px; }
.nynewslist ul li .pic .img{ padding-bottom: 70%; }
.nynewslist ul li .tit{ font-size: 18px; height: 40px; line-height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #333; }
.nynewslist ul li .date{ font-size: 12px; margin-bottom: 10px; color: #999; }
.nynewslist ul li .jj{ font-size: 14px; line-height: 25px; color: #666; height: 75px; overflow: hidden; margin-bottom: 10px; }
.nynewslist ul li .ann{ text-align: right; }
.nynewslist ul li .ann span{ transition: all .5s; font-size: 16px; color: #3385FF; }
.nynewslist ul li:hover{ box-shadow: 0 0 10px rgba(0,0,0,.1); }
.nynewslist ul li:hover .ann span{ letter-spacing: 2px; }
@media screen and (max-width: 1024px){
  .nynewslist{ padding: 20px 0; }
  .nynewslist ul li{ padding: 10px; margin-top: 10px; }
  .nynewslist ul li .pic{ position: static; width: auto; }
  .nynewslist ul li .jj{ margin-bottom: 0; }
  .nynewslist ul li .ann span{ font-size: 14px; }
  .nynewslist ul li .tit{ font-size: 16px; }
}

.shownews{ padding: 30px 0; background: #f5f5f5; }
.shownews .tit{font-size:24px;color:#333;font-weight:700;text-align:center}
.shownews .date{font-size:14px;color:#666;padding:10px 0 20px;border-bottom:1px dashed #ddd;text-align:center;color:#999}
.shownews .wz{font-size:16px;line-height:30px;color:#333;padding:30px 0}
.shownews .pre{padding:20px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd}
.shownews .pre a{display:block;line-height:30px;height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#666}
.shownews .pre a:hover{color:#c31218}
@media screen and (max-width: 1024px){
  .shownews{ padding: 20px 0; }
  .shownews .tit{ font-size: 16px; }
  .shownews .date{ font-size: 12px; padding: 5px 0 10px; }
  .shownews .wz{ padding: 15px 0; font-size: 14px; line-height: 25px; }
  .shownews .pre{ padding: 10px 0; }
  .shownews .pre a{ line-height: 25px; height: 25px; }
}