/*技术支持*/
.tech-con {
  background: url(../img/technology-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 2.6rem 0.5rem;
}

.ny-tech-list {
  overflow: hidden;
  margin: 20px 0;
}
.ny-tech-list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny-tech-list li {
  width: 48%;
  background: #F6F6F6;
  padding: 10px;
  margin: 10px 0px;
  display: flex;
  justify-content: space-between;
}
.ny-tech-list li .pic{
  width: 40%;
}
.ny-tech-list li .info {
  width: 60%;
}

.ny-tech-list li .pic img {
  width: 100%
}

.ny-tech-list li .info {
  margin-left: 15px;
}

.ny-tech-list li .info h2 {
  margin: 10px 0 16px 0
}

.ny-tech-list li .info h2 a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #343434;
}

.ny-tech-list li .info p {
  color: #777;
}

.ny-tech-list li .info .tea-more {
  margin-top: 20px;
}

.ny-tech-list li .info .tea-more a {
  color: #fff;
  display: block;
  width: 115px;
  height: 35px;
  text-indent: 20px;
  line-height: 35px;
  background: url(../img/te-icon.png) no-repeat center right 10px #0E6EB8;
}

/*会员注册*/
.zhuce {
  background: #fff;
  height: 100vh;
}
.zhuce-con {
  background: rgba(255, 255, 255, 1);
  width: 1000px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 30px;
  position: relative;
  top: 100px;
}
.zhuce-top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.zhuce-top .top-r a {
  background: #0E6EB8;
  width: 140px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  margin-top: 1.0rem;
}
.zhuce-table h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2.0rem 0;
  color: #0E6EB8;
}
.zhuce-table .input-group,.login-box .input-group{
  margin-bottom: 1.5rem;
  width: 100%;
}
.zhuce-table .input-group-addon,.login-box .input-group-addon{
  width: 100px;
}
.login-box .input-group-addon i{
  font-size: 1.25rem;
}
.zhuce-table .btn-info,.login-box .btn-info{
  color: #fff;
  background-color: #0E6EB8;
  border-color: #0E6EB8;
  padding: 1.0rem 5rem;
  border-radius: 5px;
  margin: 2.0rem 0 1.25rem;
  font-size: 1.0rem;
}
.login-box .register{
  background-color: #fff;
  padding: 1.0rem 4rem;
  border-radius: 5px;
  margin: 2.0rem 0 1.25rem;
  font-size: 1.0rem;
  border: 1px solid #0E6EB8;
  text-align: center;
  color: #0E6EB8;
}
.valid-feedback{
  position: absolute;
  font-size: 0.875rem;
  bottom: -24px;
}
/*登录*/
.login {
  background: #fff;
  width: 100%;
  height: 100vh;
}
.login-box {
    width: 40%;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-bottom: 45px;
    border-radius: 10px;
}
.login-box h2 {
  text-align: center;
  margin: 33px auto 15px auto;
}
.login-box h2 b {
    font-size: 1.125rem;
    color: #111111;
    font-weight: normal;
    margin: 10px 0 0 0;
}
.login-box h2 p {
    font-size: 1.5rem;
    color: #0E6EB8;
    letter-spacing: 1px;
}