@charset "utf-8";
html, body {
  scroll-behavior: smooth;
}
html {
  font-size: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    width: 95%;
  }
}
body {
  font-size: 1rem;
  line-height: 1.8;
  background: #fff;
  font-weight: 350;
  color: #181818;
  font-family: "Source Han Sans CN", "Microsoft YaHei", "KaiTi", sans-serif;
  max-width: 1920px;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  html {
    font-size: 15px;
  }
  body {
    line-height: 1.7;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
  body {
    line-height: 1.5;
  }
}
* {
  margin: 0px;
  padding: 0px;
}
p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd {
  list-style: none;
  margin: 0px 0px 0px 0px;
}
a {
  text-decoration: none;
  color: #181818;
  transition: all 0.6s;
}
a:hover {
  text-decoration: none;
  color: #1a33aa;
  font-weight: 600;
}
a:focus {
  text-decoration: none !important;
}
img {
  max-width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.banner.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
}
.banner .swiper-pagination-bullet-active {
  background-color: #1a33aa;
  border: 1px solid #1a33aa;
}
@media (max-width: 992px) {
  .mob-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: 1px solid #ccc;
  }
  .mob-banner.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
  }
  .mob-banner .swiper-pagination-bullet-active {
    background-color: #1a33aa;
    border: 1px solid #1a33aa;
  }
}
/* 底部 */
footer {
  padding: 7rem 0 6rem 0;
  background-color: #2664af;
  /*background: url(../images/2.png) no-repeat right bottom #2664af;*/
  color: #fff;
}
.footer .foot-logo {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}
@media (max-width: 1360px) {
  .footer .foot-logo {
    font-size: 1.5rem;
  }
}


.foot-contact ul{
  margin: 1.0rem 0px 0.5rem;
}
.foot-contact ul li {
  opacity: 0.95;
}
.foot-contact ul li span{
  display: block;
  font-weight: 600;
  line-height: 1.0;
  font-size: 2.125rem;
}

.footer .foot-er {
  display: flex;
  justify-content: flex-start;
}
.footer .foot-er .er-box {
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 5px;
  margin-right: 2%;
  margin: 0.5rem 0.5rem 1rem 0;
  color: #fff;
}
.footer .foot-er .er-box p {
  color: #fff;
  padding: 5px 0 0;
}

.foot-nav {
  display: flex;
  justify-content: space-between;
}
.foot-nav p.name {
  font-size: 1.325rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.foot-nav li a{
  display: block;
  color: #fff;
}
.foot-nav li ul li a {
  font-size: 1rem;
  line-height: 2.0;
  display: block;
  margin: 2px 0px;
  white-space: nowrap;
}


footer .foot-text {
  padding: 3rem 0px 0;
}
footer .foot-text a,.foot-contact ul li a {
  color: #fff;
}

@media (max-width: 767px) {
  footer {
    padding: 40px 0 20px 0;
  }
  .foot-contact .er-box {
    padding: 5px;
    width: 25%;
    margin: 0px 3% 0px 0px;
  }
  footer .foot-contact ul {
    width: 100%;
  }
  footer .foot-text {
    padding: 15px 0px;
    margin-top: 20px;
  }
  footer .foot-logo {
    margin-bottom: 5px;
  }
  .footer .foot-logo img {
    height: 35px;
  }
}
/* 侧边悬浮框 */
.float-box {
  position: fixed;
  bottom: 20%;
  right: -80px;
  z-index: 999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.float-box.active {
  right: 10px;
}
.float-box ul li {
  text-align: center;
  position: relative;
}
.float-box ul li a {
  color: #fff;
  display: block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #f28e00;
}
.float-box ul li a span {
  font-size: 26px;
  display: inline-block;
  line-height: 1;
}
.float-box ul li a p {
  margin-top: -12px;
}
.float-box ul li:hover a {
  color: #fff;
}
/* 手机底部 */
.m-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 999;
}
.m-footer ul {
  margin: 0;
  overflow: hidden;
}
.m-footer ul li {
  width: 25%;
  height: 50px;
  float: left;
  background: #3b3b3b;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 50px;
}
.m-footer ul li:first-child {
  border-left: none;
}
.m-footer ul li a {
  color: #fff;
}
@media (max-width: 991px) {
  .m-footer {
    display: block;
  }
}

/* 页码 */
.page-box {
  margin: 30px 0;
  text-align: center;
  font-size: 14px;
}
.page-box .pagination {
  overflow: hidden;
}
.page-box .pagination a {
  display: block;
  float: left;
  padding: 6px 15px;
  background: #fff;
  border-radius: 25px;
  text-align: center;
  margin: 8px 3px;
  border: 1px solid #ddd;
}
.page-box .pagination .page-num,
.page-box .pagination .page-item {
  background: #fff;
}
.page-box .pagination .page-num-current {
  background: #faaa23 !important;
  color: #fff;
  border: 1px solid #faaa23;
}
.page-num-current:hover {
  color: #fff;
}
span.page-num {
  display: none;
}
/* 移动端修改 */
@media (max-width: 992px) {
  .pro-img {
    text-align: center;
  }
  .pro-img img {
    width: 42%;
  }
  .foot-nav {
    flex-wrap: wrap;
  }
  .foot-nav .one .row {
    justify-content: space-between;
  }
  .foot-nav li.one {
    display: none;
  }
  .foot-nav li:nth-of-type(2),
  .foot-nav li:nth-of-type(5),
  .foot-nav li:nth-of-type(3) {
    display: none;
  }
  .foot-nav {
    display: flex;
    justify-content: space-between;
  }
}
.d-flex{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.ny-more {
  display: inline-block;
  font-size: 1.25rem;
  padding: 1.5rem 10rem 1.5rem 2.0rem;
  border-radius: 2.5rem;
  background: url(../images/more.png) no-repeat right 1.5rem center #fff;
  margin-top: 4.0rem;
}
.ny-more:hover{
  color: #fff;
  background: url(../images/more1.png) no-repeat right 1.5rem center #1a33aa;
}

/*方案*/
.soft-nav{
  border-bottom: 1px solid #e2e2e2;
  font-size: 1.25rem;
  transition: all 0.6s;
}
.soft-nav .overview .soft-title{
  font-size: 2.25rem;
  font-weight: 600;
}
.soft-nav .overview .soft-title span{
  color: #1a33aa;
}
.soft-nav .overview img{
  filter: brightness(0) invert(85%);
  filter: grayscale(10%) brightness(10%) contrast(1%);
}
.soft-nav:hover .overview img{
  filter: none;
}
.soft-nav .ny-more,
.software .ny-more{
  border: 2px solid #dcdcdc;
}
.soft-nav:hover .ny-more{
  color: #fff;
  background: url(../images/more1.png) no-repeat right 1.5rem center #1a33aa;
}
.soft-nav .soft-img{
  overflow: hidden;
  border-radius: 1.0rem;
}
.soft-nav .soft-img img{
  width: 100%;
}
@media (max-width:992px) {
  .ny-more{
    background: url(../images/more.png) no-repeat right 10px center #fff;
    padding: 10px 100px 10px 20px;
    font-size: 1.125rem;
    background-size: 30px;
    margin: 10px 0;
  }
  .ny-more:hover{
    background-size: 30px;
  }
  .soft-nav .row.d-flex{
    flex-direction: column-reverse;
  }
  .soft-nav .row.d-flex .overview p,.soft-nav .row.d-flex .overview p a{
    font-size: 1rem;
  }
  .soft-nav .row.d-flex .overview p.soft-title{
    font-size: 1.25rem;
  }
  .soft-nav .row.d-flex .overview p:first-child{
    display: none;
  }
  .soft-nav .overview img{
    width: 45px;
  }
  .soft-nav .ny-more{
    color: #fff;
    background: url(../images/more1.png) no-repeat right .5rem center #1a33aa;
    background-size: 30px;
  }
  .soft-nav:hover .ny-more{
    background: url(../images/more1.png) no-repeat right .5rem center #1a33aa;
    background-size: 30px;
  }
  .soft-nav .overview .soft-title{
    font-size: 1.5rem;
    margin: 10px 0 5px;
  }
}