.m {
  color: #666 !important;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
footer {
  margin-top: 5%;
  width: 100%;
  height: 300px;
  background: url(../img/foot_bg.png) no-repeat center bottom;
  background-size: 100% ;
}
.box_tit {
  overflow: hidden;
  text-align: center;
  margin: 0 auto 35px auto;
}
.logo img {
  margin: 0;
  width: 100%;
}
.menu {
  height: 105px;
  transition: opacity 0.5s ease;
  background-color: #bc010c;
  margin-bottom: 100px;
}
.menu ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.menu ul li {
  line-height: 105px;
}
.menu ul li a {
  font-size: 28px;
  color: #fffdfe;
}
.menu ul li a:hover {
  font-weight: bolder;
}
.menu ul li.active a {
  padding-bottom: 7px;
  font-weight: bolder;
  border-bottom: #fffdfe 3px solid;
}
.about .mainbody .container .pagebox1 .box_tit .tit_top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.about .mainbody .container .pagebox1 .box_tit .tit_top img {
  margin: 0;
}
.about .mainbody .container .pagebox1 .box_tit .tit_top h1 {
  font-size: 35px;
  color: #bc010c;
  text-align: center;
  margin: 0 30px;
}
.about .mainbody .container .pagebox1 .box_con p {
  font-size: 20px;
  text-indent: 2rem;
  color: #000;
  line-height: 2;
}
.about .mainbody .container .pagebox1 .box_con p span {
  color: #bc010c;
  font-weight: bolder;
}
.about .mainbody .container .pagebox2 .box_tit {
  margin-top: 55px;
}
.about .mainbody .container .pagebox2 .box_tit .tit_top {
  border-radius: 100px;
  background: linear-gradient(to bottom right, #ff9930, #bc010c);
  color: #fff;
  display: inline-block;
  float: left;
}
.about .mainbody .container .pagebox2 .box_tit .tit_top h1 {
  text-align: center;
  margin: 0 35px;
  font-size: 24px;
  line-height: 60px;
  width: 270px;
}
.about .mainbody .container .pagebox2 .box_con p {
  font-size: 20px;
  color: #000;
  line-height: 2;
}
.about .mainbody .container .pagebox2 .box_con p span {
  color: #bc010c;
  font-weight: bolder;
}
.about .mainbody .container .pagebox2 .box_con p a {
  color: #ca2013;
}
.about .mainbody .container .pagebox3 .box_tit {
  margin-top: 55px;
}
.about .mainbody .container .pagebox3 .box_tit .tit_top {
  border-radius: 100px;
  background: linear-gradient(to bottom right, #ff9930, #bc010c);
  color: #fff;
  display: inline-block;
  float: left;
}
.about .mainbody .container .pagebox3 .box_tit .tit_top h1 {
  text-align: center;
  margin: 0 35px;
  font-size: 24px;
  line-height: 60px;
  width: 270px;
}
.about .mainbody .container .pagebox3 .box_con p {
  font-size: 20px;
  color: #000;
  line-height: 2;
}
.about .mainbody .container .pagebox3 .box_con p span {
  font-weight: bolder;
}
.about .mainbody .container .pagebox3 .box_con h2 {
  color: #ca2013;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.about .mainbody .container .pagebox4 .box_tit {
  margin-top: 55px;
}
.about .mainbody .container .pagebox4 .box_tit .tit_top {
  border-radius: 100px;
  background: linear-gradient(to bottom right, #ff9930, #bc010c);
  color: #fff;
  display: inline-block;
  float: left;
}
.about .mainbody .container .pagebox4 .box_tit .tit_top h1 {
  text-align: center;
  margin: 0 35px;
  font-size: 24px;
  line-height: 60px;
  width: 270px;
}
.about .mainbody .container .pagebox4 .box_con {
  margin-top: 130px;
}
.about .mainbody .container .pagebox4 .box_con p {
  text-align: right;
  font-size: 20px;
  color: #000;
  line-height: 2;
}
.about .mainbody .container .pagebox4 .box_con p span {
  font-weight: bolder;
}
.index .mainbody .pagebox1 .box_tit {
  margin-top: 40px;
}
.index .mainbody .pagebox1 .box_tit .tit_top {
  border-radius: 100px;
  background: linear-gradient(to bottom right, #ff9930, #bc010c);
  color: #fff;
  display: inline-block;
}
.index .mainbody .pagebox1 .box_tit .tit_top h1 {
  text-align: center;
  margin: 0 35px;
  font-size: 24px;
  line-height: 60px;
  width: 540px;
}
.index .mainbody .pagebox1 .box_con p {
  font-size: 20px;
  text-indent: 2rem;
  color: #000;
  line-height: 2;
}
.index .mainbody .pagebox1 .box_con p span {
  color: #bc010c;
  font-weight: bolder;
}
