@charset "UTF-8";
.fixe {
  width: 1200px;
  margin: 20px auto;
}

.fixe h3 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin: 50px 0;
}

.fixe h3 p {
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  color: #999999;
}

.fixe ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fixe ul li {
  width: 216px;
  height: 214px;
  background-color: #126CD3;
  border-radius: 5px;
}

.fixe ul li .imp {
  width: 100%;
  height: 150px;
  text-align: center;
}

.fixe ul li .imp img {
  margin: 60px auto  40px;
  width: 50px;
}

.fixe ul li p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.nvite {
  width: 1200px;
  margin: 0 auto;
}

.nvite h3 {
  font-size: 30px;
  color: #000000;
  text-align: center;
  margin: 50px 0;
}

.nvite h3 p {
  font-size: 14px;
  line-height: 40px;
  font-weight: normal;
  color: #999999;
}

.nvite form {
  width: 100%;
}

.nvite form ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nvite form ul li {
  width: 404px;
  height: 36px;
}

.nvite form ul li label {
  font-size: 14px;
  color: #666666;
}

.nvite form ul li input {
  width: 280px;
  height: 36px;
  margin: 0;
  border: 1px solid #dadada;
  border-radius: 2px;
  border-color: #dadada;
  padding: 0;
  font-size: 12px;
  text-indent: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nvite form .ster {
  line-height: 36px;
  color: red;
}

.nvite form .text {
  line-height: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.nvite form .text label {
  display: block;
  text-align: right;
  font-size: 14px;
  color: #666666;
  line-height: 100px;
}

.nvite form .text textarea {
  width: 1045px;
  height: 100px;
  border: 1px solid #dadada;
  border-radius: 2px;
  border-color: #dadada;
}

.nvite form .btn {
  margin: 100px  0;
  background-color: #5AB4FF;
  color: #fff;
  font: 14px "微软雅黑";
  height: 44px;
  line-height: 44px;
  width: 20%;
  cursor: pointer;
  border: 0;
}
/*# sourceMappingURL=cooeration.css.map */