* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-family: 'microsoft yahei',tahoma,arial,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}
body, button, input, select, textarea {
  font-family: 'microsoft yahei',tahoma,arial,sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #777777;
}
.break, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre {
  word-break: break-word;
  word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'microsoft yahei',tahoma,arial,sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 0;
  color: #333333;
}
body, html, h1, h2, h3, h4, h5, h6 {
  font-family: 'microsoft yahei',tahoma,arial,sans-serif;
}
ul, ol, dl, p, details, address, .vcard, figure, pre, fieldset, table, dt, dd, hr {
  margin-bottom: 0.9375rem;
  margin-top: 0;
}
.container{
  width: 100%;
  height: 100%;
  position: relative;
}
.container-tools {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tools-box {
  flex: 1;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  z-index: 10000;
  background:#F0FFFF;
}
.tools-header {
  position: relative !important;
}
.header .img-logo {
  width: 170px;
  height: 60px;
  margin: 10px 50px;
}
.header .header-center {
  color: black;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.header .header-center .header-center-item {
  cursor: pointer;
}
.header-center-item-active {
  color: #2d7bff;
}
.header-center-item a {
  color: black;
}
.header .header-right {
  /*flex: 1;*/
  width: 170px;
  margin: 10px 50px;
}
.nav-list {
  list-style-type: none;
  flex: 1;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.nav-list li {
  margin-right: 40px;
}
a {
  text-decoration: none;
}
.nav-list a:hover{
  color: rgb(56, 159, 255) !important
}
.nav-list a:visited{
  color: #fff;
}
.banner-top {
  background: url(./images/login-top.jpg) no-repeat;
  width: 100%;
  background-position: 30% 60%;
  background-size: cover;
  padding: 18.5% 0;
  position: relative;
}
.top-button {
  position: fixed;
  right: 0;
  width: 150px;
  top: 19px;
}
.top-button button {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: transparent;
}
.vertical-align-middle {
  order: 0;
}
.vertical-align-middle a{
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
.btn-signin {
  margin-right: 10px;
}
.text-con {
  color: #fff;
  width: auto;
  text-align: left;
  margin-left: 50px;
  position: absolute;
  left: 50px;
  top: 33%;
}
.text-con h4 {
  color: #fff;
  font-size: 30px;
}
.notice-list {
  position: relative;
  background: #edf2f5;
  padding-top: 40px;
  padding-bottom: 30px;
  width: 100%;
}
.list-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}
.list-item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.box-item {
  background: #fff;
  padding: 20px 20px 10px 20px;
  box-shadow: 0px 0px 14px rgb(136 159 229 / 20%);
  text-align:center;
  height: 100%;
}
.notice-title {
  color: #212121;
  font-size: 16px;
  margin-bottom: 10px;
}
.product-service {
  padding: 70px 0;
}
.service-big {
  flex-direction: column;
}
.pro-title {
  font-size: 22px;
  color: #212121;
  text-align: left;
  margin-bottom: 12px;
  position: relative;
}
.pro-title::after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 44px;
  background: #2872f5;
  content: '';
  left: 0;
  top: 38px;
}
.pro-title-en {
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #666666;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-item {
  width: 286px;
  position: relative;
  margin-bottom: 50px;
}
.inner-item {
  margin: 0 5px;
}
.inner-item img {
  width: 100%;
}
.service-title {
  position: absolute;
  bottom: -18px;
  left: 14px;
  height: 47px;
  line-height: 47px;
  width: 256px;
  background: #fff;
  z-index: 100;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  box-shadow: 0 5px 10px 0 rgb(50 50 50 / 6%);
}
.inner-holder {
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  height: calc(100% - 6px);
  background: rgba(45, 123, 255, 0.6);
  color: #fff;
  padding: 110px 20px 50px 20px;
  display: none;
}
.service-item:hover .inner-holder  {
  display: block !important;
  transition: all 500ms ease-out 0s;
}
.about-us {
  background: url(./images/about-us-bg.jpg) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 10% 0%;
  position: relative;
  padding: 50px 0;
}
.about-title {
  font: 40px / 40px Impact;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.about-title-zh {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: rgb(221, 221, 221);
}
.content-box img {
  width: 80%;
  margin: 0 auto;
}
.content-box .info-box {
  color: #fff;
  margin: 32px 20px 0;
}
.info-box .info-title {
  color: #fff;
}
.solution-plan{
  background: #edf2f5;
  padding: 50px 0;
}
.solution-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.solution-title {
  font-size: 26px;
  color: rgb(45, 123, 255);
}
.solution-title-en {
  font-size: 14px;
  color: rgb(102, 102, 102);
  margin-bottom: 20px;
}
.item-solute {
 margin: 0px 15px;
 position: relative;
}
.item-solute img {
  width: 100%;
}
.item-solute .solute-title {
  height: 30px;
  width: 80px;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgba(0, 0, 0, 0.58);
  overflow: hidden;
  z-index: 101;
}
.item-solute .solute-holder {
  position: absolute;
  top: 12px;
  right: 10px;
  left: 10px;
  height: 270px;
  padding: 10px;
  background: rgba(255,255,255,0.7);
  z-index: 100;
  color: #000;
  display: none;
  height: calc(100% - 100px);
  overflow: auto;
}
.item-solute:hover .solute-holder {
  display: block;
  transition: all 500ms ease-out 0s;
}
.news-section {
  background: url(./images/news-bg.jpg) no-repeat;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: 10% 0%;
  position: relative;
  padding: 50px 0;
}
.news-image {
  max-width: 500px;
}
.info-news {
  flex: 1;
}
.info-box {
  margin-left: 25px;
  text-align: left;
}
.news-time {
  color: rgb(102, 102, 102);
  position: relative;
  padding: 20px 0px 50px;
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
}
.news-time::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: rgb(45, 123, 255);
  position: absolute;
  left: 0px;
  bottom: 40px;
}
.news-title {
  display: block;
  font-size: 18px;
  color: rgb(33, 33, 33);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.news-desc {
  color: rgb(102, 102, 102);
  line-height: 24px;
  margin: 50px 0px 20px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 300;
  font-size: 14px;
}
.news-more {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  color: #2872f5;
  border-radius: 5px;
  box-shadow: rgb(12 3 6 / 13%) 0px 0px 10px;
}
.list-news-box {
  margin-top:40px;
}
.news-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.news-info-item {
  position: relative;
}
.news-item {
  margin: 10px;
  padding: 10px;
  background: rgb(242, 242, 242);
  box-shadow: rgb(12 3 6 / 16%) 0px 0px 10px;
}
.news-info-bg {
  position:absolute;
  left:0 ;
  right: 0;
  height: 100%;
  z-index: -1;
  width: 100%;
}
.news-item .news-time {
  padding-bottom: 5px;
  text-align: left;
}
.news-item .news-time::after {
  bottom: 4px;
}
.news-item .news-desc {
  margin-top: 20px;
}
.part-title {
  font-size: 18px;
  color: rgb(33, 33, 33);
  font-weight: 600;
  text-align: left;
}
.part-desc {
  font-weight: 400;
  margin-left: 10px;
  font-size: 16px;
  display: inline-block;
  color: rgb(102, 102, 102);
}
.partner-list {
  padding: 30px 0;
}
.part-container {
  margin-top: 20px;
  justify-content: center;
}
.part-item {
  width: 175px;
  margin: 5px 5px 10px;
  padding: 10px;
  border: 1px solid rgb(228, 228, 228);
}
.part-item img {
  height: 50px;
  vertical-align: middle;
}
.foot-nav {
  padding: 30px 0;
  background:#2e3034;
}
.icondiv {
  border-bottom: 1px solid rgb(71, 72, 74);
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display:flex;
  width: 100%;
}
.icondiv > li {
  margin-bottom: 15px;
  padding: 0px 15px;
  flex: 1;
}
.iconbox {
  text-align: left;
  display: flex;
  min-width: 170px;
}
.icon {
  width: 50px;
}
.icon img {
  max-width: 100%;
  padding: 5px 0;
}
.iconcenter {
  width: calc(100% - 50px);
  padding-left: 13px;
}
.mytitle {
  font-size: 18px;
  width: 100%;
  height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mydesc {
  font-size: 13px;
  width: 100%;
  height: 22px;
  overflow: hidden;
  white-space: nowrap;
}
.list-navs {
  width: 75%;
}
.list-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul {
  list-style-type: none;
}
.list {
  width: 16.6%;
}
.list h4 {
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}
.qrcode-list {
  width: 25%;
}
.code-imgs {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.erm {
  width: 50%;
  display: inline-block;
  font-size: 1rem;
  vertical-align: top;
  margin-bottom: 1.875rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}
.erm img{
  max-width: 100%;
  height: auto;
}
.erm p {
  color: #999999;
  font-weight: bold;
}
.footer-info {
  line-height: 1.8;
  background-color: rgb(41, 43, 46);
  padding: 20px 0px;
  color: rgb(153, 153, 153);
}
.foot-container {
  justify-content: center;
}
.tips-foot {
  margin-bottom: 0 !important;
}
.rights-tips {
  margin-top: 1rem;
}
.rights-tips a {
  color: rgb(45, 123, 255);
  text-decoration: none;
}
.online-list {
  position: fixed;
  height: 130px;
  right: 10px;
  top: 50%;
  width: 68px;
  border-radius: 2px;
  z-index: 10000;
}
.online-type {
  background: #2d7bff;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 13px;
}
.phone-type {
  height: 60px;
  border-radius: 8px 8px 0 0;
}
.phone-type img {
  width: 20px;
  margin: 0 auto 2px;
}
.wechat-type {
  border-top: 2px solid #fff;
  height: 62px;
  border-radius: 2px;
  border-radius: 0 0 8px 8px;
}
.wechat-type-img{
  width: 20px;
  margin: 0 auto 2px;
  position: relative;
}
.wechat-code-online {
  position: absolute;
  width: 110px;
  height: 100px;
  left: -121px;
  right: 0;
  background: #fff;
  border-radius: 5px;
  display: none;
}
.wechat-code-online img {
  width: 86px;
  height: 86px;
  margin: 7px auto;
}
.right-arrow{
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 16px solid #fff;
  border-bottom: 13px solid transparent;
  left: 104px;
  top: 41px;
}
.wechat-type:hover .wechat-code-online {
  display: block;
}


@media (min-width: 1200px) {
 .list-container {
  width: 1170px;
 }
 .news-info-item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .about-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mytitle {
    font-size: 18px;
  }
  .list-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .solution-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .solution-item .solute-holder {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .list-container {
    width: 970px;
  }
  .news-info-item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .about-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .mytitle {
    font-size: 16px;
  }
  .list-item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .solution-item {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .solution-item .solute-holder {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 15px;
  }
  .text-con h4 {
    font-size: 21px;
  }
  .list-container {
    width: 750px;
  }
  .news-info-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mytitle {
    font-size: 15px;
  }
  .list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .solution-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .solution-item .solute-holder {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px){
  html {
    font-size: 14px;
  }
  .text-con h4 {
    font-size: 16px;
  }
  .list-container {
    width: 606px;
  }
  .news-info-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mytitle {
    font-size: 15px;
  }
  .list-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .solution-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .solution-item .solute-holder {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 14px;
  }
  .text-con h4 {
    font-size: 14px;
  }
  .list-container {
    width: 100%;
  }
  .news-info-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mytitle {
    font-size: 18px;
  }
  .list-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news-image {
    width: 80%;
    margin: 0 auto;
  }
  .solution-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .solution-item .solute-holder {
    font-size: 18px;
  }
}
