.max_width {
  overflow: hidden;
  margin: 0 auto;
  width: 1000px;
  min-width: 1000px;
}
img {
  width: auto;
  max-width: initial;
}
.banner_wrap {
  width: 100%;
  height: 603px;
  background: url(../images/banner.jpg) no-repeat top;
}
.banner_wrap > div a {
  display: block;
  text-align: center;
  width: 180px;
  height: 45px;
  line-height: 45px;
  background: #e95b32;
  font-size: 24px;
  color: #fff;
  margin-left: 581px;
  margin-top: 465px;
}
.fixed_nav {
  height: 45px;
  background: #4632ac;
}
.fixed_nav .fixed_list {
  display: flex;
  justify-content: space-between;
}
.fixed_nav .fixed_list li {
  width: 20%;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.fixed_nav .fixed_list li.active {
  background: #e95b32;
  font-weight: bold;
}
.add_fixedNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.many_style {
  overflow: hidden;
}
.many_style .box1 {
  overflow: hidden;
  border: 1px solid #888888;
  border-radius: 8px;
}
.many_style .box1 .many_block h2 {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 30px;
  color: #333333;
}
.many_style .box1 .many_block p {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.many_style .box1 .many_block .list1 {
  display: flex;
  justify-content: space-between;
  margin: 0 63px;
}
.many_style .box1 .many_block .list1 li {
  box-sizing: border-box;
  display: flex;
  width: 250px;
  height: 100px;
  line-height: 24px;
  border: 1px solid #e95b32;
  border-radius: 8px;
  font-size: 16px;
  color: #333333;
  padding: 0 15px;
  align-items: center;
}
.many_style .box1 .many_block em {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
}
.many_style .box1 .many_block span {
  padding: 5px 0;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #333;
}
.many_style .box1 .many_block span i {
  font-size: 16px;
  color: #e95b32;
}
.many_style .box1 .many_block .table_box {
  margin: 0 35px;
  margin-top: 10px;
}
.many_style .box1 .many_block .table_box table {
  width: 100%;
  border: 1px solid #888888;
}
.many_style .box1 .many_block .table_box table thead {
  line-height: 40px;
  background: #e95b32;
}
.many_style .box1 .many_block .table_box table thead tr th {
  font-size: 16px;
  color: #fff;
}
.many_style .box1 .many_block .table_box table tr th {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}
.many_style .box1 .many_block .table_box table tr td {
  padding: 10px 10px;
  vertical-align: middle;
  font-size: 14px;
  color: #333333;
}
.many_style .box1 .many_block .table_box table tr td p {
  text-align: left;
  font-size: 14px;
  color: #333333;
}
.many_style .box1 .many_block .btn {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 180px;
  height: 45px;
  line-height: 45px;
  background: #e95b32;
  font-size: 24px;
  color: #fff;
  margin-top: 27px;
}
.many_style .box1 .many_block .list2 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 695px;
  flex-wrap: wrap;
}
.many_style .box1 .many_block .list2 li {
  width: 50%;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}
.many_style .box1 .many_block .list2 li p {
  border-radius: 15px;
  background: #bd1c3b;
  color: #fff;
  margin-bottom: 10px;
}
.box5_wrap {
  overflow: hidden;
  margin-top: 42px;
  width: 100%;
  height: 712px;
  background: url(../images/box5_bg.jpg) no-repeat center;
}
.box5_wrap .box5_1_c {
  margin-top: 120px;
  padding-bottom: 50px;
}
.box5_wrap .box5_1_c .box5_1_A {
  position: relative;
  width: 160px;
  bottom: -40px;
  left: 403px;
  height: 8px;
}
.box5_wrap .box5_1_c .swiper-scrollbar-drag {
  top: 0;
  left: -30px;
  width: 60px !important;
  background: #e95b32;
}
.box5_wrap a {
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: 180px;
  height: 45px;
  line-height: 45px;
  background: #4632ac;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.box6_wrap {
  overflow: hidden;
}
.box6_wrap > div {
  position: relative;
}
.box6_wrap > div a {
  position: absolute;
  bottom: 86px;
  right: 248px;
  width: 213px;
  height: 50px;
}
.bottom_fc {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 144px;
  background: url(../images/bottom_bg.png) no-repeat top;
  z-index: 999;
}
.bottom_fc .fc_box {
  margin-left: 475px;
  width: 526px;
}
.bottom_fc .fc_box iframe {
  margin-top: 40px;
  width: 100%;
  border: none;
}
