.jumbotron.product {
  background: url('../image/bg.png') no-repeat;
  background-size: 100% 100%;
}
.consult_wrap {
  background: url(../image/consult_bg.jpg) no-repeat;
}
.product_wrap {
  height: 100%;
  background: url('../image/upFileBg.png') no-repeat;
  background-size: 100% 100%;
  color: #373938;
  background-color: #f4f7fc;
  margin-top: 50px;
  margin-bottom: 281px;
}
.product_wrap ul li {
  list-style: none;
}
.product_wrap .product_trial {
  margin: 0 auto;
  text-align: center;
}
.product_wrap .product_trial img {
  width: 56px;
  height: 56px;
  margin-top: 50px;
}
.product_wrap .product_trial h2 {
  font-size: 32px;
  color: #1169bb;
}
.product_wrap .product_trial p {
  color: #5e6f98;
  margin-bottom: 30px;
  font-size: 14px;
}
.product_wrap .product_contents {
  max-width: 1440px;
  background: #fff;
  border-radius: 5px;
}
.product_wrap .form_wrap {
  clear: both;
  height: 630px;
  max-width: 530px;
  margin: auto;
  overflow: hidden;
}
.product_wrap .form_wrap .w508 {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 25px;
}
.product_wrap .form_wrap .w508 .tiup {
  line-height: 25px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.product_wrap .form_wrap .w508 li {
  margin: 16px 0;
  clear: both;
}
.product_wrap .form_wrap .w508 .iinjg {
  border: 1px solid #d8e2ee;
  border-radius: 5px;
  width: 100%;
  line-height: 50px;
  background-color: #f3f7fa;
}
.product_wrap .form_wrap .w508 .iinjg input,
.product_wrap .form_wrap .w508 .iinjg textarea {
  font-size: 16px;
  color: #666666;
  outline: none;
  border: none;
  width: 94%;
  background-color: #f3f7fa;
}
.product_wrap .form_wrap .w508 .iinjg i {
  font-size: 16px;
  color: #f51818;
  margin: 0 5px;
}
.product_wrap .w508:nth-child(1) {
  float: left;
}
.product_wrap .w508:nth-child(2) {
  float: right;
}
.product_wrap .iinjg textarea {
  width: 94%;
  resize: none;
  padding: 37px 0 0 0px;
  height: 100px;
  overflow: hidden;
}
.product_wrap .form_wrap .butto button {
  display: block;
  width: 164px;
  line-height: 44px;
  color: #fff;
  font-size: 18px;
  border-radius: 2px;
  background: #1176d2;
  margin: auto;
  outline: none;
  border: none;
}
.product_wrap .upload_wrap {
  height: 102px;
}
.product_wrap .file_img_wrap {
  height: 100px;
  float: left;
  margin-left: 10px;
}
.product_wrap .file_img_wrap img {
  max-width: 80px;
  height: 100%;
  margin-right: 5px;
}
.product_wrap .up_file_wrap {
  width: 100px;
  height: 100px;
  border: 1px solid #d8e2ee;
  background: #f3f7fa;
  background: url('../image/upFile.png') no-repeat 0 center;
  background-size: 100% 100%;
  float: left;
}
.product_wrap .up_file {
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}
.product_wrap .consult_wrap {
  margin-top: 80px;
  min-height: 161px;
  background: url('../image/consult_bg.jpg');
  background-size: 100% 100%;
}
.product_wrap .consult_wrap .consult {
  text-align: center;
  max-height: 161px;
  padding: 50px;
}
.product_wrap .consult_wrap .consult .btn-primary {
  width: 207px;
  height: 49px;
}
.product_wrap .consult_wrap h2,
.product_wrap .consult_wrap .btn-primary {
  margin-top: 16px;
  margin-right: 0px;
}
