* {
  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 {
  color: #333333;
}
.title h1 {
  font-size: 40px;
  letter-spacing: 5px;
}
.title p {
  font-size: 18px;
  margin: 12px 0;
  letter-spacing: 2px;
}
.title .jiantou {
  width: 0;
  height: 0;
  border-bottom: 0;
  border-left: 14px solid transparent;
  border-top: 14px solid #333333;
  border-right: 14px solid transparent;
}

.btn {
  overflow: hidden;
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 225px;
  height: 50px;
  line-height: 50px;
  background: #f39800;
  font-size: 24px;
  font-weight: bold;
  color: white;
  border-radius: 8px;
  margin: 0 2px;
}

.content1 {
  text-align: center;
  padding: 108px 0 70px;
}
.content1 .article {
  display: inline-block;
}
.content1 .left {
  float: left;
  text-align: left;
  margin-right: 66px;
}
.content1 .right {
  float: left;
  text-align: left;
  width: 520px;
}
.content1 .right .tit {
  font-size: 26px;
  font-weight: bold;
  color: #f16f52;
  padding: 12px 0 6px;
}
.content1 .right p {
  font-size: 18px;
  line-height: 32px;
  color: #24201f;
}
.content1 .right .bun {
  display: block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #f39800;
  font-size: 24px;
  color: white;
  text-align: center;
  border-radius: 4px;
  margin-top: 12px;
}

.content2 {
  text-align: center;
  overflow: hidden;
}
.content2 .article {
  position: relative;
}
.content2 .article .back {
  width: 1200px;
}
.content2 .article .back img {
  margin-left: -360px;
}
.content2 .tabs {
  padding-top: 70px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.content2 .tabs .ctrl {
  margin: 36px 0 30px;
}
.content2 .tabs .ctrl ul {
  display: inline-block;
}
.content2 .tabs .ctrl ul li {
  float: left;
  margin: 0 20px;
  width: 270px;
  height: 46px;
  line-height: 46px;
  background: rgba(255, 117, 0, 0.5);
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
}
.content2 .tabs .ctrl ul .cur {
  background: #ff7500;
}
.content2 .tabs .content {
  display: inline-block;
}
.content2 .tabs .content li {
  display: none;
}
.content2 .tabs .content .cur {
  display: block;
}
.content2 .tabs .content .tag {
  width: 1200px;
  height: 62px;
  line-height: 62px;
  background: #bda493;
  font-size: 24px;
  font-weight: bold;
  color: white;
  border-radius: 8px 8px 0 0;
}
.content2 .tabs .content .all {
  padding: 32px 0 38px 46px;
  background: rgba(189, 164, 147, 0.3);
  overflow: hidden;
}
.content2 .tabs .content .all .left {
  float: left;
}
.content2 .tabs .content .all .right {
  float: left;
}
.content2 .tabs .content .all p {
  font-size: 18px;
  color: #333333;
  text-align: left;
  padding-left: 90px;
  line-height: 30px;
}

.content3 {
  text-align: center;
  padding: 50px 0 0;
}
.content3 h4 {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 34px;
  width: 1174px;
  margin: 34px auto;
}
.content3 ul {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
}
.content3 ul li {
  width: 290px;
  background: #c9b4a6;
  float: left;
  margin: 0 7px;
}
.content3 ul li h2 {
  font-size: 24px;
  font-weight: bold;
  color: white;
  padding-top: 14px;
  border-top: 2px solid white;
  margin-bottom: 6px;
}
.content3 ul li p {
  font-size: 16px;
  line-height: 20px;
  color: white;
  padding: 0 26px;
  height: 66px;
}

.content4 {
  text-align: center;
  padding: 80px 0 0;
}
.content4 ul {
  display: inline-block;
  margin: 38px 0 50px;
}
.content4 ul li {
  float: left;
  margin: 0 4px;
}
.content4 ul img {
  margin-bottom: 8px;
}

.content5 {
  text-align: center;
  padding: 68px 0 84px;
}
.content5 .title {
  margin-bottom: 34px;
}
.content5 ul {
  display: inline-block;
  overflow: hidden;
}
.content5 ul li {
  float: left;
  margin: 0 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
.content5 ul img {
  transition: all ease-in-out 0.3s;
}
.content5 ul img:hover {
  transform: scale(1.1);
}
.content5 .btn {
  margin-top: 44px;
}

.content6 {
  text-align: center;
  background: #eeeeee;
  padding: 61px 0 70px;
}
.content6 h2 {
  font-size: 36px;
  font-weight: normal;
}
.content6 ul {
  display: inline-block;
  margin-top: 38px;
}
.content6 ul li {
  overflow: hidden;
}
.content6 ul li a {
  display: block;
  width: 196px;
  height: 123px;
  line-height: 123px;
  float: left;
  margin: 0 27px;
  background: #c9b4a6;
  border-radius: 16px;
  color: #333333;
  font-size: 24px;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
