.banner {
  width: 100%;
  margin-bottom: 20px;
}
.banner img {
  width: 100%;
}
.body {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.body .body_left {
  flex: 1;
  margin-right: 90px;
}
.body .body_left .m1 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  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: #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: 15px;
  margin-bottom: 5px;
  background: url(../imgs/icon_1.png) left 5px no-repeat;
  color: #ffffff;
  font-size: 16px;
}
.body .body_left .m1 .list .right {
  flex: 1;
  background: #eeeeee;
}
.body .body_left .m1 .list .right .content {
  height: 100%;
  padding: 20px 20px 20px 30px;
  display: flex;
  align-items: center;
}
.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: 100%;
  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: 16px;
  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: 150px;
  height: auto;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 5px;
  border: 1px solid #333;
  font-size: 18px;
  background: #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background: #4c5d1e;
  color: #ffffff;
}
.body .body_left .m2 ul li table {
  width: 80%;
  margin-bottom: 20px;
}
.body .body_left .m2 ul li table tr td {
  padding: 6px 12px;
  border: 1px solid #4c5d1e;
  font-size: 16px;
  color: #4c5d1e;
  text-align: center;
}
.body .body_left .m2 ul li table tr td.content {
  text-align: left;
  font-size: 16px;
  color: inherit;
}
.body .body_left .m2 .more {
  width: 80%;
  height: 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: 100%;
  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: 18px;
  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;
  position: relative;
  z-index: 1;
}
.body .body_left .m4 {
  width: 100%;
  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: 100%;
  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: 31%;
  margin-bottom: 10px;
  padding: 10px;
  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: 14px;
}
.body .body_right {
  width: 432px;
}
.body .body_right .m6 {
  width: 100%;
  margin-bottom: 20px;
}
.body .body_right .m6 .title {
  font-size: 28px;
  color: #ff322c;
  font-weight: bold;
  text-align: center;
}
.body .body_right .m6 .line img {
  width: 100%;
}
.body .body_right .m7 {
  width: 100%;
  margin-bottom: 20px;
}
.body .body_right .m7 .title {
  font-size: 28px;
  color: #ff322c;
  font-weight: bold;
  text-align: center;
}
.body .body_right .m7 .line img {
  width: 100%;
}
.body .body_right .m7 .content {
  text-indent: 30px;
}
.body .body_right .m7 .content span {
  color: #ff322c;
}
.body .body_right .m8 {
  width: 100%;
  margin-bottom: 20px;
}
.body .body_right .m8 .title {
  font-size: 28px;
  color: #ff322c;
  font-weight: bold;
  text-align: center;
}
.body .body_right .m8 .line img {
  width: 100%;
}
.body .body_right .m8 .content {
  width: 100%;
  margin-bottom: 30px;
}
.body .body_right .m8 .more {
  width: 100%;
  height: auto;
  border: 1px solid #ff322c;
  border-radius: 30px;
  overflow: hidden;
}
.body .body_right .m8 .more a {
  text-decoration: none;
  display: block;
  width: 100%;
  display: flex;
  color: #333;
}
.body .body_right .m8 .more a .left {
  flex: 1;
  padding: 6px 0;
  text-align: center;
}
.body .body_right .m8 .more a .right {
  width: 130px;
  background: #ff322c;
  color: #ffffff;
  padding: 6px 0;
  text-align: center;
}
.btinfo {
  width: 100%;
  background: #eeeeee;
}
.btinfo .btmain {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0px;
  display: flex;
}
.btinfo .btmain .left {
  width: 320px;
}
.btinfo .btmain .left .tel {
  font-size: 48px;
  color: #ff322c;
  font-weight: bold;
}
.btinfo .btmain .left .info {
  font-size: 18px;
  color: #4e4e4e;
}
.btinfo .btmain .right {
  flex: 1;
}
.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;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.btinfo .btmain .right .sign .main .input {
  width: 49%;
  height: 40px;
  margin-bottom: 20px;
  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 {
  display: none;
}
