* {
  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%;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  margin: 40px 10px 0;
  background: #a41f4c;
  color: white;
  width: 300px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 8px;
}

.content1 {
  background: #fb889e;
  padding: 22px;
  position: relative;
}

.content1 .tit {
  font-size: 30px;
  color: white;
  text-align: center;
  margin: 0 0 25px;
}

.content1 form {
  padding: 24px 34px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  overflow: hidden;
  width: 800px;
  position: relative;
  border-radius: 5px;
}

.content1 input {
  width: 272px;
  float: left;
  margin-right: 12px;
  height: 52px;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  text-indent: 32px;
  color: #595959;
  margin-top: 4px;
}

.content1 .dbtijiao {
  margin: 0;
  background: #e60012;
  color: white;
  font-size: 24px;
  width: 229px;
  height: 60px;
  line-height: 60px;
  text-indent: 40px;
}

.finger {
  position: absolute;
  top: 38px;
  right: 188px;
}

.content2 {
  width: 1200px;
  padding: 56px 0 76px;
  overflow: hidden;
}
.content2 .left {
  float: left;
}
.content2 .left ul {
  width: 500px;
  overflow: hidden;
}
.content2 .left ul li {
  float: left;
}
.content2 .left ul .first {
  margin-right: 20px;
}
.content2 .left ul .second {
  margin-bottom: 20px;
}
.content2 .right {
  float: left;
  width: 700px;
}
.content2 .right .tit {
  font-size: 40px;
  text-align: center;
  color: #a41f4c;
}
.content2 .right p {
  font-size: 20px;
  line-height: 36px;
  padding: 30px 0 0 32px;
  color: #555555;
}
.content2 .right .more {
  font-size: 20px;
  color: #a41f4c;
  float: right;
  margin-top: 30px;
}
.content2 .right .bun {
  display: block;
  margin: 0 auto;
  background: #a41f4c;
  color: white;
  width: 279px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 80px;
  font-size: 20px;
}

.content3 {
  overflow: hidden;
}
.content3 .con {
  width: 1200px;
  position: relative;
}
.content3 .article {
  width: 400px;
  position: absolute;
  top: 40px;
  left: 99px;
}
.content3 img {
  margin-left: -360px;
}
.content3 .tit {
  font-size: 40px;
  text-align: center;
  color: #a41f4c;
}
.content3 p {
  font-size: 20px;
  line-height: 36px;
  color: #555555;
}
.content3 .more {
  font-size: 20px;
  color: #a41f4c;
  float: right;
  margin-top: 17px;
}
.content3 .bun {
  display: block;
  margin: 0 auto;
  background: #a41f4c;
  color: white;
  width: 210px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin-top: 58px;
  font-size: 20px;
}

.content4 {
  overflow: hidden;
  width: 1200px;
  text-align: center;
  padding: 66px 0 83px;
}
.content4 .tit {
  font-size: 40px;
  color: #333333;
}
.content4 .tit span {
  color: #a41f4c;
}
.content4 .tit1 {
  font-size: 20px;
  color: #555555;
  margin: 15px 0 30px;
}
.content4 ul {
  overflow: hidden;
  float: left;
}
.content4 .first {
  width: 610px;
}
.content4 .second {
  width: 590px;
}
.content4 li {
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
}
.content4 .last {
  margin-right: 0;
  float: right;
}
.content4 img {
  transition: all ease-in-out 0.3s;
}
.content4 img:hover {
  transform: scale(1.1);
}

.content5 {
  background: url(../images/15.jpg) no-repeat;
  background-position: top;
  padding: 84px 0 57px;
}
.content5 .title {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 72px;
  color: white;
}
.content5 ul {
  width: 1250px;
  margin: 0 auto;
}
.content5 ul li {
  display: inline-block;
  position: relative;
  color: #a41f4c;
  margin: 0 23px;
}
.content5 ul .article {
  position: absolute;
  width: 357px;
  background: white;
  padding: 55px 0 68px;
  top: 95px;
  left: 108px;
}
.content5 ul .tit {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.content5 ul p {
  padding: 32px 48px 0;
  font-size: 20px;
  line-height: 30px;
}
.content5 ul .more {
  font-size: 20px;
  color: #a41f4c;
  float: right;
  margin-top: 17px;
  margin-right: 48px;
}
.content5 .bun {
  display: block;
  margin: 0 auto;
  background: #a41f4c;
  color: white;
  width: 500px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-top: 42px;
  font-size: 20px;
  border-radius: 8px;
}

.content6 {
  text-align: center;
}
.content6 .tit {
  font-size: 40px;
  color: #333333;
}
.content6 .tit span {
  color: #a41f4c;
}
.content6 .tit1 {
  font-size: 20px;
  color: #555555;
  margin: 15px 0 30px;
}
.content6 ul {
  text-align: center;
  display: inline-block;
}
.content6 li {
  float: left;
  margin: 45px 25px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.content6 .one {
  background: #f0608d;
}
.content6 .two {
  background: #c97449;
}
.content6 .three {
  background: #a33e0c;
}
.content6 .four {
  background: #ff5b62;
}
.content6 .five {
  background: #fbb077;
}
.content6 img {
  display: inline-block;
  margin-top: 40px;
}
.content6 p {
  font-size: 22px;
  color: white;
  margin-top: 16px;
}

.content7 {
  text-align: center;
  padding-bottom: 86px;
}
.content7 .tit {
  text-align: center;
  font-size: 40px;
  color: #a41f4c;
}
.content7 ul {
  display: inline-block;
  margin: 40px auto 0;
}
.content7 ul li {
  float: left;
  position: relative;
  margin: 0 10px;
}
.content7 ul .text {
  color: white;
  background: rgba(164, 31, 76, 0.7);
  position: absolute;
  padding: 23px 24px 39px;
  bottom: 0;
}
.content7 ul .tit1 {
  font-size: 24px;
  text-align: center;
}
.content7 ul p {
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.content8 {
  text-align: center;
  background: #f5f5f5;
  padding: 40px 0 53px;
}
.content8 .tit {
  font-size: 40px;
  color: #a41f4c;
}
.content8 ul {
  display: inline-block;
  margin: 32px auto 0;
}
.content8 li {
  float: left;
  margin: 0 15px;
  background: white;
  padding: 14px 104px 14px 21px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  text-align: left;
}
.content8 img {
  float: left;
}
.content8 .text {
  float: left;
  padding-left: 22px;
}
.content8 .text .tit1 {
  font-size: 20px;
  padding-top: 20px;
  color: black;
}
.content8 .text p {
  font-size: 14px;
  padding-top: 13px;
  color: black;
}

/*# sourceMappingURL=style.css.map */
