@charset "gb2312";

/* default */
* {
  box-sizing: border-box !important;
}

body {
  font-family: "˼Դ����  Microsoft YaHei";
}

a {
  color: #212121;
}

/* common */
.bgbai {
  background: #fff;
}

.compic img {
  display: block;
  width: 100%;
}

.combox {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #f4f2f0;
}

.compd {
  background: #fff;
  padding-top: 15px;
}

.cpadtp {
  padding-top: 10px;
  overflow: hidden;
}

.cpadtb {
  padding-bottom: 10px;
}

.comarg {
  margin-bottom: 15px;
}

.title img {
  width: 100%;
}

.mianbox {
  padding-left: 15px;
  padding-right: 15px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 3%;
}

.f1 {
  display: flex;
}

.f1 .item {
  flex: 0 0 48%;
  margin-left: 4%;
  margin-bottom: 3%;
}

.f1 .item img {
  width: 100%;
}

.f1 .item:first-child {
  margin-left: 0;
}

.f1 .item .desc {
  text-align: center;
  padding-top: 4%;
  font-size: 14px;
  font-weight: bold;
}

.f1 .item .desc2 {
  padding: 3% 0 3% 6%;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  border-top: none;
  position: relative;
}

.f1 .item .desc2 .zx {
  position: absolute;
  top: -20px;
  right: -9%;
  width: 40px;
  height: 40px;
  background-color: #d51b28;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
}

.f1-p {
  font-size: 14px;
  margin-bottom: 2%;
  clear: both;
  display: block;
}

.f2 {
  display: flex;
  flex-wrap: wrap;
}

.f2 .item {
  flex: 0 0 49%;
  margin-left: 2%;
  margin-bottom: 4%;
}

.f2 .item img {
  width: 100%;
}

.f2 .item:nth-child(2n+1) {
  margin-left: 0;
}

.f2 .item .desc {
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 3%;
  font-size: 14px;
}

red {
  color: #dc3f4a;
}

.imgbox {
  display: flex;
  margin-bottom: 2%;
}

.imgbox .item {
  flex: 0 0 36%;
  margin-left: 2%;
}

.imgbox .item:first-child {
  margin-left: 0;
}

.imgbox .item img {
  width: 100%;
}

.xp {
  font-size: 16px;
  margin-bottom: 2%;
  color: #3e3e3e;
}

.ggg {
  font-size: 14px;
  margin-bottom: 2%;
  font-weight: bold;
  padding-left: 4%;
  color: #373737;
}

.xy {
  margin-bottom: 4%;
}

.xy-c {
  display: flex;
  background-color: #f7f7f7;
}

.xy-c .left {
  flex: 0 0 50%;
}

.xy-c .right {
  flex: 0 0 50%;
  padding-left: 4%;
  padding-top: 6%;
  font-size: 14px;
}

.xy-c .right .stitle {
  font-weight: bold;
  padding-bottom: 1%;
  border-bottom: 1px solid #212121;
}

.xy-c .right p {
  margin-top: 2%;
}

.xy-c .left img {
  width: 100%;
}

.st {
  width: 40%;
  margin-bottom: 4%;
  margin-top: 4%;
}

.tjzy {
  border: 1px solid #e5e5e5;
  margin-bottom: 2%;
}

.tjzy .desc {
  padding: 3% 0% 3% 3%;
  font-size: 14px;
  position: relative;
}

.tjzy .desc .zx {
  position: absolute;
  top: -20px;
  right: 5px;
  width: 50px;
  height: 50px;
  background-color: #d51b28;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 100%;
  text-align: center;
  padding-top: 2%;
}

.zs {
  display: flex;
  margin-bottom: 4%;
}

.zs .item {
  flex: 1;
  margin-left: 2%;
  background-color: #e5e5e5;
}

.zs .item:first-child {
  margin-left: 0;
}

.zs .item img {
  width: 100%;
}

.fullBtn {
  margin-top: 5%;
  margin-bottom: 5%;
}

.fullBtn a {
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #d51b28;
  border-radius: 8px;
  font-size: 16px;
}