@charset "UTF-8";
/*页面设置 开始*/
html, body {
  -ms-overflow-style: scrollbar; }

body {
  font-family: "Microsoft YaHei","微雅软黑"; }

/*页面核心固定*/
.index-page {
  width: 62.5%;
  min-width: 1200px;
  margin: 0 auto;
  overflow: auto;
  padding-bottom: 100px; }

.content-wrap {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0; }
  .content-wrap .content-panel {
    width: 100%;
    margin-left: 0;
    border: 0;
    padding-bottom: 0; }

/*页面设置 结束*/
a {
  text-decoration: none;
  cursor: pointer; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.display-none {
  display: none !important; }

.visibility-hidden {
  visibility: hidden !important; }

.overflow-hidden {
  overflow: hidden !important; }

.font-gray {
  font-size: 16px;
  padding-left: 5px;
  font-weight: 300;
  color: #CCCCCC !important; }

.font-orange {
  color: #f7772c !important; }

.cursor-pointer {
  cursor: pointer; }

/*一行省略*/
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all; }

/*两行省略*/
.ellipsis-two {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

/*四行省略*/
.ellipsis-four {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical; }

.opacity50 {
  filter: alpha(opacity=50);
  /* IE */
  -moz-opacity: 0.5;
  /* 老版Mozilla */
  -khtml-opacity: 0.5;
  /* 老版Safari */
  opacity: 0.5;
  /* 支持opacity的浏览器*/ }

/* 登录 */
.login{
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login .login_container{
  width: 70%;
  text-align: right;
}

.login .login_container .mb-3{
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.login .login_container .login_btn{
  width: 100%;
  background: #5D8BFA;
  border-color: #5D8BFA;
}

.login .login_container .login_btn:focus,
.login .login_container .login_btn:active {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

.login .login_container .mb-3 label{
  font-size: 16px;
  padding-right: 0px;
}

.login .login_container .mb-3 div{
  padding-left: 0px;
}

/*图片16:9*/
.img_wap16 {
  padding-bottom: 56%;
  width: 100%;
  position: relative; }
  .img_wap16 img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }

/*图片4:3*/
.img_wap4 {
  padding-bottom: 75%;
  /* padding-bottom: 60%; */
  width: 100%;
  position: relative; }
  .img_wap4 img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0; }

.footer-hr {
  margin-bottom: 49px;
  border: 0;
  border-top: 1px solid #DDD; }

/*头部页面 nav导航条 开始*/
.header_nav {
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  border-bottom: 0.1px solid #6FA0D1; }
  .header_nav .nav_warp {
    width: 62.5%;
    height: 100%;
    min-width: 1200px;
    margin: 0 auto; }
  .header_nav .header_logo {
    float: left;
    height: 60%; }
    .header_nav .header_logo img {
      width: 100%;
      height: 100%; }
  .header_nav .header_nav_ul {
    float: right;
    font-size: 14px; }
    .header_nav .header_nav_ul .tag {
      float: left;
      cursor: pointer;
      padding: 0 20px;
      text-decoration: none;
      background-color: transparent;
      font-size: 18px;
      font-weight: 400;
      color: #333333;
      line-height: 75px;
      /*a {
                padding: 23px 20px;
                text-decoration: none;
                background-color: transparent;
                font-size: 18px;
                font-weight: 400;
                color: #333333;
            }*/ }
    .header_nav .header_nav_ul .active {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
      color: #6FA0D1;
      border-bottom: #6FA0D1 solid 5px;
      /*a {
                color: $blue;
                border-bottom: #6FA0D1 solid 5px;
            }*/ }

/*头部页面 nav导航条 结束*/
/*底部footer 开始*/
.footer {
  background: #131313;
  min-width: 1190px;
  z-index: 1190; }
  .footer .footer-container {
    background: #1D1D1D;
    font-size: 12px;
    padding: 40px 0; }
    .footer .footer-container .footer-wrap {
      width: 62.5%;
      height: 100%;
      min-width: 1200px;
      margin: 0 auto;
      padding: 0 25px; }
    .footer .footer-container .footer-info {
      position: relative;
      width: 34.9%;
      color: #fff;
      line-height: 25px;
      text-align: left; }
      .footer .footer-container .footer-info .logo {
        width: 30%;
        padding-bottom: 55px; }
        .footer .footer-container .footer-info .logo img {
          width: 100%;
          height: auto; }
    .footer .footer-container .line {
      width: 1px;
      height: 160px;
      background-color: #000;
      display: block;
      overflow: hidden; }
    .footer .footer-container .footer-nav {
      width: 65%; }
    .footer .footer-container .footer_nav_ul {
      width: 50%;
      margin-left: 15%; }
      .footer .footer-container .footer_nav_ul .tag {
        width: 50%;
        float: left;
        margin-bottom: 30px;
        color: #fff;
        cursor: pointer;
        /*a {
                    text-decoration: none;
                    color: #fff;
                }*/ }
      .footer .footer-container .footer_nav_ul .tag.active {
        color: #F49B00;
        /* a {
                    color: #F49B00;
                }*/ }
    .footer .footer-container .QRcode {
      color: #fff; }
      .footer .footer-container .QRcode img {
        width: 100px;
        height: auto;
        padding-bottom: 20px; }

/*底部footer 结束*/
/*页面标题 开始*/
.title-div {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 70px; }
  .title-div .title {
    color: #6FA0D1;
    font-size: 36px; }
  .title-div .title-bottom {
    color: #999999;
    line-height: 22px;
    font-size: 18px;
    font-weight: 300;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8; }
  .title-div .title-top {
    font-size: 20px;
    color: #5A5A5A; }

/*页面标题 结束*/
/*公司简介*/
.profile {
  padding: 0 25px;
  padding-bottom: 50px; }
  .profile .profile-item {
    width: 50%;
    float: left;
    color: #333333; }
    .profile .profile-item .title {
      font-size: 24px;
      line-height: 30px;
      padding-bottom: 50px; }
    .profile .profile-item .dec {
      font-size: 14px;
      color: #666666;
      line-height: 22px; }
  .profile .profile-item:first-child {
    padding-right: 35px; }

/*横线 虚线*/
.horizontalLine {
  border: 0.5px dotted #666666;
  opacity: 0.18;
  filter: alpha(opacity=18);
  -moz-opacity: 0.18;
  -khtml-opacity: 0.18; }

/*合作伙伴与团队*/
.partners {
  padding: 0 15px;
  padding-top: 50px; }
  .partners .partners-item {
    padding: 10px;
    width: 24.25%;
    float: left;
    margin-right: 1%; }
    .partners .partners-item .partners-img img {
      width: 100%;
      height: auto; }
    .partners .partners-item .dec {
      font-size: 14px;
      color: #666666;
      line-height: 24px;
      padding-top: 15px; }
  .partners .partners-item:nth-child(4n) {
    margin-right: 0; }
  .partners .partners-item:hover {
    box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.12); }

/*解决方案*/
.solution .solution-item.active {
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.12); }

.solution .solution-item:hover {
  box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.12); }

.solution .solution-item {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  margin-bottom: 35px;
  padding: 15px;
  cursor: default; }
  .solution .solution-item .solution-icon {
    float: left;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 20px; }
    .solution .solution-item .solution-icon img {
      width: 100%;
      height: auto; }
  .solution .solution-item .solution-info {
    float: right;
    width: 80%;
    padding-left: 2%; }
    .solution .solution-item .solution-info .title {
      position: relative;
      font-size: 20px;
      line-height: 22px;
      color: #6FA0D1;
      padding-top: 10px;
      padding-bottom: 15px; }
    .solution .solution-item .solution-info .title:after {
      content: "";
      position: absolute;
      bottom: 6px;
      left: 0;
      border: solid 0.1px #ddd;
      width: 60px;
      height: 0;
      opacity: 0.8;
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      -khtml-opacity: 0.8; }
    .solution .solution-item .solution-info .dec {
      font-size: 14px;
      line-height: 22px;
      color: #666666; }

/*团队建设*/
.team {
  padding: 0 15px; }
  .team a {
    text-decoration: none; }
  .team .team-item {
    padding: 10px;
    width: 31.3%;
    margin-right: 3%;
    float: left; }
    .team .team-item .team-title {
      font-size: 20px;
      line-height: 25px;
      padding-top: 15px;
      padding-bottom: 10px; }
    .team .team-item .team-dec {
      font-size: 14px;
      color: #666666;
      line-height: 25px; }
  .team .team-item:nth-child(3n) {
    margin-right: 0; }
  .team .team-item:hover {
    box-shadow: 0px 8px 22px 0px rgba(0, 0, 0, 0.12); }

/*资质认证*/
.certify {
  padding-bottom: 30px; }
  .certify .certify-item:hover {
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.12); }
  .certify .certify-item {
    width: 30.3%;
    margin: 0 15px;
    margin-right: 2%;
    padding: 10px;
    float: left;
    text-align: center;
    margin-bottom: 20px; }
    .certify .certify-item .certify-img {
      width: 100%; }
      .certify .certify-item .certify-img img {
        width: 100%;
        height: auto; }
    .certify .certify-item .certify-info {
      font-size: 16px;
      padding-top: 15px;
      max-height: 60px; }
  .certify .certify-item:nth-child(3n) {
    margin-right: 0; }
  .certify .works-item {
    width: 17%;
    margin: 0 15px;
    margin-right: 2%;
    padding: 10px;
    float: left;
    text-align: center;
    margin-bottom: 20px; }
    .certify .works-item .certify-img {
      width: 100%; }
      .certify .works-item .certify-img img {
        width: 100%;
        height: auto; }
  .certify .works-item:nth-child(5n) {
    margin-right: 0; }
  .certify .works-item:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12); }

/*联系我们*/
.contact {
  padding: 0 20px; }
  .contact .contact-info {
    width: 35%;
    float: left;
    padding-right: 20px; }
    .contact .contact-info .title {
      font-size: 24px;
      color: #333333;
      line-height: 30px;
      padding-bottom: 30px; }
    .contact .contact-info .info {
      font-size: 16px;
      color: #666666;
      line-height: 30px;
      padding-bottom: 15px; }
      .contact .contact-info .info .info-title {
        color: #999999; }
  .contact .contact-map {
    width: 65%;
    float: left; }
    .contact .contact-map img {
      width: 100%;
      height: auto; }
