.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: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.body .body_left .m1 .title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.body .body_left .m1 .title span {
  color: #4c5d1e;
}
.body .body_left .m1 .top {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.body .body_left .m1 .top .top1 {
  flex: 1;
  padding: 3px 0;
  background: url(../imgs/title_1.png) center center no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
.body .body_left .m1 .top .top2 {
  flex: 1;
  padding: 3px 0;
  background: url(../imgs/title_2.png) center center no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.body .body_left .m1 .list {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 3px;
}
.body .body_left .m1 .list .left {
  flex: 1;
  background: #4c5d1e;
}
.body .body_left .m1 .list .left ul {
  padding: 10px 25px 10px 10px;
  margin: 0;
  list-style: none;
}
.body .body_left .m1 .list .left ul li {
  padding-left: 12px;
  margin-bottom: 5px;
  background: url(../imgs/icon_1.png) left 5px no-repeat;
  color: #ffffff;
  font-size: 14px;
}
.body .body_left .m1 .list .right {
  flex: 1;
  background: #eeeeee;
}
.body .body_left .m1 .list .right .content {
  padding: 20px 20px 20px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.body .body_left .m1 .list .rand {
  width: 50px;
  height: 61px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -25px;
  background: url(../imgs/rand.png) center center no-repeat;
  text-align: center;
  font-size: 18px;
  color: #4c5d1e;
  line-height: 61px;
}
.body .body_left .m2 {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
.body .body_left .m2 .title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.body .body_left .m2 .title span {
  color: #4c5d1e;
}
.body .body_left .m2 .info {
  margin-bottom: 20px;
  font-size: 14px;
  color: #9c9c9c;
  text-align: center;
}
.body .body_left .m2 ul {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}
.body .body_left .m2 ul li {
  width: 100%;
  height: auto;
}
.body .body_left .m2 ul li .name {
  width: 130px;
  height: auto;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 5px;
  border: 1px solid #333;
  font-size: 16px;
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background: #4c5d1e;
  color: #ffffff;
}
.body .body_left .m2 ul li table {
  width: 100%;
  margin-bottom: 20px;
}
.body .body_left .m2 ul li table tr td {
  padding: 6px 3px;
  border: 1px solid #4c5d1e;
  font-size: 14px;
  color: #4c5d1e;
  text-align: center;
}
.body .body_left .m2 ul li table tr td.content {
  text-align: left;
  font-size: 13px;
  color: inherit;
}
.body .body_left .m2 .more {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 6px 0;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background: #4c5d1e;
  border-radius: 10px;
}
.body .body_left .m3 {
  margin-bottom: 30px;
}
.body .body_left .m3 .title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.body .body_left .m3 .title span {
  color: #4c5d1e;
}
.body .body_left .m3 ul {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.body .body_left .m3 ul li {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.body .body_left .m3 ul li .name {
  width: 130px;
  padding: 5px 0 5px 3px;
  text-align: center;
  background: #4c5d1e;
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.body .body_left .m3 ul li .content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: -20px;
  padding: 30px 10px 10px 10px;
  background: #eeeeee;
  border-radius: 10px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.body .body_left .m4 {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.body .body_left .m4 .title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.body .body_left .m4 .title span {
  color: #4c5d1e;
}
.body .body_left .m4 .content {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #4c5d1e;
  border-radius: 10px;
  overflow: hidden;
}
.body .body_left .m4 .content li {
  padding: 10px 0px 10px 10px;
  color: #ffffff;
  font-size: 15px;
  border-bottom: 1px solid #fff;
}
.body .body_left .m5 {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.body .body_left .m5 .title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.body .body_left .m5 .title span {
  color: #4c5d1e;
}
.body .body_left .m5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body .body_left .m5 ul li {
  width: 32%;
  margin-bottom: 10px;
  padding: 5px;
  border: 2px solid #4c5d1e;
  border-radius: 10px;
}
.body .body_left .m5 ul li .name {
  font-size: 16px;
  color: #4c5d1e;
  font-weight: bold;
  margin-bottom: 10px;
}
.body .body_left .m5 ul li .name::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #4c5d1e;
}
.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: 60px;
}
.btinfo .btmain {
  width: 100%;
}
.btinfo .btmain .left {
  display: none;
}
.btinfo .btmain .right {
  width: 100%;
}
.btinfo .btmain .right .sign {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.btinfo .btmain .right .sign .title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #4c5d1e;
}
.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: #4c5d1e;
  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: #4c5d1e;
}
.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; 
  } 
}