* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Microsoft YaHei;
  font-size: 14px;
  margin: 0 auto;
}

a,
input,
textarea {
  outline: 0 none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  border: none;
  display: block;
}

.clear {
  clear: both;
}

div {
  margin: 0 auto;
}

a.topimg {
  display: block;
}

a.topimg img {
  width: 100%;
}

.title {
  font-size: 40px;
  color: #658291;
  text-align: center;
}
.title span {
  color: #eb6877;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  margin: 0 5px;
  width: 260px;
  color: white;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  border-radius: 4px;
}
.btn .orange {
  background: #ff8b00;
}
.btn .purple {
  background: #e4007f;
}

.content1 {
  text-align: center;
  padding: 78px 0 43px;
}
.content1 .all {
  overflow: hidden;
  display: inline-block;
}
.content1 img {
  float: left;
}
.content1 .text {
  float: left;
  width: 532px;
  color: #658291;
  padding-left: 38px;
}
.content1 .text .tit {
  font-size: 36px;
  text-align: left;
  padding: 16px 0 20px;
}
.content1 .text p {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
}
.content1 .bun {
  display: inline-block;
  text-align: center;
  float: right;
}
.content1 .bun a {
  display: inline-block;
  margin: 0 13px;
  font-size: 20px;
  color: #eb6877;
  border: 1px solid #eb6877;
  height: 43px;
  width: 158px;
  line-height: 43px;
  border-radius: 6px;
}

.content2 {
  width: 974px;
  height: 144px;
  position: relative;
  padding-bottom: 50px;
}
.content2 form {
  display: inline-block;
  position: absolute;
  top: 45px;
  left: 53px;
}
.content2 input {
  width: 218px;
  height: 53px;
  line-height: 53px;
  font-size: 20px;
  text-indent: 20px;
  color: #658291;
  margin-right: 17px;
  border: 1px solid #f29b76;
  border-radius: 6px;
  background: #f4e4d8;
}
.content2 .dbtijiao {
  width: 129px;
  text-indent: 0;
  font-weight: bold;
  color: white;
  background: #13b5b1;
}

.content3 {
  padding-bottom: 70px;
}
.content3 .tag {
  height: 32px;
  line-height: 32px;
  width: 384px;
  background: #eaf1d8;
  color: #658291;
  text-align: center;
  font-size: 20px;
  margin: 14px auto 22px;
}
.content3 ul {
  overflow: hidden;
  width: 1216px;
  margin: 0 auto 56px;
}
.content3 li {
  float: left;
  width: 295px;
  height: 220px;
  position: relative;
  margin: 4px;
}
.content3 li:hover > .tips {
  display: block;
}
.content3 .desc {
  position: absolute;
  top: 94px;
  height: 32px;
  line-height: 32px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  background: url(../images/15.png) no-repeat;
  background-position: center;
  letter-spacing: 8px;
}
.content3 .tips {
  display: none;
  width: 100%;
  height: 100%;
  background: #cce198;
  position: absolute;
  top: 0;
  border-radius: 8px;
  color: white;
}
.content3 .tips .tit {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 47px 0 9px;
  letter-spacing: 8px;
}
.content3 .tips a {
  display: block;
  width: 50%;
  height: 30px;
  border-radius: 10px;
  border: 2px solid #fff;
  margin: 10px auto;
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}
.content3 .tips .big {
  padding-top: 20px;
}
.content3 .tips .line {
  width: 50px;
  height: 7px;
  background: white;
}
.content3 .tips p {
  padding: 0 24px;
  font-size: 18px;
  line-height: 22px;
  margin-top: 10px;
  text-align: center;
}

.back {
  background: #e6ddec;
}

.content4 {
  width: 1200px;
  text-align: center;
  padding: 85px 0 96px;
  overflow: hidden;
}

.content4 .title {
  margin-bottom: 50px;
}

.content4 .title span {
  color: #b31a1c;
}

.content4 .fir {
  margin-left: 315px;
}

.content4 .egs {
  width: 411px;
  margin-bottom: 40px;
}

.content4 .img {
  float: left;
  position: relative;
  width: 293px;
  height: 382px;
}

.content4 .mgr {
  margin-right: 12px;
}

.content4 .article {
  overflow: hidden;
  clear: both;
  width: 100%;
}

.content4 .txt {
  float: left;
  position: absolute;
  bottom: 0;
  width: 293px;
  padding: 33px 0 16px;
  background: rgba(0, 0, 0, 0.3);
}

.content4 .txt p {
  color: white;
  font-size: 20px;
  line-height: 30px;
}

.content4 .txt .first {
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
  margin: 0 0 19px;
}

.content4 .text {
  float: left;
  text-align: justify;
  font-size: 20px;
  margin-left: 60px;
  width: 540px;
  padding-top: 24px;
}

.content4 .text p {
  line-height: 36px;
  margin-bottom: 16px;
  color: #658291;
}

.content4 .text b {
  color: #313131;
}

.content4 .btn a {
  margin: 18px 3px 0;
}

.content5 {
  text-align: center;
  padding: 62px 0 73px;
}
.content5 ul {
  display: inline-block;
  width: 904px;
  margin: 30px 0 29px;
}
.content5 ul li {
  float: left;
  margin: 6px;
}

.content6 {
  text-align: center;
  padding-bottom: 60px;
}
.content6 ul {
  display: inline-block;
  margin: 14px 0 0;
}
.content6 ul li {
  float: left;
  overflow: hidden;
  margin: 14px;
}
.content6 ul li a {
  display: block;
  border-radius: 7px;
  height: 136px;
  line-height: 136px;
  width: 232px;
  background: #a2bfce;
  font-size: 24px;
  color: white;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.content6 ul li a:hover {
  font-size: 28px;
}

/*# sourceMappingURL=style.css.map */
