@import "reset.css";
/*公共样式*/
input {
  outline: none;
  border: none;
}
.c-title {
  width: 9rem;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;
  background: #d42d20;
  box-sizing: border-box;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.c-title i {
  width: 0.4rem;
  height: 0.575rem;
  background: url("../images/arrow_b.png") no-repeat;
  background-size: 100%;
  margin-left: 0.2rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mx-15 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.c-wrap {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.zx-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e38731;
  margin: 0 auto;
  border-radius: 1.25rem;
  font-size: 0.6rem;
  padding: 0.25rem;
  width: 5.75rem;
  color: #fff;
}
.zx-btn:hover {
  color: #fff;
}
.zx-btn img {
  width: 1.05rem;
  height: 0.625rem;
  margin-right: 0.05rem;
}
.zx-btn2 {
  background: #fff;
  color: #d42d20;
}
.zx-btn2:hover {
  color: #d42d20;
}
/*公共样式结束*/
.con1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.con1 ul li {
  width: 7.4rem;
  margin-bottom: 0.25rem;
}
.con1 ul li img {
  width: 7.4rem;
  height: 4.9rem;
  border-radius: 0.05rem;
}
.con1 ul li h4 {
  font-size: 0.6rem;
  color: #d32d21;
  line-height: 1.25rem;
  text-align: center;
}
.con2 {
  background: #e38731;
  padding-top: 0.75rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0.65rem;
}
.con2 .detail {
  padding: 0.375rem;
  border-top: 0.05rem dashed #fff;
  border-bottom: 0.05rem dashed #fff;
  margin-bottom: 0.6rem;
}
.con2 .detail p {
  color: #fff;
  font-size: 0.6rem;
  text-align: center;
  line-height: 1.5;
}
.con2 .img-li {
  display: flex;
  justify-content: space-between;
  margin: 0 0.375rem 0.55rem;
}
.con2 .img-li li {
  width: 4.875rem;
}
.con2 .img-li li img {
  width: 4.875rem;
  height: 3.875rem;
}
.con3 ul {
  margin: 0 0.375rem 0.3rem;
  display: flex;
  justify-content: space-between;
}
.con3 ul:last-of-type {
  margin-bottom: 0.5rem;
}
.con3 ul li {
  width: 7.5rem;
  background: #f7f7f7;
}
.con3 ul li h3 {
  color: #e72e00;
  font-size: 0.7rem;
  padding-top: 0.625rem;
  padding-left: 0.25rem;
  margin-bottom: 0.2rem;
}
.con3 ul li p {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.4rem;
  line-height: 0.55rem;
}
.con3 ul li img {
  width: 100%;
  height: 100%;
}
.con4 {
  margin-bottom: 0.85rem;
}
.con4 .c-wrap ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.375rem;
}
.con4 .c-wrap .info {
  width: 4.5rem;
  height: 3.9rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background: #e38731;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  color: #fff;
}
.con4 .c-wrap .info .mb-10 {
  margin-bottom: 0.25rem;
}
.con4 .c-wrap .info .img1 {
  width: 1.3rem;
  height: 1.05rem;
  margin-bottom: 0.4rem;
}
.con4 .c-wrap .info .img2 {
  width: 1.15rem;
  height: 1.175rem;
  margin-bottom: 0.4rem;
}
.con4 .c-wrap .info .img3 {
  width: 0.875rem;
  height: 1.25rem;
  margin-bottom: 0.4rem;
}
.con4 .c-wrap .info .img4 {
  width: 1.25rem;
  height: 1.3rem;
  margin-bottom: 0.4rem;
}
.con4 .c-wrap .imgs {
  width: 10.15rem;
  height: 3.9rem;
  border-radius: 0.1rem;
  display: block;
  overflow: hidden;
}
.con4 .c-wrap .imgs img {
  width: 10.15rem;
  height: 3.9rem;
}
.con5 {
  background: #e38731;
  padding: 0.6rem 0.375rem;
}
.con5 h3 {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0.5rem;
}
.con5 .inp-wrap {
  display: flex;
  justify-content: space-between;
  height: 0.85rem;
}
.con5 .inp-wrap input {
  width: 4.85rem;
  height: 0.85rem;
  box-sizing: border-box;
  border-radius: 1.25rem;
}
.con5 .inp-wrap .txt-inp {
  width: 4.85rem;
  height: 0.85rem;
  position: relative;
  overflow: hidden;
}
.con5 .inp-wrap .txt-inp input {
  display: block;
  padding-left: 0.2rem;
  padding-right: 40 / rem;
  background: #fff;
  text-align: left;
}
.con5 .inp-wrap .txt-inp img {
  position: absolute;
  top: 0.15rem;
  right: 0.25rem;
}
.con5 .inp-wrap .txt-inp .img-person {
  width: 0.45rem;
  height: 0.525rem;
}
.con5 .inp-wrap .txt-inp .img-tel {
  width: 0.5rem;
  height: 0.55rem;
}
.con5 .inp-wrap .sub-inp input {
  color: #fff;
  background: #d42d20;
}
.txt-inp input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.5rem;
}
.txt-inp input::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.5rem;
}
.txt-inp input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.5rem;
}
.txt-inp input::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.5rem;
}
.con6 .s-title {
  color: #d42d20;
  font-size: 0.6rem;
  text-align: center;
}
.con6 .course {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.con6 .course li {
  width: 7.35rem;
  margin-bottom: 0.6rem;
}
.con6 .course li .course-item {
  display: flex;
  flex-direction: column;
  width: 7.35rem;
}
.con6 .course li .course-item .zy-img {
  width: 7.35rem;
  height: 5.2rem;
}
.con6 .course li .course-item div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.55rem;
}
.con6 .course li .course-item div h3 {
  flex: 1;
  font-size: 0.6rem;
  color: #000;
  text-align: center;
}
.con6 .course li .course-item div .img-hot {
  width: 0.875rem;
  height: 1.15rem;
  flex-shrink: 0;
}
.con6 .course li .zx-wrap {
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
}
.con6 .course li .zx-wrap .zxxf-btn {
  width: 3rem;
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
  background: #ed3323;
  color: #fff;
}
.con6 .course li .zx-wrap .ckxq-btn {
  width: 3rem;
  height: 0.85rem;
  line-height: 0.85rem;
  text-align: center;
  background: #e18e4e;
  color: #fff;
}
.con7 {
  margin-bottom: 0.65rem;
}
.con7 ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.65rem;
}
.con7 ul li {
  width: 4.85rem;
  height: 4.6rem;
}
.con7 ul li img {
  width: 4.85rem;
  height: 4.6rem;
}
.con8 .form-wrap {
  background: url("../images/080_bg.jpg") no-repeat;
  background-size: 100%;
  width: 16rem;
  padding-top: 2.15rem;
  box-sizing: border-box;
}
.con8 .form-wrap .txt-inp {
  display: block;
  width: 12.5rem;
  height: 1.35rem;
  line-height: 1.35rem;
  font-size: 0.6rem;
  box-sizing: border-box;
  border: 0.025rem solid #574952;
  margin: 0 auto 0.7rem;
  background: transparent;
  border-radius: 0.25rem;
  padding: 0.4rem 0.5rem;
}
.con8 .form-wrap .mb100 {
  margin-bottom: 2.5rem;
}
.con8 .form-wrap .sub-inp {
  display: block;
  margin: 0 auto 0.5rem;
  width: 8.75rem;
  height: 1.2rem;
  background: url("../images/submit.png") no-repeat;
  background-size: 100%;
}
.con9 {
  width: 100%;
  height: 0.5rem;
  background: #e38731;
  margin-bottom: 0.6rem;
}
/*# sourceMappingURL=index.css.map */