@charset "UTF-8";
body{
  background: #e21e1f;
}
/* 标题样式 */
.title {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
}

.title span {
  color: #d6001d;
}

/* 按钮样式 */
.btn {
  overflow: hidden;
  text-align: center;
}

.btn a {
  display: inline-block;
  width: 38%;
  margin: 0 1%;
  padding: 0.3rem 0;
  color: white;
  font-size: 1.1rem;
  border-radius: 0.4rem;
  background: #b40e0a;
  text-align: center;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.content1 {
  position: relative;
  padding: 2.5rem 0 0;
}
.content1 .tag img{
  margin-left: 4.5rem;
  width: 94%;
}
.content1 ul{
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content1 li{
  width: 48.67%;
  background-color: #fff;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
.content1 ul .tit {
  font-size: 1.2rem;
  font-weight: bold;
  color: #5b1414;
  padding-top: 1.3rem;
  text-align: center;
}
.content1 ul p {
  font-size: 0.95rem;
  line-height: 1.45rem;
  padding: 0.6rem 1.4rem;
  height: 5.6rem;
}
.content1 ul .bun {
  display: block;
  width: 7.9rem;
  height: 1.7rem;
  line-height: 1.7rem;
  background: #fbe27b;
  color: #5b1414;
  margin: 0 auto;
  text-align: center;
  font-size: 0.9rem;
}

.content2 {
  padding: 0 1rem;
  background: #b40e0a;
}
.content2 .article {
  background: url(../images/3.png) repeat-y;
  background-size: 100% 100%;
}
.content2 .article .tit {
  position: absolute;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ed0000;
  text-align: center;
  margin-top: -1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.content2 .article .tit .line {
  line-height: 0.3rem;
}
.content2 .article .text {
  padding-top: 1.75rem;
  margin: 0 0.55rem;
}
.content2 .article .text p {
  font-size: 1.1rem;
  padding: 0 1rem;
  line-height: 1.9rem;
}
.content2 .article .text span {
  color: #ff2121;
  font-weight: bold;
  font-style: italic;
}
.content2 .article a {
  display: block;
  background: url(../images/5.png) no-repeat;
  background-size: 100% 100%;
  width: 12.65rem;
  height: 2.5rem;
  margin: 1rem auto 0;
}

.copy {
  padding-top: 2rem;
}

.content3 {
  background: #b40e0a;
  position: relative;
}
.content3 form {
  width: 80%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 23%;
  transform: translate(-50%, 0);
}
.content3 form .tit {
  font-size: 1.6rem;
}
.content3 form .egs {
  letter-spacing: 0.25rem;
  font-size: 0.5rem;
}
.content3 form p {
  font-size: 1rem;
  margin-bottom: 5%;
}
.content3 form .text {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  height: 15%;
}
.content3 form input,
.content3 form select {
  width: 60%;
  border: 1px solid #7b7b7b;
  height: 2.5rem;
  border-radius: 0.4rem;
  font-size: 1.1rem;
  color: #7b7b7b;
  text-indent: 1rem;
}
.content3 form select {
  background: white;
}
.content3 form .tijiao {
  width: 55%;
  padding: 0.5rem 0;
  color: white;
  background: #b40e0a;
  border: 0;
  margin-top: 3%;
  text-indent: 0;
}
.content3 .tag {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.content3 .tag img {
  margin: 0 auto;
}

.content4 {
  padding: 0 1rem 2rem;
  position: relative;
}
.content4 .back {
  height: 40%;
  width: 100%;
  background: #b40e0a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.content4 .back1 {
  height: 60%;
  width: 100%;
  background: #ffe1c1 url(../images/20.jpg) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 0;
}
.content4 .tit {
  font-size: 1rem;
  color: white;
  text-align: center;
  margin-bottom: 1.5rem;
}
.content4 ul {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.content4 ul li {
  width: 49%;
  margin-right: 2%;
  padding: 0.45rem 0.35rem;
  border: 1px solid white;
  background: #b40e0a;
  float: left;
}
.content4 ul li:nth-of-type(2n) {
  margin-right: 0;
}
.content4 ul .text {
  background: white;
  position: relative;
}
.content4 ul .text .tit1 {
  width: 95%;
  margin: 0 auto;
  border-bottom: 1px solid #d6001d;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.75rem 0 0.65rem;
}
.content4 ul .text .tit1 a {
  color: black;
}
.content4 ul .text p {
  font-size: 0.9rem;
  width: 60%;
  margin-left: 2.5%;
  padding: 1.05rem 0 0.85rem;
}
.content4 ul .text p span {
  font-size: 1rem;
  color: #ed0000;
}
.content4 ul .text .bun {
  display: block;
  width: 40%;
  height: 1.9rem;
  background: url(../images/32.png);
  background-size: 100% 100%;
  position: absolute;
  right: 2.5%;
  bottom: 10%;
}

.content5 {
  text-align: center;
  background: #ffe1c1;
  padding: 2.9rem 1rem 0;
}
.content5 h1 {
  font-size: 1.6rem;
  color: #8e0202;
}
.content5 .egs {
  font-size: 0.6rem;
  color: #828282;
  margin: 0.4rem 0 0.6rem;
}
.content5 h2 {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.content5 h3 {
  font-size: 1.1rem;
  color: #333333;
  line-height: 1.8rem;
  text-align: left;
  font-weight: normal;
}
.content5 .article {
  text-align: left;
  padding-top: 2.2rem;
  position: relative;
}
.content5 .article .big {
  position: absolute;
  top: 0;
  right: 0;
  width: 88%;
  height: 13.5rem;
  background: white;
}
.content5 .article .small {
  position: absolute;
  bottom: -2.9rem;
  left: -1rem;
  width: 45%;
  height: 39%;
  background: white;
}
.content5 .article .right {
  float: left;
  width: 50%;
  position: relative;
  z-index: 2;
}
.content5 .article .right .img {
  padding: 0 0.65rem 0 1rem;
  border-left: 1px solid #b5b5b5;
  margin-top: 1.2rem;
}
.content5 .article .left {
  padding-right: 1rem;
}
.content5 .article .egs1 {
  font-size: 0.9rem;
  font-weight: bold;
  color: #8e0202;
}
.content5 .article p {
  font-size: 1.2rem;
  color: #100f14;
  line-height: 1.6rem;
}
.content5 .article .bottom .img {
  position: relative;
  float: right;
  width: 97%;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.content5 .article .bottom .line {
  width: 40%;
  height: 75%;
  position: absolute;
  left: -1rem;
  bottom: 0;
  border-left: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
}
.content5 .article .bottom .txt {
  height: 2.9rem;
  position: absolute;
  bottom: -2.5rem;
  left: 47%;
}
.content5 .btn {
  margin-top: 5rem;
}

.content6 {
  background: #b40e0a url(../images/21.jpg) no-repeat;
  background-size: 100% auto;
  text-align: center;
  color: white;
  padding: 6.9rem 1rem 0;
  position: relative;
}
.content6 .ball {
  width: 8%;
  position: absolute;
  right: 0;
  top: 0;
}
.content6 h1 {
  font-size: 1.6rem;
  letter-spacing: 0.7rem;
}
.content6 .egs {
  letter-spacing: 0.3rem;
  font-size: 0.7rem;
  padding: 1rem 0;
}
.content6 h2 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 1.8rem;
}
.content6 .article {
  background: white;
  overflow: hidden;
  padding: 0 3% 1.65rem 4%;
  position: relative;
  z-index: 5;
}
.content6 .article .triangle {
  border-bottom: 0;
  width: 0;
  height: 0;
  border-left: 1.1rem solid transparent;
  border-right: 1.1rem solid transparent;
  border-top: 1.5rem solid #b40e0a;
  margin-bottom: 2.5rem;
}
.content6 .article .left {
  float: left;
  width: 49%;
}
.content6 .article .left p {
  font-size: 1rem;
  color: #131313;
  text-align: left;
  margin-top: 1.1rem;
}
.content6 .article .left p a {
  display: inline-block;
  font-size: 1.1rem;
  color: white;
  padding: 0.3rem 0;
  width: 56%;
  text-align: center;
  background: #b40e0a;
  border-radius: 2rem;
  margin-left: 2%;
}
.content6 .article .right {
  float: right;
  width: 44%;
  color: black;
  letter-spacing: 0;
}
.content6 .article .right .tit {
  margin-bottom: 10%;
}
.content6 .article .right h3 {
  font-size: 1rem;
  text-align: right;
  font-weight: normal;
}
.content6 .article .right p {
  text-align: left;
  font-size: 0.7rem;
}
.content6 .article .right .line {
  width: 1.75rem;
  height: 0.15rem;
  background: #c20005;
  margin: 0.9rem 0 1.2rem;
}
.content6 .article ul {
  padding: 1.25rem 0;
  overflow: hidden;
}
.content6 .article ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
.content6 .article ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.content6 .back {
  position: absolute;
  bottom: -7.5rem;
  left: 0;
  z-index: 1;
}

.content7 {
  background: #b40e0a;
  padding: 3rem 2rem 1.65rem;
}

.content7 .tit {
  font-size: 1.2rem;
  position: relative;
  color: white;
  z-index: 5;
}

.content7 .tit::after {
  content: "";
  width: 0.44rem;
  height: 1.65rem;
  position: absolute;
  left: -1rem;
  top: 0rem;
  background: white;
  border-radius: 0.2rem;
}

.content7 ul {
  margin-top: 2.25rem;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.content7 ul li {
  width: 49%;
  float: left;
  padding: 0.7rem 0rem 0.7rem 0.75rem;
  background: white;
  border: 0.05rem solid #dcdcdc;
  margin-bottom: 0.7rem;
  position: relative;
}

.content7 ul li:nth-child(2n + 1) {
  margin-right: 2%;
}

.content7 ul img {
  float: left;
  width: 35%;
}

.content7 ul .text {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(0, -50%);
  padding-left: 5%;
  color: black;
  width: 60%;
}

.content7 ul .text p:first-child {
  font-size: 1rem;
  margin-bottom: 7%;
}

.content7 ul .text p:nth-child(2) {
  font-size: 0.7rem;
}

@media screen and (max-width: 344px) {
  .content3 form .tijiao {
    margin-top: 0;
  }
}

.dibu{
  padding: 1.8rem 1rem 6rem;
  margin: 0;
}
/*# sourceMappingURL=css.css.map */
