.banner {
  width: 100%;
  margin-bottom: 20px;
}
.banner img {
  width: 100%;
}
.body {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.body .body_left {
  width: 100%;
  position: relative;
}
.body .body_left .m1 {
  width: 100%;
  position: relative;
}
.body .body_left .m1 .title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.body .body_left .m1 .title span {
  color: #FE312C;
}
.body .body_left .m1 .table {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.body .body_left .m1 .table::before {
  display: block;
  content: '';
  width: 99%;
  height: 3px;
  margin: 0 auto;
  background: #FE312C;
}
.body .body_left .m1 .table .content {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #FE312C;
  border-radius: 5px;
  overflow: hidden;
}
.body .body_left .m1 .table .content table {
  width: 100%;
}
.body .body_left .m1 .table .content table tr td {
  padding: 6px 0px;
  border: 1px solid #FE312C;
  text-align: center;
  color: #FE312C;
  overflow: hidden;
}
.body .body_left .m1 .table::after {
  display: block;
  content: '';
  width: 99%;
  height: 3px;
  margin: 0 auto;
  background: #FE312C;
}
.body .body_left .m1 .list {
  width: 100%;
  height: auto;
}
.body .body_left .m1 .list .title {
  width: 220px;
  height: 46px;
  margin: 0px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #ff322c;
  line-height: 46px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  padding-left: 40px;
  position: relative;
  z-index: 3;
}
.body .body_left .m1 .list .title em {
  width: 10px;
  height: 10px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  display: inline-block;
  margin-right: 5px;
}
.body .body_left .m1 .list .title img{
  height: 100%;
  margin-right: -1px;
  float: right;
}
.body .body_left .m1 .list .content {
  width: 100%;
  text-align: center;
  margin-top: -26px;
  margin-bottom: 20px;
}
.body .body_left .m1 .list .content img {
  width: 95%;
  margin: 0 auto;
  max-width: 525px;
}
.body .body_left .m2 {
  margin-bottom: 30px;
}
.body .body_left .m2 .title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.body .body_left .m2 .title span {
  color: #FE312C;
}
.body .body_left .m2 ul {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.body .body_left .m2 ul li {
  width: 31%;
}
.body .body_left .m2 ul li:last-child {
  width: 35%;
}
.body .body_left .m2 ul li .name {
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #FF7530;
  font-size: 20px;
  color: #ffffff;
  position: relative;
}
.body .body_left .m2 ul li .name::after {
  content: '';
  display: block;
  width: 90%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: 5%;
  bottom: 20%;
}
.body .body_left .m2 ul li .content {
  width: 93%;
  height: auto;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.body .body_left .m2 ul li:nth-child(1) .content {
  background-image: url(../imgs/panel_1.jpg);
}
.body .body_left .m2 ul li:nth-child(2) .content {
  padding: 15px 0;
  background-image: url(../imgs/panel_2.jpg);
}
.body .body_left .m2 ul li:nth-child(3) .content {
  font-size: 12px;
  padding: 30px 0;
  background-image: url(../imgs/panel_3.jpg);
}
.body .body_left .m2 .more {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 6px 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #FF332C;
  border-radius: 10px;
}
.body .body_left .m3 {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.body .body_left .m3 .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.body .body_left .m3 .title span {
  color: #FE312C;
}
.body .body_left .m3 .top {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  list-style: none;
  display: flex;
  justify-content: center;
  background: url(../imgs/title_1.jpg) bottom center no-repeat;
  background-size: 100% auto;
}
.body .body_left .m3 .top li {
  width: 30%;
  height: auto;
  text-align: center;
  margin: 0 10px;
  padding: 5px 0;
  border: 2px solid #ff322c;
  font-size: 20px;
  background: #ffffff;
  cursor: pointer;
}
.body .body_left .m3 .top li.active {
  background: #ff322c;
  color: #ffffff;
}
.body .body_left .m3 .bottom {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.body .body_left .m3 .bottom li {
  width: 100%;
  height: auto;
}
.body .body_left .m3 .bottom li table {
  width: 100%;
}
.body .body_left .m3 .bottom li table tr td {
  padding: 3px 3px;
  border: 1px solid #ff322c;
  font-size: 14px;
  color: #ff322c;
  text-align: center;
}
.body .body_left .m3 .bottom li table tr td.content {
  text-align: left;
  font-size: 12px;
  color: inherit;
}
.body .body_left .m4 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.body .body_left .m4 .title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.body .body_left .m4 .title span {
  color: #FE312C;
}
.body .body_left .m4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.body .body_left .m4 ul li {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  background: #ffece6;
}
.body .body_left .m4 ul li .name {
  padding: 5px 5px 5px 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background: #ff322c;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.body .body_left .m4 ul li .name em {
  width: 10px;
  height: 10px;
  border: 3px solid #ffffff;
  border-radius: 10px;
  display: inline-block;
  margin-right: 3px;
}
.body .body_left .m4 ul li .content {
  flex: 1;
  padding: 0 3px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.body .body_left .m4 ul li .delta {
  width: 36px;
  height: 36px;
  background-image: url(../imgs/delta.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: 100% 100%;
}
.body .body_left .m5 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.body .body_left .m5 .title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.body .body_left .m5 .title span {
  color: #FE312C;
}
.body .body_left .m5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.body .body_left .m5 ul li {
  width: 50%;
  padding: 20px;
}
.body .body_left .m5 ul li:nth-child(1),
.body .body_left .m5 ul li:nth-child(4) {
  background: #ffece6;
}
.body .body_left .m5 ul li .name {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ff322c;
  border-bottom: 2px solid #ff322c;
}
.body .body_left .m5 ul li .name img {
  width: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
.body .body_left .m5 ul li .content {
  font-size: 13px;
}
.body .body_right {
  width: 100%;
}
.body .body_right .m6 {
  display: none;
}
.body .body_right .m7 {
  display: none;
}
.body .body_right .m8 {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.body .body_right .m8 .title {
  display: none;
}
.body .body_right .m8 .line {
  display: none;
}
.body .body_right .m8 .more {
  display: none;
}
.btinfo {
  width: 100%;
  margin-bottom: 80px;
}
.btinfo .btmain {
  width: 100%;
}
.btinfo .btmain .left {
  display: none;
}
.btinfo .btmain .right {
  width: 100%;
}
.btinfo .btmain .right .sign {
  width: 100%;
  margin: 0 auto;
}
.btinfo .btmain .right .sign .title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FE312C;
}
.btinfo .btmain .right .sign .main {
  width: 90%;
  margin: 0 auto;
}
.btinfo .btmain .right .sign .main .input {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.btinfo .btmain .right .sign .main .input input {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
  text-indent: 10px;
}
.btinfo .btmain .right .sign .main .input input:active,
.btinfo .btmain .right .sign .main .input input:focus {
  border: 0;
  outline: none;
}
.btinfo .btmain .right .sign .main .btn {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  background: #FE312C;
  cursor: pointer;
}
.btinfo .btmain .right .sign .main .btn .btn-inner {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 20px;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.3);
  text-indent: 10px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.nav {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -1px;
  z-index: 999;
}
.nav > .service,
.nav > .tel {
  width: 50%;
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.nav > .service {
  background: #fff1f1;
  color: initial;
}
.nav > .tel {
  background: #FE312C;
}
.nav > .tel > span {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: block;
  background: #DC7308;
  color: #fff;
  border-radius: 20px;
  position: absolute;
  right: 10px;
  top: -10px;
  line-height: 15px;
  text-align: center;
  animation: shows 1s infinite ease-in-out;
}


@-webkit-keyframes shows{ 
  0%{ 
    opacity: 0; 
  } 
  100%{ 
    opacity: 1; 
  } 
} 
@keyframes shows{ 
  0%{ 
    opacity: 0; 
  } 
  100%{ 
    opacity: 1; 
  } 
}
