@charset "UTF-8";
.w {
  width: 1200px;
  margin: 0 auto;
}
.fpga-container {
  margin: 0 auto;
  width: 100%;
}
.fpga1 {
  width: 100%;
  height: 994px;
  padding-top: 100px;
  background: url(/images/fpga/FPGA_p1_bg_pic.png);
  text-align: center;
}
.fpga1 h1 {
  font-size: 26px;
}
.fpga1 h2 {
  width: 1006px;
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 37px;
}
.fpga1 img {
  width: 1180px;
  margin-top: 40px;
}
.fpga2 {
  background-color: #fff;
  text-align: center;
  padding: 100px 0;
}
.fpga2 h2 {
  line-height: 47px;
}
.fpga2 img {
  width: 895px;
  margin-top: 40px;
}
.fpga3 {
  position: relative;
  padding-top: 100px;
  height: 1020px;
  background: -webkit-linear-gradient(left, #45da22, #34dcb0);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #45da22, #34dcb0);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #45da22, #34dcb0);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #45da22, #34dcb0);
}
.fpga3 .bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
input,
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
  padding: 3px 0 3px 3px;
  margin: 5px 1px 3px 0;
  border: #1874ff 1px solid;
}
input:focus,
textarea:focus {
  box-shadow: 0 0 5px #1874ff;
  padding: 3px 0 3px 3px;
  margin: 5px 1px 3px 0;
  border: #1874ff 1px solid;
}
.user-form {
  overflow: hidden;
  width: 1160px;
  height: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.user-form input {
  outline: none;
}
.user-form .left {
  float: left;
  width: 786px;
  height: 820px;
  background-color: #fff;
  padding: 0 40px;
}
.user-form .left h2 {
  font-size: 26px;
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}
.user-form .right {
  float: right;
  width: 374px;
  height: 820px;
  position: relative;
  background-color: #f8f8f8;
}
.user-form .right .contact {
  text-align: center;
  position: absolute;
  width: 100%;
  cursor: pointer;
  bottom: 40px;
}
.user-form .right .contact span {
  text-decoration: underline;
  color: #1874ff;
  display: block;
  margin-top: 12px;
}
.user-form .right .contact div {
  width: 56px;
  height: 56px;
  background: url(/images/chips/chips_contact_icon_service.png.png);
  display: inline-block;
}
.user-form .right .h {
  position: absolute;
  top: 375px;
  left: 36px;
}
.user-form .right h2 {
  margin-bottom: 30px;
  font-size: 20px;
}
.user-form .right h3 {
  margin-bottom: 20px;
}
.user-form .ewm {
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 0;
}
.user-form .ewm img {
  margin: 40px auto 0;
  display: block;
  width: 120px;
}
.user-form .form {
  padding: 40px 0;
}
.user-form .form h4 {
  font-size: 14px;
  padding-left: 10px;
  border-left: 3px solid #1874ff;
  margin-top: 40px;
}
.user-form .form div {
  font-size: 0;
  margin-top: 20px;
}
.user-form .form div input:last-child {
  margin-right: 0;
}
.user-form .form input {
  font-size: 16px;
  width: 222px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: #f8f8f8;
  border: none;
  border-radius: 3px;
  margin-right: 20px;
}
.user-form .upload {
  color: #999;
  overflow: hidden;
}
.user-form .upload .del {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/images/storlead_school_delete.svg);
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  cursor: pointer;
  z-index: 3;
}
.user-form .upload .del-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
  top: 0;
  left: 0;
  display: none;
  border-radius: 3px;
}
.user-form .upload .del-mask:hover {
  display: block;
}
.user-form .upload img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.user-form .upload img:hover + .del-mask {
  display: block;
}
.user-form .upload div {
  width: 60px;
  height: 60px;
  background-color: #f8f8f8;
  border-radius: 3px;
  margin: 0;
  float: left;
  position: relative;
  /*cursor:pointer;*/
}
.user-form .upload div:before {
  width: 20px;
  height: 2px;
  background-color: #1874ff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -1px;
}
.user-form .upload div:after {
  height: 20px;
  width: 2px;
  background-color: #1874ff;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -10px;
}
.user-form .upload input {
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
}
.user-form .span1 {
  font-size: 14px;
  float: left;
  margin: 24px 10px 0 0;
}
.user-form .span2 {
  font-size: 12px;
  float: left;
  margin: 28px 0 0 10px;
}
.form-btn {
  width: 190px;
  height: 50px;
  border-radius: 3px;
  color: #fff;
  background: #1874ff;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.fpga3 {
  width: 100%;
}
.fpga3 .user-form .form h4 {
  border-color: #45da22;
}
.fpga3 .user-form .upload div:before,
.fpga3 .user-form .upload div:after,
.fpga3 .form-btn {
  background-color: #45da22;
}
.fpga3 .user-form .right .contact span {
  color: #45da22;
}
.fpga3 .user-form .right .contact div {
  background: url(/images/fpga/fpga_contact_icon_service.png);
}
