@charset "utf-8";
html, body {
  scroll-behavior: smooth;
}
html {
  font-size: 16px;
}
@media (min-width: 1440px) {
  .container-fluid {
    width: 96%;
    max-width: 1600px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    width: 96%;
    max-width: none;
  }
}
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: 1280px) {
  html {
    font-size: 14px;
  }
  body {
    line-height: 1.6;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 13px;
  }  
}
* {
  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: #005ca9;
  font-weight: 600;
}
a:focus {
  text-decoration: none !important;
}
img {
  max-width: 100%;
}
/*留言*/
.msg{
  border-top: 1px solid #e5e5e5;
  padding: 3rem 0;
}
.message-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.message-box .tit {
  width: 30%;
  font-size: 1.425rem;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 1.0rem;
}
.message-box form{
  width: 70%;
}
.message-box .form-control {
  height: 50px;
  font-size: 1.0rem;
  border-radius: 25px;
  padding-left: 20px;
  margin-bottom: 10px;
  border: none;
  border: 1px solid #e5e5e5;
}
.message-box button.msg-btn {
  width: 100%;
  height: 50px;
  font-size: 1.0rem;
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 25px;
  background-color: #005ca9;
}
@media (max-width: 992px) {
  .message-box .form-control,.message-box button.msg-btn {
    height: 36px;
  }
  .message-box .tit {
    font-size: 1.125rem;
    width: 100%;
  }
  .message-box form{
    width: 100%;
  }
}
/* 底部 */
footer {
  padding: 7rem 0 6rem 0;
  background: #1c1f1f;
  color: #fff;
}
.footer .foot-logo {
  font-size: 3.125rem;
  line-height: 1.5;
  display: block;
}
@media (max-width: 1440px) {
  .footer .foot-logo {
    font-size: 2.8rem;
  }
}
@media (max-width: 1360px) {
  .footer .foot-logo {
    font-size: 2.5rem;
  }
}
.foot-contact ul{
  margin: 1.0rem 0px 0.5rem;
}
.foot-contact ul li {
  opacity: 0.95;
  padding-left: 1.5rem;
  background-repeat: no-repeat;
  background-position: left center;
}
.foot-contact ul li.add {
  background-image: url(../img/a.png);
}
.foot-contact ul li.tel {
  background-image: url(../img/t.png);
}
.foot-contact ul li.email {
  background-image: url(../img/e.png);
}
.foot-contact li.email a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.foot-er {
  display: flex;
  justify-content: flex-start;
}
.foot-er .er-box {
  display: inline-block;
  width: 120px;
  text-align: center;
  padding: 5px;
  background: #fff;
  margin-right: 2%;
  margin: 0.5rem 0.5rem 1rem 0;
}
.foot-er .er-box p {
  color: #2b2b2b;
  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 {
  margin-top: 4rem;
  padding: 3rem 0px 0;
  border-top: 1px solid #494c4c;
}
footer .foot-text a,.foot-contact ul li a {
  color: #fff;
}

@media (max-width: 767px) {
  footer {
    padding: 40px 0 20px 0;
  }
  .footer .foot-logo {
    font-size: 1.8rem;
  }
  .foot-contact .er-box {
    padding: 5px;
    width: 25%;
    margin: 0px 3% 0px 0px;
  }
  .foot-contact ul {
    width: 100%;
  }
  footer .foot-text {
    margin-top: 1rem;
    padding: 1rem 0px 0;
  }  
  .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: #005ca9;
}
.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;
}
.page-box .pagination {
  overflow: hidden;
}
.page-box .pagination a {
  display: block;
  float: left;
  padding: 6px 15px;
  background: #fff;
  border-radius: 5px;
  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: #005ca9 !important;
  color: #fff;
  border: 1px solid #005ca9;
}
.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;
  }
}

/*方案*/
.soft-nav{
  transition: all 0.6s;  
  display: flex;
  justify-content: space-between;
}
.main .soft-nav{
  margin-bottom: 5rem;
}
.soft-nav .overview{
  width: 28%;
  font-size: 1.125rem;
}
.soft-nav .overview .soft-title{
  font-size: 3.125rem;
  font-weight: 600;
  margin: 1.5rem 0 0.5rem;
}
.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{
  display: inline-block;
  background: #efefef;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  margin-top: 1.0rem;
}
.soft-nav:hover .ny-more{
  color: #fff;
  background:#005ca9;
}
.soft-nav .soft-img{
  width: 69%;
  overflow: hidden;
  border-radius: 0.6rem;
}
.soft-nav .soft-img img{
  width: 100%;
}
@media (max-width: 1440px) {
 .soft-nav .overview .soft-title{
    font-size: 2.6rem;
    margin: 0.5rem 0 0.5rem;
  }
  .soft-nav .overview img{
    width: 80px;
  }
  .soft-nav .overview{
    font-size: 1.0rem;
  }
}
@media (max-width:992px) {
  .soft-nav{
    margin-bottom: 2.5rem;
  }
  .soft-nav .overview,
  .soft-nav .soft-img{
    width: 100%;
    font-size: 1.0rem;
  }
  
  .soft-nav .overview p,.soft-nav .overview p a{
    font-size: 1rem;
  }
  .soft-nav .overview p.soft-title{
    font-size: 1.25rem;
  }
  .soft-nav .overview p:first-child{
    display: none;
  }
  .soft-nav .overview .soft-title{
    font-size: 1.5rem;
    margin: 0px 0 5px;
  }
  .soft-nav .soft-img{
    margin: 15px 0px 0;
  }
}