* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #f5f5f4;
}
ul li {
  list-style: none;
}
.center {
  margin-left: 50%;
  transform: translateX(-50%);
}
.center_body {
  width: 1200px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.base_title {
  width: 94%;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #67160d;
  margin-left: 50%;
  transform: translateX(-50%);
}
.base_title img {
  width: 21px;
  margin-left: 15px;
}
.base_title p {
  margin-left: 9px;
}
.set_title {
  width: 96%;
}
.white_body {
  background-color: #fff;
  margin-top: 15px;
}
.body .header {
  width: 100%;
  height: 110px;
  background-image: url(../image/header.png);
  background-size: 100% 100%;
}
.body .header_nav {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #520a06;
  margin-top: -5px;
}
.body .header_nav ul {
  display: flex;
  color: #fff;
  font-size: 18px;
  justify-content: space-between;
}
.body .header_nav ul li {
  padding: 0 34px;
  cursor: pointer;
}
.body .header_nav ul li:first-child {
  background-color: #ba261a;
}
.body .header_nav ul li:hover {
  background-color: #ba261a;
}
.body .cc_body {
  margin-top: 15px;
}
.body .banner {
  width: 100%;
}
.body .banner img {
  width: 100%;
}
.body .menu_list {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin-top: 15px;
}
.body .menu_list li {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.body .menu_list li:hover {
    color: #69150e;
    font-weight: bold;
}
.body .menu_list li img {
  width: 41%;
}
.body .menu_list li p {
  margin-left: 10px;
}
.body .menu_list li:first-child {
  margin-left: 35px;
}
.body .menu_list li:last-child {
  margin-right: 35px;
}
.body .gong_body {
  width: 100%;
  display: flex;
  margin-top: 15px;
  justify-content: space-between;
}
.body .gong_body .gong_left {
  width: 37.5%;
  height: 370px;
  background-color: #fff;
}
.body .gong_body .gong_left .gong_list {
  margin-top: 15px;
}
.body .gong_body .gong_left .gong_list li {
  padding-left: 28px;
  font-size: 15px;
  color: #656665;
  display: flex;
  align-items: center;
  height: 31px;
  cursor: pointer;
}
.body .gong_body .gong_left .gong_list li:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
    color: #69150e;
    font-weight: bold;
}
.body .gong_body .gong_left .gong_list li img {
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
.body .gong_body .gong_right {
  width: 61.5%;
  height: 370px;
  background-color: #fff;
}
.body .gong_body .gong_right .gong_right_list {
  width: 90%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.body .gong_body .gong_right .gong_right_list li {
  width: 15%;
  text-align: center;
  padding: 5px 0;
  background: url(../image/tiao_bgc.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 24px;
  cursor: pointer;
}
.body .gong_body .gong_right .gong_right_list li:last-child {
  background: #a93731;
  border-radius: 5px;
  color: #fff;
}
.body .gong_body .gong_right .gong_right_list li:hover {
  background: #a93731;
  border-radius: 5px;
  color: #fff;
}
.body .bao_body .body_c {
  width: 94%;
  display: flex;
  justify-content: space-between;
}
.body .bao_body .body_c .bao_left {
  margin-top: 30px;
  width: 53%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.body .bao_body .body_c .bao_left li {
  display: flex;
  align-items: center;
  width: 30%;
  cursor: pointer;
  margin-bottom: 35px;
}
.body .bao_body .body_c .bao_left li:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
  color: #69150e;
  font-weight: bold;
}
.body .bao_body .body_c .bao_left li img {
  width: 65px;
  margin-right: 15px;
}
.body .bao_body .body_c .bao_right {
  width: 42%;
  margin-top: 20px;
}
.body .bao_body .body_c .bao_right img {
  width: 100%;
}
.body .blue_c {
  width: 96%;
}
.body .blue_c img {
  margin: 30px 0;
  width: 100%;
}
.body .bei_c {
  width: 96%;
}
.foot_body {
  display: flex;
  justify-content: space-between;
}
.foot_body .set_title {
  width: 92% !important;
}
.foot_body .foot_left {
  width: 32%;
  background-color: #fff;
}
.foot_body .foot_left ul {
  width: 90%;
  margin-top: 10px;
  padding-bottom: 20px;
}
.foot_body .foot_left ul li {
  height: 45px;
  line-height: 45px;
  border-bottom: 2px dashed #ccc;
}
.foot_body .foot_left ul li:last-child {
  border-bottom: none;
}
.footer {
  width: 100%;
  height: 430px;
  background-color: #510b05;
  transform: translateY(-200px);
  z-index: -1;
  position: absolute;
}
.footer p {
  text-align: center;
  margin-top: 280px;
  color: #fff;
}
.footer_nav {
  width: 100%;
  height: 70px;
  margin-top: 60px;
  background-color: #69160f;
}
.footer_nav ul {
  height: 100%;
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.center li {
    cursor: pointer;
}
.center li:hover {
    font-size: 17px;
    transition: font-size 0.5s;
    color: #69150e;
    font-weight: bold;
}

.suspend-left{
  width: 200px;
  position: fixed;
  top: 22%;
  left: 70px;
  cursor:pointer;
}
.suspend-left img{
  width: 100%;
  height: 100%;
  border-radius: 15px;
}