* {
  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: #b31a1c;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.btn {
  overflow: hidden;
  text-align: center;
  clear: both;
}

.btn a {
  display: inline-block;
  width: 225px;
  height: 50px;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background: #f39800;
  float: left;
  font-size: 24px;
  border-radius: 8px;
}

.btn a:first-child {
  margin: 0 14px 0 368px;
}

.bun {
  overflow: hidden;
  text-align: center;
}

.bun a {
  display: inline-block;
  width: 225px;
  height: 50px;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  background: #f39800;
  font-size: 24px;
  border-radius: 8px;
  margin: 0 5px;
}

.line {
  height: 20px;
  background: #eeeeee;
}

.content1 {
  width: 1200px;
  padding: 47px 0 70px;
}
.content1 .desc {
  font-size: 20px;
  text-indent: 40px;
  line-height: 36px;
  margin: 42px 0;
}

.content1 ul {
  overflow: hidden;
}

.content1 li {
  width: 366px;
  padding-right: 51px;
  float: left;
  overflow: hidden;
}

.content1 .last {
  padding-right: 0;
}

.content1 .left {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 2px solid #a40000;
  color: #a40000;
  text-align: center;
  line-height: 88px;
  font-size: 30px;
  font-weight: bold;
  float: left;
}

.content1 .right {
  margin-left: 18px;
  float: left;
  width: 256px;
  padding-top: 15px;
}

.content1 .right .tit {
  font-size: 24px;
  font-weight: bold;
}

.content1 .right p {
  color: #595959;
  font-size: 16px;
  margin-top: 5px;
}

.content1 .article {
  margin-top: 78px;
  overflow: hidden;
}

.content1 .article video {
  width: 592px;
  height: 290px;
  float: left;
}

.content1 img {
  float: left;
  margin-right: 4px;
  margin-bottom: 50px;
}

.content1 .text {
  float: left;
  width: 466px;
  padding-top: 40px;
  padding-left: 36px;
}

.content1 .text .tit {
  font-size: 24px;
  font-weight: bold;
  color: #a40000;
  padding-bottom: 7px;
  border-bottom: 1px solid #bfbfbf;
}

.content1 .text .tit span {
  font-size: 20px;
  font-weight: normal;
  padding-left: 37px;
}

.content1 .text p {
  font-size: 20px;
  color: #282828;
  line-height: 36px;
  margin-top: 10px;
  letter-spacing: 1px;
  text-indent: 40px;
}

.content1 .text .more {
  float: right;
  margin-top: 16px;
  color: #a40000;
  font-size: 18px;
}

.content2 {
  overflow: hidden;
}

.content2 .center {
  width: 1200px;
  position: relative;
}

.content2 .center img {
  margin-left: -360px;
}

.content2 form {
  overflow: hidden;
  width: 588px;
  position: absolute;
  bottom: 50px;
  left: 25%;
}

.content2 form .tit {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}

.content2 form span {
  color: #a40000;
}

.content2 form p {
  text-align: center;
  font-size: 20px;
  flood-color: #282828;
  margin: 0 0 23px;
}

.content2 form input {
  width: 285px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  background: white;
  border: none;
  border-radius: 13px;
  float: left;
  text-indent: 23px;
  margin-bottom: 10px;
  color: #595959;
}

.content2 form #uname {
  margin-right: 17px;
}

.content2 form .dbtijiao {
  background: #e60012;
  color: white;
  font-weight: bold;
  font-size: 24px;
  height: 69px;
  line-height: 69px;
  border-radius: 13px;
  width: 588px;
  text-indent: 0;
  cursor: pointer;
}

.content3 {
  width: 1200px;
  overflow: hidden;
  padding: 68px 0 56px;
}

.content3 .title {
  margin-bottom: 48px;
}

.content3 ul {
  width: 585px;
  overflow: hidden;
  float: left;
}

.content3 li {
  float: left;
  margin-right: 11px;
  overflow: hidden;
}

.content3 li img {
  transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
}

.content3 li img:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.content3 .right {
  margin-right: 0;
}

.content3 .bottom {
  margin-bottom: 11px;
}

.content3 .second {
  margin-left: 30px;
  float: right;
  margin-bottom: 53px;
}

.content3 .text {
  float: left;
  padding: 44px 0 64px 56px;
}

.content3 .text p {
  font-size: 20px;
  color: #282828;
  line-height: 37px;
  margin-top: 14px;
}

.content3 span {
  display: inline-block;
  padding: 12px 15px;
  font-size: 24px;
  font-weight: bold;
  background: #d1c0a5;
  color: white;
  letter-spacing: 2px;
}

.back {
  background: #84b2b1;
}

.content4 {
  width: 1200px;
  text-align: center;
  padding: 85px 0 96px;
  overflow: hidden;
}

.content4 .title {
  color: black;
}

.content4 .title span {
  color: #b31a1c;
}

.content4 .tit {
  font-size: 18px;
  margin: 18px 0 36px;
}

.content4 .fir {
  margin-left: 315px;
}

.content4 .egs {
  width: 411px;
  margin-bottom: 40px;
}

.content4 .img {
  float: left;
  position: relative;
  width: 293px;
  height: 382px;
  margin-right: 12px;
}

.content4 .article {
  overflow: hidden;
  clear: both;
  width: 100%;
}

.content4 .txt {
  float: left;
  position: absolute;
  bottom: 0;
  width: 293px;
  padding: 33px 0 22px;
  background: rgba(0, 0, 0, 0.3);
}

.content4 .txt p {
  color: white;
  font-size: 20px;
  margin-top: 11px;
}

.content4 .txt p:first-child {
  font-size: 23px;
  font-weight: bold;
  margin: 0 0 24px;
}

.content4 .text {
  float: left;
  text-align: justify;
  font-size: 20px;
  margin-left: 60px;
  width: 524px;
  padding-top: 24px;
}

.content4 .text p {
  line-height: 36px;
}

.content4 .text a {
  display: block;
  width: 258px;
  height: 66px;
  line-height: 66px;
  background: #e60012;
  color: white;
  font-size: 24px;
  float: left;
  text-align: center;
  border-radius: 4px;
  margin-top: 35px;
}

.content4 .text a:first-of-type {
  margin-right: 8px;
}

.img {
  overflow: hidden;
}

.content5 {
  padding: 72px 0 65px;
  width: 1200px;
}

.content5 p {
  font-size: 20px;
  color: #282828;
  line-height: 36px;
  margin: 27px 0 30px;
  text-align: center;
  padding: 0 20px;
}

.content5 ul {
  overflow: hidden;
  margin-bottom: 40px;
}

.content5 ul li {
  float: left;
  margin-right: 13px;
}

.content5 ul li:last-of-type {
  margin-right: 0;
}

.content5 ul .txt {
  font-size: 24px;
  font-weight: bold;
  color: white;
  background: #c9b4a6;
  margin-top: 2px;
  text-align: center;
  padding: 15px 0;
}

.content6 {
  width: 1200px;
  padding: 70px 0 57px;
}

.content6 ul {
  overflow: hidden;
  margin: 38px 0;
}

.content6 li {
  float: left;
  margin-right: 13px;
  margin-bottom: 13px;
  overflow: hidden;
}

.content6 .right {
  margin-right: 0;
}

.content6 img {
  transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
}

.content6 img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.content7 {
  text-align: center;
  padding: 67px 0 71px;
  background: #eeeeee;
  margin-bottom: 50px;
}

.content7 .tit {
  font-size: 36px;
  color: #282828;
}

.content7 ul {
  overflow: hidden;
  width: 948px;
  padding: 0 126px;
  margin: 39px auto 0;
}

.content7 li {
  float: left;
  margin-right: 54px;
  width: 196px;
  height: 123px;
  border-radius: 16px;
  overflow: hidden;
}

.content7 li a {
  display: block;
  font-size: 24px;
  line-height: 123px;
  background: #84b2b1;
  color: #282828;
  transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
}

.content7 li:last-of-type {
  margin-right: 0;
}

.content7 li a:hover {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
