@charset "UTF-8";
/* 标题样式 */
.title {
  text-align: center;
  color: #e4590a;
}
.title .tit {
  font-size: 1.6rem;
  font-weight: bold;
}
.title .egs {
  font-size: 0.8rem;
  padding: 0.5rem 0 0.8rem;
  letter-spacing: 0.45rem;
}
.title p {
  font-size: 1rem;
}

/* 两个按钮的样式 */
.btn {
  overflow: hidden;
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 38%;
  margin: 0 1%;
  padding: 0.3rem 0;
  color: white;
  font-size: 1.2rem;
  border-radius: 0.4rem;
  background: #e4590a;
  text-align: center;
}

/* 一个按钮的样式 */
.bun {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 0.3rem 0;
  color: #d6001d;
  border: 1px solid #d6001d;
  text-align: center;
}

.content1 {
  padding: 0.95rem 1rem 1.7rem;
  background: white;
  position: relative;
}
.content1 form {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.content1 form .tit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #e4590a;
}
.content1 form .egs {
  font-size: 0.8rem;
  color: #e4590a;
  padding: 0.5rem 0 0.8rem;
  letter-spacing: 0.45rem;
}
.content1 form p {
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 1.1rem;
}
.content1 form .input {
  position: relative;
  margin-bottom: 0.5rem;
}
.content1 form .input .icon {
  width: 1.05rem;
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translate(0, -50%);
}
.content1 form .input .line {
  position: absolute;
  top: 10%;
  left: 2.3rem;
  width: 1px;
  height: 80%;
  background: #f1f1f1;
}
.content1 form input {
  width: 100%;
  height: 2.25rem;
  color: #666666;
  font-size: 1rem;
  text-indent: 2.9rem;
  border: none;
  border-radius: 0.4rem;
}
.content1 form .tijiao {
  text-indent: 0;
  color: white;
  background-color: #f8ab43;
  border-radius: 0.4rem;
  padding: 0.3rem 0;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  width: 70%;
  margin-top: 1.1rem;
}

.content2 {
  background: white;
  padding: 0 1rem 2.5rem;
}
.content2 .title {
  margin-bottom: 2rem;
}
.content2 .btn {
  margin-top: 2.1rem;
}
.content2 .article .module1,
.content2 .article .module2,
.content2 .article .module3{
  overflow: hidden;
}
.content2 .article .text {
  float: left;
}
.content2 .article img {
  float: left;
}
.content2 .article .img1 {
  width: 57%;
  padding-top: 3.4rem;
  position: relative;
  z-index: 5;
}
.content2 .article .img2 {
  width: 55.8%;

}
.content2 .article .text .txt {
  overflow: hidden;
}
.content2 .article .text .txt .num {
  float: left;
  font-size: 2.4rem;
  color: #f3531d;
  margin-right: 0.5rem;
}
.content2 .article .text .txt .tit1 {
  float: left;
}
.content2 .article .text .txt h4 {
  font-size: 1.2rem;
  color: #f3531d;
  padding-top: 0.7rem;
}
.content2 .article .text .txt .line {
  width: 3rem;
  margin: 0.5rem auto 0;
  height: 0.1rem;
  background-color: #f3531d;
}
.content2 .article .text p {
  font-size: 1rem;
  line-height: 1.7rem;
}
.content2 .article .module1 .text {
  width: 43%;
}
.content2 .article .module2 {
  margin-top: -2.4rem;
}
.content2 .article .module2 .text {
  width: 44.2%;
  padding-left: 0.8rem;
  padding-top: 2.6rem;
}
.content2 .article .module2 .text .num {
  padding-left: 1.4rem;
}
.content2 .article .module3 .left{
  width: 48%;
  float: left;
  margin-top: 2rem;
  border-right: 1px solid #d1d1d1;
} 
.content2 .article .module3 .left .txt {
  padding-left: 1.6rem;
}
.content2 .article .module3 .left .one {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d1d1d1;
}
.content2 .article .module3 .left .two {
  margin-top: 2rem;
}
.content2 .article .module3 .left p {
  padding-right: 2rem;
}
.content2 .article .module3 .right {
  width: 52%;
  float: left;
  padding-left: 0.85rem;
  margin-top: 0.65rem;
}
.content2 .article .module3 .right .txt {
  margin-top: 1.2rem;
  padding-left: 1.6rem;
}

.content3 {
  position: relative;
  padding: 0 1rem;
  background: white;
  color: white;
}
.content3 p {
  font-size: 1.1rem;
  line-height: 1.9rem;
  padding-left: 18%;
}
.content3 .title {
  color: white;
}
.content3 .title p {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 2.1rem;
  padding: 0;
}
.content3 .article {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content3 .btn {
  margin-top: 1.9rem;
}
.content3 .btn a {
  width: 45%;
  background: none;
  border: 1px solid white;
  font-weight: bold;
  padding: 0.4rem 0;
}

.content4 {
  background: white;
  padding: 2.3rem 1rem 2.9rem;
}
.content4 .title {
  margin-bottom: 1.4rem;
}
.content4 .map {
  padding: 2.1rem 1rem 1.6rem;
  background-color: #fceee6;
  text-align: center;
  color: #333333;
  margin-bottom: 1rem;
}
.content4 .map .tit {
  font-size: 1.2rem;
}
.content4 .map .egs {
  font-size: 0.6rem;
  padding: 0.7rem 0 1.7rem;
  letter-spacing: 0.3rem;
}
.content4 .map p {
  font-size: 1.1rem;
  line-height: 1.5rem;
  text-align: left;
  padding: 0 2.8rem;
}
.content4 .pymapbox, .content4 .nsmapbox ,.content4 .hzmapbox{
  height: 21.5rem;
  width: 100%;
  border: 1px solid #cccccc;
  margin-bottom: 1.5rem;
}
.content4 .BMap_mask {
  width: 6rem;
  height: 6rem;
}

/*# sourceMappingURL=css.css.map */
